2025-06-05T23:48:36.0746793Z Current runner version: '2.325.0' 2025-06-05T23:48:36.0754267Z Runner name: 'i-0a86533f0a7cbf823' 2025-06-05T23:48:36.0755986Z Machine name: 'ip-10-0-47-92' 2025-06-05T23:48:36.0760276Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:48:36.0762963Z Contents: read 2025-06-05T23:48:36.0763638Z Metadata: read 2025-06-05T23:48:36.0764216Z ##[endgroup] 2025-06-05T23:48:36.0767265Z Secret source: Actions 2025-06-05T23:48:36.0768055Z Prepare workflow directory 2025-06-05T23:48:36.1422327Z Prepare all required actions 2025-06-05T23:48:36.1472206Z Getting action download info 2025-06-05T23:48:36.4152431Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:48:36.6832458Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:48:50.0452542Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:48:50.3870510Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:48:50.4918490Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:48:50.8911736Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:48:51.1484373Z Getting action download info 2025-06-05T23:48:51.2690767Z Download action repository 'pytorch/pytorch@main' (SHA:28796f71d04302029290f473a286efc2aba339c2) 2025-06-05T23:48:59.6434806Z Complete job name: test-arm-backend (test_pytest_ops_ethosu_fvp) / linux-job 2025-06-05T23:48:59.6930028Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:48:59.7077058Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:48:59.7093369Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:48:59.7094708Z ##[endgroup] 2025-06-05T23:49:01.2515907Z Runner Type: linux.2xlarge.memory 2025-06-05T23:49:01.2516522Z Instance Type: r5.2xlarge 2025-06-05T23:49:01.2516828Z AMI Name: unknown 2025-06-05T23:49:01.2547175Z AMI ID: ami-071226ecf16aa7d96 2025-06-05T23:49:07.9435708Z ##[group]Run set -euxo pipefail 2025-06-05T23:49:07.9436196Z set -euxo pipefail 2025-06-05T23:49:07.9436547Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:49:07.9436975Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:49:07.9437413Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:49:07.9437755Z else 2025-06-05T23:49:07.9438061Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:49:07.9438478Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:49:07.9438803Z fi 2025-06-05T23:49:07.9439051Z  2025-06-05T23:49:07.9439296Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:49:07.9439814Z echo "::endgroup::" 2025-06-05T23:49:07.9451017Z shell: /usr/bin/bash -e {0} 2025-06-05T23:49:07.9451350Z env: 2025-06-05T23:49:07.9451662Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:07.9452117Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:07.9452493Z PR_NUMBER: 2025-06-05T23:49:07.9455423Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:07.9458366Z NO_SUDO: false 2025-06-05T23:49:07.9458609Z ##[endgroup] 2025-06-05T23:49:07.9488961Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:49:07.9501792Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:49:07.9508918Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:49:08.1415082Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:49:08.1415833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:49:08.1432324Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:49:08.1445023Z + echo ::endgroup:: 2025-06-05T23:49:08.1446109Z ##[endgroup] 2025-06-05T23:49:08.1571003Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:49:08.1571563Z with: 2025-06-05T23:49:08.1571822Z repository: pytorch/test-infra 2025-06-05T23:49:08.1572160Z path: test-infra 2025-06-05T23:49:08.1572418Z submodules: recursive 2025-06-05T23:49:08.1572956Z token: *** 2025-06-05T23:49:08.1573203Z ssh-strict: true 2025-06-05T23:49:08.1573447Z ssh-user: git 2025-06-05T23:49:08.1573719Z persist-credentials: true 2025-06-05T23:49:08.1574003Z clean: true 2025-06-05T23:49:08.1574276Z sparse-checkout-cone-mode: true 2025-06-05T23:49:08.1574591Z fetch-depth: 1 2025-06-05T23:49:08.1574842Z fetch-tags: false 2025-06-05T23:49:08.1575087Z show-progress: true 2025-06-05T23:49:08.1575351Z lfs: false 2025-06-05T23:49:08.1575587Z set-safe-directory: true 2025-06-05T23:49:08.1575914Z env: 2025-06-05T23:49:08.1576200Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:08.1576589Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:08.1576957Z PR_NUMBER: 2025-06-05T23:49:08.1579535Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:08.1582193Z ##[endgroup] 2025-06-05T23:49:08.2886109Z Syncing repository: pytorch/test-infra 2025-06-05T23:49:08.2887050Z ##[group]Getting Git version info 2025-06-05T23:49:08.2887647Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:49:08.2888447Z [command]/usr/bin/git version 2025-06-05T23:49:08.2888780Z git version 2.47.1 2025-06-05T23:49:08.2904671Z ##[endgroup] 2025-06-05T23:49:08.2919344Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/fdda920c-0aa8-443f-a6b6-b5b5fdc00d73' before making global git config changes 2025-06-05T23:49:08.2920596Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:49:08.2925712Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:49:08.2959398Z ##[group]Initializing the repository 2025-06-05T23:49:08.2964937Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:49:08.2998839Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:49:08.2999666Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:49:08.3000323Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:49:08.3000791Z hint: 2025-06-05T23:49:08.3001129Z hint: git config --global init.defaultBranch 2025-06-05T23:49:08.3001510Z hint: 2025-06-05T23:49:08.3001877Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:49:08.3002501Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:49:08.3003265Z hint: 2025-06-05T23:49:08.3003532Z hint: git branch -m 2025-06-05T23:49:08.3004203Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:49:08.3010688Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:49:08.3037711Z ##[endgroup] 2025-06-05T23:49:08.3038202Z ##[group]Disabling automatic garbage collection 2025-06-05T23:49:08.3043213Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:49:08.3071109Z ##[endgroup] 2025-06-05T23:49:08.3071538Z ##[group]Setting up auth 2025-06-05T23:49:08.3078246Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:49:08.3105924Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:49:08.3413341Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:49:08.3441091Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:49:08.3742878Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:49:08.3787468Z ##[endgroup] 2025-06-05T23:49:08.3787969Z ##[group]Determining the default branch 2025-06-05T23:49:08.3790886Z Retrieving the default branch name 2025-06-05T23:49:08.5663181Z Default branch 'main' 2025-06-05T23:49:08.5664050Z ##[endgroup] 2025-06-05T23:49:08.5664509Z ##[group]Fetching the repository 2025-06-05T23:49:08.5670393Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-06-05T23:49:08.9619870Z From https://github.com/pytorch/test-infra 2025-06-05T23:49:08.9620390Z * [new branch] main -> origin/main 2025-06-05T23:49:08.9642726Z ##[endgroup] 2025-06-05T23:49:08.9643197Z ##[group]Determining the checkout info 2025-06-05T23:49:08.9644166Z ##[endgroup] 2025-06-05T23:49:08.9648675Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:49:08.9685293Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:49:08.9713473Z ##[group]Checking out the ref 2025-06-05T23:49:08.9718030Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:49:09.0689040Z Switched to a new branch 'main' 2025-06-05T23:49:09.0690126Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:49:09.0697656Z ##[endgroup] 2025-06-05T23:49:09.0698235Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:49:09.0703457Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:49:09.0749302Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:49:09.0782100Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:49:09.0814529Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:49:09.0844322Z ##[endgroup] 2025-06-05T23:49:09.0845519Z ##[group]Fetching submodules 2025-06-05T23:49:09.0849841Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:49:09.1149537Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:49:09.1454207Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:49:09.1747454Z ##[endgroup] 2025-06-05T23:49:09.1748427Z ##[group]Persisting credentials for submodules 2025-06-05T23:49:09.1753288Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-06-05T23:49:09.2054500Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-06-05T23:49:09.2352287Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:49:09.2650178Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:49:09.2941314Z ##[endgroup] 2025-06-05T23:49:09.2978958Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:49:09.3002856Z e339ed56a2ad5e0f901a4edc5e1d5770100696d3 2025-06-05T23:49:09.3240829Z Prepare all required actions 2025-06-05T23:49:09.3241477Z Getting action download info 2025-06-05T23:49:09.4193985Z Download action repository 'pytorch/test-infra@main' (SHA:e339ed56a2ad5e0f901a4edc5e1d5770100696d3) 2025-06-05T23:49:10.9170048Z Getting action download info 2025-06-05T23:49:11.0030786Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:49:11.1847760Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:49:11.1848170Z env: 2025-06-05T23:49:11.1848456Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:11.1848859Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:11.1849157Z PR_NUMBER: 2025-06-05T23:49:11.1851743Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:11.1854349Z ##[endgroup] 2025-06-05T23:49:11.1950925Z ##[group]Run set -euo pipefail 2025-06-05T23:49:11.1951312Z set -euo pipefail 2025-06-05T23:49:11.1951640Z function get_ec2_metadata() { 2025-06-05T23:49:11.1952064Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:49:11.1952774Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:49:11.1953408Z  category=$1 2025-06-05T23:49:11.1954414Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-06-05T23:49:11.1955759Z } 2025-06-05T23:49:11.1956058Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:49:11.1956519Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:49:11.1957053Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:49:11.1957505Z echo "system info $(uname -a)" 2025-06-05T23:49:11.1964283Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:11.1964692Z env: 2025-06-05T23:49:11.1964980Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:11.1965373Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:11.1965684Z PR_NUMBER: 2025-06-05T23:49:11.1968195Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:11.1970958Z ##[endgroup] 2025-06-05T23:49:11.2117860Z ami-id: ami-071226ecf16aa7d96 2025-06-05T23:49:11.2225885Z instance-id: i-0a86533f0a7cbf823 2025-06-05T23:49:11.2334355Z instance-type: r5.2xlarge 2025-06-05T23:49:11.2345847Z system info Linux ip-10-0-47-92.ec2.internal 6.1.130-139.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 11 01:10:58 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-06-05T23:49:11.2387345Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:49:11.2388600Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:49:11.2395343Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:11.2395763Z env: 2025-06-05T23:49:11.2396042Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:11.2396444Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:11.2396745Z PR_NUMBER: 2025-06-05T23:49:11.2399259Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:11.2401987Z ##[endgroup] 2025-06-05T23:49:11.2485836Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:49:11.2486380Z if systemctl is-active --quiet docker; then 2025-06-05T23:49:11.2486796Z  echo "Docker daemon is running..."; 2025-06-05T23:49:11.2487163Z else 2025-06-05T23:49:11.2487536Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:49:11.2488011Z fi 2025-06-05T23:49:11.2494267Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:11.2494689Z env: 2025-06-05T23:49:11.2494983Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:11.2495379Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:11.2495690Z PR_NUMBER: 2025-06-05T23:49:11.2498205Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:11.2500797Z ##[endgroup] 2025-06-05T23:49:11.2583313Z Docker daemon is running... 2025-06-05T23:49:11.2615785Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:49:11.2616530Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:49:11.2617109Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:49:11.2617786Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:49:11.2618626Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:49:11.2625258Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:11.2625688Z env: 2025-06-05T23:49:11.2625974Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:11.2626364Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:11.2626675Z PR_NUMBER: 2025-06-05T23:49:11.2629346Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:11.2631976Z AWS_RETRY_MODE: standard 2025-06-05T23:49:11.2632316Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:49:11.2632704Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:49:11.2632998Z ##[endgroup] 2025-06-05T23:49:12.5232292Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:49:12.5232981Z Configure a credential helper to remove this warning. See 2025-06-05T23:49:12.5233878Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:49:12.5234655Z 2025-06-05T23:49:12.5234820Z Login Succeeded 2025-06-05T23:49:12.5428585Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:49:12.5429268Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:49:12.5429825Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:49:12.5436690Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:12.5437096Z env: 2025-06-05T23:49:12.5437427Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:12.5437880Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:12.5438197Z PR_NUMBER: 2025-06-05T23:49:12.5440836Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:12.5443423Z ##[endgroup] 2025-06-05T23:49:12.5539080Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:49:12.5539650Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:49:12.5540096Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:49:12.5540493Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:49:12.5540995Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:49:12.5541463Z  2025-06-05T23:49:12.5541801Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:49:12.5542265Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:49:12.5542674Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:49:12.5543212Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:49:12.5543705Z  2025-06-05T23:49:12.5543967Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:49:12.5544336Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:49:12.5544694Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:49:12.5545137Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:49:12.5551750Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:12.5553419Z env: 2025-06-05T23:49:12.5553716Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:12.5554115Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:12.5554413Z PR_NUMBER: 2025-06-05T23:49:12.5557243Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:12.5560088Z ##[endgroup] 2025-06-05T23:49:13.0573694Z ##[group]Run needs=0 2025-06-05T23:49:13.0574014Z needs=0 2025-06-05T23:49:13.0574437Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:49:13.0574927Z  needs=1 2025-06-05T23:49:13.0575163Z fi 2025-06-05T23:49:13.0575435Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:49:13.0581938Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:13.0582361Z env: 2025-06-05T23:49:13.0582635Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:13.0583041Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:13.0583354Z PR_NUMBER: 2025-06-05T23:49:13.0585871Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:13.0588634Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:13.0589294Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:13.0589896Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:13.0590335Z ##[endgroup] 2025-06-05T23:49:13.0864692Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:49:13.0865374Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:49:13.0865837Z # shellcheck disable=SC2046 2025-06-05T23:49:13.0866212Z docker stop $(docker ps -q) || true 2025-06-05T23:49:13.0866620Z # Prune all of the docker images 2025-06-05T23:49:13.0866967Z docker system prune -af 2025-06-05T23:49:13.0873409Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:49:13.0873815Z env: 2025-06-05T23:49:13.0874100Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:13.0874484Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:13.0874796Z PR_NUMBER: 2025-06-05T23:49:13.0877324Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:13.0880203Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:13.0881076Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:13.0881692Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:13.0882111Z ##[endgroup] 2025-06-05T23:49:13.1129966Z "docker stop" requires at least 1 argument. 2025-06-05T23:49:13.1130454Z See 'docker stop --help'. 2025-06-05T23:49:13.1130648Z 2025-06-05T23:49:13.1130826Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:49:13.1131142Z 2025-06-05T23:49:13.1131264Z Stop one or more running containers 2025-06-05T23:49:13.1313230Z Total reclaimed space: 0B 2025-06-05T23:49:13.1407154Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:49:13.1407554Z with: 2025-06-05T23:49:13.1408298Z github-secret: *** 2025-06-05T23:49:13.1409069Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-06-05T23:49:13.1409927Z activate-with-label: false 2025-06-05T23:49:13.1410223Z label: with-ssh 2025-06-05T23:49:13.1410493Z remove-existing-keys: true 2025-06-05T23:49:13.1410782Z fail-silently: true 2025-06-05T23:49:13.1411035Z env: 2025-06-05T23:49:13.1411297Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:13.1411695Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:13.1411993Z PR_NUMBER: 2025-06-05T23:49:13.1414544Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:13.1417295Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:13.1417935Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:13.1418548Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:13.1418967Z ##[endgroup] 2025-06-05T23:49:13.2638984Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:49:13.2641330Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:49:13.2775687Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:49:13.2776158Z with: 2025-06-05T23:49:13.2776416Z repository: pytorch/executorch 2025-06-05T23:49:13.2776760Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:49:13.2777135Z path: pytorch/executorch 2025-06-05T23:49:13.2777424Z fetch-depth: 1 2025-06-05T23:49:13.2777687Z submodules: recursive 2025-06-05T23:49:13.2778115Z token: *** 2025-06-05T23:49:13.2778333Z ssh-strict: true 2025-06-05T23:49:13.2778580Z ssh-user: git 2025-06-05T23:49:13.2778821Z persist-credentials: true 2025-06-05T23:49:13.2779109Z clean: true 2025-06-05T23:49:13.2779375Z sparse-checkout-cone-mode: true 2025-06-05T23:49:13.2779684Z fetch-tags: false 2025-06-05T23:49:13.2779940Z show-progress: true 2025-06-05T23:49:13.2780186Z lfs: false 2025-06-05T23:49:13.2780431Z set-safe-directory: true 2025-06-05T23:49:13.2780695Z env: 2025-06-05T23:49:13.2781023Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:49:13.2781408Z REPOSITORY: pytorch/executorch 2025-06-05T23:49:13.2781719Z PR_NUMBER: 2025-06-05T23:49:13.2784217Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:49:13.2787124Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:49:13.2787781Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:49:13.2788393Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:49:13.2788821Z ##[endgroup] 2025-06-05T23:49:13.3891524Z Syncing repository: pytorch/executorch 2025-06-05T23:49:13.3900675Z ##[group]Getting Git version info 2025-06-05T23:49:13.3901855Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:49:13.3930588Z [command]/usr/bin/git version 2025-06-05T23:49:13.3968779Z git version 2.47.1 2025-06-05T23:49:13.3995636Z ##[endgroup] 2025-06-05T23:49:13.4009340Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/dbd9d6c2-eb53-4b3c-9ac4-6a6a3150b45b' before making global git config changes 2025-06-05T23:49:13.4010414Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:49:13.4024858Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:49:13.4055568Z ##[group]Initializing the repository 2025-06-05T23:49:13.4060660Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:49:13.4092166Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:49:13.4093337Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:49:13.4094450Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:49:13.4095238Z hint: 2025-06-05T23:49:13.4095777Z hint: git config --global init.defaultBranch 2025-06-05T23:49:13.4096457Z hint: 2025-06-05T23:49:13.4097080Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:49:13.4098184Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:49:13.4099084Z hint: 2025-06-05T23:49:13.4099613Z hint: git branch -m 2025-06-05T23:49:13.4101407Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:49:13.4106994Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:49:13.4135485Z ##[endgroup] 2025-06-05T23:49:13.4136549Z ##[group]Disabling automatic garbage collection 2025-06-05T23:49:13.4141635Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:49:13.4169489Z ##[endgroup] 2025-06-05T23:49:13.4170399Z ##[group]Setting up auth 2025-06-05T23:49:13.4176958Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:49:13.4206127Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:49:13.4495318Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:49:13.4525802Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:49:13.4815107Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:49:13.4860113Z ##[endgroup] 2025-06-05T23:49:13.4860745Z ##[group]Fetching the repository 2025-06-05T23:49:13.4878732Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:49:16.0100820Z From https://github.com/pytorch/executorch 2025-06-05T23:49:16.0101765Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:49:16.0123313Z ##[endgroup] 2025-06-05T23:49:16.0124017Z ##[group]Determining the checkout info 2025-06-05T23:49:16.0125863Z ##[endgroup] 2025-06-05T23:49:16.0130754Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:49:16.0166056Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:49:16.0193469Z ##[group]Checking out the ref 2025-06-05T23:49:16.0197413Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:49:16.5893834Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:49:16.5894271Z 2025-06-05T23:49:16.5894608Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:49:16.5895321Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:49:16.5896243Z state without impacting any branches by switching back to a branch. 2025-06-05T23:49:16.5896636Z 2025-06-05T23:49:16.5896901Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:49:16.5897555Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:49:16.5897954Z 2025-06-05T23:49:16.5898203Z git switch -c 2025-06-05T23:49:16.5898456Z 2025-06-05T23:49:16.5898609Z Or undo this operation with: 2025-06-05T23:49:16.5898902Z 2025-06-05T23:49:16.5899014Z git switch - 2025-06-05T23:49:16.5899237Z 2025-06-05T23:49:16.5899555Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:49:16.5900025Z 2025-06-05T23:49:16.5900356Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:49:16.5925249Z ##[endgroup] 2025-06-05T23:49:16.5926160Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:49:16.5932796Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:49:16.5984977Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:49:16.6014552Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:49:16.6046793Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:49:16.6073017Z ##[endgroup] 2025-06-05T23:49:16.6074654Z ##[group]Fetching submodules 2025-06-05T23:49:16.6078462Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:49:16.6384293Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:49:16.6683771Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver.git) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:49:16.6686301Z Submodule 'backends/arm/third-party/serialization_lib' (https://git.gitlab.arm.com/tosa/tosa-serialization.git) registered for path 'backends/arm/third-party/serialization_lib' 2025-06-05T23:49:16.6687924Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:49:16.6690419Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:49:16.6693082Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:49:16.6695517Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:49:16.6698964Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:49:16.6702558Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:49:16.6705966Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:49:16.6709672Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:49:16.6713620Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:49:16.6717189Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:49:16.6721351Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:49:16.6725334Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:49:16.6729591Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:49:16.6734918Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:49:16.6741080Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:49:16.6745507Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:49:16.6750160Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:49:16.6755353Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:49:16.6760286Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:49:16.6765218Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:49:16.6770236Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:49:16.6775388Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:49:16.6808402Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:49:17.5163681Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:49:17.9877100Z warning: redirecting to https://git.gitlab.arm.com/-/push_from_secondary/7/tosa/tosa-serialization.git/ 2025-06-05T23:49:18.7872507Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:49:19.0772818Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:49:19.5172256Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:49:19.7698274Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:49:20.0160436Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:49:20.2809978Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:49:20.4810905Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:49:21.2038206Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:49:21.6195456Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:49:21.8810041Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:49:22.2176298Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:49:22.9236049Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:49:23.1638683Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:49:23.6074343Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:49:23.9784953Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:49:24.2200965Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:49:24.4436074Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:49:24.7872445Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:49:25.0683541Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:49:25.5089249Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:49:26.6514400Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:49:27.0669670Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:49:28.6181439Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:49:28.6182464Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:49:28.6307074Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:49:29.1030805Z warning: redirecting to https://git.gitlab.arm.com/-/push_from_secondary/7/tosa/tosa-serialization.git/ 2025-06-05T23:49:30.1626152Z warning: redirecting to https://git.gitlab.arm.com/-/push_from_secondary/7/tosa/tosa-serialization.git/ 2025-06-05T23:49:31.0349792Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:49:31.0350544Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:49:31.0475718Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:49:31.0493458Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:49:31.0523015Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:49:32.2686765Z From https://github.com/google/flatbuffers 2025-06-05T23:49:32.2687347Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:49:32.3855120Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:49:32.9739138Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:49:32.9739722Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:49:32.9902627Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:49:33.8314102Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:49:33.8314706Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:49:33.8886212Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:49:34.5765682Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:49:34.5766388Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:49:34.6120441Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:49:35.0586182Z From https://github.com/zeux/volk 2025-06-05T23:49:35.0586734Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:49:35.0665871Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:49:35.6294715Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:49:35.6295312Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:49:35.6392903Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:49:36.0706166Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:49:36.0706715Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:49:36.0766547Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:49:37.8419431Z From https://github.com/google/XNNPACK 2025-06-05T23:49:37.8419988Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:49:38.5058046Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:49:39.1022402Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:49:39.1022955Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:49:39.1963147Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:49:39.6353259Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:49:39.6353944Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:49:39.6444775Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:49:40.1836027Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:49:40.1836623Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:49:40.2468869Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:49:40.2486628Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:49:40.2489024Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:49:40.2491901Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:49:40.2494681Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:49:40.2497807Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:49:40.2527646Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:49:40.6283959Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:49:41.0553459Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:49:41.4047380Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:49:41.6191175Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:49:43.0380453Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:49:43.0381042Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:49:43.1471787Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:49:43.8599758Z From https://github.com/nlohmann/json 2025-06-05T23:49:43.8600467Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:49:43.9662629Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:49:44.6646980Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:49:44.6647591Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:49:44.7466941Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:49:44.7485380Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:49:44.7514132Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:49:45.5788613Z From https://github.com/zherczeg/sljit 2025-06-05T23:49:45.5789158Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:49:45.6004551Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:49:47.0544812Z From https://github.com/google/re2 2025-06-05T23:49:47.0545715Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:49:47.0761497Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:49:47.6763558Z From https://github.com/google/sentencepiece 2025-06-05T23:49:47.6764114Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:49:47.8218499Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:49:49.3318200Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:49:49.3318775Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:49:49.4716753Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:49:50.0129280Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:49:50.0130011Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:49:50.0369150Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:49:50.6739250Z From https://github.com/pytorch/ao 2025-06-05T23:49:50.6739818Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:49:50.7982644Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:49:50.8002044Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:49:50.8030383Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:49:52.7971220Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:49:52.7972084Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:49:53.4309134Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:49:54.1698941Z From https://github.com/google/flatbuffers 2025-06-05T23:49:54.1699508Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:49:54.2881429Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:49:54.8027215Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:49:54.8027821Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:49:54.8383927Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:49:55.3355418Z From https://github.com/gflags/gflags 2025-06-05T23:49:55.3355974Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:49:55.3451594Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:49:55.9896670Z From https://github.com/google/googletest 2025-06-05T23:49:55.9897265Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:49:56.0290395Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:49:57.5682773Z From https://github.com/leetal/ios-cmake 2025-06-05T23:49:57.5683415Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:49:57.5765145Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:49:58.1562585Z From https://github.com/nlohmann/json 2025-06-05T23:49:58.1563478Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:49:58.2607658Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:49:58.2776990Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:49:58.9256179Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:49:58.9257471Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:49:59.0838194Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:49:59.6610211Z From https://github.com/pybind/pybind11 2025-06-05T23:49:59.6610773Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:49:59.6929502Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:49:59.6965281Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:49:59.7259821Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:49:59.7304444Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:49:59.7348554Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:49:59.7398464Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:49:59.7443012Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:49:59.7488571Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:49:59.7532964Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:49:59.7578763Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:49:59.7622412Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:49:59.7666935Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:49:59.7727905Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:49:59.7772718Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:49:59.7816139Z Entering 'extension/llm/tokenizers' 2025-06-05T23:49:59.7860001Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:49:59.7906355Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:49:59.7951655Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:49:59.7995653Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:49:59.8042074Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:49:59.8087054Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:49:59.8132871Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:49:59.8180380Z Entering 'shim' 2025-06-05T23:49:59.8224256Z Entering 'third-party/ao' 2025-06-05T23:49:59.8269162Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:49:59.8325131Z Entering 'third-party/flatbuffers' 2025-06-05T23:49:59.8372149Z Entering 'third-party/flatcc' 2025-06-05T23:49:59.8415797Z Entering 'third-party/gflags' 2025-06-05T23:49:59.8459684Z Entering 'third-party/googletest' 2025-06-05T23:49:59.8503728Z Entering 'third-party/ios-cmake' 2025-06-05T23:49:59.8547284Z Entering 'third-party/json' 2025-06-05T23:49:59.8592808Z Entering 'third-party/pocketfft' 2025-06-05T23:49:59.8635807Z Entering 'third-party/prelude' 2025-06-05T23:49:59.8683431Z Entering 'third-party/pybind11' 2025-06-05T23:49:59.8735638Z ##[endgroup] 2025-06-05T23:49:59.8736111Z ##[group]Persisting credentials for submodules 2025-06-05T23:49:59.8743363Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-06-05T23:49:59.9030588Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:49:59.9088766Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:49:59.9144612Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:49:59.9207705Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:49:59.9264049Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:49:59.9321596Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:49:59.9379195Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:49:59.9436554Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:49:59.9498536Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:49:59.9558153Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:49:59.9631809Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:49:59.9690181Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:49:59.9746955Z Entering 'extension/llm/tokenizers' 2025-06-05T23:49:59.9804171Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:49:59.9864183Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:49:59.9923036Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:49:59.9981216Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:50:00.0041893Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:50:00.0102688Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:50:00.0162158Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:50:00.0223361Z Entering 'shim' 2025-06-05T23:50:00.0281513Z Entering 'third-party/ao' 2025-06-05T23:50:00.0339087Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:50:00.0411459Z Entering 'third-party/flatbuffers' 2025-06-05T23:50:00.0472806Z Entering 'third-party/flatcc' 2025-06-05T23:50:00.0531286Z Entering 'third-party/gflags' 2025-06-05T23:50:00.0588568Z Entering 'third-party/googletest' 2025-06-05T23:50:00.0646367Z Entering 'third-party/ios-cmake' 2025-06-05T23:50:00.0706768Z Entering 'third-party/json' 2025-06-05T23:50:00.0766303Z Entering 'third-party/pocketfft' 2025-06-05T23:50:00.0824038Z Entering 'third-party/prelude' 2025-06-05T23:50:00.0886513Z Entering 'third-party/pybind11' 2025-06-05T23:50:00.0959622Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-06-05T23:50:00.1256783Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:50:00.1312622Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-06-05T23:50:00.1328633Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:50:00.1385060Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-06-05T23:50:00.1401370Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:50:00.1458055Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/modules/third_party/flatbuffers/config remote.origin.url 2025-06-05T23:50:00.1480258Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:50:00.1538066Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:50:00.1554924Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:50:00.1611967Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-06-05T23:50:00.1628915Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:50:00.1685086Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-06-05T23:50:00.1701688Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:50:00.1757973Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-06-05T23:50:00.1774703Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:50:00.1830912Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-06-05T23:50:00.1847705Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:50:00.1905261Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-06-05T23:50:00.1921916Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:50:00.1977719Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-06-05T23:50:00.2012091Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:50:00.2068545Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-06-05T23:50:00.2086142Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:50:00.2140565Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-06-05T23:50:00.2157262Z Entering 'extension/llm/tokenizers' 2025-06-05T23:50:00.2212149Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:50:00.2228063Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:50:00.2283027Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/abseil-cpp/config remote.origin.url 2025-06-05T23:50:00.2301479Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:50:00.2358469Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/json/config remote.origin.url 2025-06-05T23:50:00.2376454Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:50:00.2430961Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/config remote.origin.url 2025-06-05T23:50:00.2446566Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:50:00.2502105Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/modules/deps/sljit/config remote.origin.url 2025-06-05T23:50:00.2519747Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:50:00.2577507Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/re2/config remote.origin.url 2025-06-05T23:50:00.2593951Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:50:00.2649003Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/sentencepiece/config remote.origin.url 2025-06-05T23:50:00.2667471Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:50:00.2722115Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-06-05T23:50:00.2741151Z Entering 'shim' 2025-06-05T23:50:00.2795356Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:50:00.2813543Z Entering 'third-party/ao' 2025-06-05T23:50:00.2869994Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:50:00.2886169Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:50:00.2941974Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/modules/third_party/cutlass/config remote.origin.url 2025-06-05T23:50:00.2970880Z Entering 'third-party/flatbuffers' 2025-06-05T23:50:00.3025463Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:50:00.3045577Z Entering 'third-party/flatcc' 2025-06-05T23:50:00.3099094Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:50:00.3116330Z Entering 'third-party/gflags' 2025-06-05T23:50:00.3171213Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:50:00.3187865Z Entering 'third-party/googletest' 2025-06-05T23:50:00.3243615Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:50:00.3262165Z Entering 'third-party/ios-cmake' 2025-06-05T23:50:00.3316576Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:50:00.3334221Z Entering 'third-party/json' 2025-06-05T23:50:00.3391363Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:50:00.3410120Z Entering 'third-party/pocketfft' 2025-06-05T23:50:00.3466749Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:50:00.3483251Z Entering 'third-party/prelude' 2025-06-05T23:50:00.3538911Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:50:00.3558496Z Entering 'third-party/pybind11' 2025-06-05T23:50:00.3614773Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:50:00.4056812Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:50:00.4353800Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:50:00.4398199Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:50:00.4441697Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:50:00.4491427Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:50:00.4538097Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:50:00.4582316Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:50:00.4627993Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:50:00.4672155Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:50:00.4717082Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:50:00.4761093Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:50:00.4824162Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:50:00.4870290Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:50:00.4915170Z Entering 'extension/llm/tokenizers' 2025-06-05T23:50:00.4958495Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:50:00.5005683Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:50:00.5051100Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:50:00.5095395Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:50:00.5142703Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:50:00.5188166Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:50:00.5233746Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:50:00.5282502Z Entering 'shim' 2025-06-05T23:50:00.5326717Z Entering 'third-party/ao' 2025-06-05T23:50:00.5370736Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:50:00.5426534Z Entering 'third-party/flatbuffers' 2025-06-05T23:50:00.5474372Z Entering 'third-party/flatcc' 2025-06-05T23:50:00.5518168Z Entering 'third-party/gflags' 2025-06-05T23:50:00.5562081Z Entering 'third-party/googletest' 2025-06-05T23:50:00.5605820Z Entering 'third-party/ios-cmake' 2025-06-05T23:50:00.5647542Z Entering 'third-party/json' 2025-06-05T23:50:00.5692676Z Entering 'third-party/pocketfft' 2025-06-05T23:50:00.5736943Z Entering 'third-party/prelude' 2025-06-05T23:50:00.5784873Z Entering 'third-party/pybind11' 2025-06-05T23:50:00.5841794Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:50:00.6132676Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:50:00.6176654Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:50:00.6220156Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:50:00.6269561Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:50:00.6313865Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:50:00.6358715Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:50:00.6403947Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:50:00.6448093Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:50:00.6494208Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:50:00.6537992Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:50:00.6600083Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:50:00.6646239Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:50:00.6691031Z Entering 'extension/llm/tokenizers' 2025-06-05T23:50:00.6735255Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:50:00.6782912Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:50:00.6829051Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:50:00.6873287Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:50:00.6919826Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:50:00.6963600Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:50:00.7009275Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:50:00.7057438Z Entering 'shim' 2025-06-05T23:50:00.7101143Z Entering 'third-party/ao' 2025-06-05T23:50:00.7145404Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:50:00.7200997Z Entering 'third-party/flatbuffers' 2025-06-05T23:50:00.7247679Z Entering 'third-party/flatcc' 2025-06-05T23:50:00.7291921Z Entering 'third-party/gflags' 2025-06-05T23:50:00.7335294Z Entering 'third-party/googletest' 2025-06-05T23:50:00.7379341Z Entering 'third-party/ios-cmake' 2025-06-05T23:50:00.7422480Z Entering 'third-party/json' 2025-06-05T23:50:00.7467331Z Entering 'third-party/pocketfft' 2025-06-05T23:50:00.7544276Z Entering 'third-party/prelude' 2025-06-05T23:50:00.7592696Z Entering 'third-party/pybind11' 2025-06-05T23:50:00.7646545Z ##[endgroup] 2025-06-05T23:50:00.7698291Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:50:00.7707802Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:50:00.7937192Z Prepare all required actions 2025-06-05T23:50:00.7937844Z Getting action download info 2025-06-05T23:50:00.9193785Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:50:01.0802566Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:50:01.0803023Z with: 2025-06-05T23:50:01.0803318Z docker-image-name: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:01.0803760Z docker-build-dir: .ci/docker 2025-06-05T23:50:01.0804083Z working-directory: pytorch/executorch 2025-06-05T23:50:01.0804448Z docker-build-script: ./build.sh 2025-06-05T23:50:01.0804873Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:01.0805327Z force-push: false 2025-06-05T23:50:01.0805562Z env: 2025-06-05T23:50:01.0805837Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:01.0806235Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:01.0806533Z PR_NUMBER: 2025-06-05T23:50:01.0809102Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:01.0811833Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:01.0812489Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:01.0813108Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:01.0813525Z ##[endgroup] 2025-06-05T23:50:01.0845639Z ##[group]Run set -ex 2025-06-05T23:50:01.0846019Z set -ex 2025-06-05T23:50:01.0846248Z  2025-06-05T23:50:01.0846683Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:50:01.0847414Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:50:01.0848046Z # job could then download the pre-built image as usual 2025-06-05T23:50:01.0848813Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:50:01.0849367Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:01.0849869Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:01.0850310Z  2025-06-05T23:50:01.0850699Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:50:01.0851194Z  exit 0 2025-06-05T23:50:01.0851427Z else 2025-06-05T23:50:01.0851718Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:01.0852065Z fi 2025-06-05T23:50:01.0852293Z  2025-06-05T23:50:01.0852649Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:50:01.0853320Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:50:01.0853903Z  # use it as it is, but first let's extract the tag 2025-06-05T23:50:01.0854442Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:50:01.0855324Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:01.0855859Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:01.0856316Z else 2025-06-05T23:50:01.0856591Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:50:01.0857018Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:50:01.0857625Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:50:01.0857990Z  fi 2025-06-05T23:50:01.0858499Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:50:01.0859168Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:01.0859888Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:01.0860679Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:01.0861146Z fi 2025-06-05T23:50:01.0867565Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:01.0867987Z env: 2025-06-05T23:50:01.0868274Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:01.0868658Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:01.0868973Z PR_NUMBER: 2025-06-05T23:50:01.0871494Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:01.0874210Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:01.0874866Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:01.0875480Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:01.0875910Z REPO_NAME: executorch 2025-06-05T23:50:01.0876259Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:01.0876655Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:50:01.0876970Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:50:01.0877377Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:01.0877817Z CUSTOM_TAG_PREFIX: 2025-06-05T23:50:01.0878073Z ##[endgroup] 2025-06-05T23:50:01.0906635Z + [[ ! -d .ci/docker ]] 2025-06-05T23:50:01.0906957Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:50:01.0907272Z + echo skip=false 2025-06-05T23:50:01.0908038Z + [[ executorch-ubuntu-22.04-arm-sdk == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-06-05T23:50:01.0908699Z + [[ executorch-ubuntu-22.04-arm-sdk == *:* ]] 2025-06-05T23:50:01.0911615Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:50:01.0929375Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:01.0929857Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:01.0930821Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:01.0931684Z + echo custom-tag-prefix= 2025-06-05T23:50:01.0974842Z ##[group]Run set +e 2025-06-05T23:50:01.0975225Z set +e 2025-06-05T23:50:01.0975473Z set -x 2025-06-05T23:50:01.0975703Z  2025-06-05T23:50:01.0975942Z login() { 2025-06-05T23:50:01.0976470Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:50:01.0977075Z } 2025-06-05T23:50:01.0977292Z  2025-06-05T23:50:01.0977515Z retry () { 2025-06-05T23:50:01.0977809Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:50:01.0978145Z } 2025-06-05T23:50:01.0978365Z  2025-06-05T23:50:01.0978604Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:50:01.0978942Z  2025-06-05T23:50:01.0979165Z START_TIME=$(date +%s) 2025-06-05T23:50:01.0979666Z # Wait up to 120 minutes 2025-06-05T23:50:01.0980065Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:50:01.0980624Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:50:01.0981173Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:50:01.0981565Z  exit 0 2025-06-05T23:50:01.0981827Z  fi 2025-06-05T23:50:01.0982058Z  2025-06-05T23:50:01.0982478Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:50:01.0983208Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:50:01.0983949Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:50:01.0984534Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:50:01.0984985Z  # It's a Docker build job, let's build the image 2025-06-05T23:50:01.0985378Z  break 2025-06-05T23:50:01.0985622Z  else 2025-06-05T23:50:01.0985996Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:50:01.0986442Z  sleep 300 2025-06-05T23:50:01.0986708Z  fi 2025-06-05T23:50:01.0986950Z done 2025-06-05T23:50:01.0987163Z  2025-06-05T23:50:01.0987549Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:50:01.0988179Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:50:01.0988751Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:50:01.0989246Z  # if we're on the base branch then use the parent commit 2025-06-05T23:50:01.0989696Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:50:01.0990041Z else 2025-06-05T23:50:01.0990387Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:50:01.0990914Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:50:01.0991300Z fi 2025-06-05T23:50:01.0991524Z  2025-06-05T23:50:01.0991761Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:50:01.0992152Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:01.0992512Z  2025-06-05T23:50:01.0993030Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:50:01.0993778Z  exit 0 2025-06-05T23:50:01.0994007Z fi 2025-06-05T23:50:01.0994233Z  2025-06-05T23:50:01.0994566Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:50:01.0995327Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:50:01.0995973Z  exit 1 2025-06-05T23:50:01.0996274Z fi 2025-06-05T23:50:01.0996495Z  2025-06-05T23:50:01.0996894Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:50:01.0997617Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:50:01.0998276Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:50:01.0999046Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:50:01.1000026Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:50:01.1000538Z fi 2025-06-05T23:50:01.1000750Z  2025-06-05T23:50:01.1001036Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:01.1007511Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:01.1007950Z env: 2025-06-05T23:50:01.1008775Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:01.1009642Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:01.1009966Z PR_NUMBER: 2025-06-05T23:50:01.1012472Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:01.1015233Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:01.1015902Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:01.1016520Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:01.1016962Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:50:01.1017346Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:50:01.1017796Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:01.1018298Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:01.1018732Z DOCKER_PUSH: 2025-06-05T23:50:01.1018982Z ##[endgroup] 2025-06-05T23:50:01.1046533Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:01.1047102Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:01.1049941Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:50:01.1051028Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:01.7188483Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:50:01.7189179Z Configure a credential helper to remove this warning. See 2025-06-05T23:50:01.7190012Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:50:01.7190450Z 2025-06-05T23:50:01.7190570Z Login Succeeded 2025-06-05T23:50:01.7203633Z ++ date +%s 2025-06-05T23:50:01.7213496Z + START_TIME=1749167401 2025-06-05T23:50:01.7217110Z ++ date +%s 2025-06-05T23:50:01.7226650Z + [[ 1749160201 -lt 1749167401 ]] 2025-06-05T23:50:01.7227955Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:01.9574544Z { 2025-06-05T23:50:01.9575021Z "schemaVersion": 2, 2025-06-05T23:50:01.9575684Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:50:01.9576342Z "config": { 2025-06-05T23:50:01.9576748Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:50:01.9577610Z "size": 15116, 2025-06-05T23:50:01.9578369Z "digest": "sha256:1a94608f22c41f81740bef06f7422764772eeea94a9eada7dd0f5cce39df18ad" 2025-06-05T23:50:01.9578969Z }, 2025-06-05T23:50:01.9579388Z "layers": [ 2025-06-05T23:50:01.9579687Z { 2025-06-05T23:50:01.9580057Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9580534Z "size": 30438509, 2025-06-05T23:50:01.9581377Z "digest": "sha256:f557aa5ee22480ee9e1af0a094ce5174a8c3d83e1aa20dc8482e4e387546e0c3" 2025-06-05T23:50:01.9582371Z }, 2025-06-05T23:50:01.9582594Z { 2025-06-05T23:50:01.9582962Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9583413Z "size": 631, 2025-06-05T23:50:01.9583881Z "digest": "sha256:e9a71f6cf6a033cad973f94ad3269a9e3774b3a547f2d35c6337589ebab6aeac" 2025-06-05T23:50:01.9584421Z }, 2025-06-05T23:50:01.9584620Z { 2025-06-05T23:50:01.9584985Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9585786Z "size": 150104825, 2025-06-05T23:50:01.9586350Z "digest": "sha256:1c2419c026f994d51da561821c2d5405ab211b796da9af7d7a5e063a19f54604" 2025-06-05T23:50:01.9587114Z }, 2025-06-05T23:50:01.9587441Z { 2025-06-05T23:50:01.9588020Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9588804Z "size": 622, 2025-06-05T23:50:01.9589545Z "digest": "sha256:8f296761951c2477ba8d9546ac834b6cf17e772fbe388f9e3b2f4e822beb7713" 2025-06-05T23:50:01.9590130Z }, 2025-06-05T23:50:01.9590427Z { 2025-06-05T23:50:01.9590889Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9591554Z "size": 19308737, 2025-06-05T23:50:01.9592255Z "digest": "sha256:61b1f5baa53e67c1f9846169f854204a22c707b79cfabb83bdba63228a9b0144" 2025-06-05T23:50:01.9593108Z }, 2025-06-05T23:50:01.9593418Z { 2025-06-05T23:50:01.9593953Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9594664Z "size": 736, 2025-06-05T23:50:01.9595387Z "digest": "sha256:4420b1e1a07f73643ce79401c2021c6970bc6e411c501a43b58d157e19090d5a" 2025-06-05T23:50:01.9596172Z }, 2025-06-05T23:50:01.9596455Z { 2025-06-05T23:50:01.9597004Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9597762Z "size": 131418050, 2025-06-05T23:50:01.9598563Z "digest": "sha256:9ea6f8733a037f03d99a397418e7897b20030ef55771767ca107f3c53ea4c5c8" 2025-06-05T23:50:01.9599563Z }, 2025-06-05T23:50:01.9599907Z { 2025-06-05T23:50:01.9600529Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9601338Z "size": 445, 2025-06-05T23:50:01.9602086Z "digest": "sha256:172401b941b1764c760147d40814402d1238a7f1c7287fd8c0c9dd4897f09610" 2025-06-05T23:50:01.9602978Z }, 2025-06-05T23:50:01.9603325Z { 2025-06-05T23:50:01.9603929Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9604757Z "size": 102, 2025-06-05T23:50:01.9605531Z "digest": "sha256:08f9a627d97be81309ccf16cf39ed5beb24962447ad72a1615b0748e4173b204" 2025-06-05T23:50:01.9606403Z }, 2025-06-05T23:50:01.9606715Z { 2025-06-05T23:50:01.9607314Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9608107Z "size": 636, 2025-06-05T23:50:01.9608913Z "digest": "sha256:2d7e5abdd88dbf42ba6487b146573396d6f489b24623393763a4916452feeb69" 2025-06-05T23:50:01.9609867Z }, 2025-06-05T23:50:01.9610204Z { 2025-06-05T23:50:01.9611179Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9612012Z "size": 35165365, 2025-06-05T23:50:01.9612798Z "digest": "sha256:133eacd75ef58376aed6d2b550e0014a25704b03df5a04163e80b5401e528729" 2025-06-05T23:50:01.9613360Z }, 2025-06-05T23:50:01.9613577Z { 2025-06-05T23:50:01.9613938Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9614410Z "size": 318, 2025-06-05T23:50:01.9614872Z "digest": "sha256:380307a36ed2d54c982df9262fd1ec3b7fb61743ad1a24e7d1b691bc44edba7a" 2025-06-05T23:50:01.9615411Z }, 2025-06-05T23:50:01.9615621Z { 2025-06-05T23:50:01.9615970Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9616442Z "size": 252129750, 2025-06-05T23:50:01.9616898Z "digest": "sha256:2011df2b1f9883df3798e22c2153a2695bd6c277473f3897f8df94438197af03" 2025-06-05T23:50:01.9617416Z }, 2025-06-05T23:50:01.9617613Z { 2025-06-05T23:50:01.9617970Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9618432Z "size": 475, 2025-06-05T23:50:01.9618897Z "digest": "sha256:3ec19c2849b3bf6807efe10c62465e3f4d91dfd9fc8c1ff5b3667814c740339d" 2025-06-05T23:50:01.9619430Z }, 2025-06-05T23:50:01.9619628Z { 2025-06-05T23:50:01.9619988Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9620442Z "size": 1042, 2025-06-05T23:50:01.9620894Z "digest": "sha256:4e6543e5b9d468a212c2149870e7fe630b7571d2c6e914bd5017a3433bf60bba" 2025-06-05T23:50:01.9621541Z }, 2025-06-05T23:50:01.9621756Z { 2025-06-05T23:50:01.9622107Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9622583Z "size": 613, 2025-06-05T23:50:01.9623037Z "digest": "sha256:5e70c61fded41a31ea65efce907d9dff9acbc03826fb949591a55cfdd3385730" 2025-06-05T23:50:01.9623594Z }, 2025-06-05T23:50:01.9623803Z { 2025-06-05T23:50:01.9624148Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9624626Z "size": 77567408, 2025-06-05T23:50:01.9625094Z "digest": "sha256:cee7e6ffb076665cc7f2ee4887d6bce36de2c6d11a1c295294982c8a1d54f548" 2025-06-05T23:50:01.9625636Z }, 2025-06-05T23:50:01.9625828Z { 2025-06-05T23:50:01.9626195Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9626650Z "size": 572, 2025-06-05T23:50:01.9627103Z "digest": "sha256:ca4242386be9499ce676f36a87df7885bade394639154148b03e58bf32f30b32" 2025-06-05T23:50:01.9627627Z }, 2025-06-05T23:50:01.9627823Z { 2025-06-05T23:50:01.9628186Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9628634Z "size": 208, 2025-06-05T23:50:01.9629093Z "digest": "sha256:bf607c5c40f127d26ebf09ca05963503e3ee1030088eb5515d1b4bf89386381f" 2025-06-05T23:50:01.9629610Z }, 2025-06-05T23:50:01.9629813Z { 2025-06-05T23:50:01.9630162Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9630628Z "size": 1190, 2025-06-05T23:50:01.9631072Z "digest": "sha256:5630a9397492da6fac00fcc2b54281af300c4762827878ad79bbf050d7f1388d" 2025-06-05T23:50:01.9631599Z }, 2025-06-05T23:50:01.9631809Z { 2025-06-05T23:50:01.9632157Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9632622Z "size": 679, 2025-06-05T23:50:01.9633067Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:50:01.9633605Z }, 2025-06-05T23:50:01.9633806Z { 2025-06-05T23:50:01.9634172Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9634638Z "size": 6857035734, 2025-06-05T23:50:01.9635140Z "digest": "sha256:638a44f2a35ef7ba7c528fd4cdcbbab8b894ee1ca0e56f7ad01b1a4e87b875b0" 2025-06-05T23:50:01.9635676Z }, 2025-06-05T23:50:01.9635895Z { 2025-06-05T23:50:01.9636259Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9636714Z "size": 1383, 2025-06-05T23:50:01.9637275Z "digest": "sha256:09dac94eaf912c1143008ab2c199dc2a0547cf68fe2b08e1b96af9c2895928ae" 2025-06-05T23:50:01.9637802Z }, 2025-06-05T23:50:01.9638016Z { 2025-06-05T23:50:01.9638365Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9638839Z "size": 679, 2025-06-05T23:50:01.9639286Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:50:01.9639961Z }, 2025-06-05T23:50:01.9640161Z { 2025-06-05T23:50:01.9640530Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9640997Z "size": 232890849, 2025-06-05T23:50:01.9641445Z "digest": "sha256:a863980141538027df18ea91d40f0f443f9327f0066980bb1e5e45919226f7ed" 2025-06-05T23:50:01.9641954Z }, 2025-06-05T23:50:01.9642151Z { 2025-06-05T23:50:01.9642504Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9642952Z "size": 827, 2025-06-05T23:50:01.9643419Z "digest": "sha256:dec0deaa1ed566de23b66dcd78ea8449250b56b611cab27ebb83b9504d48a46b" 2025-06-05T23:50:01.9643952Z }, 2025-06-05T23:50:01.9644161Z { 2025-06-05T23:50:01.9644516Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9644960Z "size": 679, 2025-06-05T23:50:01.9645421Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:50:01.9645940Z }, 2025-06-05T23:50:01.9646151Z { 2025-06-05T23:50:01.9646497Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9647048Z "size": 185012180, 2025-06-05T23:50:01.9647520Z "digest": "sha256:7b93bf5911ad60a288a2fdad5c327a3aba6ab59696d572174b92cc0eaddf4924" 2025-06-05T23:50:01.9648052Z }, 2025-06-05T23:50:01.9648247Z { 2025-06-05T23:50:01.9648606Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9649067Z "size": 530, 2025-06-05T23:50:01.9649519Z "digest": "sha256:e8c9ad02b5187f5d1cb1d0cce8e115dd9462726f44a685de71b4cbe4f70c67e6" 2025-06-05T23:50:01.9650064Z }, 2025-06-05T23:50:01.9650258Z { 2025-06-05T23:50:01.9650616Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9651064Z "size": 679, 2025-06-05T23:50:01.9651521Z "digest": "sha256:1fc2d9899ffb3967bedc37627591b09f8e71118dfa4afe3eaa4fb76079e974bd" 2025-06-05T23:50:01.9652038Z }, 2025-06-05T23:50:01.9652246Z { 2025-06-05T23:50:01.9652589Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9653047Z "size": 354, 2025-06-05T23:50:01.9653504Z "digest": "sha256:ca22a013d303766ddf153f37526c40fa37dc1c0d112176fdb33378c50a81c354" 2025-06-05T23:50:01.9654018Z }, 2025-06-05T23:50:01.9654232Z { 2025-06-05T23:50:01.9654891Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9655406Z "size": 32, 2025-06-05T23:50:01.9655861Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:50:01.9656407Z }, 2025-06-05T23:50:01.9656604Z { 2025-06-05T23:50:01.9656962Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9657425Z "size": 166, 2025-06-05T23:50:01.9657863Z "digest": "sha256:92e60f7b3962f803f07d1039c079dc07e38030ab45275eb4cea08d6825a51054" 2025-06-05T23:50:01.9658379Z }, 2025-06-05T23:50:01.9658573Z { 2025-06-05T23:50:01.9658930Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9659378Z "size": 1109, 2025-06-05T23:50:01.9659848Z "digest": "sha256:c2b62aa0dc26b7dd48338aef7893ebaf56403579f42aa88a56bd416c04f43619" 2025-06-05T23:50:01.9660372Z }, 2025-06-05T23:50:01.9660580Z { 2025-06-05T23:50:01.9660925Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9661389Z "size": 32, 2025-06-05T23:50:01.9661847Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:50:01.9662363Z }, 2025-06-05T23:50:01.9662628Z { 2025-06-05T23:50:01.9663161Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:50:01.9663623Z "size": 108, 2025-06-05T23:50:01.9664066Z "digest": "sha256:1d5d95926a594c47acbd85e8c69aaa9a451df3ac8b228a859981dc1a7a9b3e06" 2025-06-05T23:50:01.9664599Z } 2025-06-05T23:50:01.9664793Z ] 2025-06-05T23:50:01.9664996Z } 2025-06-05T23:50:01.9665221Z + exit 0 2025-06-05T23:50:01.9736201Z ##[group]Run set -eux 2025-06-05T23:50:01.9736630Z set -eux 2025-06-05T23:50:01.9738188Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-06-05T23:50:01.9748931Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:01.9749709Z env: 2025-06-05T23:50:01.9750192Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:01.9750914Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:01.9751416Z PR_NUMBER: 2025-06-05T23:50:01.9756756Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:01.9762322Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:01.9763597Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:01.9764758Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:01.9765543Z ##[endgroup] 2025-06-05T23:50:01.9802284Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:50:01.9804200Z + jq --raw-output .SecretString 2025-06-05T23:50:01.9804777Z + jq -r .docker_hub_readonly_token 2025-06-05T23:50:01.9805874Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:50:02.6525588Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:50:02.6526304Z Configure a credential helper to remove this warning. See 2025-06-05T23:50:02.6527341Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:50:02.6528001Z 2025-06-05T23:50:02.6533564Z Login Succeeded 2025-06-05T23:50:02.6622984Z Prepare all required actions 2025-06-05T23:50:02.6667731Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:50:02.6668162Z with: 2025-06-05T23:50:02.6668887Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:02.6669854Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:02.6670290Z env: 2025-06-05T23:50:02.6670555Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:02.6670950Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:02.6671251Z PR_NUMBER: 2025-06-05T23:50:02.6673830Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:02.6676744Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:02.6677567Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:02.6678191Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:02.6678630Z ##[endgroup] 2025-06-05T23:50:02.6705224Z ##[group]Run set -x 2025-06-05T23:50:02.6705538Z set -x 2025-06-05T23:50:02.6705788Z set +e 2025-06-05T23:50:02.6706011Z  2025-06-05T23:50:02.6706239Z login() { 2025-06-05T23:50:02.6706757Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:50:02.6707358Z } 2025-06-05T23:50:02.6707583Z  2025-06-05T23:50:02.6707798Z retry () { 2025-06-05T23:50:02.6708093Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:50:02.6708433Z } 2025-06-05T23:50:02.6708652Z  2025-06-05T23:50:02.6708891Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:50:02.6709240Z  2025-06-05T23:50:02.6709763Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:50:02.6710503Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:50:02.6710909Z  2025-06-05T23:50:02.6711118Z set -e 2025-06-05T23:50:02.6711487Z # ignore output since only exit code is used for conditional 2025-06-05T23:50:02.6712018Z # only pull docker image if it's not available locally 2025-06-05T23:50:02.6712626Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:50:02.6713176Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:50:02.6713523Z fi 2025-06-05T23:50:02.6719888Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:02.6720309Z env: 2025-06-05T23:50:02.6721038Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:02.6721890Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:02.6722208Z PR_NUMBER: 2025-06-05T23:50:02.6724905Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:50:02.6727637Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:02.6728304Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:02.6728933Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:02.6729466Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:02.6729901Z ##[endgroup] 2025-06-05T23:50:02.6755850Z + set +e 2025-06-05T23:50:02.6756318Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:02.6756798Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:02.6761125Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:50:02.6761750Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:50:03.2939416Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:50:03.2940549Z Configure a credential helper to remove this warning. See 2025-06-05T23:50:03.2941578Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:50:03.2942230Z 2025-06-05T23:50:03.2942391Z Login Succeeded 2025-06-05T23:50:03.2961978Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:03.2962953Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:50:03.5010461Z + IMAGE_SIZE=7601.834650039673 2025-06-05T23:50:03.5010963Z + echo 'Compressed size of image in MB: 7601.834650039673' 2025-06-05T23:50:03.5011373Z + set -e 2025-06-05T23:50:03.5012187Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:03.5013168Z Compressed size of image in MB: 7601.834650039673 2025-06-05T23:50:03.5133628Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:03.5135022Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:03.7586300Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:50:03.7587938Z f557aa5ee224: Pulling fs layer 2025-06-05T23:50:03.7588455Z e9a71f6cf6a0: Pulling fs layer 2025-06-05T23:50:03.7588957Z 1c2419c026f9: Pulling fs layer 2025-06-05T23:50:03.7589467Z 8f296761951c: Pulling fs layer 2025-06-05T23:50:03.7589818Z 61b1f5baa53e: Pulling fs layer 2025-06-05T23:50:03.7590131Z 4420b1e1a07f: Pulling fs layer 2025-06-05T23:50:03.7590424Z 9ea6f8733a03: Pulling fs layer 2025-06-05T23:50:03.7590733Z 172401b941b1: Pulling fs layer 2025-06-05T23:50:03.7591072Z 08f9a627d97b: Pulling fs layer 2025-06-05T23:50:03.7591369Z 2d7e5abdd88d: Pulling fs layer 2025-06-05T23:50:03.7591677Z 133eacd75ef5: Pulling fs layer 2025-06-05T23:50:03.7591974Z 380307a36ed2: Pulling fs layer 2025-06-05T23:50:03.7592266Z 08f9a627d97b: Waiting 2025-06-05T23:50:03.7592516Z 4420b1e1a07f: Waiting 2025-06-05T23:50:03.7592773Z 9ea6f8733a03: Waiting 2025-06-05T23:50:03.7593043Z 2011df2b1f98: Pulling fs layer 2025-06-05T23:50:03.7593334Z 172401b941b1: Waiting 2025-06-05T23:50:03.7593593Z 3ec19c2849b3: Pulling fs layer 2025-06-05T23:50:03.7593896Z 4e6543e5b9d4: Pulling fs layer 2025-06-05T23:50:03.7594232Z 5e70c61fded4: Pulling fs layer 2025-06-05T23:50:03.7594517Z 61b1f5baa53e: Waiting 2025-06-05T23:50:03.7594776Z 2011df2b1f98: Waiting 2025-06-05T23:50:03.7595023Z 2d7e5abdd88d: Waiting 2025-06-05T23:50:03.7595286Z 133eacd75ef5: Waiting 2025-06-05T23:50:03.7595533Z 3ec19c2849b3: Waiting 2025-06-05T23:50:03.7595808Z cee7e6ffb076: Pulling fs layer 2025-06-05T23:50:03.7596387Z 8f296761951c: Waiting 2025-06-05T23:50:03.7596665Z ca4242386be9: Pulling fs layer 2025-06-05T23:50:03.7596961Z 5e70c61fded4: Waiting 2025-06-05T23:50:03.7597226Z bf607c5c40f1: Pulling fs layer 2025-06-05T23:50:03.7597535Z 5630a9397492: Pulling fs layer 2025-06-05T23:50:03.7597810Z 380307a36ed2: Waiting 2025-06-05T23:50:03.7598070Z cee7e6ffb076: Waiting 2025-06-05T23:50:03.7598321Z ca4242386be9: Waiting 2025-06-05T23:50:03.7598596Z 1fc2d9899ffb: Pulling fs layer 2025-06-05T23:50:03.7598894Z 638a44f2a35e: Pulling fs layer 2025-06-05T23:50:03.7599264Z 09dac94eaf91: Pulling fs layer 2025-06-05T23:50:03.7600026Z a86398014153: Pulling fs layer 2025-06-05T23:50:03.7600425Z dec0deaa1ed5: Pulling fs layer 2025-06-05T23:50:03.7600747Z 1fc2d9899ffb: Waiting 2025-06-05T23:50:03.7601061Z 09dac94eaf91: Waiting 2025-06-05T23:50:03.7601375Z 638a44f2a35e: Waiting 2025-06-05T23:50:03.7601813Z 7b93bf5911ad: Pulling fs layer 2025-06-05T23:50:03.7602304Z dec0deaa1ed5: Waiting 2025-06-05T23:50:03.7602765Z a86398014153: Waiting 2025-06-05T23:50:03.7603273Z e8c9ad02b518: Pulling fs layer 2025-06-05T23:50:03.7603739Z ca22a013d303: Pulling fs layer 2025-06-05T23:50:03.7604050Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:50:03.7604347Z 92e60f7b3962: Pulling fs layer 2025-06-05T23:50:03.7604639Z e8c9ad02b518: Waiting 2025-06-05T23:50:03.7604902Z c2b62aa0dc26: Pulling fs layer 2025-06-05T23:50:03.7605403Z ca22a013d303: Waiting 2025-06-05T23:50:03.7605662Z 4f4fb700ef54: Waiting 2025-06-05T23:50:03.7605907Z 92e60f7b3962: Waiting 2025-06-05T23:50:03.7606172Z c2b62aa0dc26: Waiting 2025-06-05T23:50:03.7606434Z 1d5d95926a59: Pulling fs layer 2025-06-05T23:50:03.8560386Z e9a71f6cf6a0: Verifying Checksum 2025-06-05T23:50:03.8561604Z e9a71f6cf6a0: Download complete 2025-06-05T23:50:03.9312141Z 8f296761951c: Verifying Checksum 2025-06-05T23:50:03.9312608Z 8f296761951c: Download complete 2025-06-05T23:50:04.1217962Z f557aa5ee224: Verifying Checksum 2025-06-05T23:50:04.1218513Z f557aa5ee224: Download complete 2025-06-05T23:50:04.1902849Z 4420b1e1a07f: Verifying Checksum 2025-06-05T23:50:04.1903528Z 4420b1e1a07f: Download complete 2025-06-05T23:50:04.1932433Z 61b1f5baa53e: Verifying Checksum 2025-06-05T23:50:04.1933093Z 61b1f5baa53e: Download complete 2025-06-05T23:50:04.2672513Z 172401b941b1: Verifying Checksum 2025-06-05T23:50:04.2673073Z 172401b941b1: Download complete 2025-06-05T23:50:04.3336269Z 08f9a627d97b: Download complete 2025-06-05T23:50:04.4226948Z 2d7e5abdd88d: Verifying Checksum 2025-06-05T23:50:04.4227635Z 2d7e5abdd88d: Download complete 2025-06-05T23:50:04.8360417Z 133eacd75ef5: Verifying Checksum 2025-06-05T23:50:04.8361108Z 133eacd75ef5: Download complete 2025-06-05T23:50:04.9129779Z 380307a36ed2: Download complete 2025-06-05T23:50:05.2247174Z f557aa5ee224: Pull complete 2025-06-05T23:50:05.2465080Z e9a71f6cf6a0: Pull complete 2025-06-05T23:50:05.3149092Z 1c2419c026f9: Download complete 2025-06-05T23:50:05.3993487Z 3ec19c2849b3: Download complete 2025-06-05T23:50:05.4915381Z 4e6543e5b9d4: Verifying Checksum 2025-06-05T23:50:05.4915989Z 4e6543e5b9d4: Download complete 2025-06-05T23:50:05.5461913Z 9ea6f8733a03: Verifying Checksum 2025-06-05T23:50:05.5462391Z 9ea6f8733a03: Download complete 2025-06-05T23:50:05.5905315Z 5e70c61fded4: Verifying Checksum 2025-06-05T23:50:05.5905824Z 5e70c61fded4: Download complete 2025-06-05T23:50:05.6622411Z ca4242386be9: Download complete 2025-06-05T23:50:05.7526369Z bf607c5c40f1: Verifying Checksum 2025-06-05T23:50:05.7526966Z bf607c5c40f1: Download complete 2025-06-05T23:50:05.8420839Z 5630a9397492: Verifying Checksum 2025-06-05T23:50:05.8421503Z 5630a9397492: Download complete 2025-06-05T23:50:05.9338081Z 1fc2d9899ffb: Verifying Checksum 2025-06-05T23:50:05.9338957Z 1fc2d9899ffb: Download complete 2025-06-05T23:50:06.4394872Z cee7e6ffb076: Verifying Checksum 2025-06-05T23:50:06.4395559Z cee7e6ffb076: Download complete 2025-06-05T23:50:06.5648521Z 09dac94eaf91: Verifying Checksum 2025-06-05T23:50:06.5649352Z 09dac94eaf91: Download complete 2025-06-05T23:50:07.4928330Z 2011df2b1f98: Verifying Checksum 2025-06-05T23:50:07.4929327Z 2011df2b1f98: Download complete 2025-06-05T23:50:07.5876846Z dec0deaa1ed5: Verifying Checksum 2025-06-05T23:50:07.5877472Z dec0deaa1ed5: Download complete 2025-06-05T23:50:08.9444754Z a86398014153: Verifying Checksum 2025-06-05T23:50:08.9446106Z a86398014153: Download complete 2025-06-05T23:50:09.0399713Z e8c9ad02b518: Download complete 2025-06-05T23:50:09.1197566Z ca22a013d303: Download complete 2025-06-05T23:50:09.1277550Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:50:09.1278069Z 4f4fb700ef54: Download complete 2025-06-05T23:50:09.2297241Z 92e60f7b3962: Verifying Checksum 2025-06-05T23:50:09.2297839Z 92e60f7b3962: Download complete 2025-06-05T23:50:09.3336102Z c2b62aa0dc26: Verifying Checksum 2025-06-05T23:50:09.3337595Z c2b62aa0dc26: Download complete 2025-06-05T23:50:09.4081684Z 1d5d95926a59: Verifying Checksum 2025-06-05T23:50:09.4082398Z 1d5d95926a59: Download complete 2025-06-05T23:50:09.5018282Z 7b93bf5911ad: Verifying Checksum 2025-06-05T23:50:09.5018962Z 7b93bf5911ad: Download complete 2025-06-05T23:50:09.7162878Z 1c2419c026f9: Pull complete 2025-06-05T23:50:09.7380669Z 8f296761951c: Pull complete 2025-06-05T23:50:10.0067227Z 61b1f5baa53e: Pull complete 2025-06-05T23:50:10.0273912Z 4420b1e1a07f: Pull complete 2025-06-05T23:50:12.7926447Z 9ea6f8733a03: Pull complete 2025-06-05T23:50:12.8142818Z 172401b941b1: Pull complete 2025-06-05T23:50:12.8350325Z 08f9a627d97b: Pull complete 2025-06-05T23:50:12.8564866Z 2d7e5abdd88d: Pull complete 2025-06-05T23:50:13.5040996Z 133eacd75ef5: Pull complete 2025-06-05T23:50:13.5250677Z 380307a36ed2: Pull complete 2025-06-05T23:50:19.8696745Z 2011df2b1f98: Pull complete 2025-06-05T23:50:20.0848332Z 3ec19c2849b3: Pull complete 2025-06-05T23:50:20.2986897Z 4e6543e5b9d4: Pull complete 2025-06-05T23:50:20.5122071Z 5e70c61fded4: Pull complete 2025-06-05T23:50:22.7262490Z cee7e6ffb076: Pull complete 2025-06-05T23:50:22.9375953Z ca4242386be9: Pull complete 2025-06-05T23:50:23.1604236Z bf607c5c40f1: Pull complete 2025-06-05T23:50:23.3652094Z 5630a9397492: Pull complete 2025-06-05T23:50:23.5701878Z 1fc2d9899ffb: Pull complete 2025-06-05T23:51:14.5724165Z 638a44f2a35e: Verifying Checksum 2025-06-05T23:51:14.5724696Z 638a44f2a35e: Download complete 2025-06-05T23:52:28.7911386Z 638a44f2a35e: Pull complete 2025-06-05T23:52:28.8129656Z 09dac94eaf91: Pull complete 2025-06-05T23:52:35.6206770Z a86398014153: Pull complete 2025-06-05T23:52:35.8323172Z dec0deaa1ed5: Pull complete 2025-06-05T23:52:43.4406907Z 7b93bf5911ad: Pull complete 2025-06-05T23:52:43.6539106Z e8c9ad02b518: Pull complete 2025-06-05T23:52:44.0963200Z ca22a013d303: Pull complete 2025-06-05T23:52:44.3162753Z 4f4fb700ef54: Pull complete 2025-06-05T23:52:44.4472032Z 92e60f7b3962: Pull complete 2025-06-05T23:52:44.6514524Z c2b62aa0dc26: Pull complete 2025-06-05T23:52:44.9599533Z 1d5d95926a59: Pull complete 2025-06-05T23:52:45.0187827Z Digest: sha256:0d5c21d463984bfbc970f6581a94145d33d344740c70e25bc23e6befdbb949c9 2025-06-05T23:52:45.0587998Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:45.0830661Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:45.0877234Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:52:45.0878346Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:52:45.0888397Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:45.0888827Z env: 2025-06-05T23:52:45.0889117Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-05T23:52:45.0889527Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:45.0889840Z PR_NUMBER: 2025-06-05T23:52:45.0892419Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:52:45.0895214Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:45.0895890Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:45.0896517Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:45.0896937Z ##[endgroup] 2025-06-05T23:52:45.1109090Z ##[group]Run set -ex 2025-06-05T23:52:45.1109422Z set -ex 2025-06-05T23:52:45.1109657Z { 2025-06-05T23:52:45.1109909Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:52:45.1110260Z  echo "set -eou pipefail"; 2025-06-05T23:52:45.1110620Z  # shellcheck disable=SC2016 2025-06-05T23:52:45.1111002Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:52:45.1111367Z  echo "set -x"; 2025-06-05T23:52:45.1111669Z  echo "${SCRIPT}"; 2025-06-05T23:52:45.1112178Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:52:45.1112567Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:52:45.1113375Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:52:45.1120538Z shell: /usr/bin/bash -e {0} 2025-06-05T23:52:45.1120842Z env: 2025-06-05T23:52:45.1121623Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:45.1122461Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:45.1122781Z PR_NUMBER: 2025-06-05T23:52:45.1125283Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:52:45.1128014Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:45.1128667Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:45.1129277Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:45.1130092Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:52:45.1130420Z ##[endgroup] 2025-06-05T23:52:45.1157800Z + echo '#!/usr/bin/env bash' 2025-06-05T23:52:45.1158134Z + echo 'set -eou pipefail' 2025-06-05T23:52:45.1158582Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:52:45.1158974Z + echo 'set -x' 2025-06-05T23:52:45.1159522Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:52:45.1160143Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:52:45.1160553Z conda activate "${CONDA_ENV}" 2025-06-05T23:52:45.1160764Z 2025-06-05T23:52:45.1160877Z source .ci/scripts/utils.sh 2025-06-05T23:52:45.1161209Z install_executorch "--use-pt-pinned-commit" 2025-06-05T23:52:45.1161483Z 2025-06-05T23:52:45.1161623Z .ci/scripts/setup-arm-baremetal-tools.sh 2025-06-05T23:52:45.1161877Z 2025-06-05T23:52:45.1162123Z # Increase number of files user can monitor to bypass buck failures. 2025-06-05T23:52:45.1162619Z # Hopefully this is high enough for this setup. 2025-06-05T23:52:45.1163089Z sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 2025-06-05T23:52:45.1163409Z 2025-06-05T23:52:45.1163528Z ARM_TEST=test_pytest_ops_ethosu_fvp 2025-06-05T23:52:45.1163763Z 2025-06-05T23:52:45.1163886Z # Test test_arm_baremetal.sh with test 2025-06-05T23:52:45.1164290Z backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-05T23:52:45.1164690Z ' 2025-06-05T23:52:45.1165019Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:52:45.1170319Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:53:25.6840197Z Running command: 2025-06-05T23:53:25.6848511Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_15475023371" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_6fac3bd6-fba2-4a10-bf52-3cf95c86ac50":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_6fac3bd6-fba2-4a10-bf52-3cf95c86ac50" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:53:25.6856502Z 2025-06-05T23:53:25.6856902Z e67400803dac1ea99143106427a92cb7b0f2d74659628f079247f01c29a9bb0f 2025-06-05T23:53:25.6857661Z Running command: docker exec -t e67400803dac1ea99143106427a92cb7b0f2d74659628f079247f01c29a9bb0f /exec 2025-06-05T23:53:25.6858455Z ++ conda env list --json 2025-06-05T23:53:25.6858746Z ++ local cmd=env 2025-06-05T23:53:25.6858988Z ++ case "$cmd" in 2025-06-05T23:53:25.6873196Z ++ __conda_exe env list --json 2025-06-05T23:53:25.6873677Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:53:25.6874133Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:53:25.6874654Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:53:25.6875184Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:53:25.6875693Z + local cmd=activate 2025-06-05T23:53:25.6876070Z + case "$cmd" in 2025-06-05T23:53:25.6876452Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:53:25.6876825Z + '[' -n '' ']' 2025-06-05T23:53:25.6877081Z + local ask_conda 2025-06-05T23:53:25.6877327Z ++ PS1='(base) ' 2025-06-05T23:53:25.6877666Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:25.6878220Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:25.6878695Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:53:25.6879814Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-06-05T23:53:25.6880866Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:25.6881273Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:25.6881591Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:25.6881994Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:25.6882378Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:25.6882765Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:25.6883117Z export _CE_M='\'''\'' 2025-06-05T23:53:25.6883398Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:25.6883750Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:25.6884163Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:53:25.6885116Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-06-05T23:53:25.6886139Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:25.6886543Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:25.6887143Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:25.6887543Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:25.6887931Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:25.6888320Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:25.6888681Z export _CE_M='\'''\'' 2025-06-05T23:53:25.6888949Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:25.6889312Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:25.6889703Z ++ PS1='(py_3.10) ' 2025-06-05T23:53:25.6890604Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-06-05T23:53:25.6892281Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-06-05T23:53:25.6893247Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:25.6893644Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:25.6893980Z ++ export CONDA_SHLVL=2 2025-06-05T23:53:25.6894256Z ++ CONDA_SHLVL=2 2025-06-05T23:53:25.6894551Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:25.6894899Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:25.6895220Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:53:25.6895597Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:53:25.6895939Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:25.6896272Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:25.6896645Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:25.6897065Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:25.6897374Z ++ export _CE_M= 2025-06-05T23:53:25.6897608Z ++ _CE_M= 2025-06-05T23:53:25.6897844Z ++ export _CE_CONDA= 2025-06-05T23:53:25.6898092Z ++ _CE_CONDA= 2025-06-05T23:53:25.6898519Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:25.6898908Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:25.6899255Z + __conda_hashr 2025-06-05T23:53:25.6899493Z + '[' -n '' ']' 2025-06-05T23:53:25.6899731Z + '[' -n '' ']' 2025-06-05T23:53:25.6899954Z + hash -r 2025-06-05T23:53:25.6900205Z + source .ci/scripts/utils.sh 2025-06-05T23:53:25.6900555Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:53:25.6900903Z + which pip 2025-06-05T23:53:25.6901155Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:53:25.6901506Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:53:25.6902031Z 2025-06-05 23:53:24,618 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:53:25.6902757Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:25.6903676Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:53:25.6904710Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:53:25.6905739Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:53:25.6906558Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:53:25.6907116Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:53:25.6908073Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-06-05T23:53:25.6909085Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:53:25.6909718Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:53:25.6910737Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 6)) (4.47.1) 2025-06-05T23:53:25.6911770Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:53:25.6912632Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-06-05T23:53:25.6913694Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.1) 2025-06-05T23:53:25.6914955Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-06-05T23:53:25.6916273Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (78.1.1) 2025-06-05T23:53:25.6917624Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-06-05T23:53:25.6918889Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-06-05T23:53:25.6920290Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-06-05T23:53:25.6921671Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.32.4) 2025-06-05T23:53:25.6923167Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-06-05T23:53:25.6924684Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.18.0) 2025-06-05T23:53:25.6926221Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2.2.6) 2025-06-05T23:53:25.6927771Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (25.0) 2025-06-05T23:53:25.6929337Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2024.11.6) 2025-06-05T23:53:25.6930910Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (2.32.3) 2025-06-05T23:53:25.6932489Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (0.21.1) 2025-06-05T23:53:29.0359545Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 6)) (4.67.1) 2025-06-05T23:53:29.0361626Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (2025.5.1) 2025-06-05T23:53:29.0363330Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (4.14.0) 2025-06-05T23:53:29.0365007Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (1.1.3) 2025-06-05T23:53:29.0366326Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.14.0) 2025-06-05T23:53:29.0367387Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-06-05T23:53:29.0368422Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-06-05T23:53:29.0369764Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.2.1) 2025-06-05T23:53:29.0371205Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0371903Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:53:29.0372581Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0373239Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:53:29.0373904Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0375125Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:53:29.0375807Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0376936Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-06-05T23:53:29.0378624Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:53:29.0379424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 97.7 MB/s eta 0:00:00 2025-06-05T23:53:29.0380221Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0381076Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-06-05T23:53:29.0381937Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0382755Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:53:29.0383577Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0384414Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:53:29.0385233Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0386207Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-06-05T23:53:29.0387639Z Requirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.11.0->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.4.0) 2025-06-05T23:53:29.0388936Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0389905Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-06-05T23:53:29.0391178Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (5.4.0) 2025-06-05T23:53:29.0392564Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-06-05T23:53:29.0393628Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0394416Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-06-05T23:53:29.0395208Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0396052Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:53:29.0397288Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.2.3) 2025-06-05T23:53:29.0398478Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0399765Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-06-05T23:53:29.0400864Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0401809Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:53:29.0402748Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:53:29.0403478Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:53:29.0404438Z Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0405454Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-06-05T23:53:29.0406595Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0407610Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:53:29.0408585Z Collecting aiosignal>=1.1.2 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0409538Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:53:29.0410499Z Collecting async-timeout<6.0,>=4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0411473Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:53:29.0412773Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (25.3.0) 2025-06-05T23:53:29.0414420Z Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0415695Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:53:29.0416943Z Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0418055Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) 2025-06-05T23:53:29.0419155Z Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0420237Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-06-05T23:53:29.0421319Z Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.0422339Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (72 kB) 2025-06-05T23:53:29.0423798Z Requirement already satisfied: idna>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.10) 2025-06-05T23:53:29.0425710Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (3.4.2) 2025-06-05T23:53:29.0427516Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 6)) (2025.4.26) 2025-06-05T23:53:29.0428898Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.7773252Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-06-05T23:53:31.7775530Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-06-05T23:53:31.7777682Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:31.7780033Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:53:31.7781721Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:53:31.7784342Z [?25hRequirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.9.0.post0) 2025-06-05T23:53:31.7787855Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:53:31.7791175Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:53:31.7794666Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (1.17.0) 2025-06-05T23:53:31.7796924Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:53:31.7798195Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:31.7799768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 132.5 MB/s eta 0:00:00 2025-06-05T23:53:31.7801507Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-06-05T23:53:31.7803118Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-06-05T23:53:31.7804604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 164.7 MB/s eta 0:00:00 2025-06-05T23:53:31.7805836Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:53:31.7807207Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:53:31.7808689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 70.7 MB/s eta 0:00:00 2025-06-05T23:53:31.7809945Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:53:31.7811401Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-06-05T23:53:31.7813112Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:31.7814535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 156.7 MB/s eta 0:00:00 2025-06-05T23:53:31.7815751Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:53:31.7816684Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:53:31.7817942Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-06-05T23:53:31.7819587Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:53:31.7821163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 117.4 MB/s eta 0:00:00 2025-06-05T23:53:31.7822737Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:53:31.7824404Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219 kB) 2025-06-05T23:53:31.7825845Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333 kB) 2025-06-05T23:53:31.7827011Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:53:31.7827954Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:53:31.7829441Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB) 2025-06-05T23:53:31.7831363Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206 kB) 2025-06-05T23:53:31.7832649Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.3 MB) 2025-06-05T23:53:31.7834106Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.3 MB ? eta -:--:-- 2025-06-05T23:53:31.7835471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 42.2/42.3 MB 261.0 MB/s eta 0:00:01 2025-06-05T23:53:31.7836962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 188.0 MB/s eta 0:00:00 2025-06-05T23:53:31.7838625Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-06-05T23:53:31.7840418Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-06-05T23:53:31.7841964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 219.8 MB/s eta 0:00:00 2025-06-05T23:53:31.7843228Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:53:31.7844861Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-06-05T23:53:31.7846803Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-06-05T23:53:31.7848468Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-06-05T23:53:31.7849886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 144.2 MB/s eta 0:00:00 2025-06-05T23:53:31.7851185Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:53:31.7857190Z  DEPRECATION: Building 'antlr4-python3-runtime' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'antlr4-python3-runtime'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:53:31.7862396Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- \ done 2025-06-05T23:53:31.7865405Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=424f6e715e88b6b60b7608baa56ebfe4b664ecba19cb89943a29dcf9b50910c3 2025-06-05T23:53:31.7868097Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:53:31.7869525Z Successfully built antlr4-python3-runtime 2025-06-05T23:53:31.7872885Z Installing collected packages: sentencepiece, antlr4-python3-runtime, xxhash, pycryptodomex, pyarrow, psutil, propcache, omegaconf, multidict, hf-transfer, fsspec, frozenlist, dill, cmake, async-timeout, aiohappyeyeballs, yarl, tiktoken, multiprocess, kagglehub, blobfile, aiosignal, torchdata, aiohttp, timm, datasets, torchtune 2025-06-05T23:53:31.7876422Z [?25l 2025-06-05T23:53:31.7877364Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:31.7878890Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:31.7880601Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:41.8872245Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:41.8873052Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:41.8873746Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:41.8874469Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:41.8875151Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:41.8875833Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:41.8876531Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:41.8877434Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:53:41.8878239Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:53:41.8878779Z  Attempting uninstall: fsspec 2025-06-05T23:53:41.8879445Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:53:41.8880066Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:53:41.8880705Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:53:41.8881227Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:53:41.8881839Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:53:41.8882405Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:53:41.8883431Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:53:41.8884362Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:53:41.8885033Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:41.8885710Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:41.8886533Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:41.8887197Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:41.8887858Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:41.8888507Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:41.8889373Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:41.8890162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [multiprocess] 2025-06-05T23:53:41.8890851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:41.8891525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:41.8892048Z  Attempting uninstall: timm 2025-06-05T23:53:41.8892598Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:41.8893121Z  Found existing installation: timm 0.6.13 2025-06-05T23:53:41.8893724Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:41.8894227Z  Uninstalling timm-0.6.13: 2025-06-05T23:53:41.8894787Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:41.8895323Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:53:41.8895899Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:41.8896546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:41.8897178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:41.8897927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:41.8898570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:41.8899222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:41.8899991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:41.8900653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:41.8901284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:53:41.8901717Z [?25h 2025-06-05T23:53:41.8904242Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.9 aiosignal-1.3.2 antlr4-python3-runtime-4.9.3 async-timeout-5.0.1 blobfile-3.0.0 cmake-3.31.6 datasets-3.6.0 dill-0.3.8 frozenlist-1.6.2 fsspec-2025.3.0 hf-transfer-0.1.9 kagglehub-0.3.12 multidict-6.4.4 multiprocess-0.70.16 omegaconf-2.3.0 propcache-0.3.1 psutil-7.0.0 pyarrow-20.0.0 pycryptodomex-3.23.0 sentencepiece-0.2.0 tiktoken-0.9.0 timm-1.0.7 torchdata-0.11.0 torchtune-0.6.1 xxhash-3.5.0 yarl-1.20.0 2025-06-05T23:53:41.8906446Z Processing ./third-party/ao 2025-06-05T23:53:41.8906867Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:53:41.8907494Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:53:41.8908043Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:53:41.8909078Z [?25hRequirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.9.0) 2025-06-05T23:53:41.8910335Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.21.1) 2025-06-05T23:53:41.8911589Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.2.0) 2025-06-05T23:53:41.8912916Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2024.11.6) 2025-06-05T23:53:41.8914277Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2.32.3) 2025-06-05T23:53:50.3718882Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.4.2) 2025-06-05T23:53:50.3721309Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.10) 2025-06-05T23:53:50.3722851Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2.4.0) 2025-06-05T23:53:50.3724381Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2025.4.26) 2025-06-05T23:53:50.3725872Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers->pytorch_tokenizers==0.1.0) (0.32.4) 2025-06-05T23:53:50.3728162Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (3.18.0) 2025-06-05T23:53:50.3729790Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (2025.3.0) 2025-06-05T23:53:50.3731387Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (25.0) 2025-06-05T23:53:50.3733083Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (6.0.1) 2025-06-05T23:53:50.3734644Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.67.1) 2025-06-05T23:53:50.3736277Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.14.0) 2025-06-05T23:53:50.3737937Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (1.1.3) 2025-06-05T23:53:50.3739030Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:50.3741923Z  DEPRECATION: Building 'torchao' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'torchao'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:53:50.3744479Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-06-05T23:53:50.3745812Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955946 sha256=40505d4fac285cc4b10b0e77b6ab1fe2bbeb1c3d52ba4903dc7d4d165b78fd06 2025-06-05T23:53:50.3747233Z Stored in directory: /tmp/pip-ephem-wheel-cache-zxko1s4q/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:53:50.3748265Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:53:50.3749639Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=fcfd8977ae73649ea04287cc685763581875aa5665139ea7cc1ec5d1f2281df2 2025-06-05T23:53:50.3751026Z Stored in directory: /tmp/pip-ephem-wheel-cache-zxko1s4q/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:53:50.3751842Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:53:50.3752324Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:50.3752759Z [?25l 2025-06-05T23:53:50.3753201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:50.3753772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:50.3754347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:50.3755171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:50.3755801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:53:50.3756242Z [?25h 2025-06-05T23:53:50.3756737Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:53:50.3757483Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:53:50.3758446Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:50.3759046Z Processing /pytorch/executorch 2025-06-05T23:53:50.3759521Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:53:50.3760625Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:53:50.3761639Z !! 2025-06-05T23:53:50.3761762Z 2025-06-05T23:53:50.3761897Z ******************************************************************************** 2025-06-05T23:53:50.3762960Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:53:50.3763749Z 2025-06-05T23:53:50.3764011Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:53:50.3764525Z or your builds will no longer be supported. 2025-06-05T23:53:50.3764797Z 2025-06-05T23:53:50.3765210Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:50.3765857Z ******************************************************************************** 2025-06-05T23:53:50.3766141Z 2025-06-05T23:53:50.3766228Z !! 2025-06-05T23:53:50.3766455Z corresp(dist, value, root_dir) 2025-06-05T23:53:50.3767427Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:50.3768385Z !! 2025-06-05T23:53:50.3768501Z 2025-06-05T23:53:50.3768633Z ******************************************************************************** 2025-06-05T23:53:50.3769244Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:50.3769711Z 2025-06-05T23:53:50.3769886Z License :: OSI Approved :: BSD License 2025-06-05T23:53:50.3770154Z 2025-06-05T23:53:50.3770545Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:50.3771197Z ******************************************************************************** 2025-06-05T23:53:50.3771459Z 2025-06-05T23:53:50.3771548Z !! 2025-06-05T23:53:50.3771795Z dist._finalize_license_expression() 2025-06-05T23:53:50.3772660Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:50.3773509Z !! 2025-06-05T23:53:50.3773623Z 2025-06-05T23:53:50.3773753Z ******************************************************************************** 2025-06-05T23:53:50.3774364Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:50.3774830Z 2025-06-05T23:53:50.3774977Z License :: OSI Approved :: BSD License 2025-06-05T23:53:50.3775230Z 2025-06-05T23:53:50.3775622Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:50.3776275Z ******************************************************************************** 2025-06-05T23:53:50.3776539Z 2025-06-05T23:53:50.3776637Z !! 2025-06-05T23:53:50.3776868Z self._finalize_license_expression() 2025-06-05T23:53:50.3777209Z running dist_info 2025-06-05T23:53:50.3777591Z creating /tmp/pip-modern-metadata-cn4f9q7k/executorch.egg-info 2025-06-05T23:53:50.3778225Z writing /tmp/pip-modern-metadata-cn4f9q7k/executorch.egg-info/PKG-INFO 2025-06-05T23:53:50.3779063Z writing dependency_links to /tmp/pip-modern-metadata-cn4f9q7k/executorch.egg-info/dependency_links.txt 2025-06-05T23:53:50.3780533Z writing entry points to /tmp/pip-modern-metadata-cn4f9q7k/executorch.egg-info/entry_points.txt 2025-06-05T23:53:50.3781376Z writing requirements to /tmp/pip-modern-metadata-cn4f9q7k/executorch.egg-info/requires.txt 2025-06-05T23:53:50.3782354Z writing top-level names to /tmp/pip-modern-metadata-cn4f9q7k/executorch.egg-info/top_level.txt 2025-06-05T23:53:50.3783194Z writing manifest file '/tmp/pip-modern-metadata-cn4f9q7k/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:50.3784001Z reading manifest file '/tmp/pip-modern-metadata-cn4f9q7k/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:50.3784601Z adding license file 'LICENSE' 2025-06-05T23:53:50.3785141Z writing manifest file '/tmp/pip-modern-metadata-cn4f9q7k/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:50.3786000Z creating '/tmp/pip-modern-metadata-cn4f9q7k/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:53:50.3786805Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:53:50.3787675Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.1.6) 2025-06-05T23:53:50.3788565Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:51.5645695Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-06-05T23:53:51.5648159Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:53:51.5649456Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.84.2) 2025-06-05T23:53:51.5651014Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:53:51.5652584Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.6) 2025-06-05T23:53:51.5654126Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (25.0) 2025-06-05T23:53:51.5655813Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.3) 2025-06-05T23:53:51.5657300Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.9.0) 2025-06-05T23:53:51.5658848Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (7.2.0) 2025-06-05T23:53:51.5659973Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:51.5661692Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/0d/b2/0e802fde6f1c5b2f7ae7e9ad42b83fd4ecebac18a8a8c2f2f14e39dce6e1/pytest_xdist-3.7.0-py3-none-any.whl.metadata 2025-06-05T23:53:51.5663467Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:53:51.5664139Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:51.5665958Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/f3/30/11d836ff01c938969efa319b4ebe2374ed79d28043a12bfc908577aab9f3/pytest_rerunfailures-15.1-py3-none-any.whl.metadata 2025-06-05T23:53:51.5667469Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:53:51.5668439Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.0.1) 2025-06-05T23:53:51.5669679Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.17.32) 2025-06-05T23:53:51.5670891Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.14.0) 2025-06-05T23:53:51.5671728Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:51.5673282Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-06-05T23:53:51.5674635Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:53:51.5675620Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (4.14.0) 2025-06-05T23:53:51.5676578Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:51.5678135Z Obtaining dependency information for coremltools==8.3 from https://files.pythonhosted.org/packages/c4/c9/f602c2a7861a9e8a2555a083d9558d37d8811515bacd597eb3b40ba7757d/coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata 2025-06-05T23:53:51.5679803Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata (2.6 kB) 2025-06-05T23:53:51.5680496Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:51.5681978Z Obtaining dependency information for protobuf>=3.1.0 from https://files.pythonhosted.org/packages/fa/b1/b59d405d64d31999244643d88c45c8241c58f17cc887e73bcb90602327f8/protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata 2025-06-05T23:53:51.5683477Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) 2025-06-05T23:53:51.5684546Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (4.67.1) 2025-06-05T23:53:51.5685933Z Requirement already satisfied: attrs>=21.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (25.3.0) 2025-06-05T23:53:51.5686925Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:51.5688262Z Obtaining dependency information for cattrs from https://files.pythonhosted.org/packages/18/b0/215274ef0d835bbc1056392a367646648b6084e39d489099959aefcca2af/cattrs-25.1.1-py3-none-any.whl.metadata 2025-06-05T23:53:51.5689558Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:53:51.5690134Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:51.5691435Z Obtaining dependency information for pyaml from https://files.pythonhosted.org/packages/aa/7d/1b5061beff826f902285827261485a058b943332eba8a5532a0164735205/pyaml-25.5.0-py3-none-any.whl.metadata 2025-06-05T23:53:51.5692705Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:53:51.5693747Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2.9.0.post0) 2025-06-05T23:53:51.5695192Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:53:51.5696557Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:53:51.5698003Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.7.0a0+bd57234) (1.17.0) 2025-06-05T23:53:51.5699550Z Requirement already satisfied: exceptiongroup>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from cattrs->coremltools==8.3->executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:53:51.5701067Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.7.0a0+bd57234) (2.4.0) 2025-06-05T23:53:51.5702475Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.1.0) 2025-06-05T23:53:51.5703868Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (1.6.0) 2025-06-05T23:53:51.5705181Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.0.1) 2025-06-05T23:53:51.5706067Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:51.5707322Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/2f/de/afa024cbe022b1b318a3d224125aa24939e99b4ff6f22e0ba639a2eaee47/pytest-8.4.0-py3-none-any.whl.metadata 2025-06-05T23:53:51.5708707Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:53:51.5709671Z Requirement already satisfied: pygments>=2.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.19.1) 2025-06-05T23:53:51.5710648Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:51.5712023Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-06-05T23:53:51.5713364Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:53:51.5714384Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.7.0a0+bd57234) (0.2.12) 2025-06-05T23:53:51.5715447Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl (2.3 MB) 2025-06-05T23:53:51.5716465Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:51.5717249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 133.0 MB/s eta 0:00:00 2025-06-05T23:53:51.5717992Z [?25hDownloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl (321 kB) 2025-06-05T23:53:51.5718572Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:53:51.5719103Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:53:51.5719711Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:53:51.5720227Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:53:51.5720736Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:53:51.5721216Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:53:51.5721681Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:53:51.5722148Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:53:51.5722614Z Building wheels for collected packages: executorch 2025-06-05T23:53:51.5723130Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:53:53.0264274Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:53:53.0265650Z !! 2025-06-05T23:53:53.0265791Z 2025-06-05T23:53:53.0266897Z ******************************************************************************** 2025-06-05T23:53:53.0268133Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:53:53.0269153Z 2025-06-05T23:53:53.0269588Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:53:53.0270207Z or your builds will no longer be supported. 2025-06-05T23:53:53.0270740Z 2025-06-05T23:53:53.0271316Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:53.0272082Z ******************************************************************************** 2025-06-05T23:53:53.0272424Z 2025-06-05T23:53:53.0272539Z !! 2025-06-05T23:53:53.0272821Z corresp(dist, value, root_dir) 2025-06-05T23:53:53.0273887Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:53.0274838Z !! 2025-06-05T23:53:53.0274955Z 2025-06-05T23:53:53.0275087Z ******************************************************************************** 2025-06-05T23:53:53.0275697Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:53.0276168Z 2025-06-05T23:53:53.0276338Z License :: OSI Approved :: BSD License 2025-06-05T23:53:53.0276604Z 2025-06-05T23:53:53.0276997Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:53.0277651Z ******************************************************************************** 2025-06-05T23:53:53.0277914Z 2025-06-05T23:53:53.0278000Z !! 2025-06-05T23:53:53.0278244Z dist._finalize_license_expression() 2025-06-05T23:53:53.0279106Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:53.0280076Z !! 2025-06-05T23:53:53.0280193Z 2025-06-05T23:53:53.0280342Z ******************************************************************************** 2025-06-05T23:53:53.0280949Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:53.0281429Z 2025-06-05T23:53:53.0281565Z License :: OSI Approved :: BSD License 2025-06-05T23:53:53.0281821Z 2025-06-05T23:53:53.0282208Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:53.0282865Z ******************************************************************************** 2025-06-05T23:53:53.0283127Z 2025-06-05T23:53:53.0283225Z !! 2025-06-05T23:53:53.0283455Z self._finalize_license_expression() 2025-06-05T23:53:53.0283799Z running bdist_wheel 2025-06-05T23:53:53.0284053Z running build 2025-06-05T23:53:53.0284324Z command options for 'CustomBuild': 2025-06-05T23:53:53.0284650Z build_base = pip-out 2025-06-05T23:53:53.0284952Z build_purelib = pip-out/lib 2025-06-05T23:53:53.0285320Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:53:53.0285773Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:53:53.0286181Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:53:53.0286575Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-06-05T23:53:53.0286973Z plat_name = linux-x86_64 2025-06-05T23:53:53.0287264Z compiler = None 2025-06-05T23:53:53.0287527Z parallel = None 2025-06-05T23:53:53.0287770Z debug = None 2025-06-05T23:53:53.0288015Z force = None 2025-06-05T23:53:53.0288305Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:53:53.0288876Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:53:53.0289764Z clearing /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:53:53.0290285Z Preset CMake variables: 2025-06-05T23:53:53.0290470Z 2025-06-05T23:53:53.0290607Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:53:53.0291145Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:53:53.0291643Z 2025-06-05T23:53:53.0291801Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:53:53.0292249Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:53:53.0292644Z -- Detecting C compiler ABI info 2025-06-05T23:53:53.0293080Z -- Detecting C compiler ABI info - done 2025-06-05T23:53:53.0293513Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:53:53.0293959Z -- Detecting C compile features 2025-06-05T23:53:53.0294297Z -- Detecting C compile features - done 2025-06-05T23:53:53.0294667Z -- Detecting CXX compiler ABI info 2025-06-05T23:53:53.0295029Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:53:53.0295482Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:53:53.0295935Z -- Detecting CXX compile features 2025-06-05T23:53:53.0296285Z -- Detecting CXX compile features - done 2025-06-05T23:53:53.0296798Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:53:53.0297306Z -- --- Configured Options --- 2025-06-05T23:53:53.0297525Z 2025-06-05T23:53:53.0297658Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:53:53.0298071Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:53:53.0298547Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:53:53.0299105Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:53:53.0299685Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:53:53.0300274Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:53:53.0300707Z -- BUCK2 : 2025-06-05T23:53:53.0301294Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:53:53.0301930Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:53:53.0302325Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:53:53.0302791Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:53:53.0303277Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:53:53.0303899Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:53:53.0304564Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:53:53.0305056Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:53:53.0305470Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:53:53.0305882Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:53:53.0306346Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:53:53.0306751Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:53:53.0307230Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:53:53.0307632Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:53:53.0308093Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:53:53.0308505Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:53:53.0308992Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:53:53.0309413Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:53:53.0309866Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:53:53.0310290Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:53:53.0310757Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:53:53.0311183Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:53:53.0311627Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:53:53.0312031Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:53:53.0312598Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:53:53.0313005Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:53:53.0313453Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:53:53.0313849Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:53:53.0314335Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:53:53.0314733Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:53:53.0315134Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:53:53.0315520Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:53:53.0316008Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:53:53.0316401Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:53:53.0316800Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:53:53.0317201Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:53:53.0317597Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:53:53.0318006Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:53:53.0318387Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:53:53.0318789Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:53:53.0319276Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:53:53.0319695Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:53:53.0320104Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:53:53.0320516Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:53:53.0320925Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:53:53.0321337Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:53:53.0321762Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:53:53.0322167Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:53:53.0322546Z -- -------------------------- 2025-06-05T23:53:53.0323019Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:53:53.0323813Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:53:53.0324562Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:53:53.0325019Z CMake. 2025-06-05T23:53:53.0325148Z 2025-06-05T23:53:53.0325404Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:53:53.0326026Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:53:53.0326574Z to work with policies introduced by or earlier. 2025-06-05T23:53:53.0326864Z 2025-06-05T23:53:53.0326869Z 2025-06-05T23:53:53.0326983Z -- pybind11 v2.13.6 2025-06-05T23:53:53.0327605Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:53:53.0328417Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:53:53.0328873Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:53:53.0329237Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:53:53.0329823Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:53:53.0330547Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:53:53.0331016Z CMake. 2025-06-05T23:53:53.0331144Z 2025-06-05T23:53:53.0331391Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:53:53.0332019Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:53:53.0332560Z to work with policies introduced by or earlier. 2025-06-05T23:53:53.0332858Z 2025-06-05T23:53:53.0332863Z 2025-06-05T23:53:53.0333056Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:53:53.0333561Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:53:53.0334007Z -- Setting Clang compiler options 2025-06-05T23:53:53.0334918Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:53:53.0336071Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:02.2143594Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.2144457Z CMake. 2025-06-05T23:54:02.2144703Z 2025-06-05T23:54:02.2145094Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.2146723Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.2147406Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.2147743Z 2025-06-05T23:54:02.2147748Z 2025-06-05T23:54:02.2148260Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:02.2149328Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.2149949Z CMake. 2025-06-05T23:54:02.2150101Z 2025-06-05T23:54:02.2150518Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.2151176Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.2151905Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.2152264Z 2025-06-05T23:54:02.2152269Z 2025-06-05T23:54:02.2152420Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:54:02.2152930Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:54:02.2153324Z -- Found Threads: TRUE 2025-06-05T23:54:02.2154090Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:02.2155257Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.2155740Z CMake. 2025-06-05T23:54:02.2155870Z 2025-06-05T23:54:02.2156144Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.2156763Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.2157312Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.2157600Z 2025-06-05T23:54:02.2157605Z 2025-06-05T23:54:02.2157717Z -- Resolved buck2 as buck2. 2025-06-05T23:54:02.2158031Z -- Killing buck2 daemon 2025-06-05T23:54:02.2158297Z 'buck2 killall' 2025-06-05T23:54:02.2158580Z -- executorch: Generating source lists 2025-06-05T23:54:02.2159493Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:02.2160645Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:02.2161820Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:54:02.2162601Z -- Generating operator lib: 2025-06-05T23:54:02.2162926Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:02.2163376Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:02.2163850Z -- ROOT_OPS: 2025-06-05T23:54:02.2164109Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:02.2165599Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:54:02.2167448Z -- Generating kernel bindings: 2025-06-05T23:54:02.2167784Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:02.2168236Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:02.2168746Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:02.2169034Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:02.2171470Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:54:02.2173681Z -- Generating operator lib: 2025-06-05T23:54:02.2173991Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:02.2174431Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:54:02.2174760Z -- DEPS: executorch_core 2025-06-05T23:54:02.2175080Z -- Generating operator lib: 2025-06-05T23:54:02.2175393Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:02.2175869Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:02.2176340Z -- ROOT_OPS: 2025-06-05T23:54:02.2176599Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:02.2178210Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-06-05T23:54:02.2180149Z -- Generating kernel bindings: 2025-06-05T23:54:02.2180496Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:02.2180962Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:02.2181452Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:02.2181741Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:02.2183987Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-06-05T23:54:02.2186222Z -- Generating operator lib: 2025-06-05T23:54:02.2186531Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:02.2186866Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:54:02.2187190Z -- DEPS: executorch_core 2025-06-05T23:54:02.2187501Z -- Merging kernel yaml files: 2025-06-05T23:54:02.2188052Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:54:02.2188852Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:54:02.2189697Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-06-05T23:54:02.2190306Z -- Generating operator lib: 2025-06-05T23:54:02.2190648Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:02.2191339Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:02.2192021Z -- ROOT_OPS: 2025-06-05T23:54:02.2192277Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:02.2193994Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml" 2025-06-05T23:54:02.2195782Z -- Generating kernel bindings: 2025-06-05T23:54:02.2196129Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:02.2196835Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:02.2197517Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:02.2197796Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:02.2200381Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-06-05T23:54:02.2202718Z -- Generating operator lib: 2025-06-05T23:54:02.2203049Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:02.2203505Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:54:02.2204007Z -- DEPS: executorch_core 2025-06-05T23:54:02.2204558Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:54:02.2205280Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.2205754Z CMake. 2025-06-05T23:54:02.2205885Z 2025-06-05T23:54:02.2206150Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.2206773Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.2207323Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.2207612Z 2025-06-05T23:54:02.2207617Z 2025-06-05T23:54:02.2207735Z -- Looking for C++ include unistd.h 2025-06-05T23:54:02.2208100Z -- Looking for C++ include unistd.h - found 2025-06-05T23:54:02.2208461Z -- Looking for C++ include stdint.h 2025-06-05T23:54:02.2208822Z -- Looking for C++ include stdint.h - found 2025-06-05T23:54:02.2209199Z -- Looking for C++ include inttypes.h 2025-06-05T23:54:02.2209566Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:54:02.2209945Z -- Looking for C++ include sys/types.h 2025-06-05T23:54:02.2210310Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:54:02.2210689Z -- Looking for C++ include sys/stat.h 2025-06-05T23:54:02.2211045Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:54:02.2211511Z -- Looking for C++ include fnmatch.h 2025-06-05T23:54:02.2211974Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:54:02.2212491Z -- Looking for C++ include stddef.h 2025-06-05T23:54:02.2212859Z -- Looking for C++ include stddef.h - found 2025-06-05T23:54:02.2213351Z -- Check size of uint32_t 2025-06-05T23:54:02.2213721Z -- Check size of uint32_t - done 2025-06-05T23:54:02.2214150Z -- Looking for strtoll 2025-06-05T23:54:02.2214449Z -- Looking for strtoll - found 2025-06-05T23:54:02.2215064Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-06-05T23:54:02.2215728Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:54:02.2216171Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-06-05T23:54:02.2217068Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:54:02.2217831Z -- Generating microkernels.cmake 2025-06-05T23:54:02.2218410Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:54:02.2218979Z No microkernel found in src/reference/packing.cc 2025-06-05T23:54:02.2219579Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:54:02.2220561Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:54:02.2221480Z -- MKL_ARCH: None, set to ` intel64` by default 2025-06-05T23:54:02.2221926Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-06-05T23:54:02.2222297Z -- MKL_LINK: None, set to ` dynamic` by default 2025-06-05T23:54:02.2222879Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-06-05T23:54:02.2223458Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-06-05T23:54:02.2223890Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-06-05T23:54:02.2224748Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-06-05T23:54:03.0222548Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:54:03.0223923Z Call Stack (most recent call first): 2025-06-05T23:54:03.0225718Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-06-05T23:54:03.0227570Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:54:03.0228425Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:54:03.0228976Z 2025-06-05T23:54:03.0228987Z 2025-06-05T23:54:03.0229710Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:54:03.0232426Z -- executorch: Using source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-06-05T23:54:03.0234490Z -- Generating operator lib: 2025-06-05T23:54:03.0235166Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:03.0236205Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:03.0237275Z -- ROOT_OPS: 2025-06-05T23:54:03.0237811Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:03.0242048Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:54:03.0245647Z -- Generating kernel bindings: 2025-06-05T23:54:03.0246383Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:03.0247068Z -- FUNCTIONS_YAML: 2025-06-05T23:54:03.0247965Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:03.0248966Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:03.0260127Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:54:03.0271002Z -- Generating operator lib: 2025-06-05T23:54:03.0271723Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:03.0272664Z -- OPS_SCHEMA_YAML: 2025-06-05T23:54:03.0279737Z -- ROOT_OPS: quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::choose_qparams_per_token_asymmetric.out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::dequantize_per_token.out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out;quantized_decomposed::quantize_per_token.out 2025-06-05T23:54:03.0287085Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:03.0296862Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops="quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::choose_qparams_per_token_asymmetric.out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::dequantize_per_token.out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out;quantized_decomposed::quantize_per_token.out" 2025-06-05T23:54:03.0306427Z -- Generating kernel bindings: 2025-06-05T23:54:03.0307157Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:03.0307880Z -- FUNCTIONS_YAML: 2025-06-05T23:54:03.0308691Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:03.0309495Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:03.0310197Z -- Generating custom ops aot lib: 2025-06-05T23:54:03.0310732Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:03.0311601Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:54:03.0312737Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:54:03.0314340Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:54:03.0316091Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:54:03.0317734Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:54:03.0319517Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:54:03.0321272Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:54:03.0323126Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:54:03.0325137Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:54:03.0327173Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:54:03.0329256Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:54:03.0331375Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:54:03.0332791Z -- Generating operator lib: 2025-06-05T23:54:03.0333488Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:03.0334478Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:03.0335337Z -- ROOT_OPS: 2025-06-05T23:54:03.0335757Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:03.0339294Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_pybind_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:54:03.0342499Z -- Generating kernel bindings: 2025-06-05T23:54:03.0343101Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:03.0343692Z -- FUNCTIONS_YAML: 2025-06-05T23:54:03.0344530Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:03.0345395Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:03.0345994Z -- Generating operator lib: 2025-06-05T23:54:03.0346684Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:03.0347468Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:54:03.0348235Z -- DEPS: portable_lib 2025-06-05T23:54:03.0348791Z -- Generating operator lib: 2025-06-05T23:54:03.0349306Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:03.0349850Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:54:03.0350460Z -- DEPS: executorch_core 2025-06-05T23:54:03.0351023Z -- Configuring done (10.4s) 2025-06-05T23:54:03.0351639Z -- Generating done (0.5s) 2025-06-05T23:54:03.0352891Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:54:03.0354797Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --config=Release --target portable_lib --target executorchcoreml --target custom_ops_aot_lib --target quantized_ops_aot_lib 2025-06-05T23:54:03.0356188Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:54:03.0356765Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:54:03.0357637Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:54:03.0359313Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:54:03.0360480Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:54:03.0361499Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:54:03.0362527Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:54:03.0363331Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:54:03.0363852Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:54:03.0364359Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:54:03.0364846Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:54:03.0365344Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:54:03.0366326Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:54:03.0366863Z [ 0%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:54:03.0367468Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:54:03.0367979Z CMake Warning: 2025-06-05T23:54:03.0368356Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:03.0368723Z 2025-06-05T23:54:03.0368730Z 2025-06-05T23:54:03.0368847Z CMake Warning: 2025-06-05T23:54:03.0369229Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:03.0369576Z 2025-06-05T23:54:03.0369581Z 2025-06-05T23:54:03.0369873Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:03.0370604Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:03.0383354Z CMake. 2025-06-05T23:54:03.0383700Z 2025-06-05T23:54:03.0384157Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:03.0385748Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:04.1345256Z to work with policies introduced by or earlier. 2025-06-05T23:54:04.1345998Z 2025-06-05T23:54:04.1346010Z 2025-06-05T23:54:04.1346333Z fatal: No names found, cannot describe anything. 2025-06-05T23:54:04.1347201Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:54:04.1348006Z git describe failed with exit code: 128 2025-06-05T23:54:04.1348565Z 2025-06-05T23:54:04.1348938Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:54:04.1349803Z Call Stack (most recent call first): 2025-06-05T23:54:04.1350525Z CMakeLists.txt:5 (include) 2025-06-05T23:54:04.1350976Z 2025-06-05T23:54:04.1350986Z 2025-06-05T23:54:04.1351197Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:54:04.1352374Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:54:04.1354061Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:54:04.1356084Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:54:04.1358107Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:54:04.1360712Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:54:04.1362129Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:54:04.1362989Z -- Detecting C compiler ABI info 2025-06-05T23:54:04.1364318Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:54:04.1366304Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:54:04.1367729Z [ 2%] Linking C static library libpthreadpool.a 2025-06-05T23:54:04.1369305Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:54:04.1370763Z [ 2%] Built target pthreadpool 2025-06-05T23:54:04.1372114Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:54:04.1374121Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:54:04.1376294Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:54:04.1377789Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:54:04.1378486Z -- Detecting CXX compiler ABI info 2025-06-05T23:54:04.1379788Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:54:04.1381653Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:54:04.1383001Z -- Detecting C compiler ABI info - done 2025-06-05T23:54:04.1384309Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:54:04.1385710Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:54:04.1386512Z -- Detecting C compile features 2025-06-05T23:54:04.1387108Z -- Detecting C compile features - done 2025-06-05T23:54:04.1387792Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:04.1388738Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:04.1389479Z -- Setting Clang compiler options 2025-06-05T23:54:04.1390399Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:54:04.1391332Z -- Configuring done (0.4s) 2025-06-05T23:54:04.1391678Z -- Generating done (0.0s) 2025-06-05T23:54:04.1392768Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:54:04.1394183Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:54:04.1395218Z [ 2%] Performing build step for 'flatcc_external_project' 2025-06-05T23:54:04.1396225Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:54:04.1397143Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:04.1398015Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:54:04.1399035Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:54:04.1400258Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:54:04.1401044Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:54:04.1401587Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:04.1402241Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:54:04.1402749Z -- Detecting CXX compile features 2025-06-05T23:54:04.1403162Z -- Detecting CXX compile features - done 2025-06-05T23:54:04.1403892Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:04.1404818Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:54:04.1405760Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:04.1406298Z -- Looking for strtof_l 2025-06-05T23:54:04.1406837Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:04.1408319Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:54:04.1409686Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:54:04.1411253Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:54:04.1412248Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:04.1413172Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:54:04.1414241Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:54:04.1415302Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:54:04.1416268Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:54:04.1417254Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:54:04.1418216Z [ 27%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:04.1419201Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:54:04.1420320Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:54:04.1421412Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:54:04.1422170Z [ 27%] Built target flatccrt 2025-06-05T23:54:04.1422757Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:54:04.1423706Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:54:04.1424832Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:54:04.1425627Z -- Looking for strtof_l - found 2025-06-05T23:54:04.1426007Z -- Looking for strtoull_l 2025-06-05T23:54:04.1426709Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:54:04.1427849Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:54:04.1429285Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:54:04.1430508Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:54:04.1431472Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:54:04.1432591Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:54:04.1433409Z [ 3%] Built target indirection 2025-06-05T23:54:04.1434216Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:54:04.1435362Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:54:04.1436596Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:54:04.1437566Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:54:04.1438589Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:54:04.1439868Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:54:04.1440601Z [ 4%] Built target microparams-init 2025-06-05T23:54:04.1442113Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-06-05T23:54:04.1443636Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:54:04.1444408Z [ 6%] Linking C static library libcpuinfo.a 2025-06-05T23:54:04.1445056Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:54:04.1446040Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:54:04.1446794Z [ 6%] Built target cpuinfo 2025-06-05T23:54:04.1447344Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:54:04.1447975Z -- Looking for strtoull_l - found 2025-06-05T23:54:04.1448346Z -- Looking for realpath 2025-06-05T23:54:04.1448814Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:54:05.2130127Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:54:05.2131609Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:54:05.2133166Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:54:05.2134717Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:54:05.2136208Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:54:05.2138045Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:54:05.2140396Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-06-05T23:54:05.2142634Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:54:05.2144430Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:54:05.2145961Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:54:05.2147437Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:54:05.2148924Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:54:05.2149803Z [ 6%] Built target logging 2025-06-05T23:54:05.2150377Z [ 6%] Built target normalization 2025-06-05T23:54:05.2151240Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:54:05.2152441Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:54:05.2153962Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:54:05.2155782Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:54:05.2157081Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:54:05.2158112Z -- Looking for realpath - found 2025-06-05T23:54:05.2158811Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:54:05.2159638Z -- Configuring done (1.4s) 2025-06-05T23:54:05.2160201Z -- Generating done (0.0s) 2025-06-05T23:54:05.2162441Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:54:05.2165388Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:54:05.2167243Z [ 6%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:54:05.2169063Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:54:05.2171668Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:54:05.2173381Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:54:05.2174801Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:54:05.2175911Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:54:05.2177150Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:54:05.2178811Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:54:05.2180067Z [ 6%] Built target datatype 2025-06-05T23:54:05.2180939Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:54:05.2182925Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:54:05.2184722Z [ 6%] Linking CXX static library libeigen_blas.a 2025-06-05T23:54:05.2185820Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:54:05.2187031Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:54:05.2188058Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:54:05.2188848Z [ 6%] Built target eigen_blas 2025-06-05T23:54:05.2189955Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:54:05.2191521Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:54:05.2192774Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:54:05.2194440Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:54:05.2196953Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-06-05T23:54:05.2198686Z [ 6%] Built target memory 2025-06-05T23:54:05.2199659Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:54:05.2201174Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:54:05.2202345Z [ 6%] Built target microkernel-utils 2025-06-05T23:54:05.2203312Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:54:05.2204610Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:54:05.2206522Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:54:05.2208960Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-06-05T23:54:05.2211311Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:54:05.2212566Z [ 6%] Built target mutex 2025-06-05T23:54:05.2214259Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:54:05.2216209Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:54:05.2217811Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:54:05.2219348Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:54:05.2220203Z [ 6%] Built target operator-utils 2025-06-05T23:54:05.2220909Z [ 93%] Built target flatcc 2025-06-05T23:54:05.2221634Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:54:05.2222764Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:54:05.2224654Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-06-05T23:54:05.2227339Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-06-05T23:54:05.2228976Z [ 6%] Built target operator-run 2025-06-05T23:54:05.2229805Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:54:05.2230678Z [ 6%] Built target reference-ukernels 2025-06-05T23:54:05.2231452Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:54:05.2232558Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:54:05.2234453Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-06-05T23:54:05.2236065Z [100%] Built target flatcc_cli 2025-06-05T23:54:05.2237625Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-06-05T23:54:05.2239542Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-05T23:54:05.2240337Z [ 21%] Built target flatccrt 2025-06-05T23:54:05.2241927Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-06-05T23:54:05.2244870Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:05.2246748Z [ 93%] Built target flatcc 2025-06-05T23:54:05.2247606Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:54:05.2249283Z [100%] Built target flatcc_cli 2025-06-05T23:54:05.2249835Z Install the project... 2025-06-05T23:54:05.2250376Z -- Install configuration: "" 2025-06-05T23:54:05.2251945Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:54:05.2255527Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:54:05.2257859Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:54:05.2260897Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:54:05.2263631Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:54:05.2266414Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:54:05.2269436Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:54:05.2362708Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:54:05.2365408Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:54:05.2368016Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:54:05.2371148Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:54:05.2373774Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:54:05.2376445Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:54:05.2379222Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:54:05.2381974Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:54:05.2384728Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:54:05.2387395Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:54:05.2390014Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:54:05.2392715Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:54:05.2395369Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:54:05.2398024Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:54:05.2400802Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:54:05.2403434Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:54:05.2406003Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:54:05.2408682Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:54:05.2411248Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:54:05.2414023Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:54:05.2416748Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:54:05.2419413Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:54:05.2422452Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:54:05.2425333Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:54:05.2428378Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:54:05.2431512Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:54:05.2434516Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:54:05.2437640Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:54:05.2440723Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:54:05.2443782Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:54:05.2446839Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:54:05.2449775Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:54:05.2452636Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:54:05.2455667Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:54:05.2458526Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:54:05.2462079Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:54:05.2465284Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:54:05.2468268Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:54:05.2471176Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:54:05.2474143Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:54:05.2477054Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:54:05.2480069Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:54:05.2482971Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:54:05.2486151Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:54:05.2489068Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:54:05.2491962Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:54:05.2494822Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:54:05.2497900Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:54:05.2500711Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:54:05.2503607Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:54:05.2506711Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:54:06.1189774Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:54:06.1191279Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:54:06.1192756Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:54:06.1194484Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:54:06.1197178Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:54:06.1200001Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:54:06.1202504Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:54:06.1205013Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:54:06.1206736Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:54:06.1209022Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:54:06.1210641Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:54:06.1212871Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:54:06.1214505Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:54:06.1216127Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:54:06.1217751Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:54:06.1220150Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:54:06.1221905Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:54:06.1223440Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:54:06.1225381Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:54:06.1227530Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:54:06.1228920Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:54:06.1230604Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:54:06.1231948Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:54:06.1232925Z [ 7%] Completed 'flatcc_external_project' 2025-06-05T23:54:06.1233429Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:54:06.1234170Z [ 7%] Built target flatcc_external_project 2025-06-05T23:54:06.1235370Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:54:06.1237529Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:54:06.1238901Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:54:06.1241583Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:06.1243453Z [ 7%] Built target hardware-config 2025-06-05T23:54:06.1245175Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:06.1247016Z [ 7%] Built target packing 2025-06-05T23:54:06.1248144Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:54:06.1249563Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:54:06.1251678Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:06.1255139Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-06-05T23:54:06.1257221Z [ 7%] Built target allocator 2025-06-05T23:54:06.1258850Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-06-05T23:54:06.1261560Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-06-05T23:54:06.1264300Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-06-05T23:54:06.1266857Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-06-05T23:54:06.1269875Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:54:06.1272461Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-06-05T23:54:06.1275183Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-06-05T23:54:06.1277034Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:54:06.1278409Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:54:06.1279592Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:54:06.1281537Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:54:06.1282829Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:54:06.1285372Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-06-05T23:54:06.1287530Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:54:06.1288511Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:54:06.1289710Z [ 8%] Built target cache 2025-06-05T23:54:06.1291124Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:54:06.1293394Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:06.1295461Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:54:06.1296710Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:54:06.1297926Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:54:06.1299133Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-06-05T23:54:06.1300453Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-06-05T23:54:06.1301544Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:06.1302330Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:06.1303128Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:06.1304097Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:54:07.6547241Z [ 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:54:07.6549599Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:54:07.6551004Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:54:07.6552379Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:54:07.6553994Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:07.6556389Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:54:07.6558852Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:54:07.6562071Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-06-05T23:54:07.6564555Z [ 11%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:07.6566989Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-06-05T23:54:07.6569721Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:54:07.6572410Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:54:07.6574974Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-06-05T23:54:07.6577108Z [ 11%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:07.6578644Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:54:07.6580069Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:54:07.6581178Z [ 11%] Built target flatccrt 2025-06-05T23:54:07.6582590Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:54:07.6583852Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:54:07.6585947Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:54:07.6588978Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:54:07.6591866Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-06-05T23:54:07.6594742Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:54:07.6597259Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:54:07.6599757Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:54:07.6602383Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:54:07.6604406Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:54:07.6605696Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:54:07.6607199Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:54:07.6608653Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:54:07.6609950Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:54:07.6611950Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:54:07.6614808Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-06-05T23:54:07.6617500Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:54:07.6620247Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:54:07.6622956Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:54:07.6625826Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-06-05T23:54:07.6628830Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-06-05T23:54:07.6631821Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-06-05T23:54:07.6634789Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-06-05T23:54:07.6637082Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:54:07.6639374Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-06-05T23:54:07.6642068Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:54:07.6644527Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:54:07.6646915Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:54:07.6649014Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:54:07.6650601Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:54:07.6652898Z [ 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:54:07.6655777Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:54:07.6657667Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:54:07.6659071Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:54:07.6660356Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:54:07.6661593Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:54:07.6663441Z [ 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:54:07.6664993Z [ 12%] Built target operators 2025-06-05T23:54:07.6666496Z [ 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:54:07.6669139Z [ 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:54:07.6671819Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-06-05T23:54:07.6674316Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-06-05T23:54:07.6676946Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-06-05T23:54:07.6678690Z [100%] Linking CXX executable flatc 2025-06-05T23:54:07.6680385Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-06-05T23:54:07.6682977Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-06-05T23:54:07.6685759Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-06-05T23:54:07.6689025Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-06-05T23:54:07.6691600Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:54:07.6694230Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-06-05T23:54:07.6696734Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:54:07.6699285Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-06-05T23:54:07.6702457Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-06-05T23:54:07.6705470Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-06-05T23:54:07.6708000Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:54:08.7835093Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:54:08.7837057Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:54:08.7838968Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-06-05T23:54:08.7841258Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:54:08.7842677Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:54:08.7844429Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-06-05T23:54:08.7846384Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:54:08.7848143Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:54:08.7850328Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-06-05T23:54:08.7852424Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:54:08.7854303Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:54:08.7856338Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:54:08.7858254Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:54:08.7860297Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:54:08.7862712Z [ 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:54:08.7864941Z [ 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:54:08.7866997Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:54:08.7868970Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:54:08.7871039Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:54:08.7873650Z [ 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:54:08.7876312Z [ 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:54:08.7878578Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:54:08.7880844Z [ 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:54:08.7883912Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-06-05T23:54:08.7886881Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-06-05T23:54:08.7889586Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-06-05T23:54:08.7891752Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:54:08.7893907Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-06-05T23:54:08.7896114Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:54:08.7897508Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:54:08.7898845Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-06-05T23:54:08.7900250Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-06-05T23:54:08.7901732Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-06-05T23:54:08.7903236Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:54:08.7904436Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-06-05T23:54:08.7906040Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-06-05T23:54:08.7907364Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:54:08.7908741Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:54:08.7910244Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-06-05T23:54:08.7911800Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-06-05T23:54:08.7913137Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:54:08.7914518Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:54:08.7916009Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:54:08.7917660Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:54:08.7919073Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:54:08.7920495Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:54:08.7922189Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:54:08.7923620Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:54:08.7924944Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:54:08.7926325Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-06-05T23:54:08.7928365Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-06-05T23:54:08.7930193Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:54:08.7931929Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-06-05T23:54:08.7932899Z [100%] Built target flatc 2025-06-05T23:54:08.7933502Z [ 18%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:54:08.7934443Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:54:08.7935709Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-06-05T23:54:08.7937413Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-06-05T23:54:08.7938547Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:54:08.7940052Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-06-05T23:54:08.7940941Z [100%] Built target flatc 2025-06-05T23:54:08.7941239Z Install the project... 2025-06-05T23:54:08.7942173Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-06-05T23:54:08.7943160Z -- Install configuration: "" 2025-06-05T23:54:09.0037862Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:54:09.0041348Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:54:09.0044741Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:54:09.0048072Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:54:09.0051451Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:54:09.0055110Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:54:09.0058921Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:54:09.0062475Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:54:09.0066082Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:54:09.0069668Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:54:09.0073347Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:54:09.0076935Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:54:09.0080602Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:54:09.0083993Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:54:09.0087434Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:54:09.0090936Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:54:09.0094218Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:54:09.0097547Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:54:09.0100537Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:54:09.0103842Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:54:09.0107112Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:54:09.0109809Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:54:09.0112024Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:54:09.0114074Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:54:09.0116064Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:54:09.0118192Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:54:09.0120303Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:54:09.0122236Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:54:09.0124658Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:54:09.0127047Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:54:09.0128994Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:54:09.0130738Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:54:09.0132881Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:54:09.0134607Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:54:09.0136371Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:54:09.0138219Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:54:09.0140142Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:54:09.0141994Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:54:09.0143723Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:54:09.0145989Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:54:09.0148599Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-06-05T23:54:09.0150281Z [ 18%] Completed 'flatbuffers_external_project' 2025-06-05T23:54:09.0151018Z [ 18%] Built target subgraph 2025-06-05T23:54:09.0151585Z [ 18%] Built target flatbuffers_external_project 2025-06-05T23:54:09.0153388Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-06-05T23:54:09.0156370Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-06-05T23:54:09.0158060Z [ 18%] Generating common_schema headers 2025-06-05T23:54:09.0158711Z [ 18%] Built target common_schema 2025-06-05T23:54:09.0159415Z [ 19%] Generating xnnpack_schema headers 2025-06-05T23:54:09.0160052Z [ 19%] Generating program_schema headers 2025-06-05T23:54:09.0160736Z [ 19%] Built target xnnpack_schema 2025-06-05T23:54:09.0161394Z [ 19%] Built target program_schema 2025-06-05T23:54:09.0163336Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-06-05T23:54:09.0166610Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:54:09.0169705Z [ 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:54:09.0172177Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:54:09.0174677Z [ 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:54:09.0177510Z [ 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:54:10.3126780Z [ 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:54:10.3128252Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:54:10.3129620Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:54:10.3130754Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:54:10.3131825Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:54:10.3132724Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:54:10.3133880Z [ 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:54:10.3135143Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:54:10.3136318Z [ 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:54:10.3137596Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:54:10.3138790Z [ 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:54:10.3140071Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:54:10.3140934Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:54:10.3142157Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-06-05T23:54:10.3143337Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:54:10.3144263Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:54:10.3145336Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:54:10.3146558Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-06-05T23:54:10.3147823Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:54:10.3149163Z [ 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:54:10.3150372Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:54:10.3151646Z [ 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:54:10.3153276Z [ 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:54:10.3155211Z [ 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:54:10.3156441Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:54:10.3157792Z [ 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:54:10.3159471Z [ 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:54:10.3160731Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:54:10.3161882Z [ 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:54:10.3163560Z [ 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:54:10.3165012Z [ 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:54:10.3166163Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:54:10.3167240Z [ 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:54:10.3168773Z [ 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:54:10.3170482Z [ 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:54:10.3171674Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:54:10.3172399Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:54:10.3173582Z [ 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:54:10.3175220Z [ 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:54:10.3176971Z [ 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:54:10.3178678Z [ 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:54:10.3180352Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-06-05T23:54:10.3181590Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:54:10.3182832Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:54:10.3184496Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:54:10.3186106Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-06-05T23:54:10.3187751Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:54:10.3189450Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:54:10.3191244Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-06-05T23:54:10.3192280Z [ 24%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:54:10.3193206Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-06-05T23:54:10.3194084Z [ 24%] Built target executorch_core 2025-06-05T23:54:10.3194916Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-06-05T23:54:10.3196020Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:54:10.3197083Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-06-05T23:54:10.3198468Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-06-05T23:54:10.3199640Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:54:10.3200410Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:54:10.3201514Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-06-05T23:54:10.3202888Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-06-05T23:54:10.3204223Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-06-05T23:54:10.3205277Z [ 25%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:54:10.3206218Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:54:12.2201216Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:54:12.2203013Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:54:12.2205149Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:12.2207227Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:54:12.2208357Z [ 25%] Linking CXX static library libexecutorch.a 2025-06-05T23:54:12.2209001Z [ 25%] Built target executorch 2025-06-05T23:54:12.2210042Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:54:12.2211631Z [ 25%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:54:12.2213669Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:54:12.2216401Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:54:12.2219183Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:54:12.2221469Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:54:12.2223296Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:54:12.2225513Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:54:12.2227308Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:54:12.2228645Z [ 25%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:54:12.2229433Z [ 25%] Built target extension_data_loader 2025-06-05T23:54:12.2230640Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:54:12.2231815Z [ 25%] Generating etdump headers 2025-06-05T23:54:12.2233305Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:54:12.2234648Z [ 27%] Linking CXX static library libextension_tensor.a 2025-06-05T23:54:12.2236311Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:12.2237897Z [ 27%] Built target extension_tensor 2025-06-05T23:54:12.2238780Z [ 27%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:54:12.2239917Z [ 27%] Generating bundled_program headers 2025-06-05T23:54:12.2241031Z [ 27%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:54:12.2242478Z [ 27%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:54:12.2243749Z [ 27%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:54:12.2245577Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-06-05T23:54:12.2247193Z [ 27%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:54:12.2248487Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:54:12.2249704Z [ 27%] Built target extension_threadpool 2025-06-05T23:54:12.2250584Z [ 27%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:54:12.2252281Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-06-05T23:54:12.2253804Z [ 27%] Linking CXX static library libbundled_program.a 2025-06-05T23:54:12.2254488Z [ 27%] Built target bundled_program 2025-06-05T23:54:12.2256258Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:54:12.2258593Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-06-05T23:54:12.2260984Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-06-05T23:54:12.2263005Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:54:12.2264690Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:54:12.2266401Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:54:12.2268000Z [ 28%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:54:12.2269689Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:54:12.2271805Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-06-05T23:54:12.2274289Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:54:12.2277220Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-06-05T23:54:12.2279581Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:54:12.2281361Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:54:12.2282983Z [ 29%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:54:12.2284760Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:54:12.2286570Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:54:12.2288763Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-06-05T23:54:12.2290348Z [ 29%] Linking CXX static library libutil.a 2025-06-05T23:54:12.2291005Z [ 29%] Built target util 2025-06-05T23:54:12.2292115Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:54:12.2294184Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-06-05T23:54:12.2296262Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:54:12.2297492Z [ 29%] Linking CXX static library libetdump.a 2025-06-05T23:54:12.2298422Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:54:12.2299506Z [ 29%] Built target etdump 2025-06-05T23:54:12.2300598Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:54:12.2302272Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:54:12.2304066Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:54:12.2305806Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:54:12.2307931Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:12.2310535Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-06-05T23:54:12.2312788Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:12.2314641Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:54:12.2316857Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-06-05T23:54:12.2319396Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:54:12.2321436Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:54:12.2323098Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:54:12.2324618Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:54:12.2326273Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:54:12.2327879Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:54:12.2330237Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:15.1335076Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:54:15.1336123Z [ 29%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:54:15.1336849Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:54:15.1338076Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:54:15.1338751Z [ 29%] Built target kernels_util_all_deps 2025-06-05T23:54:15.1339317Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:54:15.1340183Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:54:15.1341141Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:54:15.1342352Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:54:15.1344598Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-06-05T23:54:15.1347404Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-06-05T23:54:15.1349477Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:54:15.1351072Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:54:15.1353357Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-06-05T23:54:15.1355827Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:54:15.1358042Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-06-05T23:54:15.1360322Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:54:15.1362112Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:54:15.1364292Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:15.1366019Z [ 33%] Linking CXX static library libcpublas.a 2025-06-05T23:54:15.1366674Z [ 33%] Built target cpublas 2025-06-05T23:54:15.1368229Z [ 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:54:15.1370325Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:54:15.1371761Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:15.1373861Z [ 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:54:15.1376178Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:54:15.1377984Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:54:15.1379652Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:15.1381555Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:15.1383826Z [ 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:54:15.1386452Z [ 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:54:15.1388445Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:15.1389739Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-06-05T23:54:15.1390903Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:54:15.1391812Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:15.1392880Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-06-05T23:54:15.1394222Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:54:15.1395620Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-06-05T23:54:15.1396741Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:54:15.1397897Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:54:15.1399098Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-06-05T23:54:15.1400454Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:54:15.1401679Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-06-05T23:54:15.1403081Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:54:15.1404241Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:15.1405071Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:15.1405901Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:54:15.1407028Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-06-05T23:54:15.1408214Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:54:15.1409349Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-06-05T23:54:15.1410452Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:15.1411583Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-06-05T23:54:15.1412763Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:54:15.1413747Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:54:15.1415051Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:15.1416905Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-06-05T23:54:15.1418466Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:15.1419900Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-06-05T23:54:15.1421451Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:15.1422963Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:15.1425011Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:54:15.1427583Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:15.1429665Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:15.1431233Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:54:15.1433247Z [ 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:54:15.1434954Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:15.1436236Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:54:15.1438003Z [ 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:54:20.4168720Z [ 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:54:20.4171491Z [ 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:54:20.4173837Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:54:20.4176123Z [ 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:54:20.4178355Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:20.4180665Z [ 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:54:20.4183044Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:54:20.4185367Z [ 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:54:20.4188216Z [ 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:54:20.4191174Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:20.4194350Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:20.4197295Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:54:20.4200246Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:54:20.4202788Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:20.4205155Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:20.4207736Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:54:20.4210564Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:54:20.4213685Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:20.4216293Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:54:20.4218812Z [ 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:54:20.4221584Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:54:20.4224304Z [ 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:54:20.4226849Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:54:20.4229333Z [ 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:54:20.4232361Z [ 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:54:20.4234733Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:54:20.4237225Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:54:20.4240040Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:54:20.4242572Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:54:20.4245201Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:54:20.4247838Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:20.4254875Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:20.4257434Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:54:20.4261309Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:54:20.4263776Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:54:20.4266351Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:54:20.4269305Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:20.4271617Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:20.4274504Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:54:20.4289033Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:20.4291712Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:20.4294656Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:54:20.4296975Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:20.4299355Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:54:20.4302479Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-06-05T23:54:20.4304973Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:54:20.4307345Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:54:20.4309818Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:54:20.4312351Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:54:20.4314905Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:54:20.4317139Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-06-05T23:54:20.4319424Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:20.4321589Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-06-05T23:54:20.4324342Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-06-05T23:54:20.4326650Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:20.4328530Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:54:20.4330445Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:54:20.4332800Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:54:20.4335166Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:54:23.0106116Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:54:23.0109030Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:54:23.0112292Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:54:23.0114154Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:54:23.0116362Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-06-05T23:54:23.0118872Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-06-05T23:54:23.0121607Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-06-05T23:54:23.0124130Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:54:23.0126422Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-06-05T23:54:23.0128625Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:54:23.0130880Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-06-05T23:54:23.0133152Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:54:23.0134945Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:54:23.0137256Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:54:23.0139564Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:54:23.0141360Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:54:23.0143713Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:54:23.0146569Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:54:23.0149341Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-06-05T23:54:23.0152544Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-06-05T23:54:23.0155517Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:23.0158284Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-06-05T23:54:23.0162095Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-06-05T23:54:23.0165764Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-06-05T23:54:23.0168493Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:54:23.0170821Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-06-05T23:54:23.0173672Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-06-05T23:54:23.0176332Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:54:23.0178629Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-06-05T23:54:23.0181390Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-06-05T23:54:23.0184121Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-06-05T23:54:23.0186628Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:54:23.0188969Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-06-05T23:54:23.0191519Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-06-05T23:54:23.0194210Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-06-05T23:54:23.0196823Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-06-05T23:54:23.0199091Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:54:23.0200990Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:54:23.0202959Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:54:23.0205372Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-06-05T23:54:23.0207753Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-06-05T23:54:23.0210046Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:54:23.0212239Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-06-05T23:54:23.0214465Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:54:23.0216628Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-06-05T23:54:23.0219173Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-06-05T23:54:23.0221775Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-06-05T23:54:23.0224344Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-06-05T23:54:23.0226563Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:23.0228827Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-06-05T23:54:23.0231034Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:54:23.0233320Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-06-05T23:54:23.0236279Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-06-05T23:54:23.0238696Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:54:23.0240919Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:54:23.0243239Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-06-05T23:54:23.0246071Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-06-05T23:54:23.0248668Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-06-05T23:54:23.0251285Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-06-05T23:54:23.0253525Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:54:23.0257034Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:54:25.0469034Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-06-05T23:54:25.0471595Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-06-05T23:54:25.0473748Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:54:25.0475973Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-06-05T23:54:25.0478239Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:54:25.0480595Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-06-05T23:54:25.0482902Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:25.0484752Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:54:25.0486984Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-06-05T23:54:25.0489557Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-06-05T23:54:25.0492056Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-06-05T23:54:25.0494277Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:54:25.0496482Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-06-05T23:54:25.0498927Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-06-05T23:54:25.0501470Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-06-05T23:54:25.0504207Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-06-05T23:54:25.0506770Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-06-05T23:54:25.0510646Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-06-05T23:54:25.0512776Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:54:25.0514937Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-06-05T23:54:25.0517479Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-06-05T23:54:25.0520946Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-06-05T23:54:25.0523493Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-06-05T23:54:25.0525788Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:54:25.0527713Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:54:25.0529941Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-06-05T23:54:25.0532513Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-06-05T23:54:25.0535169Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-06-05T23:54:25.0537855Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:54:25.0539872Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-06-05T23:54:25.0542359Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-06-05T23:54:25.0544992Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-06-05T23:54:25.0547309Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:54:25.0550034Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:54:25.0552388Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-06-05T23:54:25.0556395Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-06-05T23:54:25.0559029Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-06-05T23:54:25.0561757Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-06-05T23:54:25.0564624Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:54:25.0566959Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-06-05T23:54:25.0569512Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-06-05T23:54:25.0571649Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:54:25.0573832Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-06-05T23:54:25.0576552Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-06-05T23:54:25.0578942Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:54:25.0581235Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:54:25.0583684Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-06-05T23:54:25.0586139Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:54:25.0588037Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:54:25.0590195Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-06-05T23:54:25.0592382Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:54:25.0594174Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:54:25.0596337Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-06-05T23:54:25.0598529Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:25.0600399Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:25.0602283Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:54:25.0604568Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-06-05T23:54:25.0606808Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:54:25.0610447Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:54:25.0612786Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-06-05T23:54:25.0615117Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:54:25.0617447Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-06-05T23:54:25.0619971Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-06-05T23:54:27.2689404Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:27.2691709Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:54:27.2694232Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-06-05T23:54:27.2696780Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:27.2699137Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-06-05T23:54:27.2701501Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:54:27.2703840Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-06-05T23:54:27.2707024Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-06-05T23:54:27.2709366Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:54:27.2711414Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:54:27.2713596Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:54:27.2715977Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:54:27.2718405Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-06-05T23:54:27.2721046Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:54:27.2723151Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:54:27.2725442Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-06-05T23:54:27.2728238Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:54:27.2730812Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-06-05T23:54:27.2733471Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-06-05T23:54:27.2735753Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:54:27.2738028Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-06-05T23:54:27.2740761Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-06-05T23:54:27.2743133Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:54:27.2745162Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:54:27.2747531Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-06-05T23:54:27.2750212Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-06-05T23:54:27.2753027Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-06-05T23:54:27.2756005Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-06-05T23:54:27.2758440Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:54:27.2760998Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-06-05T23:54:27.2763483Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:54:27.2765918Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-06-05T23:54:27.2794022Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-06-05T23:54:27.2796604Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:54:27.2798713Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-06-05T23:54:27.2800822Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:54:27.2802276Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:54:27.2804084Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-06-05T23:54:27.2805630Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:54:27.2807009Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:54:27.2808769Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-06-05T23:54:27.2810651Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-06-05T23:54:27.2812377Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:54:27.2813910Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:54:27.2815357Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:54:27.2816806Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:54:27.2818201Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:54:27.2820041Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-06-05T23:54:27.2822626Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-06-05T23:54:27.2823754Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:54:27.2824904Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-06-05T23:54:27.2826252Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-06-05T23:54:27.2827416Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:54:27.2828405Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:54:27.2829388Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:54:27.2830544Z [ 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:54:27.2831892Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-06-05T23:54:27.2833703Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:54:27.2834851Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-06-05T23:54:27.2836127Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:54:27.2837148Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:54:27.2838333Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-06-05T23:54:27.2839574Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:27.2840973Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-06-05T23:54:27.2842466Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:54:29.1870892Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-06-05T23:54:29.1873828Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-06-05T23:54:29.1876276Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:54:29.1878822Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-06-05T23:54:29.1881968Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-06-05T23:54:29.1884509Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:54:29.1886997Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-06-05T23:54:29.1889432Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:54:29.1891697Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:54:29.1893795Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:54:29.1896307Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-06-05T23:54:29.1898776Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:54:29.1901080Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:54:29.1903258Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:54:29.1905759Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-06-05T23:54:29.1908373Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:54:29.1910568Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:54:29.1913096Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-06-05T23:54:29.1916066Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-06-05T23:54:29.1918864Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-06-05T23:54:29.1921445Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:29.1924276Z [ 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:54:29.1927079Z [ 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:54:29.1929476Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:54:29.1930993Z [ 58%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:54:29.1932539Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:54:29.1935164Z [ 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:54:29.1937993Z [ 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:54:29.1941018Z [ 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:54:29.1942948Z [ 58%] Built target optimized_kernels 2025-06-05T23:54:29.1944766Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:54:29.1947289Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:54:29.1949857Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-06-05T23:54:29.1952441Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:54:29.1955108Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-06-05T23:54:29.1958243Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-06-05T23:54:29.1961104Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:54:29.1963234Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:54:29.1965441Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:54:29.1968110Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:54:29.1970751Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:54:29.1972938Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-06-05T23:54:29.1975784Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-06-05T23:54:29.1978726Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-06-05T23:54:29.1981317Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:54:29.1983512Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:54:29.1985802Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:54:29.1988081Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:54:29.1991219Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-06-05T23:54:29.1993942Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:54:29.1996976Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-06-05T23:54:29.2000215Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-06-05T23:54:29.2003504Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-06-05T23:54:29.2006341Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:54:29.2008602Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:54:29.2010848Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:54:29.2013663Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-06-05T23:54:29.2016216Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:54:29.2018422Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:29.2020546Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:54:29.2023191Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-06-05T23:54:29.2026201Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:54:29.2029216Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-06-05T23:54:29.2032303Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:54:29.2035129Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:54:30.6595730Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:54:30.6598157Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:54:30.6600743Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:54:30.6603527Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-06-05T23:54:30.6606319Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:54:30.6608862Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-06-05T23:54:30.6611778Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-06-05T23:54:30.6614969Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-06-05T23:54:30.6618023Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-06-05T23:54:30.6620674Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-06-05T23:54:30.6623102Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:54:30.6624798Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-06-05T23:54:30.6626943Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-06-05T23:54:30.6628654Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-06-05T23:54:30.6630828Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:54:30.6633491Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-06-05T23:54:30.6636363Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-06-05T23:54:30.6639390Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-06-05T23:54:30.6641447Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:54:30.6643979Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-06-05T23:54:30.6647113Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-06-05T23:54:30.6650254Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-06-05T23:54:30.6652861Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:54:30.6655739Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-06-05T23:54:30.6658814Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-06-05T23:54:30.6661639Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:54:30.6664218Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-06-05T23:54:30.6667171Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-06-05T23:54:30.6669751Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:54:30.6672254Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-06-05T23:54:30.6675045Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-06-05T23:54:30.6677817Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-06-05T23:54:30.6681116Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-06-05T23:54:30.6684809Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-06-05T23:54:30.6687788Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:54:30.6690508Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-06-05T23:54:30.6693058Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:54:30.6694974Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:54:30.6696129Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:54:30.6697440Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-06-05T23:54:30.6698890Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-06-05T23:54:30.6700398Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-06-05T23:54:30.6701770Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:54:30.6702942Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:54:30.6704284Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-06-05T23:54:30.6705642Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:54:30.6706941Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-06-05T23:54:30.6708381Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-06-05T23:54:30.6709809Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-06-05T23:54:30.6711542Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-06-05T23:54:30.6713065Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-06-05T23:54:30.6714590Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-06-05T23:54:30.6716087Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-06-05T23:54:30.6717538Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-06-05T23:54:30.6718559Z [ 64%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:54:30.6719705Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-06-05T23:54:30.6721466Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-06-05T23:54:30.6722982Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-06-05T23:54:30.6725812Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-06-05T23:54:30.6728440Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-06-05T23:54:32.0225339Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-06-05T23:54:32.0227966Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-06-05T23:54:32.0230536Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-06-05T23:54:32.0233583Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-06-05T23:54:32.0236283Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-06-05T23:54:32.0238905Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-06-05T23:54:32.0241590Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-06-05T23:54:32.0243236Z [ 65%] Built target optimized_portable_kernels 2025-06-05T23:54:32.0243946Z [ 65%] Merging kernel yaml files 2025-06-05T23:54:32.0245496Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:54:32.0248296Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-06-05T23:54:32.0251108Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:54:32.0253934Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-06-05T23:54:32.0256981Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-06-05T23:54:32.0259739Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-06-05T23:54:32.0261728Z [ 65%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:54:32.0263865Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-06-05T23:54:32.0266859Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-06-05T23:54:32.0270171Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-06-05T23:54:32.0273542Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-06-05T23:54:32.0276690Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:54:32.0279942Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-06-05T23:54:32.0282858Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:54:32.0285977Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-06-05T23:54:32.0288770Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:54:32.0291520Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-06-05T23:54:32.0294241Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-06-05T23:54:32.0297208Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-06-05T23:54:32.0300103Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-06-05T23:54:32.0303034Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-06-05T23:54:32.0305957Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-06-05T23:54:32.0307811Z [ 66%] Generating code for kernel registration 2025-06-05T23:54:32.0309285Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-06-05T23:54:32.0311830Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-06-05T23:54:32.0314253Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-06-05T23:54:32.0316675Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-06-05T23:54:32.0319139Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-06-05T23:54:32.0321305Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-06-05T23:54:32.0323358Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-06-05T23:54:32.0325732Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-06-05T23:54:32.0328014Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-06-05T23:54:32.0330241Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-06-05T23:54:32.0332610Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-06-05T23:54:32.0335044Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-06-05T23:54:32.0337422Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-06-05T23:54:32.0340078Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:54:32.0342797Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:54:32.0345771Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:54:32.0348943Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:54:32.0351840Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:54:32.0355053Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:54:32.0358392Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:54:32.0361526Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:54:32.0364580Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:32.0367413Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:32.0371224Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-06-05T23:54:32.0374356Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:54:33.3195538Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:54:33.3199202Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:54:33.3202901Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-06-05T23:54:33.3206439Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-06-05T23:54:33.3209888Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:33.3213357Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-06-05T23:54:33.3216939Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:54:33.3220679Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:33.3224546Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:54:33.3228375Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:33.3232001Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:33.3235922Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:54:33.3239709Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:54:33.3243312Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:54:33.3247090Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:33.3250252Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-06-05T23:54:33.3253578Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-06-05T23:54:33.3258145Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-06-05T23:54:33.3261752Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-06-05T23:54:33.3265439Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:33.3269202Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:33.3272963Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:54:33.3276804Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:33.3280505Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-06-05T23:54:33.3283850Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:33.3287402Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:54:33.3291037Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:54:33.3294604Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:54:33.3298095Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-06-05T23:54:33.3301562Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:33.3305091Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:54:33.3308711Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:54:33.3312409Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:54:33.3315828Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:54:33.3319567Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:33.3323457Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:54:33.3327189Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:33.3330787Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-06-05T23:54:33.3334307Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:33.3337835Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:54:33.3341270Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:54:33.3344698Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-06-05T23:54:33.3348067Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-06-05T23:54:33.3351477Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:33.3355370Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-06-05T23:54:33.3359059Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-06-05T23:54:33.3362781Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-06-05T23:54:33.3366459Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-06-05T23:54:34.3353271Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:54:34.3357124Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:34.3360608Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:54:34.3363884Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:34.3367117Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:34.3370483Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:34.3373619Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:54:34.3376698Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:54:34.3380055Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:54:34.3383341Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:34.3387973Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:54:34.3390593Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:34.3393468Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:34.3396352Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:34.3399466Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-06-05T23:54:34.3402450Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-06-05T23:54:34.3405187Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-06-05T23:54:34.3407649Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-06-05T23:54:34.3410061Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:54:34.3412601Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:54:34.3415145Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:54:34.3417899Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:54:34.3420381Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:54:34.3422833Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:54:34.3425401Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:54:34.3428040Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-06-05T23:54:34.3430905Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:54:34.3434889Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:34.3437989Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:54:34.3441117Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:34.3444342Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:34.3447808Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:34.3450742Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:54:34.3453675Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:54:34.3456897Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:54:34.3459867Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:34.3462780Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:54:34.3465622Z [ 75%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:54:34.3468428Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:34.3471395Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:34.3474479Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:34.3477593Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:54:34.3480727Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:54:34.3483795Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-06-05T23:54:34.3487631Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:34.3490808Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:54:34.3493898Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:34.3497228Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:34.3500311Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:35.3910676Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:54:35.3912956Z [ 76%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:54:35.3915541Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:54:35.3917615Z [ 76%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:35.3919796Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:35.3923090Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:54:35.3926332Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:35.3929621Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:35.3932865Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:35.3936076Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:35.3939301Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:35.3942430Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:35.3945591Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:35.3948853Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:35.3952088Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:35.3955970Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:35.3959199Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:35.3962370Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:35.3965593Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:35.3968943Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-06-05T23:54:35.3972559Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:35.3975873Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:35.3979162Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:35.3983648Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:35.3987436Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:35.3990653Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:35.3993923Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:35.3997120Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:35.4000478Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:35.4003961Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:35.4007249Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:35.4010770Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:35.4013965Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:35.4017101Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:35.4020069Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-06-05T23:54:35.4023354Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:35.4026554Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:54:35.4029548Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-06-05T23:54:35.4032597Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-06-05T23:54:35.4035605Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-06-05T23:54:35.4038596Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-06-05T23:54:35.4041847Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:54:35.4044573Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-06-05T23:54:35.4047390Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-06-05T23:54:35.4050100Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-06-05T23:54:35.4052808Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-06-05T23:54:35.4055804Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:54:35.4062147Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:54:35.4064960Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:54:35.4067815Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:54:35.4070497Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:54:36.3541353Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:36.3544633Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:54:36.3547801Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:54:36.3550963Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:54:36.3554219Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:54:36.3557673Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:54:36.3560672Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:54:36.3563718Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:36.3566733Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:54:36.3569566Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-06-05T23:54:36.3572148Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-06-05T23:54:36.3574788Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-06-05T23:54:36.3577404Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-06-05T23:54:36.3580029Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-06-05T23:54:36.3583002Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-06-05T23:54:36.3585611Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-06-05T23:54:36.3588156Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-06-05T23:54:36.3590820Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-06-05T23:54:36.3593908Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:54:36.3596884Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:54:36.3599947Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-06-05T23:54:36.3602675Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-06-05T23:54:36.3605459Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-06-05T23:54:36.3608423Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:54:36.3611494Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:54:36.3614433Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:36.3617663Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:54:36.3621012Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:54:36.3624180Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:54:36.3627267Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:36.3630277Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:54:36.3633589Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:54:36.3636770Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:54:36.3640193Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:54:36.3643633Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-06-05T23:54:36.3647111Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:54:36.3650902Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:36.3654064Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:54:36.3657408Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:36.3660424Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:36.3664016Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:36.3667241Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:54:36.3670484Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:54:36.3673590Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-06-05T23:54:36.3676838Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-06-05T23:54:36.3680328Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:54:36.3683729Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:36.3686998Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:36.3690520Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-06-05T23:54:36.3694030Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-06-05T23:54:36.3697511Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-06-05T23:54:36.3700762Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-06-05T23:54:36.3703727Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-06-05T23:54:37.4397338Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-06-05T23:54:37.4400548Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:54:37.4402304Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:54:37.4403878Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-06-05T23:54:37.4405395Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-06-05T23:54:37.4407318Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:37.4409177Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:37.4411635Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:37.4413351Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:37.4415230Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:37.4416918Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:37.4418589Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:37.4420244Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:37.4421951Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:37.4423657Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:37.4425348Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:37.4427039Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:37.4428708Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:37.4430384Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:37.4432158Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:37.4433927Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:37.4435657Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:37.4437382Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:37.4439070Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:37.4440911Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:37.4442895Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:37.4445493Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:37.4447664Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-06-05T23:54:37.4449401Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:37.4451110Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-06-05T23:54:37.4452822Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-06-05T23:54:37.4454868Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-06-05T23:54:37.4457477Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-06-05T23:54:37.4459161Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-06-05T23:54:37.4460636Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-06-05T23:54:37.4462107Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:54:37.4463575Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-06-05T23:54:37.4465046Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-06-05T23:54:37.4466618Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:54:37.4468294Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:54:37.4470114Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:54:37.4472084Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:54:37.4473638Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:54:37.4475246Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:37.4476919Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:54:37.4478597Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-06-05T23:54:37.4480406Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-06-05T23:54:37.4482147Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-06-05T23:54:37.4483822Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:54:37.4485402Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:54:37.4487251Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:37.4488937Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-06-05T23:54:37.4490513Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-06-05T23:54:38.3539253Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-06-05T23:54:38.3542623Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-06-05T23:54:38.3545581Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-06-05T23:54:38.3548541Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-06-05T23:54:38.3551470Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-06-05T23:54:38.3554344Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-06-05T23:54:38.3557716Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-06-05T23:54:38.3560667Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-06-05T23:54:38.3563739Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:54:38.3566972Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:54:38.3570087Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-06-05T23:54:38.3573109Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-06-05T23:54:38.3576021Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-06-05T23:54:38.3579329Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:54:38.3582839Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:38.3586243Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:54:38.3589671Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:54:38.3593224Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-06-05T23:54:38.3596682Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:54:38.3600286Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-06-05T23:54:38.3603877Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-06-05T23:54:38.3607339Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-06-05T23:54:38.3610282Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-06-05T23:54:38.3613337Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-06-05T23:54:38.3616358Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-06-05T23:54:38.3619681Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-06-05T23:54:38.3622783Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-06-05T23:54:38.3625974Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:54:38.3629048Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:54:38.3632192Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-06-05T23:54:38.3635207Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-06-05T23:54:38.3638097Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-06-05T23:54:38.3641203Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-06-05T23:54:38.3644085Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-06-05T23:54:38.3646919Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-06-05T23:54:38.3649974Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-06-05T23:54:38.3653100Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-06-05T23:54:38.3659445Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-06-05T23:54:38.3662535Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-06-05T23:54:38.3665634Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:54:38.3668767Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:54:38.3671668Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-06-05T23:54:38.3674463Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-06-05T23:54:38.3677319Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-06-05T23:54:38.3680380Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-06-05T23:54:38.3683401Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-06-05T23:54:38.3686053Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-06-05T23:54:38.3688834Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-06-05T23:54:38.3692299Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-06-05T23:54:38.3696140Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-06-05T23:54:38.3699431Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-06-05T23:54:38.3702731Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-06-05T23:54:38.3706359Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-06-05T23:54:38.3709496Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-06-05T23:54:38.3712750Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-06-05T23:54:38.3715977Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-06-05T23:54:39.7615235Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:54:39.7618007Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-06-05T23:54:39.7620924Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-06-05T23:54:39.7623735Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:54:39.7626464Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-06-05T23:54:39.7629279Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-06-05T23:54:39.7632056Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-06-05T23:54:39.7634789Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-06-05T23:54:39.7637313Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:54:39.7639748Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-06-05T23:54:39.7642114Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-06-05T23:54:39.7644364Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-06-05T23:54:39.7647019Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-06-05T23:54:39.7649121Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-06-05T23:54:39.7651260Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-06-05T23:54:39.7653359Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-06-05T23:54:39.7656072Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-06-05T23:54:39.7658381Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-06-05T23:54:39.7661009Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-06-05T23:54:39.7663952Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-06-05T23:54:39.7666788Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-06-05T23:54:39.7669272Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-06-05T23:54:39.7671553Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-06-05T23:54:39.7674030Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-06-05T23:54:39.7677281Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-06-05T23:54:39.7679850Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-06-05T23:54:39.7682126Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-06-05T23:54:39.7684563Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-06-05T23:54:39.7688565Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-06-05T23:54:39.7691149Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-06-05T23:54:39.7693718Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-06-05T23:54:39.7708769Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-06-05T23:54:39.7711476Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-06-05T23:54:39.7713783Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-06-05T23:54:39.7715698Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-06-05T23:54:39.7717299Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-06-05T23:54:39.7719163Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-06-05T23:54:39.7720854Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-06-05T23:54:39.7722448Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-06-05T23:54:39.7724064Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-06-05T23:54:39.7725925Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-06-05T23:54:39.7727511Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-06-05T23:54:39.7729202Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-06-05T23:54:39.7730927Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-06-05T23:54:39.7732644Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-06-05T23:54:39.7734324Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-06-05T23:54:39.7736099Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-06-05T23:54:39.7738098Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-06-05T23:54:39.7740202Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-06-05T23:54:39.7742172Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-06-05T23:54:39.7743386Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-06-05T23:54:39.7744593Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-06-05T23:54:39.7746081Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-06-05T23:54:39.7748041Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-06-05T23:54:39.7749960Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-06-05T23:54:39.7751898Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-06-05T23:54:39.7753673Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:54:39.7755073Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:54:39.7755775Z [ 97%] Built target microkernels-prod 2025-06-05T23:54:39.7756327Z [ 97%] Generating build_identifier.c 2025-06-05T23:54:39.7757541Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:54:50.2940469Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:54:50.2941837Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:54:50.2943409Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:54:50.2944609Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:54:50.2945846Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:54:50.2947061Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:54:50.2948335Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:54:50.2949676Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:54:50.2950890Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:54:50.2952161Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:54:50.2953780Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:54:50.2956326Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:54:50.2958428Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:54:50.2960739Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:54:50.2963162Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:54:50.2965608Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:54:50.2967878Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:54:50.2970104Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:54:50.2972445Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:54:50.2975008Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:54:50.2977498Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:54:50.2979885Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:54:50.2982287Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:54:50.2984637Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:54:50.2986917Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:54:50.2989189Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:54:50.2991274Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:54:50.2993196Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:54:50.2995181Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:54:50.2996673Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:54:50.2997475Z [100%] Built target XNNPACK 2025-06-05T23:54:50.2999134Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:54:50.3001367Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:54:50.3003389Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:54:50.3005462Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:54:50.3007642Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:54:50.3010084Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:54:50.3011712Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:54:50.3012587Z [100%] Built target xnnpack_backend 2025-06-05T23:54:50.3013732Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:54:50.3015345Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:54:50.3016430Z [100%] Built target portable_lib 2025-06-05T23:54:50.3017764Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:54:50.3020021Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:54:50.3022504Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:54:50.3024968Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:54:50.3027548Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:54:50.3029312Z Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:54:50.3030210Z Linking CXX static library libcoreml_util.a 2025-06-05T23:54:50.3031020Z Built target coreml_inmemoryfs 2025-06-05T23:54:50.3031688Z Built target coreml_util 2025-06-05T23:54:50.3033290Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:54:50.3036062Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:54:50.3038182Z Linking CXX shared library executorchcoreml.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:54:50.3039528Z Built target executorchcoreml 2025-06-05T23:54:50.3040256Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:54:50.3041115Z [ 1%] Built target flatcc_external_project 2025-06-05T23:54:50.3041896Z [ 2%] Built target pthreadpool 2025-06-05T23:54:50.3042586Z [ 3%] Built target xnnpack_schema 2025-06-05T23:54:50.3043288Z [ 3%] Built target common_schema 2025-06-05T23:54:50.3043959Z [ 4%] Built target cpuinfo 2025-06-05T23:54:50.3044611Z [ 7%] Built target eigen_blas 2025-06-05T23:54:50.3045232Z [ 7%] Built target logging 2025-06-05T23:54:50.3045849Z [ 8%] Built target flatccrt 2025-06-05T23:54:50.3046488Z [ 8%] Built target microparams-init 2025-06-05T23:54:50.3047221Z [ 8%] Built target indirection 2025-06-05T23:54:50.3047881Z [ 8%] Built target normalization 2025-06-05T23:54:50.3048561Z [ 8%] Built target memory 2025-06-05T23:54:50.3049171Z [ 8%] Built target datatype 2025-06-05T23:54:50.3049821Z [ 8%] Built target microkernel-utils 2025-06-05T23:54:50.3050550Z [ 8%] Built target mutex 2025-06-05T23:54:50.3051195Z [ 8%] Built target reference-ukernels 2025-06-05T23:54:50.3051964Z [ 8%] Built target operator-utils 2025-06-05T23:54:50.3052661Z [ 8%] Built target program_schema 2025-06-05T23:54:50.3053365Z [ 8%] Built target operator-run 2025-06-05T23:54:50.3054046Z [ 8%] Built target hardware-config 2025-06-05T23:54:50.3055043Z [ 8%] Built target packing 2025-06-05T23:54:50.3055961Z [ 8%] Built target allocator 2025-06-05T23:54:50.3056620Z [ 8%] Built target cache 2025-06-05T23:54:50.3057238Z [ 11%] Built target operators 2025-06-05T23:54:50.3057886Z [ 12%] Built target executorch_core 2025-06-05T23:54:50.3058643Z [ 12%] Built target extension_data_loader 2025-06-05T23:54:50.3059431Z [ 12%] Built target extension_threadpool 2025-06-05T23:54:50.3060197Z [ 12%] Built target extension_tensor 2025-06-05T23:54:50.3060920Z [ 13%] Built target executorch 2025-06-05T23:54:50.3061599Z [ 16%] Built target subgraph 2025-06-05T23:54:50.3062427Z [ 16%] Built target bundled_program 2025-06-05T23:54:50.3063136Z [ 17%] Built target cpublas 2025-06-05T23:54:50.3063797Z [ 18%] Built target kernels_util_all_deps 2025-06-05T23:54:50.3064530Z [ 18%] Built target etdump 2025-06-05T23:54:50.3065200Z [ 19%] Built target optimized_kernels 2025-06-05T23:54:50.3065910Z [ 19%] Built target util 2025-06-05T23:54:50.3066594Z [ 34%] Built target optimized_portable_kernels 2025-06-05T23:54:50.3067460Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:50.3068297Z [ 97%] Built target microkernels-prod 2025-06-05T23:54:50.3069032Z [100%] Built target XNNPACK 2025-06-05T23:54:50.3069695Z [100%] Built target xnnpack_backend 2025-06-05T23:54:50.3070420Z [100%] Built target portable_lib 2025-06-05T23:54:50.3071770Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:54:50.3073962Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:54:50.3076099Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:54:50.3078137Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:54:50.3080404Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:54:50.3082806Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-06-05T23:54:50.3084975Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:54:50.3087194Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-06-05T23:54:50.3089398Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:54:58.7303137Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:54:58.7304362Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:54:58.7304800Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:54:58.7305190Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:54:58.7305614Z [ 1%] Built target flatcc_external_project 2025-06-05T23:54:58.7306129Z [ 2%] Built target pthreadpool 2025-06-05T23:54:58.7306519Z [ 3%] Built target cpuinfo 2025-06-05T23:54:58.7307008Z [ 3%] Built target common_schema 2025-06-05T23:54:58.7307392Z [ 4%] Built target xnnpack_schema 2025-06-05T23:54:58.7307789Z [ 6%] Built target eigen_blas 2025-06-05T23:54:58.7308262Z [ 7%] Built target flatccrt 2025-06-05T23:54:58.7308681Z [ 8%] Built target logging 2025-06-05T23:54:58.7309052Z [ 8%] Built target indirection 2025-06-05T23:54:58.7309376Z [ 8%] Built target microparams-init 2025-06-05T23:54:58.7309742Z [ 8%] Built target normalization 2025-06-05T23:54:58.7310175Z [ 8%] Built target datatype 2025-06-05T23:54:58.7310492Z [ 8%] Built target program_schema 2025-06-05T23:54:58.7310823Z [ 8%] Built target reference-ukernels 2025-06-05T23:54:58.7311179Z [ 8%] Built target hardware-config 2025-06-05T23:54:58.7311502Z [ 8%] Built target allocator 2025-06-05T23:54:58.7311855Z [ 8%] Built target cache 2025-06-05T23:54:58.7312495Z [ 8%] Built target packing 2025-06-05T23:54:58.7312933Z [ 8%] Built target memory 2025-06-05T23:54:58.7313289Z [ 8%] Built target microkernel-utils 2025-06-05T23:54:58.7313623Z [ 8%] Built target mutex 2025-06-05T23:54:58.7313923Z [ 8%] Built target operator-utils 2025-06-05T23:54:58.7314380Z [ 8%] Built target operator-run 2025-06-05T23:54:58.7314811Z [ 9%] Built target executorch_core 2025-06-05T23:54:58.7315227Z [ 12%] Built target operators 2025-06-05T23:54:58.7315556Z [ 12%] Built target extension_data_loader 2025-06-05T23:54:58.7316161Z [ 12%] Built target extension_tensor 2025-06-05T23:54:58.7316509Z [ 13%] Built target executorch 2025-06-05T23:54:58.7316907Z [ 13%] Built target extension_threadpool 2025-06-05T23:54:58.7317378Z [ 15%] Built target subgraph 2025-06-05T23:54:58.7317703Z [ 16%] Built target kernels_util_all_deps 2025-06-05T23:54:58.7318051Z [ 16%] Built target bundled_program 2025-06-05T23:54:58.7318499Z [ 16%] Built target etdump 2025-06-05T23:54:58.7318799Z [ 18%] Built target cpublas 2025-06-05T23:54:58.7319116Z [ 19%] Built target optimized_kernels 2025-06-05T23:54:58.7319563Z [ 19%] Built target util 2025-06-05T23:54:58.7319893Z [ 33%] Built target optimized_portable_kernels 2025-06-05T23:54:58.7320285Z [ 33%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:58.7320684Z [ 95%] Built target microkernels-prod 2025-06-05T23:54:58.7321030Z [ 97%] Built target XNNPACK 2025-06-05T23:54:58.7321331Z [ 97%] Built target xnnpack_backend 2025-06-05T23:54:58.7321818Z [ 97%] Built target portable_lib 2025-06-05T23:54:58.7322636Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:54:58.7323976Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:54:58.7325131Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:54:58.7326262Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:54:58.7327640Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:58.7329011Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:54:58.7330177Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:54:58.7331536Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:54:58.7332726Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:54:58.7333751Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:54:58.7334621Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:54:58.7335114Z [ 98%] Built target quantized_pybind_kernels_lib 2025-06-05T23:54:58.7335690Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:54:58.7336178Z [ 98%] Generating code for kernel registration 2025-06-05T23:54:58.7337130Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:54:58.7338132Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:54:58.7338588Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:54:58.7339057Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:54:58.7342774Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-06-05T23:54:58.7346129Z [ 98%] Generating code for kernel registration 2025-06-05T23:54:58.7347018Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:54:58.7348535Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:54:58.7349806Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:54:58.7350796Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:54:58.7351880Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:54:58.7352966Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:54:58.7353929Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:58.7356192Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:54:58.7357547Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:54:58.7358497Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:54:58.7359547Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:54:58.7360461Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:54:58.7361464Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:54:58.7362736Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-06-05T23:54:58.7363602Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:54:58.7364115Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:54:58.7364511Z running build_py 2025-06-05T23:54:58.7364897Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:54:58.7365625Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:54:58.7366674Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:54:58.7367555Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:54:58.7368428Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:54:58.7369268Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:54:58.7370002Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:54:58.7370734Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7371421Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7372246Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7373093Z copying src/executorch/exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7374363Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7375260Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7376376Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7377278Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7378337Z copying src/executorch/exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7379279Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7380327Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7381273Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7382326Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7383256Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7384154Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7385032Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7474972Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7476533Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7477456Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7478340Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7479180Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7480113Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7481244Z copying src/executorch/exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7482195Z copying src/executorch/exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7483309Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:54:58.7484027Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:54:58.7485019Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:54:58.7485738Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:54:58.7486549Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:54:58.7487561Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:54:58.7488617Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:54:58.7489398Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7490339Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7491456Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7492643Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7493816Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7495324Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7496392Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7497659Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7498763Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7500326Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7501619Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7502827Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7504129Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7505293Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:54:58.7506373Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:54:58.7507449Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:54:58.7508704Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:54:58.7510200Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:54:58.7511811Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:54:58.7513006Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:54:58.7513986Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:54:58.7515358Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:54:58.7516564Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:54:58.7517472Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:58.7518372Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:58.7519660Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:58.7520951Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:58.7522272Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:58.7523229Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:54:58.7524217Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:54:58.7525380Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:54:58.7526579Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:54:58.7527490Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:54:58.7528589Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:54:58.7529662Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7530669Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7532015Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7533493Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7534938Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7536343Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7537797Z copying src/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7539330Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7540676Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7542002Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7543335Z copying src/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7544633Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7546054Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7547519Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7548910Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7550186Z copying src/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:58.7551323Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:58.7552286Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:58.7553479Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:58.7554949Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:58.7556274Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:58.7557411Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:58.7635139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:54:58.7636431Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:54:58.7637848Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:54:58.7639043Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:54:58.7640406Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:54:58.7641941Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:54:58.7643123Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:54:58.7644385Z copying src/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:54:58.7646380Z copying src/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:54:58.7647805Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:54:58.7649158Z copying src/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:54:58.7651045Z copying src/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:54:58.7652474Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:54:58.7653814Z copying src/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:54:58.7656144Z copying src/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:54:58.7657592Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:54:58.7658821Z copying src/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:54:58.7660690Z copying src/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:54:58.7661838Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:54:58.7663180Z copying src/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:54:58.7664501Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7665740Z copying src/executorch/backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7667189Z copying src/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7668833Z copying src/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7670468Z copying src/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7671877Z copying src/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7673540Z copying src/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7675220Z copying src/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7676931Z copying src/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7678602Z copying src/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7680596Z copying src/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7682438Z copying src/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7684347Z copying src/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7686028Z copying src/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7687755Z copying src/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7689506Z copying src/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7691190Z copying src/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7692935Z copying src/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7694657Z copying src/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7696346Z copying src/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7698003Z copying src/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:58.7699428Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:54:58.7700646Z copying src/executorch/backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:54:58.7702267Z copying src/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:54:58.7703652Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:54:58.7704979Z copying src/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:54:58.7706678Z copying src/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:54:58.7707985Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:58.7709170Z copying src/executorch/backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:58.7710780Z copying src/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:58.7712436Z copying src/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:58.7714026Z copying src/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:58.7715762Z copying src/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:58.7717286Z copying src/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:58.7718756Z copying src/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:58.7720129Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:54:58.7721260Z copying src/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:54:58.7723050Z copying src/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:54:58.7724268Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7725366Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7769763Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7771573Z copying src/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7773304Z copying src/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7774588Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7776079Z copying src/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7777312Z copying src/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7778850Z copying src/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7780276Z copying src/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7781742Z copying src/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7783418Z copying src/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7784733Z copying src/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7786382Z copying src/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7787714Z copying src/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7789016Z copying src/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7790274Z copying src/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7791524Z copying src/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7792833Z copying src/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7794546Z copying src/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7796108Z copying src/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7797553Z copying src/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7798998Z copying src/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7800777Z copying src/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7802335Z copying src/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7803767Z copying src/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7805335Z copying src/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7806817Z copying src/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7808262Z copying src/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7809722Z copying src/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7811121Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7812381Z copying src/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7814077Z copying src/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7815642Z copying src/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7817045Z copying src/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7818614Z copying src/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7819908Z copying src/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7821379Z copying src/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7822901Z copying src/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7824213Z copying src/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7825738Z copying src/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7827339Z copying src/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7828653Z copying src/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7830214Z copying src/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7831715Z copying src/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7833015Z copying src/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7834574Z copying src/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7836006Z copying src/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7837288Z copying src/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7838916Z copying src/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7840573Z copying src/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7841937Z copying src/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7843492Z copying src/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7845056Z copying src/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:58.7846232Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:58.7847551Z copying src/executorch/backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:58.7848972Z copying src/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:58.7850701Z copying src/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:58.7910426Z copying src/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:58.7912097Z copying src/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:58.7913551Z copying src/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:58.7915208Z copying src/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:58.7916994Z copying src/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:58.7918487Z copying src/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:58.7920165Z copying src/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:58.7921954Z copying src/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:58.7923420Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7924560Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7925998Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7927339Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7928695Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7929958Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7931402Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7932917Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7934169Z copying src/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7935524Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7936945Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7938429Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7939787Z copying src/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7941309Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7942671Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7944069Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7945424Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7946807Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7948263Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7950349Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7952565Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7955143Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7957455Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7959982Z copying src/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7962425Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7965145Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7967527Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7969855Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7972262Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7974910Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7977359Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7979855Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7982278Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7983684Z copying src/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7986037Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7988489Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7990898Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7993268Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7995668Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.7998054Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8000540Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8002940Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8005353Z copying src/executorch/backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8007869Z copying src/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8010439Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8012224Z copying src/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8013617Z copying src/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8014920Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8016149Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8017482Z copying src/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8018988Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8070118Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8072549Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:58.8074412Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:58.8076607Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:58.8079057Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:58.8081774Z copying src/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:58.8084550Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:58.8087311Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:58.8089328Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:54:58.8091227Z copying src/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:54:58.8093115Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:58.8094853Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:58.8097092Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:58.8099352Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:58.8101625Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:58.8103366Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:54:58.8105199Z copying src/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:54:58.8107090Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:58.8109080Z copying src/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:58.8111778Z copying src/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:58.8114447Z copying src/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:58.8117041Z copying src/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:58.8119702Z copying src/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:58.8122301Z copying src/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:58.8124997Z copying src/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:58.8127968Z copying src/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:58.8130600Z copying src/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:58.8133524Z copying src/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:58.8136184Z copying src/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:58.8138264Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:58.8140262Z copying src/executorch/backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:58.8142932Z copying src/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:58.8145556Z copying src/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:58.8148126Z copying src/executorch/backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:58.8150680Z copying src/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:58.8153359Z copying src/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:58.8156392Z copying src/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:58.8159120Z copying src/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:58.8161883Z copying src/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:58.8164551Z copying src/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:58.8167217Z copying src/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:58.8169179Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8171000Z copying src/executorch/backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8173377Z copying src/executorch/backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8175794Z copying src/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8178220Z copying src/executorch/backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8180603Z copying src/executorch/backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8182971Z copying src/executorch/backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8185371Z copying src/executorch/backends/arm/test/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8187757Z copying src/executorch/backends/arm/test/ops/test_at.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8190442Z copying src/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8192933Z copying src/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8195375Z copying src/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8197772Z copying src/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8200442Z copying src/executorch/backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8202794Z copying src/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8205203Z copying src/executorch/backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8207678Z copying src/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8210187Z copying src/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8212559Z copying src/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8214975Z copying src/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8217412Z copying src/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8219979Z copying src/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8222327Z copying src/executorch/backends/arm/test/ops/test_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8224804Z copying src/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8227251Z copying src/executorch/backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8228822Z copying src/executorch/backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8230025Z copying src/executorch/backends/arm/test/ops/test_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8231248Z copying src/executorch/backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8233341Z copying src/executorch/backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8235722Z copying src/executorch/backends/arm/test/ops/test_eye.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8238085Z copying src/executorch/backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8240583Z copying src/executorch/backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8242954Z copying src/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8245630Z copying src/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8248049Z copying src/executorch/backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8250493Z copying src/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8253010Z copying src/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8255899Z copying src/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8258349Z copying src/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8260116Z copying src/executorch/backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8262509Z copying src/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8265043Z copying src/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8267585Z copying src/executorch/backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8269975Z copying src/executorch/backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8272385Z copying src/executorch/backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8274892Z copying src/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8277365Z copying src/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8279836Z copying src/executorch/backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8282203Z copying src/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8284610Z copying src/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8286468Z copying src/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8288489Z copying src/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8290879Z copying src/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8293267Z copying src/executorch/backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8295585Z copying src/executorch/backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8297918Z copying src/executorch/backends/arm/test/ops/test_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8300263Z copying src/executorch/backends/arm/test/ops/test_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8302621Z copying src/executorch/backends/arm/test/ops/test_ones.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8304581Z copying src/executorch/backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8305918Z copying src/executorch/backends/arm/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8307167Z copying src/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8308511Z copying src/executorch/backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8309943Z copying src/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8311186Z copying src/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8312419Z copying src/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8313768Z copying src/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8315051Z copying src/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8316363Z copying src/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8317599Z copying src/executorch/backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8318850Z copying src/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8320252Z copying src/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8321561Z copying src/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8322820Z copying src/executorch/backends/arm/test/ops/test_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8324023Z copying src/executorch/backends/arm/test/ops/test_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8325233Z copying src/executorch/backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8326577Z copying src/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8327897Z copying src/executorch/backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8329126Z copying src/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8330430Z copying src/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8331664Z copying src/executorch/backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8352142Z copying src/executorch/backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8353698Z copying src/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8355233Z copying src/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8356757Z copying src/executorch/backends/arm/test/ops/test_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8358033Z copying src/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8359582Z copying src/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8360954Z copying src/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8362471Z copying src/executorch/backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8363691Z copying src/executorch/backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8364997Z copying src/executorch/backends/arm/test/ops/test_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8366221Z copying src/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:58.8367271Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8368367Z copying src/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8369859Z copying src/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8371313Z copying src/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8372930Z copying src/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8374462Z copying src/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8375884Z copying src/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8377448Z copying src/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8378957Z copying src/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8380484Z copying src/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8382074Z copying src/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8383603Z copying src/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8385137Z copying src/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8386584Z copying src/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8388093Z copying src/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8389669Z copying src/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8391128Z copying src/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8392704Z copying src/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8394210Z copying src/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8395832Z copying src/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8397362Z copying src/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8398769Z copying src/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8401100Z copying src/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:58.8403138Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:54:58.8405280Z copying src/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:54:58.8407404Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:54:58.8409286Z copying src/executorch/backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:54:58.8411918Z copying src/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:54:58.8414538Z copying src/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:54:58.8417094Z copying src/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:54:58.8419073Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:54:58.8421000Z copying src/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:54:58.8422807Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:54:58.8425176Z copying src/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:54:58.8427806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:54:58.8429515Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:54:58.8433420Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:54:58.8436487Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8439683Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8442012Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8444192Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8448071Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8450580Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8472473Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8474664Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8478317Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8482325Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8486461Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8490619Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8494103Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8496145Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8498100Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8501313Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8505282Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8508405Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8510740Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8513032Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8515063Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8517075Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8519077Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8521324Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8523343Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8525357Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8527325Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8529297Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8531277Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8534426Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8537781Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8539926Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8541963Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8543966Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8547330Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:58.8550210Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:54:58.8553216Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:54:58.8556485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:54:58.8559807Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:54:58.8562982Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:54:58.8566270Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:54:58.8569731Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:54:58.8573193Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:54:58.8576688Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:54:58.8580263Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:54:58.8585058Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:54:58.8588571Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:58.8604602Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:58.8607941Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:58.8611384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:54:58.8614983Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:54:58.8618438Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:58.8621632Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:58.8624181Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:58.8628887Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:58.8631553Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:58.8633957Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:58.8636760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:58.8640455Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:58.8644748Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:58.8649343Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:58.8652933Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:54:58.8656064Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:54:58.8658040Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:54:58.8659943Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:54:58.8661832Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:54:58.8663751Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:54:58.8665679Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:54:58.8667580Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:54:58.8669456Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:54:58.8671332Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:54:58.8673195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:54:58.8675087Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:54:58.8677855Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:54:58.8681679Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:54:58.8685469Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:54:58.8688047Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:54:58.8692023Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:54:58.8695728Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:54:58.8699352Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:54:58.8702142Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:54:58.8705868Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:54:58.8709201Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:54:58.8712887Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:58.8716502Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:58.8720230Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:58.8730394Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:58.8735121Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:58.8738847Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:54:58.8742584Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:54:58.8746393Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:54:58.8749800Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:54:58.8753322Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:54:58.8757254Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:54:58.8761095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:54:58.8764549Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:54:58.8768376Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:54:58.8772416Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:54:58.8777686Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:54:58.8781944Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:58.8785447Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:58.8791114Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:58.8795216Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:58.8801104Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:54:58.8805551Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:54:58.8809906Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:54:58.8815517Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:54:58.8819325Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:54:58.8823443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:58.8828036Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:58.8832862Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:58.8835810Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:58.8838710Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:54:58.8840997Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:54:58.8843177Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:54:58.8846026Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:54:58.8848204Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:54:58.8850500Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:54:58.8853492Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:54:58.8856718Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:54:58.8871506Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8874043Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8878738Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8884860Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8891345Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8897429Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8902656Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8907256Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8913158Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8918853Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8924940Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8930373Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8934316Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8937851Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8941324Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8944499Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8947667Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8950615Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8953730Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8957294Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8961069Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8964651Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8968228Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:54:58.8970702Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:54:58.8973335Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:54:58.8976752Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:54:58.8979275Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:58.8982089Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:58.8985712Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:58.8989197Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:58.8992654Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:58.8996038Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:58.8999773Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:58.9003435Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:54:58.9006318Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:58.9009046Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:58.9012479Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:58.9015765Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:58.9019658Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:58.9023112Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:54:58.9025493Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:58.9027477Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:58.9030111Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:58.9033096Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:58.9036131Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:58.9039178Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:58.9042367Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:58.9045527Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:58.9048706Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:58.9052119Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:58.9055302Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:58.9057648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9060189Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9063376Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9066970Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9070075Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9073161Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9076637Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9079890Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9083303Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9086329Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9089324Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9092600Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9095588Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9098470Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:58.9100894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:58.9103125Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:58.9105910Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:58.9108691Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:58.9110868Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:54:58.9113087Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:54:58.9115268Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:58.9117501Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:58.9120129Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:58.9122629Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:58.9125116Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:58.9127585Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:58.9130016Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:58.9131850Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:54:58.9133700Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:54:58.9135758Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:58.9138130Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:58.9141033Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:58.9143989Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:58.9146106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:54:58.9148287Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:54:58.9150635Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9152905Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9155876Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9158768Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9161732Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9164561Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9167413Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9170169Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9172867Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9175637Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9178413Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9181076Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9183743Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9186584Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9189288Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9192119Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9194995Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9197638Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9200521Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9203311Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9206360Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9209333Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9212494Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:58.9214953Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:54:58.9217247Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:54:58.9220617Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:54:58.9223193Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:58.9225641Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:58.9228963Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:58.9232649Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:58.9235838Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:58.9239153Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:58.9242463Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:58.9245697Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:58.9248170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:58.9250534Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:58.9253431Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:58.9257002Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:58.9308452Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:58.9310787Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:54:58.9313104Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:54:58.9316153Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:54:58.9318440Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:58.9320985Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:58.9324922Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:58.9328322Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:58.9332052Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:58.9335699Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:54:58.9337918Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9338840Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9340313Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9341551Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9343071Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9344661Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9345952Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9347180Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9348546Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9350039Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9351487Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9352745Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9354322Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9356182Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9357533Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9358968Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9360347Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9361921Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9363188Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:58.9364389Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:58.9365576Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:58.9366971Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:58.9368330Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:58.9369906Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:58.9371128Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:54:58.9372120Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:54:58.9373676Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:54:58.9374970Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:54:58.9376165Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:58.9377389Z copying src/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:58.9378845Z copying src/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:58.9380773Z copying src/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:58.9382462Z copying src/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:58.9383733Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:58.9384931Z copying src/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:58.9386629Z copying src/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:58.9388083Z copying src/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:58.9389770Z copying src/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:58.9391327Z copying src/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:58.9392973Z copying src/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:58.9441846Z copying src/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:58.9443627Z copying src/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:58.9445553Z copying src/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:58.9446752Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:54:58.9447919Z copying src/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:54:58.9449140Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:54:58.9450455Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:54:58.9452427Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:54:58.9453792Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:58.9455492Z copying src/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:58.9457524Z copying src/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:58.9459188Z copying src/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:58.9460743Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:54:58.9462052Z copying src/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:54:58.9463532Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:54:58.9464859Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:54:58.9466456Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:58.9468132Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:58.9470079Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:58.9471796Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:58.9473745Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:58.9475383Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:58.9477069Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:58.9479294Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:58.9481506Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:58.9483182Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:58.9484732Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:58.9486959Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:58.9489151Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:58.9491233Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:58.9492737Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:58.9494273Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:58.9496503Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:58.9498527Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:58.9500605Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:58.9502114Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:54:58.9503821Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:54:58.9506089Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:54:58.9507876Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:54:58.9509429Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:54:58.9511614Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:54:58.9513463Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:58.9515253Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:58.9517301Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:58.9519711Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:58.9522382Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:58.9524626Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:58.9526604Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:58.9528861Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:58.9530599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9575619Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9577504Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9579445Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9581536Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9583649Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9585820Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9587813Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9589804Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9591764Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9593704Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9595734Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9598021Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9600111Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9602019Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9604042Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:58.9605610Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:54:58.9606563Z copying src/executorch/backends/cortex_m/ops/operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:54:58.9607591Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:54:58.9608891Z copying src/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:54:58.9610061Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:54:58.9611311Z copying src/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:54:58.9612630Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:54:58.9614250Z copying src/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:54:58.9616460Z copying src/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:54:58.9617924Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:58.9619416Z copying src/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:58.9621307Z copying src/executorch/backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:58.9622945Z copying src/executorch/backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:58.9624565Z copying src/executorch/backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:58.9626252Z copying src/executorch/backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:58.9628030Z copying src/executorch/backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:58.9629565Z copying src/executorch/backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:58.9631264Z copying src/executorch/backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:58.9632914Z copying src/executorch/backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:58.9634499Z copying src/executorch/backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:58.9635810Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:54:58.9636997Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:54:58.9638403Z copying src/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:54:58.9640014Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:58.9641058Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:58.9642409Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:58.9644157Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:58.9645587Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:58.9646839Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:54:58.9647919Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:54:58.9649551Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:54:58.9651057Z copying src/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:54:58.9652247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:58.9653202Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:58.9655025Z copying src/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:58.9656460Z copying src/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:58.9658012Z copying src/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:58.9659023Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:54:58.9660125Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:54:58.9706689Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:54:58.9708430Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:54:58.9709587Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:58.9710791Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:58.9712413Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:58.9713925Z copying src/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:58.9715668Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:58.9717203Z copying src/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:58.9718772Z copying src/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:58.9720469Z copying src/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:58.9722209Z copying src/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:58.9723679Z copying src/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:58.9725302Z copying src/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:58.9726809Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:58.9728045Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:54:58.9729292Z copying src/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:54:58.9731035Z copying src/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:54:58.9732792Z copying src/executorch/backends/nxp/backend/ir/logger.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:54:58.9734388Z copying src/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:54:58.9735569Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:58.9736725Z copying src/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:58.9738240Z copying src/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:58.9739852Z copying src/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:58.9741461Z copying src/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:58.9742597Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:54:58.9743633Z copying src/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:54:58.9744731Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:54:58.9745985Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:54:58.9747595Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:54:58.9748874Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:58.9750117Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:58.9751880Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:58.9753893Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:58.9756189Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:58.9758382Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:58.9760529Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:58.9761831Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:58.9763453Z copying src/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:58.9765568Z copying src/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:58.9767732Z copying src/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:58.9769932Z copying src/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:58.9771656Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:58.9773138Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:58.9775235Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:58.9777436Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:58.9779612Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:58.9781406Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:54:58.9783113Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:54:58.9784964Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9786732Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9789248Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9792309Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9795102Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9828696Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9831625Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9834399Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9836919Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9839772Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9842484Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9845499Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9848165Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9850954Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:58.9852859Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:58.9854483Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:58.9857166Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:58.9859633Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:58.9862223Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:58.9863990Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9865653Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9867806Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9869891Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9871730Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9873839Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9875876Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9877997Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9880165Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9882356Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9884353Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9886596Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9888971Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9891109Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9893161Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9895297Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9897432Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9899461Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9901363Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9903197Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9905268Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9907365Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9909541Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9911384Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9913299Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9915341Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9917613Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9919706Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9921601Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9923520Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9925584Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9949144Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9951595Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9953547Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9955599Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9957605Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9959875Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9961932Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9963849Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9964679Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9965534Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9966387Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9967501Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9968445Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9969250Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9970324Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9971109Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9972347Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9973218Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9974104Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9975112Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9976122Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9977135Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9977913Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9978876Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9979793Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9980652Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9981537Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9982349Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9983421Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9984199Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9985078Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9985882Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9986702Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9987611Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9988547Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9989413Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9990353Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9991205Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9991984Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9992870Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9993702Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9994624Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9995555Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9996477Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9997272Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9998180Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:58.9999121Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0000048Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0001014Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0060548Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0061499Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0062372Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0063070Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0063927Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0064764Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0065853Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0066969Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0067752Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0068912Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0069648Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0070559Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0071388Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0072251Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0073191Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0073924Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0074832Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0075638Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0076502Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0077493Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0078275Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0079124Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0080062Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0080810Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0081705Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0082589Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0083415Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0084537Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0085306Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0086183Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0087179Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0088087Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0089111Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0089893Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0090784Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0091663Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0092407Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0093282Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0094147Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0094931Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0095825Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0096695Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0097503Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0098471Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0099211Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0100010Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0101009Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0101758Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0102762Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0172546Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0173812Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0174964Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0175999Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0176852Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0177718Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0178560Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0179413Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0180443Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0181217Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0182349Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0183372Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0184381Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0185442Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0186435Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0187303Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0188181Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0189037Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0189912Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0190904Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0191716Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0192520Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0193371Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0194268Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0195148Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0196394Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0197564Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0198386Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0199574Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0200617Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0201603Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0202586Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0203501Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0204481Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0205229Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0206117Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0207018Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0207946Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0208922Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0209793Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0210926Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0211788Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0212688Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0213847Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0214819Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0215762Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0216732Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0217826Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0273367Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0274997Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0276528Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0278038Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0279635Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0281110Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0282671Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0283996Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:59.0284950Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0286718Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0288568Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0290429Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0292573Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0294484Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0296341Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0298463Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0300377Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0302483Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0304590Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0306510Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0308455Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0310336Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0312278Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0314112Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0315981Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0317847Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0319918Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0321878Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0323799Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0325848Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0327687Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0329535Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0331583Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0333545Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0335468Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0337305Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0339142Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0341101Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0343010Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0344900Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0361941Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0363849Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0365709Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0367600Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0369519Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0371456Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0373648Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0375550Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0377399Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0379482Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0381416Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0383275Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0385184Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0387122Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0388198Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0389977Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0391791Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0393541Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0395464Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0397295Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0399144Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0401107Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0402937Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0404140Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0405260Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0406744Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0408592Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0410653Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0412635Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0414692Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0416662Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0418581Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0420489Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0422378Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0424268Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0426142Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0428028Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0429982Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0462013Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0463499Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0465226Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0467437Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0469311Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0471238Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0473302Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0475146Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0476993Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0478948Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0480437Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0481765Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0483816Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:59.0484715Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:54:59.0486636Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:54:59.0487452Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:59.0488989Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:59.0490553Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:59.0491944Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:59.0492844Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0494671Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0496722Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0498786Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0500761Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0502861Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0504942Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0506959Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0508864Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0510811Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0512962Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0514416Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0516380Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0518324Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0519802Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0520845Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0521955Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:59.0522391Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:59.0523391Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:59.0525289Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:59.0526983Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:59.0592206Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:59.0594020Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:59.0596163Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:59.0599766Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:59.0602845Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:59.0606045Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:59.0608389Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:54:59.0609669Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:54:59.0612105Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:54:59.0613183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:54:59.0614215Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:54:59.0615265Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:54:59.0616436Z copying src/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:54:59.0617617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:59.0618744Z copying src/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:59.0620204Z copying src/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:59.0621612Z copying src/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:59.0624202Z copying src/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:59.0626957Z copying src/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:59.0629827Z copying src/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:59.0632601Z copying src/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:59.0635618Z copying src/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:59.0638406Z copying src/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:59.0641481Z copying src/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:59.0644218Z copying src/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:59.0646416Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0648530Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0651210Z copying src/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0653989Z copying src/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0656905Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0659520Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0662169Z copying src/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0664814Z copying src/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0667545Z copying src/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0670307Z copying src/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0672992Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0675631Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0678300Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0681104Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0683885Z copying src/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0686655Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0689271Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0692075Z copying src/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0694905Z copying src/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0697785Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0700422Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0703250Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0705920Z copying src/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0708703Z copying src/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0711318Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0714015Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0716823Z copying src/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0719690Z copying src/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0722420Z copying src/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0732171Z copying src/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0734922Z copying src/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0737621Z copying src/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0740305Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0743019Z copying src/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0745779Z copying src/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0748504Z copying src/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0751133Z copying src/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0753643Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:59.0755817Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0757802Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0760558Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0763190Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0766179Z copying src/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0768877Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0771444Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0774029Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0776825Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0779456Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0782108Z copying src/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0784784Z copying src/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0787366Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0789930Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0792396Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0794977Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0797520Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0800198Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0802743Z copying src/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0805377Z copying src/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0808114Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0810781Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0813309Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0815935Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0818536Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0821016Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0823456Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0824801Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0827549Z copying src/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0829966Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0832511Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0835076Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0837905Z copying src/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0839878Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0841855Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0844538Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0847233Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0849841Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0852245Z copying src/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0853648Z copying src/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0855342Z copying src/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0857831Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0860389Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0862702Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0865309Z copying src/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0868025Z copying src/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0870440Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0871784Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0874231Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0876409Z copying src/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0879074Z copying src/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0881831Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0883522Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0884840Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0886765Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0889274Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0892023Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0893657Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0894998Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0896346Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0898738Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0901305Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0903920Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0906229Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0908821Z copying src/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0911422Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0914099Z copying src/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0916840Z copying src/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0919628Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0922207Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0924808Z copying src/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0927459Z copying src/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0929502Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0930879Z copying src/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0933437Z copying src/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0936072Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0938893Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0941346Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0943914Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0946024Z copying src/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0948808Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0951332Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0953919Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0956290Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0957793Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0959151Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0960905Z copying src/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0962493Z copying src/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0963991Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0965469Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0967045Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:59.0968084Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:54:59.0969190Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:54:59.0970221Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:54:59.0971304Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:54:59.0972718Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:54:59.0974110Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:54:59.0975138Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:59.0976226Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:59.0977667Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:59.0979290Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:59.0980688Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:59.0981773Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:54:59.0983166Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:54:59.0985039Z copying src/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:54:59.0986258Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:54:59.1033832Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:54:59.1035382Z copying src/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:54:59.1036785Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:54:59.1037775Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:54:59.1039036Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:54:59.1040760Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:54:59.1041956Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:54:59.1043542Z copying src/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:54:59.1045320Z copying src/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:54:59.1046567Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:54:59.1047719Z copying src/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:54:59.1049291Z copying src/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:54:59.1050738Z copying src/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:54:59.1051978Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:59.1053338Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:59.1055051Z copying src/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:59.1056695Z copying src/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:59.1058099Z copying src/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:59.1059439Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:59.1060992Z copying src/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:59.1062371Z copying src/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:59.1063721Z copying src/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:59.1065090Z copying src/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:59.1066242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:54:59.1067447Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:54:59.1068787Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:54:59.1070076Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:54:59.1071434Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:54:59.1072637Z copying src/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:54:59.1073991Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:59.1075313Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:59.1077179Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:59.1079148Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:59.1080563Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:59.1081754Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:59.1083432Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:59.1084901Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:59.1086518Z copying src/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:59.1087909Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:59.1089092Z copying src/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:59.1090799Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:59.1092689Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:59.1094015Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:59.1095271Z copying src/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:59.1096954Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:59.1098512Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:59.1100395Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:59.1102189Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:59.1104078Z copying src/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:59.1105235Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:54:59.1106717Z copying src/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:54:59.1108080Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:59.1109766Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:59.1111988Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:59.1114202Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:59.1116420Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:59.1118477Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:59.1185390Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:59.1187546Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:59.1189445Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:54:59.1191396Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:54:59.1193254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:54:59.1195309Z copying src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:54:59.1197111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1198138Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1200053Z copying src/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1201804Z copying src/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1203461Z copying src/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1221168Z copying src/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1222947Z copying src/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1224660Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1226300Z copying src/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1227886Z copying src/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1229338Z copying src/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1230678Z copying src/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1232222Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:59.1233367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1234620Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1236250Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1237601Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1239083Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1240730Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1242257Z copying src/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1243862Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1245255Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1246796Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1248432Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1249854Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1251386Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1253188Z copying src/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1255193Z copying src/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1256599Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1258075Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1259690Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1261188Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1262552Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1264164Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1265833Z copying src/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1267470Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1268885Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1270667Z copying src/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1272290Z copying src/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1273774Z copying src/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1275384Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1277011Z copying src/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1278391Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1280175Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1281849Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1283527Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1284944Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1286320Z copying src/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1287714Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1327960Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1329891Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1331694Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1333504Z copying src/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1335184Z copying src/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1336839Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1338257Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1339873Z copying src/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1341475Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1342905Z copying src/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1344629Z copying src/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1346203Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1347623Z copying src/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1349230Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:59.1350282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:54:59.1351583Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:54:59.1353014Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:54:59.1354393Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:54:59.1355782Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:54:59.1357538Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:54:59.1358767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:59.1360235Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:59.1362111Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:59.1363603Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:54:59.1364603Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:54:59.1366471Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:54:59.1367896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:54:59.1369218Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:54:59.1370559Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:59.1371586Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:59.1373288Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:59.1374815Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:59.1376183Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:59.1377588Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:59.1378866Z copying src/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:59.1380642Z copying src/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:59.1382606Z copying src/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:59.1384479Z copying src/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:59.1386232Z copying src/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:59.1388151Z copying src/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:59.1389660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:54:59.1390953Z copying src/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:54:59.1392747Z copying src/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:54:59.1394120Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1395296Z copying src/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1397017Z copying src/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1398727Z copying src/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1400399Z copying src/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1402180Z copying src/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1403787Z copying src/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1405629Z copying src/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1407137Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1408692Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1410357Z copying src/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1411918Z copying src/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1413551Z copying src/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1415048Z copying src/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:59.1416215Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1580482Z copying src/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1581891Z copying src/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1583440Z copying src/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1585163Z copying src/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1586784Z copying src/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1588405Z copying src/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1589733Z copying src/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1591430Z copying src/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1593129Z copying src/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1594483Z copying src/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1596017Z copying src/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1597522Z copying src/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1599036Z copying src/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1600461Z copying src/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1601900Z copying src/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1603463Z copying src/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1605217Z copying src/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1606707Z copying src/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1608393Z copying src/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1610090Z copying src/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1611410Z copying src/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1612741Z copying src/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1614076Z copying src/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1615454Z copying src/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1617221Z copying src/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1618689Z copying src/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1620172Z copying src/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1621691Z copying src/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1623127Z copying src/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1624583Z copying src/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1625919Z copying src/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1627485Z copying src/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1629158Z copying src/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1630573Z copying src/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1631913Z copying src/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1633227Z copying src/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1634566Z copying src/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1635935Z copying src/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1637286Z copying src/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1638751Z copying src/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1640266Z copying src/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1642018Z copying src/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1643509Z copying src/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:59.1644838Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:59.1646062Z copying src/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:59.1647772Z copying src/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:59.1649553Z copying src/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:59.1651121Z copying src/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:59.1652623Z copying src/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:59.1654150Z copying src/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:59.1655973Z copying src/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:59.1657132Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:59.1658339Z copying src/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:59.1659930Z copying src/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:59.1661500Z copying src/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:59.1662801Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:54:59.1728468Z copying src/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:54:59.1730230Z copying src/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:54:59.1731535Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:54:59.1732596Z copying src/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:54:59.1733964Z copying src/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:54:59.1735078Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:54:59.1736240Z copying src/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:54:59.1737640Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:54:59.1738837Z copying src/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:54:59.1740024Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:54:59.1741254Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:54:59.1742594Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:54:59.1743895Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:54:59.1745226Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:59.1746595Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:59.1748333Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:59.1750065Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:59.1751408Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:54:59.1752779Z copying src/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:54:59.1754132Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:59.1755794Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:59.1757613Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:59.1759624Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:59.1761495Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:59.1762870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1764263Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1766127Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1767996Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1769910Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1772022Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1773937Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1775775Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1777751Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1779642Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1781490Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1783350Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1785224Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1787136Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1789091Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1791051Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1792895Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1794715Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1796539Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1798363Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1800304Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1802228Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1804162Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1806037Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.1807892Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.2166962Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.2170003Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.2173786Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:59.2176402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:59.2179187Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:59.2182947Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:59.2186676Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:59.2189557Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:54:59.2192284Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:54:59.2194655Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:54:59.2196199Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:54:59.2198079Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:54:59.2200121Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:54:59.2202056Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:54:59.2203662Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:59.2205415Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:59.2207105Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:59.2209260Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:59.2211570Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:59.2213292Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:59.2215571Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:54:59.2217252Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:59.2218620Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:59.2220662Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:59.2223020Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:59.2225107Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:59.2227299Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:59.2229496Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:59.2231440Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:59.2232305Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:54:59.2233238Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:54:59.2235436Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:54:59.2237652Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:54:59.2239519Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:54:59.2241341Z copying src/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:54:59.2243766Z copying src/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:54:59.2246246Z copying src/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:54:59.2248425Z copying src/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:54:59.2250437Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:54:59.2252269Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:54:59.2254916Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:54:59.2256882Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:54:59.2258795Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:54:59.2260284Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:54:59.2261543Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:54:59.2262690Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:54:59.2264511Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:54:59.2266817Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:54:59.2268351Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:59.2269895Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:59.2272057Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:59.2273776Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:54:59.2275735Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:54:59.2277405Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:54:59.2278341Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:59.2280141Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:59.2282562Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:59.2284885Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:59.2287415Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:59.2289954Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:59.2290544Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:54:59.2291784Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:54:59.2292646Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:54:59.2292948Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:54:59.2293509Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:54:59.2324552Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:54:59.2325837Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:54:59.2326443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:54:59.2327717Z copying src/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:54:59.2328360Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:54:59.2329579Z copying src/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:54:59.2330999Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:54:59.2331665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:54:59.2332946Z copying src/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:54:59.2333572Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:54:59.2334817Z copying src/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:54:59.2336112Z copying src/executorch/devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:54:59.2337331Z copying src/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:54:59.2338139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:54:59.2339335Z copying src/executorch/devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:54:59.2340032Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:54:59.2341389Z copying src/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:54:59.2342281Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:54:59.2343524Z copying src/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:54:59.2343817Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:54:59.2344484Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:54:59.2345016Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:54:59.2346192Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:54:59.2346755Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:59.2347983Z copying src/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:59.2349191Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:59.2350489Z copying src/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:59.2351732Z copying src/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:59.2353161Z copying src/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:59.2353739Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:59.2355111Z copying src/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:59.2356283Z copying src/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:59.2357518Z copying src/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:59.2358615Z copying src/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:59.2359873Z copying src/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:59.2360387Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:54:59.2361241Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:54:59.2361810Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:54:59.2362751Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:54:59.2364014Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:54:59.2364605Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:59.2365826Z copying src/executorch/examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:59.2367114Z copying src/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:59.2368537Z copying src/executorch/examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:59.2369702Z copying src/executorch/examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:59.2370919Z copying src/executorch/examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:59.2371341Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:59.2372632Z copying src/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:59.2373842Z copying src/executorch/examples/apple/coreml/scripts/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:59.2375215Z copying src/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:59.2376533Z copying src/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:59.2377896Z copying src/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:59.2378467Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:54:59.2379637Z copying src/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:54:59.2380864Z copying src/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:54:59.2381328Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:54:59.2382470Z copying src/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:54:59.2383569Z copying src/executorch/examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:54:59.2383867Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:54:59.2384408Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:54:59.2384946Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:54:59.2385262Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:54:59.2385882Z copying src/executorch/examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:54:59.2477002Z copying src/executorch/examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:54:59.2477505Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:54:59.2478361Z copying src/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:54:59.2478990Z copying src/executorch/examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:54:59.2479333Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:54:59.2480057Z copying src/executorch/examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:54:59.2480930Z copying src/executorch/examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:54:59.2481240Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:54:59.2481845Z copying src/executorch/examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:54:59.2482580Z copying src/executorch/examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:54:59.2482860Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2483391Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2484188Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2484843Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2485585Z copying src/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2486205Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2486786Z copying src/executorch/examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2487400Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2488111Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2488875Z copying src/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2489577Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2490160Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2490951Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2491599Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2492280Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2493047Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:59.2493437Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:54:59.2494060Z copying src/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:54:59.2494526Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:54:59.2495163Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:54:59.2495797Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:54:59.2496362Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:54:59.2496897Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:54:59.2497458Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:54:59.2498056Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:54:59.2498367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:54:59.2498968Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:54:59.2499790Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:54:59.2500134Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:54:59.2500843Z copying src/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:54:59.2501584Z copying src/executorch/examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:54:59.2501991Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:54:59.2502602Z copying src/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:54:59.2503194Z copying src/executorch/examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:54:59.2503574Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:54:59.2504366Z copying src/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:54:59.2504678Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:59.2505504Z copying src/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:59.2506108Z copying src/executorch/examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:59.2506947Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:59.2507615Z copying src/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:59.2508331Z copying src/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:59.2508747Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:54:59.2509506Z copying src/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:54:59.2510344Z copying src/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:54:59.2510640Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:54:59.2511319Z copying src/executorch/examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:54:59.2512113Z copying src/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:54:59.2512497Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:54:59.2513239Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:54:59.2513931Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:54:59.2514226Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:54:59.2514770Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:54:59.2515421Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:54:59.2515709Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:54:59.2602936Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:54:59.2603713Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:54:59.2603996Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:54:59.2604544Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:54:59.2605098Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:54:59.2605572Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:54:59.2606227Z copying src/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:54:59.2606859Z copying src/executorch/examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:54:59.2607164Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:54:59.2607924Z copying src/executorch/examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:54:59.2608595Z copying src/executorch/examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:54:59.2608899Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:54:59.2609513Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:54:59.2610323Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:54:59.2610776Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:59.2611663Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:59.2613436Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:59.2614358Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:59.2615446Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:59.2616511Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:59.2617394Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:59.2617718Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:54:59.2618428Z copying src/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:54:59.2619275Z copying src/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:54:59.2619628Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:59.2620421Z copying src/executorch/examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:59.2621208Z copying src/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:59.2621931Z copying src/executorch/examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:59.2622661Z copying src/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:59.2622978Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:54:59.2623593Z copying src/executorch/examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:54:59.2624249Z copying src/executorch/examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:54:59.2624883Z copying src/executorch/examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:54:59.2625286Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2626056Z copying src/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2626983Z copying src/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2627858Z copying src/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2628878Z copying src/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2629865Z copying src/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2630812Z copying src/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2631719Z copying src/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2632649Z copying src/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2633648Z copying src/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2634436Z copying src/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2635373Z copying src/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2636231Z copying src/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2637024Z copying src/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2637857Z copying src/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2638924Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2639917Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2641070Z copying src/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2641875Z copying src/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:59.2642182Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:59.2752786Z copying src/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:59.2753895Z copying src/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:59.2754936Z copying src/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:59.2755649Z copying src/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:59.2756794Z copying src/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:59.2758052Z copying src/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:59.2759715Z copying src/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:59.2760350Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:54:59.2761639Z copying src/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:54:59.2762410Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:59.2764041Z copying src/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:59.2765564Z copying src/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:59.2766447Z copying src/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:59.2767780Z copying src/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:59.2768508Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:59.2769847Z copying src/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:59.2771261Z copying src/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:59.2772700Z copying src/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:59.2774052Z copying src/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:59.2774820Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:54:59.2776297Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:54:59.2777111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:54:59.2778601Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:54:59.2780155Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:54:59.2780967Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:54:59.2782539Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:54:59.2784043Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:54:59.2784896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:54:59.2786692Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:54:59.2788420Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:54:59.2789010Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:54:59.2790207Z copying src/executorch/examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:54:59.2791527Z copying src/executorch/examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:54:59.2792079Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:54:59.2793278Z copying src/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:54:59.2793763Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:59.2794604Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:59.2795480Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:59.2796373Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:59.2797246Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:59.2798226Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:59.2799060Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:59.2800055Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:59.2801039Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:59.2801736Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:59.2802082Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:59.2802974Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:59.2803939Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:59.2804881Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:59.2805867Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:59.2806791Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:59.2807622Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:54:59.2808091Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:54:59.2808925Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:54:59.2809765Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:54:59.2810613Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:54:59.2811595Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:54:59.2812058Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:54:59.2812918Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:54:59.2813722Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:54:59.2814148Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:54:59.2915694Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:54:59.2916340Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:54:59.2916804Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:54:59.2917183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:54:59.2917700Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:54:59.2918142Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:54:59.2918588Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:54:59.2918882Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2919480Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2920146Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2920621Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2921178Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2921802Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2922336Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2922850Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2923601Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2924208Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2924700Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2925324Z copying src/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2925950Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2926535Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2927086Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2927800Z copying src/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2928379Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2929141Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2929768Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2930293Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2930905Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2931619Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2932225Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2932885Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2933414Z copying src/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2934172Z copying src/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2934816Z copying src/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2935337Z copying src/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2935966Z copying src/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2936568Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2937125Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2937611Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2938164Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2938776Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:54:59.2939111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:54:59.2939563Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:54:59.2940027Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:54:59.2940572Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:54:59.2940822Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:59.2941315Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:59.2941785Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:59.2942237Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:59.2942757Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:59.2943274Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:59.2943776Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:54:59.2944030Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2944495Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2944966Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2945548Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2946112Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2946562Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2947180Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2947716Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2948151Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2948653Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2949249Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2949885Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2950324Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2950783Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2951296Z copying src/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2951838Z copying src/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.2952371Z copying src/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3064904Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3065768Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3066355Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3066935Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3067534Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3068057Z copying src/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3068698Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3069302Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3069863Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3070552Z copying src/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3071547Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3072294Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3073078Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3073853Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3074698Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3075806Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3076661Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:54:59.3077130Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:54:59.3078171Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:54:59.3079139Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:54:59.3080272Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:54:59.3081277Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:54:59.3081810Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:59.3082763Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:59.3083748Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:59.3084804Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:59.3085896Z copying src/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:59.3086895Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:59.3087612Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:59.3089048Z copying src/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:59.3090534Z copying src/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:59.3092103Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:59.3093590Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:59.3095097Z copying src/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:59.3095608Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3096758Z copying src/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3098202Z copying src/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3099326Z copying src/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3100503Z copying src/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3101599Z copying src/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3102816Z copying src/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3103846Z copying src/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3105057Z copying src/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3106078Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3107155Z copying src/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3108270Z copying src/executorch/exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3109363Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3110458Z copying src/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3111588Z copying src/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3112693Z copying src/executorch/exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3113821Z copying src/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3114915Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3115903Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3117060Z copying src/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3118039Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:59.3118602Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:54:59.3119944Z copying src/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:54:59.3121187Z copying src/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:54:59.3121752Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:59.3123038Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:59.3124475Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:59.3125839Z copying src/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:59.3126373Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:54:59.3266530Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:54:59.3267099Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:54:59.3268010Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:54:59.3268785Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:54:59.3269851Z copying src/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:54:59.3270427Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:54:59.3271606Z copying src/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:54:59.3272086Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:54:59.3273093Z copying src/executorch/exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:54:59.3274076Z copying src/executorch/exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:54:59.3274606Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:59.3275681Z copying src/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:59.3276823Z copying src/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:59.3277897Z copying src/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:59.3278401Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:54:59.3279315Z copying src/executorch/exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:54:59.3280495Z copying src/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:54:59.3281033Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:54:59.3282037Z copying src/executorch/exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:54:59.3283095Z copying src/executorch/exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:54:59.3283619Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:54:59.3284687Z copying src/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:54:59.3285798Z copying src/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:54:59.3286345Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:54:59.3287449Z copying src/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:54:59.3287912Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:54:59.3289032Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:54:59.3289524Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:54:59.3290527Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:54:59.3290988Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:54:59.3291939Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:54:59.3293151Z copying src/executorch/exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:54:59.3294145Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:54:59.3294667Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:54:59.3295713Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:54:59.3296223Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:54:59.3297184Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:54:59.3298133Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:54:59.3298636Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:54:59.3299627Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:54:59.3300106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:54:59.3301029Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:54:59.3302024Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:54:59.3302948Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:54:59.3303442Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:54:59.3304501Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:54:59.3305014Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:54:59.3305936Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:54:59.3306443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:54:59.3307423Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:54:59.3308008Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:59.3309117Z copying src/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:59.3310310Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:59.3311528Z copying src/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:59.3312093Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:54:59.3313400Z copying src/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:54:59.3313978Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:54:59.3315199Z copying src/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:54:59.3315726Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:59.3316748Z copying src/executorch/extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:59.3318037Z copying src/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:59.3319123Z copying src/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:59.3320286Z copying src/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:59.3321492Z copying src/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:59.3322705Z copying src/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:59.3323879Z copying src/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:59.3325018Z copying src/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:59.3326165Z copying src/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:59.3326700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:59.3534347Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:59.3535477Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:59.3536582Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:59.3537656Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:59.3538720Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:59.3539824Z copying src/executorch/extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:59.3540329Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:59.3541310Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:59.3542478Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:59.3543595Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:59.3544669Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:59.3545239Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:54:59.3546652Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:54:59.3547339Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:54:59.3548875Z copying src/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:54:59.3549679Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:54:59.3551415Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:54:59.3553020Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:54:59.3553587Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:54:59.3554922Z copying src/executorch/extension/llm/export/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:54:59.3556084Z copying src/executorch/extension/llm/export/test/test_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:54:59.3556616Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:54:59.3557693Z copying src/executorch/extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:54:59.3558909Z copying src/executorch/extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:54:59.3560152Z copying src/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:54:59.3561427Z copying src/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:54:59.3562183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:59.3563595Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:59.3565151Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:59.3566601Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:59.3568106Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:59.3569587Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:59.3570190Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:54:59.3571470Z copying src/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:54:59.3572269Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:54:59.3574073Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:54:59.3574949Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:59.3576649Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:59.3578521Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:59.3579572Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:54:59.3581264Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:54:59.3582926Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:54:59.3583808Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:54:59.3585695Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:54:59.3586653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:54:59.3588532Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:54:59.3590517Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:54:59.3591485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:54:59.3593553Z copying src/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:54:59.3594591Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:54:59.3596718Z copying src/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:54:59.3597656Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:54:59.3599765Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:54:59.3600788Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:54:59.3701550Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:54:59.3702153Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:54:59.3704024Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:54:59.3705195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:54:59.3707214Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:54:59.3708039Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:59.3710064Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:59.3711815Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:59.3713549Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:59.3715376Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:59.3717186Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:59.3718636Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:59.3720478Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:59.3722264Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:59.3722759Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:54:59.3723643Z copying src/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:54:59.3724074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:59.3724912Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:59.3725746Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:59.3726864Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:59.3727648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:59.3729315Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:59.3731009Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:59.3732772Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:59.3733706Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:54:59.3735667Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:54:59.3736748Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:54:59.3738609Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:54:59.3739643Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:54:59.3741595Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:54:59.3743161Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:54:59.3743786Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:59.3746006Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:59.3748318Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:59.3750850Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:59.3753205Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:59.3753705Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:59.3755436Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:59.3757243Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:59.3759121Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:59.3761028Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:59.3762678Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:59.3763284Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:54:59.3764385Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:54:59.3765073Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:00.8049614Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:00.8054104Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:00.8057288Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:55:00.8059475Z copying src/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:55:00.8061621Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:00.8063524Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:00.8066196Z copying src/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:00.8068889Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:00.8070849Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:55:00.8072569Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:55:00.8074396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:00.8076446Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:00.8078583Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:55:00.8080845Z copying src/executorch/extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:55:00.8083625Z copying src/executorch/extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:55:00.8085740Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:00.8088024Z copying src/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:00.8090326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:55:00.8092592Z copying src/executorch/extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:55:00.8094599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:00.8096258Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:00.8097919Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:00.8100089Z copying src/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:00.8102603Z copying src/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:00.8104345Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:55:00.8105892Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:55:00.8107405Z running egg_info 2025-06-05T23:55:00.8107880Z creating executorch.egg-info 2025-06-05T23:55:00.8108458Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:55:00.8109296Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:55:00.8110270Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:55:00.8111227Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:55:00.8112177Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:55:00.8113079Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:00.8113977Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:00.8114678Z adding license file 'LICENSE' 2025-06-05T23:55:00.8115332Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:00.8116598Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:55:00.8117926Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:55:00.8119266Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:55:00.8121041Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:55:00.8123242Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:55:00.8125898Z copying src/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:55:00.8128172Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:00.8130776Z copying src/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:00.8134463Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:00.8137703Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:00.8141053Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:00.8145484Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:00.8149818Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:00.8153147Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:00.8156467Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:00.8159125Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:00.8161945Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:00.8164130Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:00.8166349Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:00.8169156Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8171834Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8174352Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8176847Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8179550Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8182207Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8184810Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8187474Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8189965Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8192496Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8195333Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8198078Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8200917Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8203647Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8206355Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8208919Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8211493Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8214172Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8216791Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8219112Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8221863Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8224595Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8227230Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:00.8229426Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:55:00.8231587Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:55:00.8233933Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:00.8236342Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:00.8238555Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:00.8240746Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:00.8243500Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:00.8246164Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:00.8248474Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:00.8250480Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:00.8253096Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:00.8256173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:00.8258373Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:00.8261110Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:55:00.8263110Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:00.8265262Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:00.8267396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:55:00.8269885Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:55:00.8272178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:00.8274211Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:00.8277305Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:00.8280478Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:00.8282926Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:00.8285300Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:00.8288338Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:00.8291149Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:00.8293827Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:00.8296515Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:00.8298430Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:00.8300551Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:00.8303356Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:00.8305514Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:00.8307609Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:00.8309694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:00.8311917Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:00.8313971Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:00.8316473Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:00.8319557Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:00.8322486Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:00.8325521Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:00.8328455Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:00.8331374Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:00.8333632Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:00.8336090Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:00.8339096Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:00.8342250Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:00.8344485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8346586Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8349433Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8352458Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8361729Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8364749Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8367649Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8370732Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8373751Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8376688Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8379703Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8382691Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8385702Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:00.8388619Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:00.8390748Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:00.8392948Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:00.8395269Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:00.8397898Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:00.8400994Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:00.8403554Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:00.8405590Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:00.8408838Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:00.8411793Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:00.8414041Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:00.8416459Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:00.8419458Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:00.8421685Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:00.8423982Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:00.8427072Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:00.8429627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:00.8432245Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:00.8435955Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:00.8438564Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:55:00.8441446Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:55:00.8444184Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:55:00.8446770Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:55:00.8449413Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:00.8451979Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:00.8513965Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:00.8516903Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:00.8519119Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:00.8521525Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:00.8524285Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:00.8526157Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:00.8527200Z copying src/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:00.8528664Z copying src/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:00.8529953Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:00.8531338Z copying src/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:00.8532664Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:00.8533947Z copying src/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:55:00.8535473Z copying src/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:00.8536610Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:00.8537707Z copying src/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:00.8539049Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:00.8550994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8552358Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8554233Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8556277Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8558291Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8560046Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8561903Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8563579Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8565442Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8567258Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8569124Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8570822Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8572521Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8574302Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8575945Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8577770Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8579558Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8581478Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8583289Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8585132Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8586942Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8588824Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8590706Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8592548Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8594483Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8596201Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8598037Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8599802Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8601553Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8603203Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8605009Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8674578Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8676583Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8678498Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8680452Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8682377Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8684347Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8686332Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8688697Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8690803Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8692980Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8695101Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8697229Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8699372Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8701546Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8703649Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8705945Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8708120Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8710134Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8712232Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8714340Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8716176Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8718345Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8720515Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8722700Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8724885Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8726681Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8728704Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8730760Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8732804Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8734882Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8736947Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8738914Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8741034Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8743028Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:00.8744444Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:00.8745830Z copying src/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:00.8747449Z copying src/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:00.8749280Z copying src/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:00.8750712Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:00.8752049Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:00.8754151Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:00.8756317Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:00.8758259Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:00.8760191Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:00.8762267Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:00.8764092Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:00.8765839Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:00.8767620Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:55:00.8769418Z copying src/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:00.8789323Z copying src/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:00.8791659Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:00.8794597Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:00.8798417Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:00.8802155Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:00.8804785Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8807621Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8811038Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8814481Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8817992Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8821595Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8825024Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8828114Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8831216Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8834685Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8837994Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8840757Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8844133Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8847529Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8850643Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8854052Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8856638Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8858566Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8860940Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8863051Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8865027Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8867248Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8869421Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8871593Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8873747Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8875751Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8877901Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8880154Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8882400Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8884432Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8886568Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8888730Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8890941Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8893017Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8894968Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8897158Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8899432Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8901916Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8904235Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8907121Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8909337Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8911489Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8913338Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8915271Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8917254Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8919114Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8921306Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8923403Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8925528Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8927658Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8929832Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8931915Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8933902Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8935758Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8937722Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8939697Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8941653Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8943616Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8945585Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8947439Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8949481Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8951355Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8953354Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8955491Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8957238Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8959259Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8961322Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8963155Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8965035Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8966856Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8968558Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8970388Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8972229Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8973925Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8975697Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:00.8977645Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:00.8979814Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:00.8981708Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:00.8983762Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:00.8985842Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:00.8987868Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:00.8989837Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:00.8991694Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:00.8993695Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0054134Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0056577Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0058785Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0060923Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0063318Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0065539Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0067655Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0069748Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0071871Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0073995Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0076413Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0078673Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0081043Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0083155Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0085602Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.0087711Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:01.0089910Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:01.0092352Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:01.0094567Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:01.0096159Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:01.0097691Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:01.0099223Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:01.0101030Z copying src/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:01.0102749Z copying src/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.0104604Z copying src/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.0106395Z copying src/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.0108071Z copying src/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.0109713Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:01.0111264Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:01.0112508Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:01.0114119Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:01.0115842Z copying src/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:01.0118056Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:01.0120669Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:01.0122915Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:01.0124612Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:01.0126098Z copying src/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:01.0127387Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:55:01.0128510Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:55:01.0129739Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:01.0130639Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:01.0132018Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:01.0133656Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:01.0134684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-06-05T23:55:01.0135920Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:55:01.0137076Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0138210Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0139357Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0140665Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0141703Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0142931Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0144035Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0179975Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0181407Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0182862Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0184068Z copying runtime/core/function_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0185461Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0186713Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0188080Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0189377Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0190524Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0191559Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0192922Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0194112Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.0195228Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:01.0196624Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:01.0197963Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:01.0199714Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:01.0201523Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:01.0203151Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:01.0204674Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:01.0206379Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:01.0208107Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:01.0209966Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:01.0211548Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:01.0212749Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0214010Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0215666Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0217182Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0218555Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0220020Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0221454Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0223098Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0224492Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0225925Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0227523Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0229128Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0230686Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0232112Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0233586Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.0235013Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:01.0236543Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:01.0238481Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:01.0240105Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0241499Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0243155Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0244785Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0246405Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0247985Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0249622Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0251285Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0252890Z copying runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0254502Z copying runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0256443Z copying runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0258316Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0259965Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.0261173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:01.0262143Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:01.1003364Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:01.1004826Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:01.1006311Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:01.1007476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:01.1008746Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:01.1009927Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.1011071Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.1012458Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.1013795Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.1015116Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.1016529Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.1017934Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.1019227Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.1020571Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.1021998Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.1023365Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.1024766Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.1026039Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:01.1027317Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:01.1028772Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:01.1030199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:01.1031640Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:01.1033554Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:01.1035037Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:01.1036169Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:01.1037358Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:01.1038660Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:01.1040447Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:01.1041763Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:01.1043147Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:01.1044536Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:01.1046187Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:01.1047546Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:01.1048570Z running build_ext 2025-06-05T23:55:01.1049065Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:55:01.1050675Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:55:01.1052563Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-06-05T23:55:01.1054259Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:01.1056816Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:55:01.1059439Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:01.1062217Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:01.1063652Z installing to pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:55:01.1064032Z running install 2025-06-05T23:55:01.1064276Z running install_lib 2025-06-05T23:55:01.1064578Z creating pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:55:01.1065085Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-06-05T23:55:01.1065817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-06-05T23:55:01.1066756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:55:01.1068200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:55:01.1069590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:55:01.1071270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:55:01.1072194Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api 2025-06-05T23:55:01.1073308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:55:01.1074844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:55:01.1076498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/et_cpp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:55:01.1078071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:55:01.1079424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api/types 2025-06-05T23:55:01.1080696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:55:01.1082398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:55:01.1083920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:55:01.1085128Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/test 2025-06-05T23:55:01.1086420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:55:01.1088152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:55:01.1089817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:55:01.1091593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:55:01.1106444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:55:01.1108501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_selective_build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:55:01.1109739Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-06-05T23:55:01.1110871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:55:01.1112537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:55:01.1114049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:55:01.1115600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:55:01.1117112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:55:01.1118707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:55:01.1120541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-06-05T23:55:01.1121870Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-06-05T23:55:01.1123099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:55:01.1125003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:55:01.1126877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:55:01.1129065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-06-05T23:55:01.1130340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-06-05T23:55:01.1131404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-06-05T23:55:01.1132468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-06-05T23:55:01.1133768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:55:01.1135504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:55:01.1136773Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:55:01.1138244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-06-05T23:55:01.1139649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-06-05T23:55:01.1140940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:55:01.1142734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:55:01.1144486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:55:01.1145736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:55:01.1147111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:55:01.1149140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:55:01.1150702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:01.1152301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:01.1154351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:55:01.1156710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:55:01.1158475Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:01.1160048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:55:01.1161486Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:01.1163196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:01.1165492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:55:01.1167567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:55:01.1168939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:55:01.1170289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:55:01.1172136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:55:01.1174023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:55:01.1175344Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:55:01.1176829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-06-05T23:55:01.1178094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-06-05T23:55:01.1179294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-06-05T23:55:01.1180983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-06-05T23:55:01.1182120Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-06-05T23:55:01.1183231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:55:01.1184844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:55:01.1185995Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:55:01.1187304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-06-05T23:55:01.1188988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:55:01.1190897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-06-05T23:55:01.1192144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-06-05T23:55:01.1212059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-06-05T23:55:01.1214842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-06-05T23:55:01.1216295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:55:01.1217673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-06-05T23:55:01.1218936Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-06-05T23:55:01.1220258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:01.1221920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:01.1223619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:01.1225434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:01.1227198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:01.1228367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:55:01.1229754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:01.1231732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:01.1233764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:01.1235790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:01.1237755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:01.1239183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:55:01.1240738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:55:01.1242668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:55:01.1244105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-06-05T23:55:01.1245484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:55:01.1247244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:55:01.1249400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-06-05T23:55:01.1250604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-06-05T23:55:01.1251875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1253208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1254327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1255977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1257443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1258808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1260138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1261442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1262702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1264100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1265579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1267071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1268491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1269673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1271082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1272445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1273813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1275193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1276374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1277586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1278905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1280324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1281531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1282914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1283780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-06-05T23:55:01.1284841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:01.1286608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:01.1288033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:01.1289416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:01.1291043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:01.1292406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:01.1293869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:01.1295498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:01.1296964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:01.1311835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-06-05T23:55:01.1313241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:01.1314857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:01.1316505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:01.1318127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:01.1319828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:01.1321397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:01.1322862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:01.1323939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-06-05T23:55:01.1324956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:55:01.1326399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:55:01.1327935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:55:01.1329481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:55:01.1330983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:55:01.1332431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-06-05T23:55:01.1333871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:01.1335456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:01.1337640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:01.1339970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:01.1342373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:01.1344656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:01.1346207Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-06-05T23:55:01.1347594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1349515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1351421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1353336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1355368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1357114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1359045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1360890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1362733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1364409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1366001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1367534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1369280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1371395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1373307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1375215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1377012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1378807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1380435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1382270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:01.1383458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:55:01.1384746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:55:01.1386955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:55:01.1388365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:01.1389892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:01.1392033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:01.1394051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:01.1395286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-06-05T23:55:01.1396432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:55:01.1426615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:55:01.1428931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:55:01.1430305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-06-05T23:55:01.1431303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-06-05T23:55:01.1432324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-06-05T23:55:01.1433916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-06-05T23:55:01.1435001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-06-05T23:55:01.1436128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-06-05T23:55:01.1437537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:55:01.1439112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-06-05T23:55:01.1440623Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-06-05T23:55:01.1441812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:55:01.1443029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:55:01.1444522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:55:01.1446350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:55:01.1447644Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:01.1448988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:55:01.1450827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:55:01.1452806Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:55:01.1454095Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:55:01.1455636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:55:01.1457408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:55:01.1458783Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:01.1460283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-06-05T23:55:01.1461819Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:55:01.1463136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:55:01.1465129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:55:01.1466547Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:55:01.1467828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:55:01.1469771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:55:01.1472073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:55:01.1473307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-06-05T23:55:01.1474851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-06-05T23:55:01.1476452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-06-05T23:55:01.1477556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:55:01.1479106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:55:01.1480760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-06-05T23:55:01.1482078Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-06-05T23:55:01.1483343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-06-05T23:55:01.1484606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-06-05T23:55:01.1485726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:55:01.1487474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:55:01.1489122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-06-05T23:55:01.1490309Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-06-05T23:55:01.1491560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-06-05T23:55:01.1492780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-06-05T23:55:01.1494040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1495692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1497488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1499213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1500904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1502647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1504302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1506072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1507711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1509405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1511345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1513080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1514907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1516628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1527006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1528630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1530029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1531487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1532926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1534630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1536377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1538133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1539750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1541426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1542983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1544747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1546418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1548126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1549930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1551620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1553268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1555133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1556803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:55:01.1558117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-06-05T23:55:01.1559660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:55:01.1561632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:55:01.1563296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-06-05T23:55:01.1564288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-06-05T23:55:01.1565662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:55:01.1567619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:55:01.1569467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-06-05T23:55:01.1570770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-06-05T23:55:01.1571890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:55:01.1573322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:55:01.1574758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:55:01.1576277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:55:01.1577707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:55:01.1579079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-06-05T23:55:01.1579986Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-06-05T23:55:01.1581023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1582468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1583953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1585520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1587056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1588554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1590047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1591542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1593051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1594603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1596378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1597972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1599527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1601185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1602819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1604440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1606089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1607523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1608976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1610421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1630534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1632454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1634040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1635668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1637477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1639164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1641165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1642773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1644251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1645837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1647461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1649108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1650857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:55:01.1652053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-06-05T23:55:01.1653454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:55:01.1655510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:55:01.1657356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:55:01.1658988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-06-05T23:55:01.1660125Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-06-05T23:55:01.1661469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-06-05T23:55:01.1663063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:55:01.1663967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-06-05T23:55:01.1664972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-06-05T23:55:01.1666009Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-06-05T23:55:01.1667017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-06-05T23:55:01.1668225Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-06-05T23:55:01.1668846Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-06-05T23:55:01.1670180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-06-05T23:55:01.1671364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-06-05T23:55:01.1672322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:55:01.1673879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:55:01.1675291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:55:01.1676388Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-06-05T23:55:01.1677060Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-06-05T23:55:01.1678247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1679882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1681420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1683018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1684812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1686531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1688130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1689723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1691316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1693030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1694625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1696184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1697618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:55:01.1698930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-06-05T23:55:01.1700179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1702100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1703940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1705868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1707709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1709430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1711210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1713929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1716055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1718035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1720130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1721964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1723975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1726225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1728216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1730237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1732352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1734189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1735942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1737928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1739926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1742029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1744016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1745888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1747682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1749639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1751611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1753528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1755558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1757391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1759230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1761189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1763076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1765266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1767136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1768880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1771020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1772971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1774740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1776623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1778560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1780451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1782173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1783959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1785745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1787538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1789309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1791115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1792916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1794810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1796584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1798903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1801131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:01.1802725Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:55:01.1804215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:01.1806116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:01.1808042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:01.1810042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:01.1811831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:01.1813802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:01.1815679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:01.1817546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:01.1819455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:01.1821499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:01.1823594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:01.1824920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-06-05T23:55:01.1826205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1827892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1829722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1831454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1833138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1834853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1836414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1838321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1840614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1842502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1844270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1846200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1848062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1849725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1851572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1853379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1855503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1857225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1858974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1860732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1862640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1864589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1882743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1884610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1886363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1888672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1890719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1892596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1894327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1896374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1898176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1899903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1901887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1903563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1905245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1907186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1909168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1911016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1912969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1914953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1916802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1918578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1920684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1922594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1924592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1926600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1928510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1930375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1932355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1934552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1936530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_identity.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1938622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:01.1940046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:55:01.1941695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:01.1943655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:01.1945718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:01.1947770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:01.1949936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:01.1951314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/scripts 2025-06-05T23:55:01.1952779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/scripts 2025-06-05T23:55:01.1954119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-06-05T23:55:01.1955847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:55:01.1957618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:55:01.1959519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:55:01.1961282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-06-05T23:55:01.1962465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:55:01.1964105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:01.1966237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:01.1968430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:01.1970462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:01.1972572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:01.1974465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:01.1977123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:01.1979272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:01.1981377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:01.1983595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:01.1985678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:01.1987004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-06-05T23:55:01.1988295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:01.1990163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:01.1992216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:01.1993959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:01.1996099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:01.1998183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:01.2000418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:01.2002479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:01.2004499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:01.2006686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:01.2008705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:01.2010090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:55:01.2011319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2013201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2015144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2017194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2018957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2020690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2022645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2024433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_at.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2026242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2028104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2030138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2031978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2033700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2035535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2037321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2039065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2040871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2042459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2044205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2045890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2047618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2049579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2051383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2053143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2055262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2057009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2058631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2060444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2062109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eye.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2064155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2065819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2067529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2069296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2071302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2073196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2075047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2076813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2078585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2080546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2082562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2084549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2086435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2088284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2090114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2091873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2093964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2095566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2097750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2099704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2101603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2103430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2105365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2107008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2108623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2110179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2112022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2113649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ones.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2115314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2117201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2118923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2120851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2122697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2124503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2126300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2127989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2129698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2131529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2133230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2134909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2136634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2138509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2140213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2141937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2143617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2145370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2147107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2148973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2151365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2153133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2155148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2156894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2158644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2160523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2162291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2164292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2166316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2168212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2170151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2171955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2173814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:01.2175233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:55:01.2176616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2178543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2180545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2182484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2184469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2186500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2188796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2190952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2193016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2195064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2197156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2199001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2201136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2202979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2204869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2207187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2209276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2211221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2213287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2215447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2217364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2219542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:01.2221343Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:55:01.2223461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-06-05T23:55:01.2225107Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:55:01.2226607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:55:01.2228614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:55:01.2230650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:55:01.2232534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:55:01.2233888Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:55:01.2235209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-06-05T23:55:01.2236533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-06-05T23:55:01.2237710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-06-05T23:55:01.2239013Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-06-05T23:55:01.2240094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:01.2241915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:01.2243672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:55:01.2244919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:01.2246983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:01.2249919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:01.2251888Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2254080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2257071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2259573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2262190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2264870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2267654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2270349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2273045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2275678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2278475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2281295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2283927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2286508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2289519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2292299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2295555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2298445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2301246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2303885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2306737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2309279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2311962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2314674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2317327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2320198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2322930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2325644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2328320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2331019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2333923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2336836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2339718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2342377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2345036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:01.2346796Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:55:01.2347962Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:01.2349966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:01.2352096Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:01.2354385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:01.2356666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:55:01.2357959Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:01.2360459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:01.2362756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:01.2365313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:01.2367824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:01.2370287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:01.2372522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:01.2374912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:01.2377747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:01.2380166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:01.2382702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:01.2384983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:01.2387348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:01.2389857Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:01.2392265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:01.2394611Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:01.2396928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:01.2399304Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:01.2401930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:01.2404343Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:01.2406714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:01.2409465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:01.2412235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:01.2414716Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:01.2417338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:01.2419888Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:01.2422276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:01.2424574Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:01.2426868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:01.2429345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:01.2431673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:01.2435126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:01.2438437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:01.2441922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:01.2444383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:01.2447020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:01.2449410Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:01.2451914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:01.2454503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:01.2457181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:01.2459488Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:01.2461966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:01.2464823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:01.2467016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:01.2470170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:01.2472367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:01.2474676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:01.2477758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:01.2481012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:01.2484152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:01.2487294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:01.2490467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:01.2493927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:01.2497186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:01.2500402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:01.2503846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:01.2506259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2509224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2512950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2516611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2520313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2523727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2527214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2530962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2534626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2538275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2541868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2545867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2549469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2553418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:01.2557247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:01.2559593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:01.2561850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:01.2565256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:01.2567492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:01.2570015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:01.2573332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:01.2576302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:01.2579796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:01.2583303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:01.2585843Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2588165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2591564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2594669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2596856Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:01.2599510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:01.2602978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:01.2606223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:01.2608606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2611142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2614513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2618038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2621663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2625269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2628864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2632356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2635964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2639710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2643359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2647012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2650524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2653814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2657910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2662202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2665994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2669598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2673529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2677603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2681822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2685436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2689074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:01.2691929Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:01.2694713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:01.2698738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:01.2702532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:01.2706813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:01.2711158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:01.2714980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:01.2718740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:01.2721527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:01.2724030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:01.2727476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:01.2730133Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:01.2732643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:01.2736327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:01.2739895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:01.2742275Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:01.2744529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:01.2747701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:01.2750760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:01.2753927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:01.2757651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:01.2760680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:01.2763565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:01.2767202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:01.2770414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:01.2772636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:01.2774972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:01.2778360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:01.2781709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:01.2784106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:01.2786377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:01.2789572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:01.2791901Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:01.2794292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:01.2796519Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:01.2799019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:01.2802636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:01.2805948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:01.2808177Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:01.2810330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:01.2813598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:01.2815909Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:55:01.2819207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:55:01.2821926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:01.2824560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:01.2827930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:01.2831588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:01.2834097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:01.2836636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:01.2840024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:01.2842389Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:01.2844144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:01.2846929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:01.2850514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:01.2854009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:01.2857847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:01.2860646Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:01.2863654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:01.2867459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:01.2871421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:01.2875329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:01.2879568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:01.2882334Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:01.2885793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:01.2889620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:01.2892963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:01.2896289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:01.2899297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2902186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2905179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2908077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2910995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2914397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2917628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2920724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2923738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2926816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2930039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2933098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2936198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2939396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2942492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2945609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2948729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2951696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2954493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2957832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2961240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2964367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2967385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:01.2969697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:01.2972067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:01.2974468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:01.2976998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:01.2980397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:01.2982820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:01.2985187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:01.2988700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:01.2991140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:01.2993411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:01.2996715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:01.2998902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:01.3001475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:01.3004830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:01.3007079Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:01.3009453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:01.3011739Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:01.3014039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:01.3016916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:01.3019402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:01.3022628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:01.3025791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:01.3029277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:01.3031936Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:01.3034462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:01.3037986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:01.3041604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:01.3044096Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3046442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3049526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3052782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3056401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3059816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3062974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3066251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3069859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3073116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3076470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3080043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3083332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:01.3085834Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:01.3088244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:01.3090580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:55:01.3091903Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:55:01.3093710Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:01.3096374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:01.3099888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:01.3102623Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources 2025-06-05T23:55:01.3104226Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:55:01.3106989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:55:01.3109528Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:55:01.3110970Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:01.3113263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:01.3115396Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:55:01.3117037Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:55:01.3118637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:01.3121274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:01.3124866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:01.3127533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:01.3130365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:01.3134536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:01.3138145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:01.3141756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:01.3145027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:55:01.3147224Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:55:01.3148826Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:01.3151154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:01.3153593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:55:01.3155146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:55:01.3156528Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:55:01.3157864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java 2025-06-05T23:55:01.3159634Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:01.3162065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:01.3165502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:01.3168661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:01.3171239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3173722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3177324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3180890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3184785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3188514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3192531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3196847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3200708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3204336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3207869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3211757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3215405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3219291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3222932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3227243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3230989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3234728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3239123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3243298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3246695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3250096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3253842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:01.3256797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:01.3259701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:01.3263451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:01.3267546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:01.3271559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:01.3273649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:01.3275655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:01.3277357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:01.3278229Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:01.3279911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:01.3281638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:01.3282326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:01.3284041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:01.3285749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:01.3287480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:01.3289223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:01.3289965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:01.3292107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:01.3294048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:01.3295857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:01.3297730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:01.3299520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:01.3300196Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:01.3301869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:01.3303355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:01.3304139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:01.3305823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:01.3307565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:01.3309133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:01.3309947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:55:01.3311533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:55:01.3312886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:01.3313488Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:01.3314918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:01.3316154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:01.3316715Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:01.3318159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:01.3319612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:01.3321006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:01.3321592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:01.3323063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:01.3323599Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:01.3324924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:01.3325564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:55:01.3326137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:55:01.3326748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:55:01.3327426Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main 2025-06-05T23:55:01.3328250Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:55:01.3329709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:55:01.3330447Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:55:01.3331115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:55:01.3331769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:01.3333403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:01.3333975Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:55:01.3334572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:01.3336057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:01.3337380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:01.3337842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:01.3338930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:01.3339191Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa 2025-06-05T23:55:01.3339474Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:01.3340226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:55:01.3341130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:55:01.3341383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-06-05T23:55:01.3342077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:55:01.3342788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:55:01.3343713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:55:01.3344433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-06-05T23:55:01.3344942Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:01.3346186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:01.3347483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:01.3347903Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-06-05T23:55:01.3349049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:01.3350006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:01.3350970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:01.3351997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:01.3352840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:01.3353981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:01.3355131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:01.3355945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:01.3357075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:01.3357904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:01.3358160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-06-05T23:55:01.3358804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:55:01.3359845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:55:01.3360523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-06-05T23:55:01.3360808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:55:01.3361539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:55:01.3362563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:55:01.3363029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:55:01.3363794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:55:01.3364628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:55:01.3365618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:55:01.3366413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:55:01.3366651Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp 2025-06-05T23:55:01.3367530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:55:01.3368267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:55:01.3368916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:55:01.3369594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/nxp_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:55:01.3369951Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:55:01.3370847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:55:01.3371652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:55:01.3372572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:55:01.3372930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend 2025-06-05T23:55:01.3373640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:55:01.3374402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:55:01.3375380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:55:01.3376145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:55:01.3376421Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:55:01.3377193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:55:01.3378313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:55:01.3379129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/logger.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:55:01.3379890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:55:01.3380316Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:01.3381314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:01.3382334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:01.3383558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:01.3384415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:01.3384787Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:01.3385812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:01.3386828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:01.3387860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:01.3389122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:01.3389522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:01.3390612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:01.3391791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:01.3392757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:01.3393986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:01.3394409Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:01.3395391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:01.3396041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3397651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3399058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3400549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3402048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3403354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3404739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3406002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3407398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3408713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3410139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3411322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3412748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3413983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:01.3414619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:01.3415801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:01.3417113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:01.3418345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:01.3419651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:01.3420132Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:01.3420936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:01.3421283Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3422393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3423417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3424418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3425560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3426520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3427561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3428600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3429592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3430777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3431798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3433027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3434142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3435304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3436312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3437243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3438408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3439325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3440515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3441561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3442467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3443547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3444519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3445428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3446462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3447502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3448622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3449609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3450504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3451610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3452665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3453775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3455220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3456671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3457811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3459010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3460062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3460966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3462005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3462978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3463858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3464977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3466112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3467109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3468140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3469076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3470132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3471093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3472089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3473259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3474312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3475555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3476522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3477659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3478671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3479718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3480873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3481865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3482994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3484152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3485072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3486246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3487225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3488215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3489343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3490312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3491507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3492501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3493636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3494755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3495688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3496986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3498072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3499236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3500360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3501467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3502522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3503453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3504745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3505836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3506891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3508028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3509070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3510147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3511022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3512137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3513346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3514523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3515620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3516908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3518063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3518963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3520292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3521249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3522200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3523316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3524213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3525239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3526347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3527461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3528658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3529528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3530667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3531640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3532644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3533877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3534829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3536225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3537361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3538600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3539651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3540747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3564907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3566058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3567072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3568215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3569120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3570236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3571253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3572297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3573474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3574413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3575935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3576835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3578003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3579123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3580127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3581192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3582097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3583239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3584264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3585367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3586447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3587493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3588585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3589488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3590653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3591924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3593002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3594110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3595667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3596985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3598126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3599485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3600613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3601976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3603083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3604393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3605423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3606736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3607684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3608887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3610053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3671868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3672985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3674119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3675211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3676177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3677607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3678572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3679867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3680875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3681779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3682805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3683692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3684726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3685960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3686871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3688036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3689096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3690247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3691141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3692239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3693320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3694212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3695485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3696577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3697686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3698798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3699996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3701192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3702080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3703070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3704104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3704936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:01.3705357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:01.3706631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:01.3707544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:01.3708094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3709303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3710372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3711885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3712957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3714264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3760907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3762065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3763292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3764653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3766099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3767206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3768472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3769560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3770886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3771979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3773153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3774342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3775469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3776781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3777917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3779330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3780406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3781777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3783081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3784372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3785481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3786753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3787842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3788990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3790186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3791300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3792594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3793885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3795075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3796175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3797783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3798922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3800279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3849534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3850652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3851814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3853208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3854452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3856003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3857267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3858558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3860013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3861104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3862494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3863579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3865121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3866197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3867374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3868746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3869828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3871300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3872508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3874024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3875399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3876802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3878380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3879758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3881190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3882475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3883865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3885066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3886402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3887495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3888855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3889938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3891278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3892448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3945471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3946819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3948048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3949354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3950538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3951966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3953434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3954868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3956697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3957981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:01.3958676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:01.3983932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:01.3984991Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:01.3986007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:01.3987112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:01.3988159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:01.3988541Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:01.3989741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:01.3990662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:01.3991579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:01.3992633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:01.3993555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:01.3994513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:01.3994962Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.3995994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.3997265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.3998465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.3999951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4001088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4002487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4003690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4004925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4006185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4007668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4008783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4009977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4011222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4070398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4071836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4073235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:01.4073545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:55:01.4074318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:55:01.4075366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:55:01.4076163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:55:01.4076428Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests 2025-06-05T23:55:01.4077245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:01.4078182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executors.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:01.4078946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:01.4079869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:01.4080738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:01.4081464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:01.4082435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:01.4083246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:01.4083986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:01.4084902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:01.4085640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:01.4085913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:55:01.4086245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:55:01.4086646Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:01.4087858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:01.4088918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:01.4090191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:01.4091218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:01.4092604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:01.4093706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:01.4094780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:01.4096001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:01.4097167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:01.4097458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino 2025-06-05T23:55:01.4098127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:55:01.4098885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:55:01.4099707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:55:01.4100056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:55:01.4100870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:55:01.4101670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:55:01.4101953Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests 2025-06-05T23:55:01.4102867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/test_runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests 2025-06-05T23:55:01.4103376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:55:01.4104234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/models 2025-06-05T23:55:01.4104533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:55:01.4105563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:01.4106399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:01.4107246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:01.4108184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:01.4109071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:01.4191186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:01.4192086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:01.4192923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:01.4194077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:01.4194858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:01.4195802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:01.4196192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-06-05T23:55:01.4196955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-06-05T23:55:01.4197247Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4197976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4198976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4199862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4200609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4201713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4202479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4203285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4204238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4205021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4205787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4206819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4207691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4208443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4209372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4210117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4210943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4211922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4212699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4213406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4214294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4215105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4215817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4216675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4217459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4218225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4219043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4219898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4220707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4221465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4222385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4223145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4223978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4224953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4225834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4226739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4227692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4228473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:01.4228767Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4310314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4311342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4312105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4313209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4313990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4314834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4315824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_and.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4316579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4317507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4318462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4319300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4320198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4321097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4322130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4323109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4323965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4324767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4325849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4326738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4327518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4328461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4329277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4330060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4330989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4331803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4332561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4333488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4334340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4335097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4335985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4336851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4337625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4338461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4339597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4340488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4341458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4342309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4343138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4344135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4345008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4345735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4346694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4347527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4348297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4349284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4350115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4431936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4432908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4433675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4434570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4435317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4436044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4436953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4437809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4438740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4439756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4440570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4441444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4442404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4443223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4443974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4444904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4445729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4446482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4447423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4448312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4449082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4450021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4450832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4451606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4452529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4453523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4454439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4455718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4456685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4457571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4458475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4459393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4460292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4461120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4461922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4462778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4463812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4464573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4465481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4466510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4467344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4468377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4469222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4469975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:01.4470364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:55:01.4471352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-06-05T23:55:01.4471668Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:55:01.4568297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:55:01.4569715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:55:01.4570908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:55:01.4571296Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:01.4572100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:55:01.4573159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:55:01.4574064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:55:01.4574864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:55:01.4575286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:01.4576601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:01.4577644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:01.4578129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:55:01.4579075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:55:01.4579985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:55:01.4581048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:55:01.4581430Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:55:01.4582236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:55:01.4583199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:55:01.4584167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:55:01.4584445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:55:01.4585241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:55:01.4586167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:55:01.4586561Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:55:01.4586838Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:01.4587557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:01.4588023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-06-05T23:55:01.4588810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4589538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4590333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4591261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4592067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4592894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4593755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4594461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4595191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4596165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4596890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4597600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4598662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4599488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4600262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:55:01.4600655Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-06-05T23:55:01.4601679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:55:01.4602551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:55:01.4603462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-06-05T23:55:01.4603771Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-06-05T23:55:01.4604497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:01.4605155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:01.4606042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:01.4606681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:01.4607424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:01.4607700Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:55:01.4608559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:01.4682233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:01.4683095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:01.4684024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:01.4684838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:01.4685715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:01.4686523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:01.4687388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:01.4688203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:01.4688513Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:55:01.4689500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-06-05T23:55:01.4689802Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:55:01.4690655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-06-05T23:55:01.4690931Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:55:01.4691785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-06-05T23:55:01.4692155Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:55:01.4692478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:55:01.4692914Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4694079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4695276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4696231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4697452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4698453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4699486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4700757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4701827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4703141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4704064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4705170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4706340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4707373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4708508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4709512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4710715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4711697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4712833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4713842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4714762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4715925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4716947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4717945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4718950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4720012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4721146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4722129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4785758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4786952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4787936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4789087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4790066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4791192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4792201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4793244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4794566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4795573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4796735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4797752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4798926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4800094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4801164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4802217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4803100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4804470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4805383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4806422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4807475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4808374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4809572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4810505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4811654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4812786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4813884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4814970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4815935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4817127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4818125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4819124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4820247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4821199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4822328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4823340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4824389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:01.4824841Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:55:01.4825772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:55:01.4826710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:55:01.4909547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:55:01.4910403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:55:01.4910719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-06-05T23:55:01.4911520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:55:01.4912642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:55:01.4913418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:55:01.4914281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:55:01.4914635Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:01.4915513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:01.4916395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:01.4917401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:01.4917746Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:01.4918586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:01.4919718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:01.4920584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:01.4921560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:01.4922608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:01.4923437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:01.4923736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:01.4924767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:55:01.4925585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:55:01.4926430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:55:01.4926729Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:55:01.4927149Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:01.4928037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:01.4928418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:55:01.4928939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:01.4930286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:01.4931318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:01.4932700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:01.4933726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:01.4934974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:01.4935973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:01.4937069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:01.4937689Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:01.4938810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:01.4939238Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:55:01.4939853Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:55:01.4940505Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:01.4941809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:01.4942133Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:55:01.4942498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:55:01.4942887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:01.4943773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:01.4944809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:01.4945795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:01.4946767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:01.4947866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:01.5032476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:01.5033135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-06-05T23:55:01.5033772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-06-05T23:55:01.5034482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-06-05T23:55:01.5034939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5035770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5036603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5037560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5038364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5039114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5040179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5041024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5041812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5042639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5043525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5044298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5045166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:01.5045575Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5046326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5047243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5048167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5048901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5049735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5050795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5051541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5052279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5053294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5054040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5055072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5055889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5056852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5057665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5058616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5059475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5060236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5061015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5061917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5062687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5063451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5064498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5065256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5066082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5067086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5067865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5068619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5069408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5070305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5071072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5155725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5156760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5157513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5158306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5159232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5160069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5160831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5161839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5162597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5163378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5164393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5165379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5166151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5167087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5167939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5168928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5169802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5170568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5171462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:01.5171898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:55:01.5172654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:55:01.5173478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:55:01.5173858Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:01.5174888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:01.5175740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:01.5176910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:01.5177772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:01.5178663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:01.5179722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:01.5180051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:01.5180909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:01.5181983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:01.5182355Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:01.5183155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:55:01.5184120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:55:01.5184621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:55:01.5185488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:55:01.5186412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:55:01.5187460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:55:01.5188278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:55:01.5188548Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:55:01.5189510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:55:01.5190330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:55:01.5190637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5191454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5192439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5193241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5194124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5277358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5278667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5279661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5280660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5281690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5282953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5283919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5284887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5285886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:01.5286258Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5287222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5288139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5289073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5290005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5290826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5291833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5292814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5293619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5294610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5295479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5296286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5297191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5298088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5298965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5299800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5300738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5301745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5302527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5303546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5304500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5305255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5306104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5306851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5307618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5308546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5309486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5310255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5311178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5312015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5312823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5313838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5314663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5315534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5316521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5317329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5318132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5319129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5403897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5404903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5405934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5406971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5407788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5408574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:01.5409020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:01.5410011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:01.5410860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:01.5412043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:01.5412876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:01.5413765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:01.5414898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:01.5415749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:01.5416106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:01.5417209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:01.5418158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:01.5419298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:01.5419640Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:01.5420880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:01.5421967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:01.5422265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:01.5423233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:55:01.5424377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:55:01.5424683Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:55:01.5425027Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:01.5426079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:01.5426611Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:55:01.5427026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:01.5428098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:01.5429272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:01.5430263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:01.5430702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:55:01.5431103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:01.5432067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:01.5432987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:01.5433340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:01.5434198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:01.5435020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:01.5435526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:01.5436569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:01.5436963Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:01.5438318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:01.5439486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:01.5440729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:01.5441197Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:55:01.5441598Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:01.5442726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:01.5443789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:01.5488881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:01.5489347Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:01.5490462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:01.5491397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:01.5491758Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:55:01.5492361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:01.5493324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:01.5494529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:01.5495644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:01.5496743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:01.5497140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5498244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5499282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5500437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5501674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5502852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5504005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5505331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5506572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5507701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5508838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5510070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5511073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5512274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5513308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5514493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5515752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5517222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5518274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5519633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5520630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5521726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5522926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5523954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5525120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5526279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5527282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5528381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:01.5528760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5529868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5560056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5561431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5562836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5564050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5565568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5568878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5573032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5577020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5580099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5583533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5587286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5589761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5592085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5594500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5596750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5599034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5601645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5604000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5606361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5608772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5611156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5613515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5615934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5618434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5620727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5623090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5625477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5627878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5630719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5633297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5636016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5638864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5641566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5644666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5646822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5649154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5651662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5653990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5656735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5659194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5661560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5663744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5666108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5668497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5670718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5673072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5675468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5677857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5680302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5682737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5685179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5687627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5690120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5692551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5694974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5697384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5699830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5702386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5704853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5707328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5710311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5712579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5715048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5717514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5720051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5723010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5725640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5728125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5730442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5732720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5735189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5737806Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5740327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:01.5742430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-06-05T23:55:01.5744032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:55:01.5745235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:55:01.5747084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:55:01.5748848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:55:01.5750693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:55:01.5752005Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-06-05T23:55:01.5752633Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-06-05T23:55:01.5753788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-06-05T23:55:01.5755683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-06-05T23:55:01.5756930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5758246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5760212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5762178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5764104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5766002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5767995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5769927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5771866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5773884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5775827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5777947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5779825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5782194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5784156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5785989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5787971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5789855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5791710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5793579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5795446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:01.5796823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:55:01.5798198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:55:01.5800259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:55:01.5801778Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:55:01.5803359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:55:01.5805388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:55:01.5807392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:55:01.5808797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:55:01.5810420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:01.5812611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:01.5814620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:01.5816479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:01.5818490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:01.5820776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:01.5823066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:01.5824468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:55:01.5825648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:55:01.5827570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:55:01.5828968Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-06-05T23:55:01.5829719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:01.5831156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:55:01.5833204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:55:01.5834797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:55:01.5836320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:55:01.5838391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:55:01.5840032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:01.5841383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:01.5843495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:01.5844887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:55:01.5846414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:55:01.5848423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:55:01.5850025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:55:01.5850885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:01.5852815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:01.5855627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:55:01.5857875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:55:01.5859776Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-06-05T23:55:01.5860588Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-06-05T23:55:01.5861850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5863577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5865717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5867794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5869824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5871690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5873699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5875541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5877379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5879470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5881449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5882955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5884865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5886736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5888451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5890255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5892619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5894462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5896066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:01.5897652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:01.5899929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:01.5902164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:01.5904122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:01.5905728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:55:01.5907263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:01.5909396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:01.5911507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:01.5913535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:01.5915514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:01.5917678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:01.5919954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:01.5922013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:01.5924198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:01.5926155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5928078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5929981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:01.5931404Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:55:01.5932896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:55:01.5934813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:55:01.5936870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:55:01.5938789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:55:01.5940314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-06-05T23:55:01.5941708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:55:01.5943555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:55:01.5945504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:55:01.5947047Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:01.5948516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:01.5950055Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:01.5951693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:01.5953894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:01.5955691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:01.5957309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:01.5959813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:01.5962207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:01.5963892Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:01.5965490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:01.5967098Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:01.5969160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:01.5971293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:01.5973329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:01.5975954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:01.5978756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:01.5980675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:01.5982780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:01.5985652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:01.5988598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:01.5991741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:01.5993694Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:01.5995445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:01.5998119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:01.6001045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:01.6003761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:01.6005769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:01.6007682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:01.6010178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:01.6012050Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:01.6014036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:01.6016744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:01.6018864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:01.6020891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:01.6023642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:01.6026428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:01.6029009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:01.6031692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:01.6034425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:01.6037161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:01.6039037Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:01.6040982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:01.6043537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:01.6045949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:01.6048574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:01.6050147Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:55:01.6051092Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6052983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6055711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6058383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6060926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6063666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6066346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6069516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6072388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6075289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6078142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6081059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6083656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6086449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6089055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6091427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:01.6093033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m 2025-06-05T23:55:01.6093690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:55:01.6095044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:55:01.6097048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:55:01.6098565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:55:01.6099991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/passes 2025-06-05T23:55:01.6101556Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:55:01.6102960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/test 2025-06-05T23:55:01.6104443Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-06-05T23:55:01.6105298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.6106522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.6108429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.6110503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.6112403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.6114206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.6116123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.6118166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.6120209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.6122056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:01.6123433Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-06-05T23:55:01.6124458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:55:01.6126189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:55:01.6128102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:55:01.6129905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-06-05T23:55:01.6131256Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:55:01.6132870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:55:01.6135057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:55:01.6136489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-06-05T23:55:01.6137833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-06-05T23:55:01.6139505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-06-05T23:55:01.6140680Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:55:01.6141978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:55:01.6143807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:55:01.6145283Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:01.6147036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:01.6149465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:01.6151969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:01.6154802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:01.6157441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:01.6160075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:01.6161721Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:01.6163010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:55:01.6164951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:55:01.6166275Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:55:01.6167771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:55:01.6169670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:55:01.6171098Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:55:01.6172484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:55:01.6174318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:55:01.6175502Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-06-05T23:55:01.6176898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6178701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6180474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6182209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6183949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6185711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6187630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6189364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/hf_download.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6191163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6193114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6194824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6196589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6198350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6200298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6202143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:01.6203590Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:55:01.6205067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:55:01.6207068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:55:01.6208592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:55:01.6210132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:55:01.6212412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:55:01.6214585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:55:01.6216803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:55:01.6218390Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:55:01.6219957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:55:01.6221895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:55:01.6223760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:55:01.6225278Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6226852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6228962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6231658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6234317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6236748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6239239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6241516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6243703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6245886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6248102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6250192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6252263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6254426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6256939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6259177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6261452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6264023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6266293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:01.6267792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:55:01.6269200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:01.6271272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:01.6273263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:01.6275185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:01.6277123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:01.6279026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:01.6281137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:01.6282480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:01.6283863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-06-05T23:55:01.6285283Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:01.6286646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-06-05T23:55:01.6288017Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:01.6289517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:01.6291717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:01.6293822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:01.6295919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:01.6297495Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:01.6298972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:01.6301020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:01.6303081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:01.6305153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:01.6306665Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:01.6308206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:01.6309808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:01.6311518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:01.6314158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:01.6316064Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:01.6317760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:01.6320325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:01.6322165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:01.6324119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:01.6326630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:01.6328648Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-06-05T23:55:01.6329860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:55:01.6331813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:55:01.6334091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-06-05T23:55:01.6335785Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-06-05T23:55:01.6337299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:55:01.6339089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:55:01.6340376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-06-05T23:55:01.6341462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-06-05T23:55:01.6342927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-06-05T23:55:01.6344024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:55:01.6345262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:55:01.6346862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:55:01.6348050Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:01.6349224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:55:01.6350844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:55:01.6352018Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:01.6353191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:55:01.6355065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:55:01.6356272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:01.6357518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:01.6358764Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:55:01.6360013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:01.6361572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:01.6363160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:01.6364761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:01.6366419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:01.6367613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:55:01.6368738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:55:01.6370349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:55:01.6371529Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:55:01.6372840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:55:01.6374402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:55:01.6375530Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen3 2025-06-05T23:55:01.6376612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:55:01.6378261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:55:01.6379389Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-06-05T23:55:01.6380496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-06-05T23:55:01.6382008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-06-05T23:55:01.6383090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/smollm2 2025-06-05T23:55:01.6384195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:55:01.6385836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:55:01.6386978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-06-05T23:55:01.6388051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-06-05T23:55:01.6389547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-06-05T23:55:01.6390668Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:55:01.6404222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:55:01.6405955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:55:01.6407147Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-06-05T23:55:01.6408282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:55:01.6409804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:55:01.6410931Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:55:01.6412092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:55:01.6413688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:55:01.6414832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-06-05T23:55:01.6415686Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:55:01.6416867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-06-05T23:55:01.6417990Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-06-05T23:55:01.6418613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-06-05T23:55:01.6419311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:55:01.6420562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:01.6422272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:01.6423966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:01.6425561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:01.6427192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:01.6428383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:01.6429628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:01.6431366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:01.6433132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:01.6434920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:01.6436706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:01.6437924Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps 2025-06-05T23:55:01.6438590Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:55:01.6439948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:55:01.6441606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:55:01.6442717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-06-05T23:55:01.6443332Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-06-05T23:55:01.6444390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-06-05T23:55:01.6445845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-06-05T23:55:01.6446892Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-06-05T23:55:01.6448060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-06-05T23:55:01.6449170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:01.6450503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:01.6452784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:01.6455119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:01.6457115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:01.6459062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:01.6460587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:55:01.6461998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-06-05T23:55:01.6463319Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-06-05T23:55:01.6464632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:55:01.6466344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:55:01.6468048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-06-05T23:55:01.6469252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:55:01.6470739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-06-05T23:55:01.6472095Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-06-05T23:55:01.6473545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:55:01.6475014Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-06-05T23:55:01.6476414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:55:01.6566094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:55:01.6568174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:55:01.6570298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:55:01.6572524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-06-05T23:55:01.6573982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-06-05T23:55:01.6575191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-06-05T23:55:01.6576327Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-06-05T23:55:01.6577512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-06-05T23:55:01.6578983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-06-05T23:55:01.6580175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-06-05T23:55:01.6581370Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-06-05T23:55:01.6582838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:55:01.6584487Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:55:01.6586007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-06-05T23:55:01.6587983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:55:01.6589555Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-06-05T23:55:01.6590431Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:55:01.6592050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:55:01.6593957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:55:01.6595433Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:01.6597004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-06-05T23:55:01.6598455Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-06-05T23:55:01.6599217Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:55:01.6600680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:01.6602552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:01.6604422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:01.6606617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:01.6608621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:01.6609659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:01.6610547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:01.6611396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:01.6612385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:01.6612721Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:01.6613792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:01.6614226Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:55:01.6614653Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:01.6615753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:01.6616870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:01.6617682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:01.6617994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-06-05T23:55:01.6618901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:01.6619715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:01.6620657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:01.6621587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:01.6622469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:01.6623356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:01.6623751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export/test 2025-06-05T23:55:01.6624550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:55:01.6625352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/test_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:55:01.6625714Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-06-05T23:55:01.6626673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:55:01.6627569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:55:01.6628472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:55:01.6629406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-06-05T23:55:01.6629802Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:55:01.6658558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:55:01.6659397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:55:01.6660359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:55:01.6661213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:55:01.6661506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:55:01.6662414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-06-05T23:55:01.6662808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:01.6663935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:01.6664888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:01.6665997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:01.6666968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:01.6668027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:01.6668447Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:01.6669612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:01.6670083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:01.6671321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:01.6672758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:01.6673138Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:01.6674028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/test 2025-06-05T23:55:01.6674503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:55:01.6675047Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:01.6676164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:01.6677406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:01.6677854Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:01.6678328Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:01.6679790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:01.6681066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:01.6682294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:01.6682677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:55:01.6683208Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:55:01.6683795Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:55:01.6684280Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:01.6685716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:01.6686142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:55:01.6686609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:55:01.6687313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:01.6688702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:01.6689233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:55:01.6689792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:01.6691244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:01.6691810Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:01.6693390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:01.6694176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:01.6695650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:01.6696314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:01.6697816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:01.6698307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:55:01.6698733Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:01.6700120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:01.6740397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:01.6741455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:01.6742824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:01.6744095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:01.6745426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:01.6746646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:01.6747817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:01.6748329Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:55:01.6749111Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:01.6750367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:01.6750979Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:01.6752050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:01.6753303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:01.6754390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:01.6755244Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:01.6756616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:01.6757127Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:01.6758421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:01.6759635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:01.6760972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:01.6761550Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:55:01.6762294Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:01.6763706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:01.6764424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:01.6765951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:01.6767232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:01.6767729Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:55:01.6768303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:01.6769896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:01.6771688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:01.6773479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:01.6775503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:01.6775887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:55:01.6776290Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:55:01.6776775Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:01.6778019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:01.6779248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:01.6780580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:01.6781978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:01.6783252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:01.6783754Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:01.6785151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:01.6785750Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:01.6836688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:01.6838126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:01.6838385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module 2025-06-05T23:55:01.6838670Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test 2025-06-05T23:55:01.6839113Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test/resources 2025-06-05T23:55:01.6840082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/module/test/resources 2025-06-05T23:55:01.6840306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-06-05T23:55:01.6840557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-06-05T23:55:01.6841582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:55:01.6841940Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-06-05T23:55:01.6842863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:55:01.6843960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:55:01.6844907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:55:01.6845775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:55:01.6846721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-06-05T23:55:01.6846989Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-06-05T23:55:01.6847605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:55:01.6848318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:55:01.6848944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-06-05T23:55:01.6849155Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-06-05T23:55:01.6849425Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-06-05T23:55:01.6850320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-06-05T23:55:01.6850527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-06-05T23:55:01.6850851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-06-05T23:55:01.6851186Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-06-05T23:55:01.6851594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6852607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6853699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6854885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6855966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6857035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6858133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6859280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6860586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6861558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6862638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/function_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6863740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6864733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6865710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6866708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6867538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6868532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6869508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6870632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:01.6871013Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:01.6872192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:01.6872748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:01.6873982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:01.6875374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:01.6875905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:01.6877005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:01.6878313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:01.6913599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:01.6915592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:01.6917470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:01.6918252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6920184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6922062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6923902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6925737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6927430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6929206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6931048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6932864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6934663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6936527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6938332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6940211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6942039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6943904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:01.6944829Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:55:01.6945648Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:55:01.6946508Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:01.6948611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:01.6950704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:01.6951627Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6953775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6956175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6958261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6960461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6962499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6964717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6966744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6968811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6971141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6973287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6975439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6977752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:01.6978356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:01.6980012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:55:01.6981648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:55:01.6983272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:55:01.7555320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:55:01.7555721Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:01.7556665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:01.7557008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.7557942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.7558889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.7559832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.7560785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.7561719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.7562542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.7563516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.7564625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.7565482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.7566509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.7567350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:01.7567845Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:01.7568751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/pal_spy.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:01.7569749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:01.7570064Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-06-05T23:55:01.7570503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:01.7571493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:01.7572691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:01.7573584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:01.7573923Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:55:01.7574777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:55:01.7575752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:55:01.7576721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:55:01.7577620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:55:01.7577983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:01.7578905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:55:01.7579831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:55:01.7580969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:55:01.7581251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-06-05T23:55:01.7581477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-06-05T23:55:01.7581996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:55:01.7582529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:55:01.7582654Z running install_egg_info 2025-06-05T23:55:01.7583278Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:55:01.7583388Z running install_scripts 2025-06-05T23:55:01.7583716Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:55:01.7584400Z creating '/tmp/pip-wheel-pqj4ryks/.tmp-8osfngxs/executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-06-05T23:55:01.7584524Z adding 'executorch/version.py' 2025-06-05T23:55:01.7584921Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:55:01.7585149Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:55:01.7585360Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:55:01.7585645Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:55:01.7585868Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:55:01.7586155Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:55:01.7586379Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:55:01.7586655Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:55:01.7586958Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:55:01.7587287Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:55:01.7587613Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:55:01.7587776Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:55:01.7587966Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:55:01.7588181Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:55:01.7588426Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:55:01.7588644Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:55:01.7588853Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:55:01.7589093Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:55:01.7589336Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:55:01.7589560Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:55:01.7589834Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:55:01.7590059Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:55:01.7590312Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:55:01.7590528Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:55:01.7590742Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:55:01.7590984Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:55:01.7965619Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:55:01.7965960Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:55:01.7966319Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:55:01.7966674Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:55:01.7966968Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:55:01.7967440Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:55:01.7967666Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:55:01.7967874Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:55:01.7968125Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:55:01.7968403Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:55:01.7968708Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:55:01.7969135Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:55:01.7969350Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:55:01.7969647Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:55:01.7969997Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:55:01.7970224Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:55:01.7970448Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:55:01.7970761Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:55:01.7970967Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:55:01.7971156Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:55:01.7971463Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:55:01.7971719Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:55:01.7971923Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:55:01.7972101Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:55:01.7972282Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:55:01.7972433Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:55:01.7972597Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:55:01.7972752Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:55:01.7972921Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:55:01.7973085Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:55:01.7973275Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:55:01.7973420Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:55:01.7973567Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:55:01.7973744Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:55:01.7973958Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:55:01.7974197Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:55:01.7974620Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:55:01.7974924Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:55:01.7975090Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:55:01.7975352Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:55:01.7975573Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:55:01.7975789Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:55:01.7975981Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:55:01.7976298Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:55:01.7976577Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:55:01.7976865Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:55:01.7977196Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:55:01.7977459Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:55:01.7977734Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:55:01.7978075Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:55:01.7978307Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:55:01.7978647Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:55:01.7978905Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:55:01.7979199Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:55:01.7979487Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:55:01.7979769Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:55:01.7980022Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:55:01.7980342Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:55:01.7980589Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:55:01.7980978Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:55:01.7981228Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:55:01.7981458Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:55:01.7981753Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:55:01.7982012Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:55:01.7982364Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:55:01.7982664Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:55:01.7982961Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:55:01.7983176Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:55:01.7983469Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:55:01.7983678Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:55:01.7983978Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:55:01.7984299Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:55:01.7984526Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:55:01.7984786Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:55:01.7985150Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:55:01.7985433Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:55:01.7985677Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:55:01.7986004Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:55:01.7986285Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:55:01.7986475Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:55:01.7986759Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:55:01.7987012Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:55:01.7987283Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:55:01.7987604Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:55:01.7987839Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:55:01.7988212Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:55:01.7988661Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:55:01.7988938Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:55:01.7989248Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:55:01.7989501Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:55:01.7989811Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:55:01.7990168Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:55:01.7990435Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:55:01.7990772Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:55:01.7991071Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:55:01.7991481Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:55:01.7991867Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:55:01.7992243Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:55:01.7992445Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:55:01.7992639Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:55:01.7992829Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:55:01.7993065Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:55:01.7993236Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:55:01.7993406Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:55:01.7993677Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:55:01.7993941Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:55:01.7994194Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:55:01.7994364Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:55:01.7994638Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:55:01.7994866Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:55:01.7995046Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:55:01.7995274Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:55:01.7995455Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:55:01.7995623Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:55:01.7995801Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:55:01.7996007Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:55:01.7996199Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:55:01.7996357Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:55:01.7996536Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:55:01.7996743Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:55:01.7997047Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:55:01.7997247Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:55:01.7997433Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:55:01.7997603Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:55:01.7997853Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:55:01.7998043Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:55:01.7998208Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:55:01.8365255Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:55:01.8365738Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:55:01.8366062Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:55:01.8366425Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:55:01.8366752Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:55:01.8367001Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:55:01.8367246Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:55:01.8367542Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:55:01.8367810Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:55:01.8368075Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:55:01.8368655Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:55:01.8368969Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:55:01.8369319Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:55:01.8369740Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:55:01.8370093Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:55:01.8370517Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:55:01.8371177Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:55:01.8371506Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:55:01.8371842Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:55:01.8372342Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:55:01.8372691Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:55:01.8373049Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:55:01.8373377Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:55:01.8373696Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:55:01.8374093Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:55:01.8374525Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:55:01.8374995Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:55:01.8375342Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:55:01.8375702Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:55:01.8375966Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:55:01.8376328Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:55:01.8376655Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:55:01.8376957Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:55:01.8377437Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:55:01.8377823Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:55:01.8378042Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:55:01.8378290Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:55:01.8378513Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:55:01.8378835Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:55:01.8379310Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:55:01.8379751Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:55:01.8380273Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:55:01.8380913Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:55:01.8381181Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:55:01.8381399Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:55:01.8381630Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:55:01.8381896Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:55:01.8382237Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:55:01.8382615Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:55:01.8383118Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:55:01.8383594Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:55:01.8384022Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:55:01.8384312Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:55:01.8384786Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:55:01.8385148Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:55:01.8385455Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:55:01.8385776Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:55:01.8386166Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:55:01.8386480Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:55:01.8386810Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:55:01.8387214Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:55:01.8387405Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:55:01.8387572Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:55:01.8387818Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:55:01.8388167Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:55:01.8388510Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:55:01.8388826Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:55:01.8389140Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:55:01.8389470Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:55:01.8389812Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:55:01.8390221Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:55:01.8390427Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:55:01.8390680Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:55:01.8390876Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:55:01.8391110Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:55:01.8391412Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:55:01.8391602Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:55:01.8391825Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:55:01.8391991Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:55:01.8392169Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:55:01.8392336Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:55:01.8392502Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:55:01.8392684Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:55:01.8392866Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:55:01.8393038Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:55:01.8393201Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:55:01.8393385Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:55:01.8393587Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:55:01.8393754Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:55:01.8393973Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:55:01.8394200Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:55:01.8394408Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:55:01.8394608Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:55:01.8394819Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:55:01.8395129Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:55:01.8395544Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:55:01.8395865Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:55:01.8396149Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:55:01.8396504Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:55:01.8396876Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:55:01.8397341Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:55:01.8397613Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:55:01.8397929Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:55:01.8398286Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:55:01.8398632Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:55:01.8398998Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:55:01.8399567Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:55:01.8399867Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:55:01.8400152Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:55:01.8400454Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:55:01.8400753Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:55:01.8401075Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:55:01.8401431Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:55:01.8401750Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:55:01.8402111Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:55:01.8402424Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:55:01.8402739Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:55:01.8403059Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:55:01.8403394Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:55:01.8403818Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:55:01.8404176Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:55:01.8404496Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:55:01.8404827Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:55:01.8405156Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:55:01.8405550Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:55:01.8405946Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:55:01.8406286Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:55:01.8406603Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:55:01.8406931Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:55:01.8407286Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:55:01.8407540Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:55:01.8407778Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:55:01.8408108Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:55:01.8408425Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:55:01.8696209Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:55:01.8696546Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:55:01.8696867Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:55:01.8697152Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:55:01.8697398Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:55:01.8697668Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:55:01.8697918Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:55:01.8698185Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:55:01.8698477Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:55:01.8698681Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:55:01.8698931Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:55:01.8699387Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:55:01.8700059Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:55:01.8700398Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:55:01.8700738Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:55:01.8701018Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:55:01.8701271Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:55:01.8701893Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:55:01.8702159Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:55:01.8702489Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:55:01.8702827Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:55:01.8703126Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:55:01.8703533Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:55:01.8703798Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:55:01.8704045Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:55:01.8704335Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:55:01.8704734Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:55:01.8705078Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:55:01.8705365Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:55:01.8705662Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:55:01.8705999Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:55:01.8706234Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:55:01.8706559Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:55:01.8706836Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:55:01.8707100Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:55:01.8707442Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:55:01.8707732Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:55:01.8707951Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:55:01.8708155Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:55:01.8708421Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:55:01.8708792Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:55:01.8709225Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:55:01.8709838Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:55:01.8710342Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:55:01.8710709Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:55:01.8711095Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:55:01.8711476Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:55:01.8711898Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:55:01.8712346Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:55:01.8712896Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:55:01.8713257Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:55:01.8713691Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:55:01.8714067Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:55:01.8714488Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:55:01.8715071Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:55:01.8715383Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:55:01.8715736Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:55:01.8716112Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:55:01.8716476Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:55:01.8716857Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:55:01.8717248Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:55:01.8717623Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:55:01.8718026Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:55:01.8718460Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:55:01.8718896Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:55:01.8719258Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:55:01.8719728Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:55:01.8720146Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:55:01.8720500Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:55:01.8720969Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:55:01.8721429Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:55:01.8721835Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:55:01.8722330Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:55:01.8722681Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:55:01.8723151Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:55:01.8723581Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:55:01.8723907Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:55:01.8724279Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:55:01.8724673Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:55:01.8725135Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:55:01.8725746Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:55:01.8726406Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:55:01.8727121Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:55:01.8727608Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:55:01.8728333Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:55:01.8728960Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:55:01.8729594Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:55:01.8730145Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:55:01.8730710Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:55:01.8731187Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:55:01.8731851Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:55:01.8732402Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:55:01.8733004Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:55:01.8876358Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:55:01.8877112Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:55:01.8877657Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:55:01.8878132Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:55:01.8878702Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:55:01.8879160Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:55:01.8879776Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:55:01.8880415Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:55:01.8881100Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:55:01.8881575Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:55:01.8882167Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:55:01.8882802Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:55:01.8883333Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:55:01.8883798Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:55:01.8884250Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:55:01.8884874Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:55:01.8885489Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:55:01.8886033Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:55:01.8886720Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:55:01.8887377Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:55:01.8888104Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:55:01.8888668Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:55:01.8889799Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:55:01.8890583Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:55:01.8891310Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:55:01.8892159Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:55:01.8892738Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:55:01.8893198Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:55:01.8893814Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:55:01.8894536Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:55:01.8895249Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:55:01.8895974Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:55:01.8896713Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:55:01.8897456Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:55:01.8898108Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:55:01.8898896Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:55:01.8899675Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:55:01.8900260Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:55:01.8900842Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:55:01.8901421Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:55:01.8902040Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:55:01.8902597Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:55:01.8903190Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:55:01.8903847Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:55:01.8904548Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:55:01.8905485Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:55:01.8906186Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:55:01.8906847Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:55:01.8907536Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:55:01.8908159Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:55:01.8908831Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:55:01.8909620Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:55:01.8910397Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:55:01.8911248Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:55:01.8911967Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:55:01.8912966Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:55:01.8913731Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:55:01.8914772Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:55:01.8915521Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:55:01.8916189Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:55:01.8916772Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:55:01.8917404Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:55:01.8918153Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:55:01.9111933Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:55:01.9112564Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:55:01.9113168Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:55:01.9113862Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:55:01.9114846Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:55:01.9115532Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:55:01.9116219Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:55:01.9116851Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:55:01.9117527Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:55:01.9118093Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:55:01.9118747Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:55:01.9119454Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:55:01.9120065Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:55:01.9120662Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:55:01.9121105Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:55:01.9121541Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:55:01.9121957Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:55:01.9122459Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:55:01.9122968Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:55:01.9123457Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:55:01.9123941Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:55:01.9124448Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:55:01.9124970Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:55:01.9125489Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:55:01.9125993Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:55:01.9126472Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:55:01.9126949Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:55:01.9127584Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:55:01.9128153Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:55:01.9128691Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:55:01.9129361Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:55:01.9129906Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:55:01.9130467Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:55:01.9131027Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:55:01.9131643Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:55:01.9132190Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:55:01.9132784Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:55:01.9133347Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:55:01.9133881Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:55:01.9134460Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:55:01.9134933Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:55:01.9135383Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:55:01.9135859Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:55:01.9136463Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:55:01.9137036Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:55:01.9137582Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:55:01.9138099Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:55:01.9138521Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:55:01.9138987Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:55:01.9139441Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:55:01.9139925Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:55:01.9140410Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:55:01.9140948Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:55:01.9141481Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:55:01.9141996Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:55:01.9142509Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:55:01.9143016Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:55:01.9143488Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:55:01.9144098Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:55:01.9144576Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:55:01.9145098Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:55:01.9145690Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:55:01.9146272Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:55:01.9146822Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:55:01.9147387Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:55:01.9147965Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:55:01.9323990Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:55:01.9324708Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:55:01.9325231Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:55:01.9325743Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:55:01.9326180Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:55:01.9326690Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:55:01.9327326Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:55:01.9327830Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:55:01.9328293Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:55:01.9328828Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:55:01.9329514Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:55:01.9329997Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:55:01.9330551Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:55:01.9331100Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:55:01.9331716Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:55:01.9332341Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:55:01.9332823Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:55:01.9333592Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:55:01.9334246Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:55:01.9334774Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:55:01.9335715Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:55:01.9336240Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:55:01.9336808Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:55:01.9337471Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:55:01.9338230Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:55:01.9338862Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:55:01.9339474Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:55:01.9339969Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:55:01.9340581Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:55:01.9341363Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:55:01.9341863Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:55:01.9342430Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:55:01.9343199Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:55:01.9343749Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:55:01.9344234Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:55:01.9344738Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:55:01.9345376Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:55:01.9346047Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:55:01.9346648Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:55:01.9347292Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:55:01.9347936Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:55:01.9348740Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:55:01.9349310Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:55:01.9349888Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:55:01.9350401Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:55:01.9350994Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:55:01.9351797Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:55:01.9352392Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:55:01.9353109Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:55:01.9353733Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:55:01.9354330Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:55:01.9355083Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:55:01.9355702Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:55:01.9356331Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:55:01.9356858Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:55:01.9357323Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:55:01.9357856Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:55:01.9358404Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:55:01.9358956Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:55:01.9359508Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:55:01.9359977Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:55:01.9360532Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:55:01.9361245Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:55:01.9361739Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:55:01.9362268Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:55:01.9362934Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:55:01.9547385Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:55:01.9548021Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:55:01.9548582Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:55:01.9549114Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:55:01.9549632Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:55:01.9550185Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:55:01.9550725Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:55:01.9551520Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:55:01.9552067Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:55:01.9552630Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:55:01.9553183Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:55:01.9553921Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:55:01.9554784Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:55:01.9555634Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:55:01.9556333Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:55:01.9557002Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:55:01.9557686Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:55:01.9558401Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:55:01.9559075Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:55:01.9559806Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:55:01.9560401Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:55:01.9560973Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:55:01.9561601Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:55:01.9562251Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:55:01.9562875Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:55:01.9563328Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:55:01.9563896Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:55:01.9564436Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:55:01.9564954Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:55:01.9565482Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:55:01.9565999Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:55:01.9566551Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:55:01.9567353Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:55:01.9568011Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:55:01.9568661Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:55:01.9569210Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:55:01.9569860Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:55:01.9570447Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:55:01.9571068Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:55:01.9571652Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:55:01.9572247Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:55:01.9572903Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:55:01.9573570Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:55:01.9574203Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:55:01.9574705Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:55:01.9575215Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:55:01.9575837Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:55:01.9576412Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:55:01.9577014Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:55:01.9577587Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:55:01.9578137Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:55:01.9578749Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:55:01.9579279Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:55:01.9579479Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:55:01.9579672Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:55:01.9579877Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:55:01.9580060Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:55:01.9580226Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:55:01.9580418Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:55:01.9580622Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:55:01.9580813Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:55:01.9581059Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:55:01.9581305Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:55:01.9581507Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:55:01.9581672Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:55:01.9581861Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:55:01.9582085Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:55:01.9582374Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:55:01.9582584Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:55:01.9582773Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:55:01.9582933Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:55:01.9975466Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:55:01.9975895Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:55:01.9976253Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:55:01.9976435Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:55:01.9976634Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:55:01.9976792Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:55:01.9977026Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:55:01.9977261Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:55:01.9977494Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:55:01.9977692Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:55:01.9978006Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:55:01.9978334Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:55:01.9978626Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:55:01.9978908Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:55:01.9979178Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:55:01.9979534Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:55:01.9979810Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:55:01.9980161Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:55:01.9980497Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:55:01.9980710Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:55:01.9980927Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:55:01.9981134Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:55:01.9981367Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:55:01.9981568Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:55:01.9981747Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:55:01.9981962Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:55:01.9982149Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:55:01.9982427Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:55:01.9982676Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:55:01.9982927Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:55:01.9983339Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:55:01.9983608Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:55:01.9983840Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:55:01.9984373Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:55:01.9984709Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:55:01.9985151Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:55:01.9985568Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:55:01.9985949Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:55:01.9986359Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:55:01.9986824Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:55:01.9987159Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:55:01.9987500Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:55:01.9987867Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:55:01.9988232Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:55:01.9988616Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:55:01.9988982Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:55:01.9989379Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:55:01.9989700Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:55:01.9990064Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:55:01.9990410Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:55:01.9990798Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:55:01.9991130Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:55:01.9991552Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:55:01.9992061Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:55:01.9992418Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:55:01.9992738Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:55:01.9993003Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:55:01.9993284Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:55:01.9993551Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:55:01.9993841Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:55:01.9994188Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:55:01.9994632Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:55:01.9995093Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:55:01.9995575Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:55:01.9996008Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:55:01.9996376Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:55:01.9996739Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:55:01.9997068Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:55:01.9997492Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:55:01.9997945Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:55:01.9998351Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:55:01.9998824Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:55:01.9999285Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:55:01.9999831Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:55:02.0000275Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:55:02.0000651Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:55:02.0000845Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:55:02.0001112Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:55:02.0001377Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:55:02.0001568Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:55:02.0001772Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:55:02.0001982Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:55:02.0002190Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:55:02.0002536Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:55:02.0002947Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:55:02.0003321Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:55:02.0003563Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:55:02.0003906Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:55:02.0004225Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:55:02.0004535Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:55:02.0004767Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:55:02.0005003Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:55:02.0005229Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:55:02.0005436Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:55:02.0005666Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:55:02.0005825Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:55:02.0005998Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:55:02.0006162Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:55:02.0006362Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:55:02.0006703Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:55:02.0006906Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:55:02.0007126Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:55:02.0007322Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:55:02.0007529Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:55:02.0007739Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:55:02.0007927Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:55:02.0008117Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:55:02.0008268Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:55:02.0008574Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:55:02.0008938Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:55:02.0009208Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:55:02.0277143Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:55:02.0277648Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:55:02.0277943Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:55:02.0278273Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:55:02.0278551Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:55:02.0278782Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:55:02.0279183Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:55:02.0279516Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:55:02.0279747Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:55:02.0280078Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:55:02.0280434Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:55:02.0280942Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:55:02.0281234Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:55:02.0281692Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:55:02.0281996Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:55:02.0282382Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:55:02.0282729Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:55:02.0283118Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:55:02.0283445Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:55:02.0283763Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:55:02.0284159Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:55:02.0284574Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:55:02.0285102Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:55:02.0285716Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:55:02.0286279Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:55:02.0286804Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:55:02.0287295Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:55:02.0287799Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:55:02.0288361Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:55:02.0288844Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:55:02.0289308Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:55:02.0289799Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:55:02.0290457Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:55:02.0290920Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:55:02.0291352Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:55:02.0291838Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:55:02.0292256Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:55:02.0292750Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:55:02.0293006Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:55:02.0293272Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:55:02.0293645Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:55:02.0294000Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:55:02.0294250Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:55:02.0294518Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:55:02.0294821Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:55:02.0295221Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:55:02.0295602Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:55:02.0295949Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:55:02.0296339Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:55:02.0296732Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:55:02.0297186Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:55:02.0297482Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:55:02.0297857Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:55:02.0298171Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:55:02.0298521Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:55:02.0298749Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:55:02.0299043Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:55:02.0299316Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:55:02.0299592Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:55:02.0299932Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:55:02.0300201Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:55:02.0300603Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:55:02.0300889Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:55:02.0301237Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:55:02.0301618Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:55:02.0301884Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:55:02.0302162Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:55:02.0302451Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:55:02.0302714Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:55:02.0303138Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:55:02.0303437Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:55:02.0303763Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:55:02.0304089Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:55:02.0304510Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:55:02.0304850Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:55:02.0305178Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:55:02.0305611Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:55:02.0305879Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:55:02.0306122Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:55:02.0306623Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:55:02.0306994Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:55:02.0307288Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:55:02.0307550Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:55:02.0307953Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:55:02.0308240Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:55:02.0308543Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:55:02.0308848Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:55:02.0309124Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:55:02.0309459Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:55:02.0309942Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:55:02.0310390Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:55:02.0310660Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:55:02.0310930Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:55:02.0311311Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:55:02.0311583Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:55:02.0311886Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:55:02.0312226Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:55:02.0312629Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:55:02.0312973Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:55:02.0313280Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:55:02.0560335Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:55:02.0560863Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:55:02.0561266Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:55:02.0561753Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:55:02.0562109Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:55:02.0562396Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:55:02.0562750Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:55:02.0563062Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:55:02.0563343Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:55:02.0563589Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:55:02.0564010Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:55:02.0564607Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:55:02.0564907Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:55:02.0565277Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:55:02.0565560Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:55:02.0565847Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:55:02.0566158Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:55:02.0566609Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:55:02.0566985Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:55:02.0567322Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:55:02.0567623Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:55:02.0567904Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:55:02.0568162Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:55:02.0568424Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:55:02.0568780Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:55:02.0569136Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:55:02.0569437Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:55:02.0569792Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:55:02.0570032Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:55:02.0570304Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:55:02.0570558Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:55:02.0570860Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:55:02.0571117Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:55:02.0571367Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:55:02.0571637Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:55:02.0571888Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:55:02.0572208Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:55:02.0572538Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:55:02.0572818Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:55:02.0573180Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:55:02.0573446Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:55:02.0573716Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:55:02.0574063Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:55:02.0574813Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:55:02.0575834Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:55:02.0576772Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:55:02.0577506Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:55:02.0578244Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:55:02.0579070Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:55:02.0579946Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:55:02.0580897Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:55:02.0581970Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:55:02.0582737Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:55:02.0583450Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:55:02.0584270Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:55:02.0585035Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:55:02.0585813Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:55:02.0586511Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:55:02.0587205Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:55:02.0587879Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:55:02.0588820Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:55:02.0589583Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:55:02.0590219Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:55:02.0590860Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:55:02.0591637Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:55:02.0592382Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:55:02.0593041Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:55:02.0593994Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:55:02.0594840Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:55:02.0595565Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:55:02.0596412Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:55:02.0597219Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:55:02.0598101Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:55:02.0598798Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:55:02.0599597Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:55:02.0600483Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:55:02.0601318Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:55:02.0602122Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:55:02.0603170Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:55:02.0604098Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:55:02.0605046Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:55:02.0605957Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:55:02.0606894Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:55:02.0607921Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:55:02.0608822Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:55:02.0609684Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:55:02.0610504Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:55:02.0611276Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:55:02.0612166Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:55:02.0612966Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:55:02.0613785Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:55:02.0614622Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:55:02.0615509Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:55:02.0616557Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:55:02.0617419Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:55:02.0618195Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:55:02.0619000Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:55:02.0620003Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:55:02.0620852Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:55:02.0621533Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:55:02.0622271Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:55:02.0622951Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:55:02.0623572Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:55:02.0624253Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:55:02.0625019Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:55:02.0781905Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:55:02.0783128Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:55:02.0783954Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:55:02.0784710Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:55:02.0785625Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:55:02.0786504Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:55:02.0787552Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:55:02.0788252Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:55:02.0789370Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:55:02.0790277Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:55:02.0791293Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:55:02.0792206Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:55:02.0793182Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:55:02.0793957Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:55:02.0794621Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:55:02.0795333Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:55:02.0796210Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:55:02.0796896Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:55:02.0797828Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:55:02.0798579Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:55:02.0809484Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:55:02.0810615Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:55:02.0811724Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:55:02.0812683Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:55:02.0813656Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:55:02.0814630Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:55:02.0815707Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:55:02.0817020Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:55:02.0818254Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:55:02.0819440Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:55:02.0820469Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:55:02.0821415Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:55:02.0822528Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:55:02.0823524Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:55:02.0824451Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:55:02.0825448Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:55:02.0826534Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:55:02.0827644Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:55:02.0828732Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:55:02.0829696Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:55:02.0830671Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:55:02.0831655Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:55:02.0832517Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:55:02.0833606Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:55:02.0834613Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:55:02.0835569Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:55:02.0836477Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:55:02.0837446Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:55:02.0838428Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:55:02.0839442Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:55:02.0840365Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:55:02.0841290Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:55:02.0842205Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:55:02.0843251Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:55:02.0844145Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:55:02.0845083Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:55:02.0846019Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:55:02.0847257Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:55:02.0848236Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:55:02.0849094Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:55:02.0850002Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:55:02.0850909Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:55:02.0851801Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:55:02.0852803Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:55:02.0853776Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:55:02.0854909Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:55:02.0856023Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:55:02.0857008Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:55:02.0857900Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:55:02.0858852Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:55:02.0859864Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:55:02.0860728Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:55:02.0861601Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:55:02.0862639Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:55:02.0863652Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:55:02.0864556Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:55:02.0865476Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:55:02.0866470Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:55:02.0867521Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:55:02.0868450Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:55:02.0869665Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:55:02.0870688Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:55:02.0871674Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:55:02.0872755Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:55:02.0873844Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:55:02.0874828Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:55:02.1069421Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:55:02.1070605Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:55:02.1071544Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:55:02.1072762Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:55:02.1073945Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:55:02.1074862Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:55:02.1076038Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:55:02.1077028Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:55:02.1078030Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:55:02.1079131Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:55:02.1080130Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:55:02.1081158Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:55:02.1082154Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:55:02.1083117Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:55:02.1084256Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:55:02.1085395Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:55:02.1086431Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:55:02.1087287Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:55:02.1088110Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:55:02.1088803Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:55:02.1089493Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:55:02.1090174Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:55:02.1090897Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:55:02.1091725Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:55:02.1092430Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:55:02.1093166Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:55:02.1093926Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:55:02.1094915Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:55:02.1095977Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:55:02.1097073Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:55:02.1098075Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:55:02.1099434Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:55:02.1100564Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:55:02.1101578Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:55:02.1102546Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:55:02.1103759Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:55:02.1104925Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:55:02.1105892Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:55:02.1106910Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:55:02.1107946Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:55:02.1108984Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:55:02.1110315Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:55:02.1111266Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:55:02.1111817Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:55:02.1112282Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:55:02.1112858Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:55:02.1113397Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:55:02.1113944Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:55:02.1114478Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:55:02.1115008Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:55:02.1115751Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:55:02.1116383Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:55:02.1117038Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:55:02.1117828Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:55:02.1118486Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:55:02.1119042Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:55:02.1119873Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:55:02.1121046Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:55:02.1121954Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:55:02.1123064Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:55:02.1123957Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:55:02.1124897Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:55:02.1126010Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:55:02.1126886Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:55:02.1127883Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:55:02.1128550Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:55:02.1129017Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:55:02.1129628Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:55:02.1130260Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:55:02.1130859Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:55:02.1131389Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:55:02.1131998Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:55:02.1132825Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:55:02.1133600Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:55:02.1134228Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:55:02.1134787Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:55:02.1135363Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:55:02.1136089Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:55:02.1136675Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:55:02.1137238Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:55:02.1137803Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:55:02.1138388Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:55:02.1138960Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:55:02.1139570Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:55:02.1140083Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:55:02.1140683Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:55:02.1141359Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:55:02.1141944Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:55:02.1142520Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:55:02.1143099Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:55:02.1143684Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:55:02.1144342Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:55:02.1144985Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:55:02.1145580Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:55:02.1146239Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:55:02.1146836Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:55:02.1147424Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:55:02.1148058Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:55:02.1421319Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:55:02.1422293Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:55:02.1422953Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:55:02.1423649Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:55:02.1424216Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:55:02.1424794Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:55:02.1425458Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:55:02.1426093Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:55:02.1426624Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:55:02.1427201Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:55:02.1427799Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:55:02.1428702Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:55:02.1429364Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:55:02.1430153Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:55:02.1430832Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:55:02.1431517Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:55:02.1432128Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:55:02.1432903Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:55:02.1433509Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:55:02.1434159Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:55:02.1434807Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:55:02.1435380Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:55:02.1435910Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:55:02.1436386Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:55:02.1436881Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:55:02.1437420Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:55:02.1437956Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:55:02.1438546Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:55:02.1439133Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:55:02.1439881Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:55:02.1440376Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:55:02.1440894Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:55:02.1441411Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:55:02.1441977Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:55:02.1442541Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:55:02.1443078Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:55:02.1443575Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:55:02.1444069Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:55:02.1444584Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:55:02.1445098Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:55:02.1445615Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:55:02.1446116Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:55:02.1446695Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:55:02.1447295Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:55:02.1447828Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:55:02.1448327Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:55:02.1448842Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:55:02.1449377Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:55:02.1449861Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:55:02.1450370Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:55:02.1450889Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:55:02.1451414Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:55:02.1451958Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:55:02.1452459Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:55:02.1452957Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:55:02.1453483Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:55:02.1454150Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:55:02.1454943Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:55:02.1455516Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:55:02.1456076Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:55:02.1456600Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:55:02.1457135Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:55:02.1457854Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:55:02.1458442Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:55:02.1458977Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:55:02.1459477Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:55:02.1459988Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:55:02.1460522Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:55:02.1461107Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:55:02.1461631Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:55:02.1462145Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:55:02.1462647Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:55:02.1463184Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:55:02.1463751Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:55:02.1464266Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:55:02.1464762Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:55:02.1465245Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:55:02.1465740Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:55:02.1466223Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:55:02.1466719Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:55:02.1467221Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:55:02.1467720Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:55:02.1468258Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:55:02.1468921Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:55:02.1469519Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:55:02.1470124Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:55:02.1470666Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:55:02.1471206Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:55:02.1471728Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:55:02.1472297Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:55:02.1472881Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:55:02.1473445Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:55:02.1473953Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:55:02.1474476Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:55:02.1475033Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:55:02.1475575Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:55:02.1476156Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:55:02.1476766Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:55:02.1477337Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:55:02.1477847Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:55:02.1479074Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:55:02.1479719Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:55:02.1480253Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:55:02.1480806Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:55:02.1481294Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:55:02.1481798Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:55:02.1482476Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:55:02.1483152Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:55:02.1483772Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:55:02.1484380Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:55:02.1485052Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:55:02.1485720Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:55:02.1486362Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:55:02.1487061Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:55:02.1487550Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:55:02.1488066Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:55:02.1488661Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:55:02.1489223Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:55:02.1489747Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:55:02.1490340Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:55:02.1490905Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:55:02.1491437Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:55:02.1492114Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:55:02.1492951Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:55:02.1493713Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:55:02.1494346Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:55:02.1784792Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:55:02.1785804Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:55:02.1786367Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:55:02.1786899Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:55:02.1787370Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:55:02.1787857Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:55:02.1788352Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:55:02.1788855Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:55:02.1789407Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:55:02.1789935Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:55:02.1790532Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:55:02.1791177Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:55:02.1791778Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:55:02.1792328Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:55:02.1792834Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:55:02.1793356Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:55:02.1793871Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:55:02.1794418Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:55:02.1795371Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:55:02.1796054Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:55:02.1796628Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:55:02.1797383Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:55:02.1798190Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:55:02.1798922Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:55:02.1799820Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:55:02.1800389Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:55:02.1800850Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:55:02.1801284Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:55:02.1801731Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:55:02.1802320Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:55:02.1802983Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:55:02.1803680Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:55:02.1804316Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:55:02.1805059Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:55:02.1805841Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:55:02.1806578Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:55:02.1807362Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:55:02.1808076Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:55:02.1808711Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:55:02.1809446Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:55:02.1810179Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:55:02.1810835Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:55:02.1811633Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:55:02.1812405Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:55:02.1813111Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:55:02.1813788Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:55:02.1814464Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:55:02.1815156Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:55:02.1815965Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:55:02.1816835Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:55:02.1817572Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:55:02.1818251Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:55:02.1818891Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:55:02.1819544Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:55:02.1820341Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:55:02.1821217Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:55:02.1822058Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:55:02.1822921Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:55:02.1824023Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:55:02.1825008Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:55:02.1825709Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:55:02.1826576Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:55:02.1827595Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:55:02.1828625Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:55:02.1829515Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:55:02.1830416Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:55:02.1831183Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:55:02.1831837Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:55:02.1832462Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:55:02.1833129Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:55:02.1833977Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:55:02.1834826Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:55:02.1835571Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:55:02.1836359Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:55:02.1837079Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:55:02.1837824Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:55:02.1838604Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:55:02.1839476Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:55:02.1840255Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:55:02.1840981Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:55:02.1841882Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:55:02.1842864Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:55:02.1843710Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:55:02.1844440Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:55:02.1845105Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:55:02.1845979Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:55:02.1846947Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:55:02.1847908Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:55:02.1848618Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:55:02.1849287Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:55:02.1849923Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:55:02.1850780Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:55:02.1851650Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:55:02.1852454Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:55:02.1853477Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:55:02.1854917Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:55:02.1855619Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:55:02.1856406Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:55:02.1857314Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:55:02.1858043Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:55:02.1858860Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:55:02.1859561Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:55:02.1860254Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:55:02.1860933Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:55:02.1861553Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:55:02.1862151Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:55:02.1862865Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:55:02.1863716Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:55:02.1864414Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:55:02.2240643Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:55:02.2241697Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:55:02.2242544Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:55:02.2243170Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:55:02.2243730Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:55:02.2244409Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:55:02.2245255Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:55:02.2245859Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:55:02.2246519Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:55:02.2247415Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:55:02.2248106Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:55:02.2248774Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:55:02.2249489Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:55:02.2250397Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:55:02.2251118Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:55:02.2251784Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:55:02.2252694Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:55:02.2253569Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:55:02.2254377Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:55:02.2255447Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:55:02.2255771Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:55:02.2256113Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:55:02.2256538Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:55:02.2257045Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:55:02.2257756Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:55:02.2258056Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:55:02.2258335Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:55:02.2258632Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:55:02.2258957Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:55:02.2259296Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:55:02.2259774Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:55:02.2260028Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:55:02.2260276Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:55:02.2260480Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:55:02.2260672Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:55:02.2261131Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:55:02.2261441Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:55:02.2261706Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:55:02.2262010Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:55:02.2262357Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:55:02.2262573Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:55:02.2262828Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:55:02.2263178Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:55:02.2263413Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:55:02.2263668Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:55:02.2263964Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:55:02.2264159Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:55:02.2264409Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:55:02.2264711Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:55:02.2264898Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:55:02.2265089Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:55:02.2265377Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:55:02.2265601Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:55:02.2265783Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:55:02.2265985Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:55:02.2266262Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:55:02.2266469Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:55:02.2266650Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:55:02.2267008Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:55:02.2267293Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:55:02.2267504Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:55:02.2267782Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:55:02.2268059Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:55:02.2268265Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:55:02.2268514Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:55:02.2268775Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:55:02.2269123Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:55:02.2269392Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:55:02.2269597Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:55:02.2269880Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:55:02.2270132Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:55:02.2270449Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:55:02.2270656Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:55:02.2271050Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:55:02.2271317Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:55:02.2271527Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:55:02.2271724Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:55:02.2271931Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:55:02.2272133Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:55:02.2272369Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:55:02.2272556Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:55:02.2272760Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:55:02.2272949Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:55:02.2273152Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:55:02.2273377Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:55:02.2273595Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:55:02.2273854Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:55:02.2274083Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:55:02.2274451Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:55:02.2274662Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:55:02.2274931Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:55:02.2275239Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:55:02.2275425Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:55:02.2275628Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:55:02.2275852Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:55:02.2276048Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:55:02.2276306Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:55:02.2276540Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:55:02.2276804Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:55:02.2277109Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:55:02.2277430Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:55:02.2277854Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:55:02.2278176Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:55:02.2278426Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:55:02.2278651Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:55:02.2278900Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:55:02.2279179Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:55:02.2279540Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:55:02.2279750Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:55:02.2280133Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:55:02.2280539Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:55:02.2280917Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:55:02.2281182Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:55:02.2281397Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:55:02.2281599Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:55:02.2281908Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:55:02.2282134Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:55:02.2591431Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:55:02.2591858Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:55:02.2592084Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:55:02.2592344Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:55:02.2592670Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:55:02.2592956Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:55:02.2593218Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:55:02.2593453Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:55:02.2593634Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:55:02.2593851Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:55:02.2594039Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:55:02.2594265Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:55:02.2594507Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:55:02.2594695Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:55:02.2594884Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:55:02.2595078Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:55:02.2595362Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:55:02.2595559Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:55:02.2595764Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:55:02.2595981Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:55:02.2596172Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:55:02.2596356Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:55:02.2596572Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:55:02.2596840Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:55:02.2597120Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:55:02.2597362Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:55:02.2597575Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:55:02.2597800Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:55:02.2598003Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:55:02.2598209Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:55:02.2598400Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:55:02.2598609Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:55:02.2598831Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:55:02.2599049Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:55:02.2599259Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:55:02.2599571Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:55:02.2600115Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:55:02.2600346Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:55:02.2600570Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:55:02.2600844Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:55:02.2601140Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:55:02.2601570Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:55:02.2602065Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:55:02.2602377Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:55:02.2602700Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:55:02.2603095Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:55:02.2603498Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:55:02.2603874Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:55:02.2604194Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:55:02.2604556Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:55:02.2605051Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:55:02.2605390Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:55:02.2605948Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:55:02.2606483Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:55:02.2607099Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:55:02.2607631Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:55:02.2608186Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:55:02.2608747Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:55:02.2609315Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:55:02.2609873Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:55:02.2610414Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:55:02.2610973Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:55:02.2611538Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:55:02.2612070Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:55:02.2612440Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:55:02.2612819Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:55:02.2613399Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:55:02.2613842Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:55:02.2614264Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:55:02.2614801Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:55:02.2615327Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:55:02.2615852Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:55:02.2616365Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:55:02.2616825Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:55:02.2617255Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:55:02.2617858Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:55:02.2618488Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:55:02.2619393Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:55:02.2620032Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:55:02.2620626Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:55:02.2621226Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:55:02.2621853Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:55:02.2622682Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:55:02.2623185Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:55:02.2623792Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:55:02.2624408Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:55:02.2624998Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:55:02.2625604Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:55:02.2625945Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:55:02.2626527Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:55:02.2627232Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:55:02.2627786Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:55:02.2628309Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:55:02.2628856Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:55:02.2629398Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:55:02.2630013Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:55:02.2630646Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:55:02.2631239Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:55:02.2631810Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:55:02.2632414Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:55:02.2633025Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:55:02.2633660Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:55:02.2634276Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:55:02.2635064Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:55:02.2635479Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:55:02.2635815Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:55:02.2636170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:55:02.2636728Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:55:02.2637324Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:55:02.2637937Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:55:02.2638481Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:55:02.2966428Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:55:02.2967253Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:02.2967657Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:02.2967994Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:55:02.2968320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:55:02.2968661Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:55:02.2968977Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:55:02.2969547Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:55:02.2969835Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:55:02.2970118Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:55:02.2970425Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:55:02.2970764Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:55:02.2971150Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:55:02.2971468Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:55:02.2971824Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:55:02.2972174Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:55:02.2972590Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:55:02.2972998Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:02.2973357Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:02.2973718Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:02.2974098Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:55:02.2974452Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:02.2974807Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:02.2975172Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:02.2975542Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:55:02.2975897Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:02.2976314Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:02.2976734Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:55:02.2977324Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:55:02.2977917Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:55:02.2978382Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:55:02.2979019Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:55:02.2979639Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:55:02.2980283Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:55:02.2980955Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:55:02.2981511Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:55:02.2982214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:55:02.2982626Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:55:02.2983172Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:55:02.2983754Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:55:02.2984278Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:55:02.2984771Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:55:02.2985293Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:55:02.2985795Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:55:02.2986175Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:55:02.2986602Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:55:02.2986988Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:55:02.2987363Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:55:02.2987692Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:55:02.2988091Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:55:02.2988455Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:55:02.2988804Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:55:02.2989139Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:55:02.2989542Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:55:02.2989911Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:55:02.2990359Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:55:02.2990721Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:55:02.2991053Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:55:02.2991406Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:55:02.2991739Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:55:02.2992084Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:55:02.2992453Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:55:02.2992872Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:55:02.2993248Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:55:02.2993601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:55:02.2993871Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:55:02.2994208Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:55:02.2994476Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:55:02.2994774Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:55:02.2995027Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:55:02.2995268Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:55:02.2995658Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:55:02.2995949Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:55:02.2996301Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:55:02.2996696Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:55:02.2997050Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:55:02.2997389Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:55:02.2997666Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:55:02.2997839Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:55:02.2998031Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:55:02.2998202Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:55:02.2998429Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:55:02.2998558Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:55:02.2998676Z adding 'executorch/codegen/gen.py' 2025-06-05T23:55:02.2998810Z adding 'executorch/codegen/model.py' 2025-06-05T23:55:02.2998930Z adding 'executorch/codegen/parse.py' 2025-06-05T23:55:02.2999066Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:55:02.2999227Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:55:02.2999454Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:55:02.2999602Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:55:02.2999755Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:55:02.2999949Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:55:02.3000096Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:55:02.3000310Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:55:02.3000512Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:55:02.3000726Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:55:02.3000916Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:55:02.3001135Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:55:02.3001319Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:55:02.3001461Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:55:02.3001619Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:55:02.3001786Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:55:02.3001938Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:55:02.6797666Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:55:02.6798310Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:55:02.6798745Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:55:02.6799259Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:55:02.6799970Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:55:02.6800560Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:55:02.6801216Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:55:02.6801740Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:55:02.6802100Z adding 'executorch/data/bin/flatc' 2025-06-05T23:55:02.6802459Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:55:02.6802929Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:55:02.6803503Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:55:02.6804164Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:55:02.6804742Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:55:02.6805252Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:55:02.6806095Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:55:02.6806703Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:55:02.6807341Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:55:02.6808061Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:55:02.6808720Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:55:02.6809337Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:55:02.6810104Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:55:02.6810767Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:55:02.6811465Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:55:02.6812143Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:55:02.6812804Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:55:02.6813410Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:55:02.6813985Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:55:02.6814554Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:55:02.6815067Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:55:02.6815612Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:55:02.6816186Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:55:02.6816738Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:55:02.6817204Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:55:02.6817642Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:55:02.6818127Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:55:02.6818646Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:55:02.6819311Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:55:02.6820087Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:55:02.6820935Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:55:02.6821729Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:55:02.6822475Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:55:02.6823080Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:55:02.6823673Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:55:02.6824334Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:55:02.6825381Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:55:02.6826507Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:55:02.6827420Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:55:02.6828747Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:55:02.6829901Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:55:02.6830544Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:55:02.6831143Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:55:02.6831880Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:55:02.6833064Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:55:02.6834103Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:55:02.6834902Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:55:02.6835953Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:55:02.6836840Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:55:02.6837674Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:55:02.6838254Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:55:02.6839269Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:55:02.6840510Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:55:02.6841483Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:55:02.6842139Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:55:02.6842862Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:55:02.6843422Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:55:02.6843995Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:55:02.6844674Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:55:02.6845277Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:55:02.6846021Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:55:02.6846747Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:55:02.6847386Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:55:02.6847984Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:55:02.6848542Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:55:02.6849221Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:55:02.6849734Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:55:02.6850161Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:55:02.6850604Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:55:02.6851040Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:55:02.6851528Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:55:02.6852209Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:55:02.6852689Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:55:02.6853135Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:55:02.6853620Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:55:02.6854156Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:55:02.6855155Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:55:02.6856150Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:55:02.6856981Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:55:02.6857860Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:55:02.6858650Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:55:02.6859421Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:55:02.6860176Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:55:02.6860848Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:55:02.6861384Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:55:02.6861893Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:55:02.6862421Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:55:02.6862952Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:55:02.6863436Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:55:02.6863916Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:55:02.6864395Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:55:02.6864944Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:55:02.6865731Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:55:02.6866267Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:55:02.6866787Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:55:02.6867267Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:55:02.6867903Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:55:02.6868511Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:55:02.6869017Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:55:02.6869578Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:55:02.6870043Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:55:02.6870483Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:55:02.6870973Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:55:02.6871574Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:55:02.6872172Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:55:02.6872849Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:55:02.6873489Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:55:02.6874212Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:55:02.6874854Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:55:02.6875434Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:55:02.6876059Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:55:02.6876750Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:55:02.6877753Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:55:02.6879123Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:55:02.6880681Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:55:02.6882109Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:55:02.7287920Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:55:02.7289046Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:55:02.7290130Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:55:02.7291425Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:55:02.7292599Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:55:02.7293805Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:55:02.7295174Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:55:02.7296322Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:55:02.7297491Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:55:02.7298790Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:55:02.7300258Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:55:02.7301767Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:55:02.7303340Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:55:02.7304868Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:55:02.7306159Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:55:02.7307482Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:55:02.7309187Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:55:02.7310363Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:55:02.7311541Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:55:02.7312670Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:55:02.7313844Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:55:02.7314897Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:55:02.7316158Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:55:02.7317222Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:55:02.7318302Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:55:02.7319046Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:55:02.7319885Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:55:02.7320569Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:55:02.7321199Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:55:02.7321841Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:55:02.7322486Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:55:02.7323127Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:55:02.7323825Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:55:02.7324613Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:55:02.7325373Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:55:02.7326071Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:55:02.7326787Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:55:02.7327608Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:55:02.7328287Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:55:02.7328773Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:55:02.7329259Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:55:02.7329746Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:55:02.7330290Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:55:02.7330785Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:55:02.7331226Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:55:02.7331710Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:55:02.7332208Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:55:02.7332731Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:55:02.7333246Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:55:02.7333775Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:55:02.7334301Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:55:02.7334808Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:55:02.7335339Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:55:02.7335840Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:55:02.7336393Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:55:02.7336963Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:55:02.7337514Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:55:02.7338089Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:55:02.7338828Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:55:02.7339383Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:55:02.7339914Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:55:02.7340602Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:55:02.7341437Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:55:02.7342341Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:55:02.7343395Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:55:02.7344184Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:55:02.7345052Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:55:02.7346010Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:55:02.7346651Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:55:02.7347133Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:55:02.7347844Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:55:02.7348872Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:55:02.7349835Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:55:02.7350423Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:55:02.7350920Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:55:02.7351702Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:55:02.7367188Z adding 'executorch/exir/__init__.py' 2025-06-05T23:55:02.7367594Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:55:02.7368071Z adding 'executorch/exir/common.py' 2025-06-05T23:55:02.7368649Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:55:02.7369284Z adding 'executorch/exir/delegate.py' 2025-06-05T23:55:02.7369937Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:55:02.7370627Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:55:02.7371129Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:55:02.7371495Z adding 'executorch/exir/error.py' 2025-06-05T23:55:02.7371847Z adding 'executorch/exir/graph.py' 2025-06-05T23:55:02.7372441Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:55:02.7373192Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:55:02.7373924Z adding 'executorch/exir/memory.py' 2025-06-05T23:55:02.7374486Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:55:02.7374880Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:55:02.7375527Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:55:02.7376233Z adding 'executorch/exir/print_program.py' 2025-06-05T23:55:02.7376918Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:55:02.7377480Z adding 'executorch/exir/schema.py' 2025-06-05T23:55:02.7377824Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:55:02.7378290Z adding 'executorch/exir/tensor.py' 2025-06-05T23:55:02.7378902Z adding 'executorch/exir/tracer.py' 2025-06-05T23:55:02.7379552Z adding 'executorch/exir/types.py' 2025-06-05T23:55:02.7380207Z adding 'executorch/exir/version.py' 2025-06-05T23:55:02.7380666Z adding 'executorch/exir/wrap.py' 2025-06-05T23:55:02.7381043Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:55:02.7381451Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:55:02.7381874Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:55:02.7382311Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:55:02.7382978Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:55:02.7383806Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:55:02.7384591Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:55:02.7385413Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:55:02.7386262Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:55:02.7387357Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:55:02.7387830Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:55:02.7388289Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:55:02.7388808Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:55:02.7389690Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:55:02.7390719Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:55:02.7391631Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:55:02.7392730Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:55:02.7393508Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:55:02.7394059Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:55:02.7394534Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:55:02.7394992Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:55:02.7395397Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:55:02.7395980Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:55:02.7396984Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:55:02.7398452Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:55:02.7399612Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:55:02.7400914Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:55:02.7402235Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:55:02.7402889Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:55:02.7404096Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:55:02.7994489Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:55:02.7995507Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:55:02.7996206Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:55:02.7997176Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:55:02.7998042Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:55:02.7998693Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:55:02.7999671Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:55:02.8000496Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:55:02.8001097Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:55:02.8001652Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:55:02.8002224Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:55:02.8002808Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:55:02.8003484Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:55:02.8004049Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:55:02.8004629Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:55:02.8005166Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:55:02.8005708Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:55:02.8006243Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:55:02.8007023Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:55:02.8007915Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:55:02.8008679Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:55:02.8009426Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:55:02.8009949Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:55:02.8010679Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:55:02.8011076Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:55:02.8011479Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:55:02.8011886Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:55:02.8012274Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:55:02.8012686Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:55:02.8013281Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:55:02.8014120Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:55:02.8014610Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:55:02.8015057Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:55:02.8015493Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:55:02.8015964Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:55:02.8016477Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:55:02.8017053Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:55:02.8017645Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:55:02.8018194Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:55:02.8018709Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:55:02.8019181Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:55:02.8019635Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:55:02.8020213Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:55:02.8020844Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:55:02.8021471Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:55:02.8021948Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:55:02.8022350Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:55:02.8022821Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:55:02.8023229Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:55:02.8023634Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:55:02.8024038Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:55:02.8024427Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:55:02.8024857Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:55:02.8025314Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:55:02.8025874Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:55:02.8026650Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:55:02.8027199Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:55:02.8027707Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:55:02.8028250Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:55:02.8028759Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:55:02.8029325Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:55:02.8029869Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:55:02.8030367Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:55:02.8030917Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:55:02.8031476Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:55:02.8031981Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:55:02.8032481Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:55:02.8033040Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:55:02.8033545Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:55:02.8034030Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:55:02.8034529Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:55:02.8035101Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:55:02.8035600Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:55:02.8036140Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:55:02.8036649Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:55:02.8037155Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:55:02.8037737Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:55:02.8038375Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:55:02.8039090Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:55:02.8039764Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:55:02.8040322Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:55:02.8040884Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:55:02.8041360Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:55:02.8041820Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:55:02.8042299Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:55:02.8042790Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:55:02.8043243Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:55:02.8043665Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:55:02.8044080Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:55:02.8044505Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:55:02.8044970Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:55:02.8045468Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:55:02.8045888Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:55:02.8046306Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:55:02.8046722Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:55:02.8047108Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:55:02.8047517Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:55:02.8047890Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:55:02.8048273Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:55:02.8048649Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:55:02.8049071Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:55:02.8049546Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:55:02.8049970Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:55:02.8050384Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:55:02.8050816Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:55:02.8051231Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:55:02.8051640Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:55:02.8052090Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:55:02.8052611Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:55:02.8053108Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:55:02.8053533Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:55:02.8054014Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:55:02.8054906Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:55:02.8055512Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:55:02.8056062Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:55:02.8056507Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:55:02.8056942Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:55:02.8057364Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:55:02.8057789Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:55:02.8058299Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:55:02.8059046Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:55:02.8059535Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:55:02.8059997Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:55:02.8060563Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:55:02.8061110Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:55:02.8061569Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:55:02.8062077Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:55:02.8062475Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:55:02.8062914Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:55:02.8063340Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:55:02.8063765Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:55:02.8064203Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:55:02.8064671Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:55:02.8065130Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:55:02.8065574Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:55:02.8066058Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:55:02.8066546Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:55:02.8067003Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:55:02.8067446Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:55:02.8067967Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:55:02.8068540Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:55:02.8069182Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:55:03.5477570Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:55:03.5478260Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:55:03.5478885Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:55:03.5479604Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:55:03.5480076Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:55:03.5480542Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:55:03.5481079Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:55:03.5481653Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:55:03.5482187Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:55:03.5482746Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:55:03.5483411Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:55:03.5484034Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:55:03.5485002Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:55:03.5486165Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:55:03.5487314Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:55:03.5487966Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:55:03.5488679Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:55:03.5489945Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:55:03.5491208Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:55:03.5491975Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:55:03.5492568Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:55:03.5493044Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:55:03.5494254Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:55:03.5495235Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:55:03.5495959Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:55:03.5496526Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:55:03.5497063Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:55:03.5497582Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:55:03.5498097Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:55:03.5498929Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:55:03.5499883Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:55:03.5500773Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:55:03.5501520Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:55:03.5502176Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:55:03.5502764Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:55:03.5503393Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:55:03.5503970Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:55:03.5504612Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:55:03.5505440Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:55:03.5506680Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:55:03.5508230Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:55:03.5509717Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:55:03.5511200Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:55:03.5512150Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:55:03.5513553Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:55:03.5515118Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:55:03.5515846Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:55:03.5517192Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:55:03.5518551Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:55:03.5519980Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:55:03.5521085Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:55:03.5521900Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:55:03.5523484Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:55:03.5524692Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:55:03.5525395Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:55:03.5526176Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:55:03.5527013Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:55:03.5527902Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:55:03.5528900Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:55:03.5530667Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:55:03.5532281Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:55:03.5533205Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:55:03.5534158Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:55:03.5535146Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:55:03.5536106Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:55:03.5537119Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:55:03.5538452Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:55:03.5539929Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:55:03.5540886Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:55:03.5541898Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:55:03.5543455Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:55:03.5544659Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:55:03.5545474Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:55:03.5546846Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:55:03.5548233Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:55:03.5549321Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:55:03.5550718Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:55:03.5551856Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:55:03.5552758Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:55:03.5553598Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:55:03.5554352Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:55:03.5555484Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:55:03.5556992Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:55:03.5558974Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:55:03.5560725Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:55:03.5562984Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:55:03.5565009Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:55:03.5566286Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:55:03.5567423Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:55:03.5568840Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:55:03.5569868Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:55:03.5570810Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:55:03.5571768Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:55:03.5572759Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:55:03.5573975Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:55:03.5575108Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:55:03.5575920Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:55:03.5576733Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:55:03.5577708Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:55:03.5578814Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:55:03.5579842Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:55:03.5580712Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:55:03.5581744Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:55:03.5582826Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:55:04.3169005Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:55:04.3170581Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:55:04.3171338Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:55:04.3172010Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:55:04.3172650Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:55:04.3173301Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:55:04.3173965Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:55:04.3174662Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:55:04.3175375Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:55:04.3176084Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:55:04.3176746Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:55:04.3177336Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:55:04.3177906Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:55:04.3178453Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:55:04.3178974Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:55:04.3179546Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:55:04.3180172Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:55:04.3180893Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:55:04.3181604Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:55:04.3182209Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:55:04.3182872Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:55:04.3183545Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:55:04.3184189Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:55:04.3184770Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:55:04.3185292Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:55:04.3185804Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:55:04.3186354Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:55:04.3187013Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:55:04.3187700Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:55:04.3188476Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:55:04.3189329Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:55:04.3190126Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:55:04.3191195Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:55:04.3192031Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:55:04.3192910Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:55:04.3193716Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:55:04.3194455Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:55:04.3195340Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:55:04.3196102Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:55:04.3196825Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:55:04.3197534Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:55:04.3198218Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:55:04.3198922Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:55:04.3199745Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:55:04.3200468Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:55:04.3201193Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:55:04.3201943Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:55:04.3202672Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:55:04.3203383Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:55:04.3204156Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:55:04.3204975Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:55:04.3205828Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:55:04.3206700Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:55:04.3207588Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:55:04.3208469Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:55:04.3209315Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:55:04.3210141Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:55:04.3211020Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:55:04.3212058Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:55:04.3212899Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:55:04.3213743Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:55:04.3214635Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:55:04.3215576Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:55:04.3216471Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:55:04.3217223Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:55:04.3217915Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:55:04.3218629Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:55:04.3219449Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:55:04.3220166Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:55:04.3220785Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:55:04.3221364Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:55:04.3221948Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:55:04.3222561Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:55:04.3223317Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:55:04.3223893Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:55:04.3224477Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:55:04.3225087Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:55:04.3225681Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:55:04.3226282Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:55:04.3226848Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:55:04.3227468Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:55:04.3228141Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:55:04.3228727Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:55:04.3229244Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:55:04.3229776Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:55:04.3230339Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:55:04.3230938Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:55:04.3231571Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:55:04.3232102Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:55:04.3232542Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:55:04.3233004Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:55:04.3233399Z adding 'executorch/schema/program.fbs' 2025-06-05T23:55:04.3233783Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:55:04.3234217Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:55:04.3234713Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:55:04.3235128Z adding 'executorch/util/collect_env.py' 2025-06-05T23:55:04.3235518Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:55:04.3235996Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:55:04.3236510Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:55:04.3236976Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:55:04.3237471Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:55:04.3238022Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:55:04.3238509Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:55:04.3238943Z removing pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:55:04.3239821Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:55:04.3240964Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl size=9987128 sha256=6e73c86c497be77822c9fc64fa744d8d5da0ffba4ea535dca1e66169f3473346 2025-06-05T23:55:04.3242413Z Stored in directory: /tmp/pip-ephem-wheel-cache-l84k496t/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:55:04.3243190Z Successfully built executorch 2025-06-05T23:55:08.9100729Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:55:08.9101870Z [?25l 2025-06-05T23:55:08.9102593Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:55:08.9102943Z 2025-06-05T23:55:08.9103252Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:55:08.9103570Z 2025-06-05T23:55:08.9103987Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:08.9104519Z  Attempting uninstall: pytest 2025-06-05T23:55:08.9105090Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:08.9105642Z  Found existing installation: pytest 7.2.0 2025-06-05T23:55:08.9106412Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:08.9106926Z  Uninstalling pytest-7.2.0: 2025-06-05T23:55:08.9107474Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:08.9108156Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9108814Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:55:08.9109493Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9110105Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:55:08.9110774Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9111682Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:55:08.9112597Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9113278Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9114048Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:55:08.9114858Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9115608Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:55:08.9116370Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9117226Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-06-05T23:55:08.9118079Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9118863Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:55:08.9119771Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9120299Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:55:08.9120995Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9121660Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9122290Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:55:08.9122945Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9123543Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:55:08.9124190Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:08.9124980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━  8/11 [pytest-rerunfailures] 2025-06-05T23:55:08.9125713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:08.9126390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:08.9127102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:08.9127786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:08.9128459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:08.9129139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:08.9129835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:08.9130520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:08.9131199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:08.9131885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:08.9132562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:08.9133222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:08.9133895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:08.9134563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:08.9135245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:08.9135919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:08.9136576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:08.9137327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:08.9138002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:08.9138659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:20.4353927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:20.4355014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:20.4356099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:20.4356852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:20.4357617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:20.4358350Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:55:20.4359090Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:20.4359915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:55:20.4360409Z [?25h 2025-06-05T23:55:20.4361785Z Successfully installed cattrs-25.1.1 coremltools-8.3.0 execnet-2.1.1 executorch-0.7.0a0+bd57234 flatbuffers-25.2.10 protobuf-6.31.1 pyaml-25.5.0 pytest-8.4.0 pytest-rerunfailures-15.1 pytest-xdist-3.7.0 tabulate-0.9.0 2025-06-05T23:55:20.4363108Z + pip list 2025-06-05T23:55:20.4363492Z Package Version Build Editable project location 2025-06-05T23:55:20.4364075Z ----------------------------- ------------------ ----- ----------------------------------- 2025-06-05T23:55:20.4364610Z aiohappyeyeballs 2.6.1 2025-06-05T23:55:20.4364945Z aiohttp 3.12.9 2025-06-05T23:55:20.4365341Z aiosignal 1.3.2 2025-06-05T23:55:20.4365658Z alabaster 0.7.16 2025-06-05T23:55:20.4366072Z antlr4-python3-runtime 4.9.3 2025-06-05T23:55:20.4366393Z async-timeout 5.0.1 2025-06-05T23:55:20.4366780Z attrs 25.3.0 2025-06-05T23:55:20.4367074Z babel 2.17.0 2025-06-05T23:55:20.4367469Z beautifulsoup4 4.13.4 2025-06-05T23:55:20.4367781Z blobfile 3.0.0 2025-06-05T23:55:20.4368118Z breathe 4.34.0 2025-06-05T23:55:20.4368478Z bs4 0.0.2 2025-06-05T23:55:20.4368782Z cattrs 25.1.1 2025-06-05T23:55:20.4369158Z certifi 2025.4.26 2025-06-05T23:55:20.4369499Z charset-normalizer 3.4.2 2025-06-05T23:55:20.4369890Z cmake 3.31.6 2025-06-05T23:55:20.4370189Z contourpy 1.3.2 2025-06-05T23:55:20.4370568Z coremltools 8.3.0 2025-06-05T23:55:20.4371069Z coverage 7.8.2 2025-06-05T23:55:20.4371456Z cycler 0.12.1 2025-06-05T23:55:20.4371755Z datasets 3.6.0 2025-06-05T23:55:20.4372110Z dill 0.3.8 2025-06-05T23:55:20.4372438Z docutils 0.16 2025-06-05T23:55:20.4372761Z exceptiongroup 1.3.0 2025-06-05T23:55:20.4373216Z execnet 2.1.1 2025-06-05T23:55:20.4373556Z executorch 0.7.0a0+bd57234 2025-06-05T23:55:20.4373984Z exhale 0.2.3 2025-06-05T23:55:20.4374407Z expecttest 0.1.6 2025-06-05T23:55:20.4374765Z filelock 3.18.0 2025-06-05T23:55:20.4375092Z flatbuffers 25.2.10 2025-06-05T23:55:20.4375482Z fonttools 4.58.1 2025-06-05T23:55:20.4375795Z frozenlist 1.6.2 2025-06-05T23:55:20.4376172Z fsspec 2025.3.0 2025-06-05T23:55:20.4376505Z hf_transfer 0.1.9 2025-06-05T23:55:20.4376890Z hf-xet 1.1.3 2025-06-05T23:55:20.4377195Z huggingface-hub 0.32.4 2025-06-05T23:55:20.4377539Z hypothesis 6.84.2 2025-06-05T23:55:20.4377901Z idna 3.10 2025-06-05T23:55:20.4378207Z imagesize 1.4.1 2025-06-05T23:55:20.4378591Z iniconfig 2.1.0 2025-06-05T23:55:20.4378905Z Jinja2 3.1.6 2025-06-05T23:55:20.4379276Z kagglehub 0.3.12 2025-06-05T23:55:20.4379606Z kiwisolver 1.4.8 2025-06-05T23:55:20.4379956Z lxml 5.4.0 2025-06-05T23:55:20.4380326Z markdown-it-py 2.2.0 2025-06-05T23:55:20.4380641Z MarkupSafe 3.0.2 2025-06-05T23:55:20.4381038Z matplotlib 3.10.3 2025-06-05T23:55:20.4381358Z mdit-py-plugins 0.3.5 2025-06-05T23:55:20.4381754Z mdurl 0.1.2 2025-06-05T23:55:20.4382058Z mpmath 1.3.0 2025-06-05T23:55:20.4382448Z multidict 6.4.4 2025-06-05T23:55:20.4382760Z multiprocess 0.70.16 2025-06-05T23:55:20.4383172Z myst-parser 0.18.1 2025-06-05T23:55:20.4383498Z networkx 3.4.2 2025-06-05T23:55:20.4383805Z numpy 2.2.6 2025-06-05T23:55:20.4384207Z nvidia-cublas-cu12 12.1.3.1 2025-06-05T23:55:20.4384553Z nvidia-cuda-cupti-cu12 12.1.105 2025-06-05T23:55:20.4384996Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-06-05T23:55:20.4385349Z nvidia-cuda-runtime-cu12 12.1.105 2025-06-05T23:55:20.4385787Z nvidia-cudnn-cu12 9.1.0.70 2025-06-05T23:55:20.4386119Z nvidia-cufft-cu12 11.0.2.54 2025-06-05T23:55:20.4386557Z nvidia-curand-cu12 10.3.2.106 2025-06-05T23:55:20.4386909Z nvidia-cusolver-cu12 11.4.5.107 2025-06-05T23:55:20.4387358Z nvidia-cusparse-cu12 12.1.0.106 2025-06-05T23:55:20.4387717Z nvidia-nccl-cu12 2.20.5 2025-06-05T23:55:20.4388123Z nvidia-nvjitlink-cu12 12.9.41 2025-06-05T23:55:20.4388467Z nvidia-nvtx-cu12 12.1.105 2025-06-05T23:55:20.4388871Z omegaconf 2.3.0 2025-06-05T23:55:20.4389189Z packaging 25.0 2025-06-05T23:55:20.4389565Z pandas 2.2.3 2025-06-05T23:55:20.4389884Z parameterized 0.9.0 2025-06-05T23:55:20.4390189Z pillow 11.2.1 2025-06-05T23:55:20.4390584Z pip 25.1 2025-06-05T23:55:20.4390897Z pluggy 1.6.0 2025-06-05T23:55:20.4391196Z propcache 0.3.1 2025-06-05T23:55:20.4391516Z protobuf 6.31.1 2025-06-05T23:55:20.4391894Z psutil 7.0.0 2025-06-05T23:55:20.4392202Z pyaml 25.5.0 2025-06-05T23:55:20.4392505Z pyarrow 20.0.0 2025-06-05T23:55:20.4392822Z pycryptodomex 3.23.0 2025-06-05T23:55:20.4393259Z Pygments 2.19.1 2025-06-05T23:55:20.4393580Z pyparsing 3.2.3 2025-06-05T23:55:20.4393904Z pytest 8.4.0 2025-06-05T23:55:20.4394284Z pytest-cov 4.1.0 2025-06-05T23:55:20.4394615Z pytest-rerunfailures 15.1 2025-06-05T23:55:20.4394931Z pytest-xdist 3.7.0 2025-06-05T23:55:20.4395268Z python-dateutil 2.9.0.post0 2025-06-05T23:55:20.4395761Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:55:20.4396343Z pytorch_tokenizers 0.1.0 2025-06-05T23:55:20.4396653Z pytz 2025.2 2025-06-05T23:55:20.4396969Z PyYAML 6.0.1 2025-06-05T23:55:20.4397271Z regex 2024.11.6 2025-06-05T23:55:20.4397597Z requests 2.32.3 2025-06-05T23:55:20.4398007Z ruamel.yaml 0.17.32 2025-06-05T23:55:20.4398330Z ruamel.yaml.clib 0.2.12 2025-06-05T23:55:20.4398661Z safetensors 0.5.3 2025-06-05T23:55:20.4398972Z sentencepiece 0.2.0 2025-06-05T23:55:20.4399296Z setuptools 78.1.1 2025-06-05T23:55:20.4399702Z six 1.17.0 2025-06-05T23:55:20.4400029Z snowballstemmer 3.0.1 2025-06-05T23:55:20.4400349Z sortedcontainers 2.4.0 2025-06-05T23:55:20.4400679Z soupsieve 2.7 2025-06-05T23:55:20.4400982Z Sphinx 5.3.0 2025-06-05T23:55:20.4401315Z sphinx-copybutton 0.5.0 2025-06-05T23:55:20.4401639Z sphinx_design 0.4.1 2025-06-05T23:55:20.4401948Z sphinx-gallery 0.14.0 2025-06-05T23:55:20.4402279Z sphinx_reredirects 0.1.4 2025-06-05T23:55:20.4402606Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:55:20.4402952Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:55:20.4403283Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:55:20.4403639Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:55:20.4403970Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:55:20.4404328Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:55:20.4404667Z sympy 1.14.0 2025-06-05T23:55:20.4405065Z tabulate 0.9.0 2025-06-05T23:55:20.4405377Z tiktoken 0.9.0 2025-06-05T23:55:20.4405669Z timm 1.0.7 2025-06-05T23:55:20.4405982Z tokenizers 0.21.1 2025-06-05T23:55:20.4406283Z tomli 2.0.1 2025-06-05T23:55:20.4406624Z torch 2.8.0a0+git5616fa4 2025-06-05T23:55:20.4406995Z torchao 0.12.0+gitbc68b11 2025-06-05T23:55:20.4407376Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:55:20.4407716Z torchdata 0.11.0 2025-06-05T23:55:20.4408031Z torchsr 1.0.4 2025-06-05T23:55:20.4408340Z torchtune 0.6.1 2025-06-05T23:55:20.4408675Z torchvision 0.22.0a0+966da7e 2025-06-05T23:55:20.4409025Z tqdm 4.67.1 2025-06-05T23:55:20.4409327Z transformers 4.47.1 2025-06-05T23:55:20.4409673Z triton 3.0.0 1 2025-06-05T23:55:20.4410025Z typing_extensions 4.14.0 2025-06-05T23:55:20.4410349Z tzdata 2025.2 2025-06-05T23:55:20.4410648Z urllib3 2.4.0 2025-06-05T23:55:20.4410956Z wheel 0.45.1 2025-06-05T23:55:20.4411263Z xxhash 3.5.0 2025-06-05T23:55:20.4411562Z yarl 1.20.0 2025-06-05T23:55:20.4411870Z zstd 1.5.5.1 2025-06-05T23:55:20.4412216Z + .ci/scripts/setup-arm-baremetal-tools.sh 2025-06-05T23:55:20.4412723Z [main] Using root dir /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:55:20.4413214Z [setup_fvp] Downloading FVP corstone300... 2025-06-05T23:55:20.4413828Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:55:20.4414347Z Dload Upload Total Spent Left Speed 2025-06-05T23:55:20.4414655Z 2025-06-05T23:55:20.4414807Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:55:20.4415227Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:55:20.4415654Z 26 80.1M 26 21.0M 0 0 18.0M 0 0:00:04 0:00:01 0:00:03 18.0M 2025-06-05T23:55:20.4416107Z 61 80.1M 61 49.3M 0 0 23.0M 0 0:00:03 0:00:02 0:00:01 23.0M 2025-06-05T23:55:20.4416637Z 75 80.1M 75 60.1M 0 0 18.7M 0 0:00:04 0:00:03 0:00:01 18.7M 2025-06-05T23:55:20.4417086Z 95 80.1M 95 76.1M 0 0 18.3M 0 0:00:04 0:00:04 --:--:-- 18.3M 2025-06-05T23:55:20.4417553Z 100 80.1M 100 80.1M 0 0 17.2M 0 0:00:04 0:00:04 --:--:-- 17.8M 2025-06-05T23:55:20.4417982Z [setup_fvp] Installing FVP corstone300... 2025-06-05T23:55:20.4418476Z [setup_fvp] Downloading FVP corstone320... 2025-06-05T23:55:20.4418955Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:55:20.4419482Z Dload Upload Total Spent Left Speed 2025-06-05T23:55:20.4419769Z 2025-06-05T23:55:20.4419912Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:55:20.4420358Z 10 113M 10 12.1M 0 0 13.6M 0 0:00:08 --:--:-- 0:00:08 13.6M 2025-06-05T23:55:45.7272032Z 29 113M 29 33.7M 0 0 17.9M 0 0:00:06 0:00:01 0:00:05 17.9M 2025-06-05T23:55:45.7272636Z 49 113M 49 55.7M 0 0 18.2M 0 0:00:06 0:00:03 0:00:03 18.2M 2025-06-05T23:55:45.7273458Z 75 113M 75 85.1M 0 0 21.9M 0 0:00:05 0:00:03 0:00:02 21.9M 2025-06-05T23:55:45.7274111Z 100 113M 100 113M 0 0 24.3M 0 0:00:04 0:00:04 --:--:-- 24.3M 2025-06-05T23:55:45.7274568Z [setup_fvp] Installing FVP corstone320... 2025-06-05T23:55:45.7274993Z [setup_toolchain] Downloading toolchain ... 2025-06-05T23:55:45.7275501Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:55:45.7276284Z Dload Upload Total Spent Left Speed 2025-06-05T23:55:45.7276800Z 2025-06-05T23:55:45.7277073Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:55:45.7277625Z 0 140M 0 191k 0 0 304k 0 0:07:52 --:--:-- 0:07:52 303k 2025-06-05T23:55:45.7278091Z 5 140M 5 8208k 0 0 5200k 0 0:00:27 0:00:01 0:00:26 5198k 2025-06-05T23:55:45.7278571Z 17 140M 17 24.0M 0 0 9479k 0 0:00:15 0:00:02 0:00:13 9476k 2025-06-05T23:55:45.7279012Z 30 140M 30 42.9M 0 0 12.0M 0 0:00:11 0:00:03 0:00:08 12.0M 2025-06-05T23:55:45.7279583Z 43 140M 43 61.3M 0 0 13.4M 0 0:00:10 0:00:04 0:00:06 13.3M 2025-06-05T23:55:45.7280097Z 53 140M 53 75.1M 0 0 13.4M 0 0:00:10 0:00:05 0:00:05 15.1M 2025-06-05T23:55:45.7280536Z 63 140M 63 89.0M 0 0 13.5M 0 0:00:10 0:00:06 0:00:04 16.2M 2025-06-05T23:55:45.7280997Z 74 140M 74 104M 0 0 13.6M 0 0:00:10 0:00:07 0:00:03 15.9M 2025-06-05T23:55:45.7281460Z 84 140M 84 118M 0 0 13.7M 0 0:00:10 0:00:08 0:00:02 15.0M 2025-06-05T23:55:45.7281906Z 93 140M 93 132M 0 0 13.7M 0 0:00:10 0:00:09 0:00:01 14.1M 2025-06-05T23:55:45.7282384Z 100 140M 100 140M 0 0 13.8M 0 0:00:10 0:00:10 --:--:-- 14.4M 2025-06-05T23:55:45.7282828Z [setup_toolchain] Installing toolchain ... 2025-06-05T23:55:45.7283502Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-05T23:55:45.7284155Z Cloning into 'reference_model'... 2025-06-05T23:55:45.7284776Z remote: Enumerating objects: 11605, done. 2025-06-05T23:55:45.7285217Z remote: Counting objects: 1% (1/84) 2025-06-05T23:55:45.7285905Z remote: Counting objects: 2% (2/84) 2025-06-05T23:55:45.7286328Z remote: Counting objects: 3% (3/84) 2025-06-05T23:55:45.7286729Z remote: Counting objects: 4% (4/84) 2025-06-05T23:55:45.7287136Z remote: Counting objects: 5% (5/84) 2025-06-05T23:55:45.7287534Z remote: Counting objects: 7% (6/84) 2025-06-05T23:55:45.7287949Z remote: Counting objects: 8% (7/84) 2025-06-05T23:55:45.7288418Z remote: Counting objects: 9% (8/84) 2025-06-05T23:55:45.7288937Z remote: Counting objects: 10% (9/84) 2025-06-05T23:55:45.7289436Z remote: Counting objects: 11% (10/84) 2025-06-05T23:55:45.7290007Z remote: Counting objects: 13% (11/84) 2025-06-05T23:55:45.7290431Z remote: Counting objects: 14% (12/84) 2025-06-05T23:55:45.7290837Z remote: Counting objects: 15% (13/84) 2025-06-05T23:55:45.7291258Z remote: Counting objects: 16% (14/84) 2025-06-05T23:55:45.7291658Z remote: Counting objects: 17% (15/84) 2025-06-05T23:55:45.7292075Z remote: Counting objects: 19% (16/84) 2025-06-05T23:55:45.7292487Z remote: Counting objects: 20% (17/84) 2025-06-05T23:55:45.7292902Z remote: Counting objects: 21% (18/84) 2025-06-05T23:55:45.7293319Z remote: Counting objects: 22% (19/84) 2025-06-05T23:55:45.7293721Z remote: Counting objects: 23% (20/84) 2025-06-05T23:55:45.7294136Z remote: Counting objects: 25% (21/84) 2025-06-05T23:55:45.7294540Z remote: Counting objects: 26% (22/84) 2025-06-05T23:55:45.7294956Z remote: Counting objects: 27% (23/84) 2025-06-05T23:55:45.7295360Z remote: Counting objects: 28% (24/84) 2025-06-05T23:55:45.7295777Z remote: Counting objects: 29% (25/84) 2025-06-05T23:55:45.7296180Z remote: Counting objects: 30% (26/84) 2025-06-05T23:55:45.7296743Z remote: Counting objects: 32% (27/84) 2025-06-05T23:55:45.7297149Z remote: Counting objects: 33% (28/84) 2025-06-05T23:55:45.7297567Z remote: Counting objects: 34% (29/84) 2025-06-05T23:55:45.7297988Z remote: Counting objects: 35% (30/84) 2025-06-05T23:55:45.7298397Z remote: Counting objects: 36% (31/84) 2025-06-05T23:55:45.7298814Z remote: Counting objects: 38% (32/84) 2025-06-05T23:55:45.7299212Z remote: Counting objects: 39% (33/84) 2025-06-05T23:55:45.7299624Z remote: Counting objects: 40% (34/84) 2025-06-05T23:55:45.7300023Z remote: Counting objects: 41% (35/84) 2025-06-05T23:55:45.7300438Z remote: Counting objects: 42% (36/84) 2025-06-05T23:55:45.7300842Z remote: Counting objects: 44% (37/84) 2025-06-05T23:55:45.7301257Z remote: Counting objects: 45% (38/84) 2025-06-05T23:55:45.7301675Z remote: Counting objects: 46% (39/84) 2025-06-05T23:55:45.7302078Z remote: Counting objects: 47% (40/84) 2025-06-05T23:55:45.7302492Z remote: Counting objects: 48% (41/84) 2025-06-05T23:55:45.7302896Z remote: Counting objects: 50% (42/84) 2025-06-05T23:55:45.7303311Z remote: Counting objects: 51% (43/84) 2025-06-05T23:55:45.7303714Z remote: Counting objects: 52% (44/84) 2025-06-05T23:55:45.7304126Z remote: Counting objects: 53% (45/84) 2025-06-05T23:55:45.7304532Z remote: Counting objects: 54% (46/84) 2025-06-05T23:55:45.7304946Z remote: Counting objects: 55% (47/84) 2025-06-05T23:55:45.7305364Z remote: Counting objects: 57% (48/84) 2025-06-05T23:55:45.7305766Z remote: Counting objects: 58% (49/84) 2025-06-05T23:55:45.7306182Z remote: Counting objects: 59% (50/84) 2025-06-05T23:55:45.7306585Z remote: Counting objects: 60% (51/84) 2025-06-05T23:55:45.7306999Z remote: Counting objects: 61% (52/84) 2025-06-05T23:55:45.7307423Z remote: Counting objects: 63% (53/84) 2025-06-05T23:55:45.7307849Z remote: Counting objects: 64% (54/84) 2025-06-05T23:55:45.7308254Z remote: Counting objects: 65% (55/84) 2025-06-05T23:55:45.7308673Z remote: Counting objects: 66% (56/84) 2025-06-05T23:55:45.7309081Z remote: Counting objects: 67% (57/84) 2025-06-05T23:55:45.7309505Z remote: Counting objects: 69% (58/84) 2025-06-05T23:55:45.7309912Z remote: Counting objects: 70% (59/84) 2025-06-05T23:55:45.7310634Z remote: Counting objects: 71% (60/84) 2025-06-05T23:55:45.7311170Z remote: Counting objects: 72% (61/84) 2025-06-05T23:55:45.7311576Z remote: Counting objects: 73% (62/84) 2025-06-05T23:55:45.7312017Z remote: Counting objects: 75% (63/84) 2025-06-05T23:55:45.7312507Z remote: Counting objects: 76% (64/84) 2025-06-05T23:55:45.7312931Z remote: Counting objects: 77% (65/84) 2025-06-05T23:55:45.7313338Z remote: Counting objects: 78% (66/84) 2025-06-05T23:55:45.7313798Z remote: Counting objects: 79% (67/84) 2025-06-05T23:55:45.7314288Z remote: Counting objects: 80% (68/84) 2025-06-05T23:55:45.7314707Z remote: Counting objects: 82% (69/84) 2025-06-05T23:55:45.7315131Z remote: Counting objects: 83% (70/84) 2025-06-05T23:55:45.7315612Z remote: Counting objects: 84% (71/84) 2025-06-05T23:55:45.7316027Z remote: Counting objects: 85% (72/84) 2025-06-05T23:55:45.7316472Z remote: Counting objects: 86% (73/84) 2025-06-05T23:55:45.7316888Z remote: Counting objects: 88% (74/84) 2025-06-05T23:55:45.7317369Z remote: Counting objects: 89% (75/84) 2025-06-05T23:55:45.7317790Z remote: Counting objects: 90% (76/84) 2025-06-05T23:55:45.7318196Z remote: Counting objects: 91% (77/84) 2025-06-05T23:55:45.7318607Z remote: Counting objects: 92% (78/84) 2025-06-05T23:55:45.7319043Z remote: Counting objects: 94% (79/84) 2025-06-05T23:55:45.7319562Z remote: Counting objects: 95% (80/84) 2025-06-05T23:55:45.7319978Z remote: Counting objects: 96% (81/84) 2025-06-05T23:55:45.7320380Z remote: Counting objects: 97% (82/84) 2025-06-05T23:55:45.7320795Z remote: Counting objects: 98% (83/84) 2025-06-05T23:55:45.7321201Z remote: Counting objects: 100% (84/84) 2025-06-05T23:55:45.7321648Z remote: Counting objects: 100% (84/84), done. 2025-06-05T23:55:45.7322101Z remote: Compressing objects: 2% (1/37) 2025-06-05T23:55:45.7322548Z remote: Compressing objects: 5% (2/37) 2025-06-05T23:55:45.7322972Z remote: Compressing objects: 8% (3/37) 2025-06-05T23:55:45.7323411Z remote: Compressing objects: 10% (4/37) 2025-06-05T23:55:45.7323847Z remote: Compressing objects: 13% (5/37) 2025-06-05T23:55:45.7324270Z remote: Compressing objects: 16% (6/37) 2025-06-05T23:55:45.7324796Z remote: Compressing objects: 18% (7/37) 2025-06-05T23:55:45.7325217Z remote: Compressing objects: 21% (8/37) 2025-06-05T23:55:45.7325649Z remote: Compressing objects: 24% (9/37) 2025-06-05T23:55:45.7326079Z remote: Compressing objects: 27% (10/37) 2025-06-05T23:55:45.7326524Z remote: Compressing objects: 29% (11/37) 2025-06-05T23:55:45.7326964Z remote: Compressing objects: 32% (12/37) 2025-06-05T23:55:45.7335332Z remote: Compressing objects: 35% (13/37) 2025-06-05T23:55:45.7335813Z remote: Compressing objects: 37% (14/37) 2025-06-05T23:55:45.7336267Z remote: Compressing objects: 40% (15/37) 2025-06-05T23:55:45.7336700Z remote: Compressing objects: 43% (16/37) 2025-06-05T23:55:45.7337147Z remote: Compressing objects: 45% (17/37) 2025-06-05T23:55:45.7337593Z remote: Compressing objects: 48% (18/37) 2025-06-05T23:55:45.7338033Z remote: Compressing objects: 51% (19/37) 2025-06-05T23:55:45.7338459Z remote: Compressing objects: 54% (20/37) 2025-06-05T23:55:45.7338901Z remote: Compressing objects: 56% (21/37) 2025-06-05T23:55:45.7339341Z remote: Compressing objects: 59% (22/37) 2025-06-05T23:55:45.7339771Z remote: Compressing objects: 62% (23/37) 2025-06-05T23:55:45.7340218Z remote: Compressing objects: 64% (24/37) 2025-06-05T23:55:45.7340646Z remote: Compressing objects: 67% (25/37) 2025-06-05T23:55:45.7341099Z remote: Compressing objects: 70% (26/37) 2025-06-05T23:55:45.7341528Z remote: Compressing objects: 72% (27/37) 2025-06-05T23:55:45.7341971Z remote: Compressing objects: 75% (28/37) 2025-06-05T23:55:45.7342401Z remote: Compressing objects: 78% (29/37) 2025-06-05T23:55:45.7342879Z remote: Compressing objects: 81% (30/37) 2025-06-05T23:55:45.7343489Z remote: Compressing objects: 83% (31/37) 2025-06-05T23:55:45.7344114Z remote: Compressing objects: 86% (32/37) 2025-06-05T23:55:45.7344564Z remote: Compressing objects: 89% (33/37) 2025-06-05T23:55:45.7344992Z remote: Compressing objects: 91% (34/37) 2025-06-05T23:55:45.7345438Z remote: Compressing objects: 94% (35/37) 2025-06-05T23:55:45.7345867Z remote: Compressing objects: 97% (36/37) 2025-06-05T23:55:45.7346309Z remote: Compressing objects: 100% (37/37) 2025-06-05T23:55:45.7346764Z remote: Compressing objects: 100% (37/37), done. 2025-06-05T23:55:45.7347233Z Receiving objects: 0% (1/11605) 2025-06-05T23:55:45.7347566Z Receiving objects: 1% (117/11605) 2025-06-05T23:55:45.7347883Z Receiving objects: 2% (233/11605) 2025-06-05T23:55:45.7348208Z Receiving objects: 3% (349/11605) 2025-06-05T23:55:45.7348520Z Receiving objects: 4% (465/11605) 2025-06-05T23:55:45.7348843Z Receiving objects: 5% (581/11605) 2025-06-05T23:55:45.7349154Z Receiving objects: 6% (697/11605) 2025-06-05T23:55:45.7349482Z Receiving objects: 7% (813/11605) 2025-06-05T23:55:45.7349791Z Receiving objects: 8% (929/11605) 2025-06-05T23:55:45.7350118Z Receiving objects: 9% (1045/11605) 2025-06-05T23:55:45.7350436Z Receiving objects: 10% (1161/11605) 2025-06-05T23:55:45.7350765Z Receiving objects: 11% (1277/11605) 2025-06-05T23:55:45.7351094Z Receiving objects: 12% (1393/11605) 2025-06-05T23:55:45.7351408Z Receiving objects: 13% (1509/11605) 2025-06-05T23:55:45.7351735Z Receiving objects: 14% (1625/11605) 2025-06-05T23:55:45.7352050Z Receiving objects: 15% (1741/11605) 2025-06-05T23:55:45.7352384Z Receiving objects: 16% (1857/11605) 2025-06-05T23:55:45.7352701Z Receiving objects: 17% (1973/11605) 2025-06-05T23:55:45.7353030Z Receiving objects: 18% (2089/11605) 2025-06-05T23:55:45.7353345Z Receiving objects: 19% (2205/11605) 2025-06-05T23:55:45.7353675Z Receiving objects: 20% (2321/11605) 2025-06-05T23:55:45.7353984Z Receiving objects: 21% (2438/11605) 2025-06-05T23:55:45.7354309Z Receiving objects: 22% (2554/11605) 2025-06-05T23:55:45.7354921Z Receiving objects: 23% (2670/11605) 2025-06-05T23:55:45.7355244Z Receiving objects: 24% (2786/11605) 2025-06-05T23:55:45.7355574Z Receiving objects: 25% (2902/11605) 2025-06-05T23:55:45.7355888Z Receiving objects: 26% (3018/11605) 2025-06-05T23:55:45.7356219Z Receiving objects: 27% (3134/11605) 2025-06-05T23:55:45.7356532Z Receiving objects: 28% (3250/11605) 2025-06-05T23:55:45.7356862Z Receiving objects: 29% (3366/11605) 2025-06-05T23:55:45.7357173Z Receiving objects: 30% (3482/11605) 2025-06-05T23:55:45.7357506Z Receiving objects: 31% (3598/11605) 2025-06-05T23:55:46.3581770Z Receiving objects: 32% (3714/11605) 2025-06-05T23:55:46.3582776Z Receiving objects: 33% (3830/11605) 2025-06-05T23:55:46.3583527Z Receiving objects: 34% (3946/11605) 2025-06-05T23:55:46.3584109Z Receiving objects: 35% (4062/11605) 2025-06-05T23:55:46.3584617Z Receiving objects: 36% (4178/11605) 2025-06-05T23:55:46.3585342Z Receiving objects: 37% (4294/11605) 2025-06-05T23:55:46.3585773Z Receiving objects: 38% (4410/11605) 2025-06-05T23:55:46.3586187Z Receiving objects: 39% (4526/11605) 2025-06-05T23:55:46.3586527Z Receiving objects: 40% (4642/11605) 2025-06-05T23:55:46.3586899Z Receiving objects: 41% (4759/11605) 2025-06-05T23:55:46.3587473Z Receiving objects: 42% (4875/11605) 2025-06-05T23:55:46.3587890Z Receiving objects: 43% (4991/11605) 2025-06-05T23:55:46.3588360Z Receiving objects: 44% (5107/11605) 2025-06-05T23:55:46.3589058Z Receiving objects: 45% (5223/11605) 2025-06-05T23:55:46.3589508Z Receiving objects: 46% (5339/11605) 2025-06-05T23:55:46.3589843Z Receiving objects: 47% (5455/11605) 2025-06-05T23:55:46.3590494Z Receiving objects: 48% (5571/11605) 2025-06-05T23:55:46.3590945Z Receiving objects: 49% (5687/11605) 2025-06-05T23:55:46.3591337Z Receiving objects: 50% (5803/11605) 2025-06-05T23:55:46.3592128Z Receiving objects: 51% (5919/11605) 2025-06-05T23:55:46.3592503Z Receiving objects: 52% (6035/11605) 2025-06-05T23:55:46.3592833Z Receiving objects: 53% (6151/11605) 2025-06-05T23:55:46.3594042Z Receiving objects: 54% (6267/11605) 2025-06-05T23:55:46.3594400Z Receiving objects: 55% (6383/11605) 2025-06-05T23:55:46.3594715Z Receiving objects: 56% (6499/11605) 2025-06-05T23:55:46.3595044Z Receiving objects: 57% (6615/11605) 2025-06-05T23:55:46.3595776Z Receiving objects: 58% (6731/11605) 2025-06-05T23:55:46.3596170Z Receiving objects: 59% (6847/11605) 2025-06-05T23:55:46.3596636Z Receiving objects: 60% (6963/11605) 2025-06-05T23:55:46.3596966Z Receiving objects: 61% (7080/11605) 2025-06-05T23:55:46.3597471Z Receiving objects: 62% (7196/11605) 2025-06-05T23:55:46.3597783Z Receiving objects: 63% (7312/11605) 2025-06-05T23:55:46.3598107Z Receiving objects: 64% (7428/11605) 2025-06-05T23:55:46.3598417Z Receiving objects: 65% (7544/11605) 2025-06-05T23:55:46.3598745Z Receiving objects: 66% (7660/11605) 2025-06-05T23:55:46.3599056Z Receiving objects: 67% (7776/11605) 2025-06-05T23:55:46.3599475Z Receiving objects: 68% (7892/11605) 2025-06-05T23:55:46.3599796Z Receiving objects: 69% (8008/11605) 2025-06-05T23:55:46.3600123Z Receiving objects: 70% (8124/11605) 2025-06-05T23:55:46.3600435Z Receiving objects: 71% (8240/11605) 2025-06-05T23:55:46.3600761Z Receiving objects: 72% (8356/11605) 2025-06-05T23:55:46.3601083Z Receiving objects: 73% (8472/11605) 2025-06-05T23:55:46.3601395Z Receiving objects: 74% (8588/11605) 2025-06-05T23:55:46.3601722Z Receiving objects: 75% (8704/11605) 2025-06-05T23:55:46.3602036Z Receiving objects: 76% (8820/11605) 2025-06-05T23:55:46.3602360Z Receiving objects: 77% (8936/11605) 2025-06-05T23:55:46.3602682Z Receiving objects: 78% (9052/11605) 2025-06-05T23:55:46.3603007Z Receiving objects: 79% (9168/11605) 2025-06-05T23:55:46.3603321Z Receiving objects: 80% (9284/11605) 2025-06-05T23:55:46.3604041Z Receiving objects: 81% (9401/11605) 2025-06-05T23:55:46.3604419Z Receiving objects: 82% (9517/11605) 2025-06-05T23:55:46.3604842Z Receiving objects: 83% (9633/11605) 2025-06-05T23:55:46.3605173Z Receiving objects: 84% (9749/11605) 2025-06-05T23:55:46.3605501Z Receiving objects: 85% (9865/11605) 2025-06-05T23:55:46.3605826Z Receiving objects: 86% (9981/11605) 2025-06-05T23:55:46.3606145Z Receiving objects: 87% (10097/11605) 2025-06-05T23:55:46.3606483Z Receiving objects: 88% (10213/11605) 2025-06-05T23:55:46.3606804Z Receiving objects: 89% (10329/11605) 2025-06-05T23:55:46.3607144Z Receiving objects: 90% (10445/11605) 2025-06-05T23:55:46.3607465Z Receiving objects: 91% (10561/11605) 2025-06-05T23:55:46.3607802Z Receiving objects: 92% (10677/11605) 2025-06-05T23:55:46.3608143Z Receiving objects: 93% (10793/11605) 2025-06-05T23:55:46.3608464Z Receiving objects: 94% (10909/11605) 2025-06-05T23:55:46.3608794Z Receiving objects: 95% (11025/11605) 2025-06-05T23:55:46.3609112Z Receiving objects: 96% (11141/11605) 2025-06-05T23:55:46.3609442Z Receiving objects: 97% (11257/11605) 2025-06-05T23:55:46.3609760Z Receiving objects: 98% (11373/11605) 2025-06-05T23:55:46.3610537Z remote: Total 11605 (delta 48), reused 76 (delta 45), pack-reused 11521 (from 1) 2025-06-05T23:55:46.3611048Z Receiving objects: 99% (11489/11605) 2025-06-05T23:55:46.3611383Z Receiving objects: 100% (11605/11605) 2025-06-05T23:55:46.3611815Z Receiving objects: 100% (11605/11605), 4.02 MiB | 8.62 MiB/s, done. 2025-06-05T23:55:46.3612255Z Resolving deltas: 0% (0/9212) 2025-06-05T23:55:46.3612571Z Resolving deltas: 1% (93/9212) 2025-06-05T23:55:46.3612880Z Resolving deltas: 2% (185/9212) 2025-06-05T23:55:46.3613202Z Resolving deltas: 3% (277/9212) 2025-06-05T23:55:46.3613507Z Resolving deltas: 4% (370/9212) 2025-06-05T23:55:46.3613838Z Resolving deltas: 5% (461/9212) 2025-06-05T23:55:46.3614153Z Resolving deltas: 6% (553/9212) 2025-06-05T23:55:46.3614449Z Resolving deltas: 7% (645/9212) 2025-06-05T23:55:46.3614761Z Resolving deltas: 8% (738/9212) 2025-06-05T23:55:46.3615060Z Resolving deltas: 9% (830/9212) 2025-06-05T23:55:46.3615371Z Resolving deltas: 10% (922/9212) 2025-06-05T23:55:46.3615673Z Resolving deltas: 11% (1014/9212) 2025-06-05T23:55:46.3616137Z Resolving deltas: 12% (1106/9212) 2025-06-05T23:55:46.3616452Z Resolving deltas: 13% (1198/9212) 2025-06-05T23:55:46.3616772Z Resolving deltas: 14% (1290/9212) 2025-06-05T23:55:46.3617091Z Resolving deltas: 15% (1382/9212) 2025-06-05T23:55:46.3617394Z Resolving deltas: 16% (1474/9212) 2025-06-05T23:55:46.3617715Z Resolving deltas: 17% (1567/9212) 2025-06-05T23:55:46.3618021Z Resolving deltas: 18% (1659/9212) 2025-06-05T23:55:46.3618340Z Resolving deltas: 19% (1751/9212) 2025-06-05T23:55:46.3618644Z Resolving deltas: 20% (1843/9212) 2025-06-05T23:55:46.3619040Z Resolving deltas: 21% (1935/9212) 2025-06-05T23:55:46.3619341Z Resolving deltas: 22% (2027/9212) 2025-06-05T23:55:46.3619660Z Resolving deltas: 23% (2119/9212) 2025-06-05T23:55:46.3619978Z Resolving deltas: 24% (2211/9212) 2025-06-05T23:55:46.3620281Z Resolving deltas: 25% (2303/9212) 2025-06-05T23:55:46.3620598Z Resolving deltas: 26% (2396/9212) 2025-06-05T23:55:46.3620951Z Resolving deltas: 27% (2488/9212) 2025-06-05T23:55:46.3621275Z Resolving deltas: 28% (2580/9212) 2025-06-05T23:55:46.3621580Z Resolving deltas: 29% (2672/9212) 2025-06-05T23:55:46.3621895Z Resolving deltas: 30% (2764/9212) 2025-06-05T23:55:46.3622200Z Resolving deltas: 31% (2856/9212) 2025-06-05T23:55:46.3622519Z Resolving deltas: 32% (2948/9212) 2025-06-05T23:55:46.3622823Z Resolving deltas: 33% (3040/9212) 2025-06-05T23:55:46.3623138Z Resolving deltas: 34% (3133/9212) 2025-06-05T23:55:46.3623453Z Resolving deltas: 35% (3225/9212) 2025-06-05T23:55:46.3623757Z Resolving deltas: 36% (3317/9212) 2025-06-05T23:55:46.3624075Z Resolving deltas: 37% (3409/9212) 2025-06-05T23:55:46.3624380Z Resolving deltas: 38% (3501/9212) 2025-06-05T23:55:46.3624694Z Resolving deltas: 39% (3593/9212) 2025-06-05T23:55:46.3624999Z Resolving deltas: 40% (3686/9212) 2025-06-05T23:55:46.3625313Z Resolving deltas: 41% (3777/9212) 2025-06-05T23:55:46.3626085Z Resolving deltas: 42% (3870/9212) 2025-06-05T23:55:46.3626550Z Resolving deltas: 43% (3962/9212) 2025-06-05T23:55:46.3626897Z Resolving deltas: 44% (4054/9212) 2025-06-05T23:55:46.3627344Z Resolving deltas: 45% (4146/9212) 2025-06-05T23:55:46.3627664Z Resolving deltas: 46% (4238/9212) 2025-06-05T23:55:46.3627971Z Resolving deltas: 47% (4330/9212) 2025-06-05T23:55:46.3628289Z Resolving deltas: 48% (4422/9212) 2025-06-05T23:55:46.3628592Z Resolving deltas: 49% (4514/9212) 2025-06-05T23:55:46.3628907Z Resolving deltas: 50% (4606/9212) 2025-06-05T23:55:46.3629210Z Resolving deltas: 51% (4699/9212) 2025-06-05T23:55:46.3629526Z Resolving deltas: 52% (4791/9212) 2025-06-05T23:55:46.3629834Z Resolving deltas: 53% (4883/9212) 2025-06-05T23:55:46.3630513Z Resolving deltas: 54% (4975/9212) 2025-06-05T23:55:46.3630830Z Resolving deltas: 55% (5067/9212) 2025-06-05T23:55:46.3631221Z Resolving deltas: 56% (5159/9212) 2025-06-05T23:55:46.3631534Z Resolving deltas: 57% (5252/9212) 2025-06-05T23:55:46.3631838Z Resolving deltas: 58% (5343/9212) 2025-06-05T23:55:46.3632155Z Resolving deltas: 59% (5436/9212) 2025-06-05T23:55:46.3632463Z Resolving deltas: 60% (5528/9212) 2025-06-05T23:55:46.3632780Z Resolving deltas: 61% (5620/9212) 2025-06-05T23:55:46.3633084Z Resolving deltas: 62% (5712/9212) 2025-06-05T23:55:46.3633400Z Resolving deltas: 63% (5804/9212) 2025-06-05T23:55:46.3633702Z Resolving deltas: 64% (5896/9212) 2025-06-05T23:55:46.3634017Z Resolving deltas: 65% (5988/9212) 2025-06-05T23:55:46.3634333Z Resolving deltas: 66% (6080/9212) 2025-06-05T23:55:46.3634635Z Resolving deltas: 67% (6173/9212) 2025-06-05T23:55:46.3634951Z Resolving deltas: 68% (6265/9212) 2025-06-05T23:55:46.3635262Z Resolving deltas: 69% (6357/9212) 2025-06-05T23:55:46.3635806Z Resolving deltas: 70% (6449/9212) 2025-06-05T23:55:46.3636263Z Resolving deltas: 71% (6541/9212) 2025-06-05T23:55:46.3636594Z Resolving deltas: 72% (6633/9212) 2025-06-05T23:55:46.3637109Z Resolving deltas: 73% (6725/9212) 2025-06-05T23:55:46.3637427Z Resolving deltas: 74% (6817/9212) 2025-06-05T23:55:46.3637731Z Resolving deltas: 75% (6909/9212) 2025-06-05T23:55:46.3638180Z Resolving deltas: 76% (7002/9212) 2025-06-05T23:55:46.3638499Z Resolving deltas: 77% (7094/9212) 2025-06-05T23:55:46.3638805Z Resolving deltas: 78% (7186/9212) 2025-06-05T23:55:46.3639215Z Resolving deltas: 79% (7278/9212) 2025-06-05T23:55:46.3639525Z Resolving deltas: 80% (7370/9212) 2025-06-05T23:55:46.3639847Z Resolving deltas: 81% (7462/9212) 2025-06-05T23:55:46.3640156Z Resolving deltas: 82% (7554/9212) 2025-06-05T23:55:46.3640485Z Resolving deltas: 83% (7646/9212) 2025-06-05T23:55:46.3641069Z Resolving deltas: 84% (7739/9212) 2025-06-05T23:55:46.3641560Z Resolving deltas: 85% (7831/9212) 2025-06-05T23:55:46.3641926Z Resolving deltas: 86% (7923/9212) 2025-06-05T23:55:46.3642249Z Resolving deltas: 87% (8015/9212) 2025-06-05T23:55:46.3642565Z Resolving deltas: 88% (8107/9212) 2025-06-05T23:55:46.3642868Z Resolving deltas: 89% (8201/9212) 2025-06-05T23:55:46.3643180Z Resolving deltas: 90% (8291/9212) 2025-06-05T23:55:46.3643484Z Resolving deltas: 91% (8383/9212) 2025-06-05T23:55:46.3644136Z Resolving deltas: 92% (8476/9212) 2025-06-05T23:55:46.3644494Z Resolving deltas: 93% (8568/9212) 2025-06-05T23:55:46.3644883Z Resolving deltas: 94% (8660/9212) 2025-06-05T23:55:46.3645187Z Resolving deltas: 95% (8752/9212) 2025-06-05T23:55:46.3645502Z Resolving deltas: 96% (8844/9212) 2025-06-05T23:55:46.3645818Z Resolving deltas: 97% (8936/9212) 2025-06-05T23:55:46.3646122Z Resolving deltas: 98% (9028/9212) 2025-06-05T23:55:46.3646437Z Resolving deltas: 99% (9120/9212) 2025-06-05T23:55:46.3646737Z Resolving deltas: 100% (9212/9212) 2025-06-05T23:55:46.3647071Z Resolving deltas: 100% (9212/9212), done. 2025-06-05T23:55:46.3647797Z Submodule 'thirdparty/doctest' (https://github.com/doctest/doctest.git) registered for path 'thirdparty/doctest' 2025-06-05T23:55:46.3648819Z Submodule 'thirdparty/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'thirdparty/eigen' 2025-06-05T23:55:46.3649783Z Submodule 'thirdparty/json' (https://github.com/nlohmann/json.git) registered for path 'thirdparty/json' 2025-06-05T23:55:46.3651160Z Submodule 'thirdparty/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'thirdparty/pybind11' 2025-06-05T23:55:46.3652932Z Submodule 'thirdparty/serialization_lib' (https://review.mlplatform.org/tosa/serialization_lib) registered for path 'thirdparty/serialization_lib' 2025-06-05T23:55:46.3654281Z Submodule 'thirdparty/specification' (https://review.mlplatform.org/tosa/specification) registered for path 'thirdparty/specification' 2025-06-05T23:55:46.3657470Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/doctest'... 2025-06-05T23:55:46.3658177Z remote: Enumerating objects: 13364, done. 2025-06-05T23:55:46.3658577Z remote: Counting objects: 0% (1/3714) 2025-06-05T23:55:46.3658979Z remote: Counting objects: 1% (38/3714) 2025-06-05T23:55:46.3659367Z remote: Counting objects: 2% (75/3714) 2025-06-05T23:55:46.3659766Z remote: Counting objects: 3% (112/3714) 2025-06-05T23:55:46.3660161Z remote: Counting objects: 4% (149/3714) 2025-06-05T23:55:46.3660565Z remote: Counting objects: 5% (186/3714) 2025-06-05T23:55:46.3660950Z remote: Counting objects: 6% (223/3714) 2025-06-05T23:55:46.3661348Z remote: Counting objects: 7% (260/3714) 2025-06-05T23:55:46.3661745Z remote: Counting objects: 8% (298/3714) 2025-06-05T23:55:46.3662130Z remote: Counting objects: 9% (335/3714) 2025-06-05T23:55:46.3662529Z remote: Counting objects: 10% (372/3714) 2025-06-05T23:55:46.3663328Z remote: Counting objects: 11% (409/3714) 2025-06-05T23:55:46.3663730Z remote: Counting objects: 12% (446/3714) 2025-06-05T23:55:46.3664200Z remote: Counting objects: 13% (483/3714) 2025-06-05T23:55:46.3664599Z remote: Counting objects: 14% (520/3714) 2025-06-05T23:55:46.3664985Z remote: Counting objects: 15% (558/3714) 2025-06-05T23:55:46.3665388Z remote: Counting objects: 16% (595/3714) 2025-06-05T23:55:46.3666043Z remote: Counting objects: 17% (632/3714) 2025-06-05T23:55:46.3666438Z remote: Counting objects: 18% (669/3714) 2025-06-05T23:55:46.3666838Z remote: Counting objects: 19% (706/3714) 2025-06-05T23:55:46.4403817Z remote: Counting objects: 20% (743/3714) 2025-06-05T23:55:46.4404528Z remote: Counting objects: 21% (780/3714) 2025-06-05T23:55:46.4405152Z remote: Counting objects: 22% (818/3714) 2025-06-05T23:55:46.4405781Z remote: Counting objects: 23% (855/3714) 2025-06-05T23:55:46.4406739Z remote: Counting objects: 24% (892/3714) 2025-06-05T23:55:46.4407261Z remote: Counting objects: 25% (929/3714) 2025-06-05T23:55:46.4407655Z remote: Counting objects: 26% (966/3714) 2025-06-05T23:55:46.4408067Z remote: Counting objects: 27% (1003/3714) 2025-06-05T23:55:46.4408480Z remote: Counting objects: 28% (1040/3714) 2025-06-05T23:55:46.4408873Z remote: Counting objects: 29% (1078/3714) 2025-06-05T23:55:46.4409380Z remote: Counting objects: 30% (1115/3714) 2025-06-05T23:55:46.4409772Z remote: Counting objects: 31% (1152/3714) 2025-06-05T23:55:46.4410177Z remote: Counting objects: 32% (1189/3714) 2025-06-05T23:55:46.4410680Z remote: Counting objects: 33% (1226/3714) 2025-06-05T23:55:46.4411158Z remote: Counting objects: 34% (1263/3714) 2025-06-05T23:55:46.4411548Z remote: Counting objects: 35% (1300/3714) 2025-06-05T23:55:46.4411948Z remote: Counting objects: 36% (1338/3714) 2025-06-05T23:55:46.4412358Z remote: Counting objects: 37% (1375/3714) 2025-06-05T23:55:46.4412744Z remote: Counting objects: 38% (1412/3714) 2025-06-05T23:55:46.4413228Z remote: Counting objects: 39% (1449/3714) 2025-06-05T23:55:46.4413618Z remote: Counting objects: 40% (1486/3714) 2025-06-05T23:55:46.4414168Z remote: Counting objects: 41% (1523/3714) 2025-06-05T23:55:46.4414565Z remote: Counting objects: 42% (1560/3714) 2025-06-05T23:55:46.4414963Z remote: Counting objects: 43% (1598/3714) 2025-06-05T23:55:46.4415376Z remote: Counting objects: 44% (1635/3714) 2025-06-05T23:55:46.4415834Z remote: Counting objects: 45% (1672/3714) 2025-06-05T23:55:46.4416236Z remote: Counting objects: 46% (1709/3714) 2025-06-05T23:55:46.4416680Z remote: Counting objects: 47% (1746/3714) 2025-06-05T23:55:46.4417218Z remote: Counting objects: 48% (1783/3714) 2025-06-05T23:55:46.4417608Z remote: Counting objects: 49% (1820/3714) 2025-06-05T23:55:46.4418130Z remote: Counting objects: 50% (1857/3714) 2025-06-05T23:55:46.4418535Z remote: Counting objects: 51% (1895/3714) 2025-06-05T23:55:46.4419018Z remote: Counting objects: 52% (1932/3714) 2025-06-05T23:55:46.4419427Z remote: Counting objects: 53% (1969/3714) 2025-06-05T23:55:46.4419880Z remote: Counting objects: 54% (2006/3714) 2025-06-05T23:55:46.4420430Z remote: Counting objects: 55% (2043/3714) 2025-06-05T23:55:46.4420818Z remote: Counting objects: 56% (2080/3714) 2025-06-05T23:55:46.4421317Z remote: Counting objects: 57% (2117/3714) 2025-06-05T23:55:46.4421885Z remote: Counting objects: 58% (2155/3714) 2025-06-05T23:55:46.4422343Z remote: Counting objects: 59% (2192/3714) 2025-06-05T23:55:46.4422936Z remote: Counting objects: 60% (2229/3714) 2025-06-05T23:55:46.4423425Z remote: Counting objects: 61% (2266/3714) 2025-06-05T23:55:46.4424055Z remote: Counting objects: 62% (2303/3714) 2025-06-05T23:55:46.4424508Z remote: Counting objects: 63% (2340/3714) 2025-06-05T23:55:46.4424910Z remote: Counting objects: 64% (2377/3714) 2025-06-05T23:55:46.4425391Z remote: Counting objects: 65% (2415/3714) 2025-06-05T23:55:46.4425780Z remote: Counting objects: 66% (2452/3714) 2025-06-05T23:55:46.4426180Z remote: Counting objects: 67% (2489/3714) 2025-06-05T23:55:46.4426813Z remote: Counting objects: 68% (2526/3714) 2025-06-05T23:55:46.4427331Z remote: Counting objects: 69% (2563/3714) 2025-06-05T23:55:46.4427754Z remote: Counting objects: 70% (2600/3714) 2025-06-05T23:55:46.4428366Z remote: Counting objects: 71% (2637/3714) 2025-06-05T23:55:46.4429078Z remote: Counting objects: 72% (2675/3714) 2025-06-05T23:55:46.4429784Z remote: Counting objects: 73% (2712/3714) 2025-06-05T23:55:46.4430391Z remote: Counting objects: 74% (2749/3714) 2025-06-05T23:55:46.4431256Z remote: Counting objects: 75% (2786/3714) 2025-06-05T23:55:46.4431797Z remote: Counting objects: 76% (2823/3714) 2025-06-05T23:55:46.4432260Z remote: Counting objects: 77% (2860/3714) 2025-06-05T23:55:46.4432666Z remote: Counting objects: 78% (2897/3714) 2025-06-05T23:55:46.4433051Z remote: Counting objects: 79% (2935/3714) 2025-06-05T23:55:46.4433453Z remote: Counting objects: 80% (2972/3714) 2025-06-05T23:55:46.4433857Z remote: Counting objects: 81% (3009/3714) 2025-06-05T23:55:46.4434261Z remote: Counting objects: 82% (3046/3714) 2025-06-05T23:55:46.4434662Z remote: Counting objects: 83% (3083/3714) 2025-06-05T23:55:46.4435050Z remote: Counting objects: 84% (3120/3714) 2025-06-05T23:55:46.4435641Z remote: Counting objects: 85% (3157/3714) 2025-06-05T23:55:46.4436322Z remote: Counting objects: 86% (3195/3714) 2025-06-05T23:55:46.4437071Z remote: Counting objects: 87% (3232/3714) 2025-06-05T23:55:46.4437819Z remote: Counting objects: 88% (3269/3714) 2025-06-05T23:55:46.4438549Z remote: Counting objects: 89% (3306/3714) 2025-06-05T23:55:46.4439426Z remote: Counting objects: 90% (3343/3714) 2025-06-05T23:55:46.4440187Z remote: Counting objects: 91% (3380/3714) 2025-06-05T23:55:46.4440708Z remote: Counting objects: 92% (3417/3714) 2025-06-05T23:55:46.4441110Z remote: Counting objects: 93% (3455/3714) 2025-06-05T23:55:46.4441518Z remote: Counting objects: 94% (3492/3714) 2025-06-05T23:55:46.4441908Z remote: Counting objects: 95% (3529/3714) 2025-06-05T23:55:46.4442306Z remote: Counting objects: 96% (3566/3714) 2025-06-05T23:55:46.4442693Z remote: Counting objects: 97% (3603/3714) 2025-06-05T23:55:46.4443091Z remote: Counting objects: 98% (3640/3714) 2025-06-05T23:55:46.4443566Z remote: Counting objects: 99% (3677/3714) 2025-06-05T23:55:46.4444286Z remote: Counting objects: 100% (3714/3714) 2025-06-05T23:55:46.4445082Z remote: Counting objects: 100% (3714/3714), done. 2025-06-05T23:55:46.4445951Z remote: Compressing objects: 0% (1/399) 2025-06-05T23:55:46.4446716Z remote: Compressing objects: 1% (4/399) 2025-06-05T23:55:46.4447411Z remote: Compressing objects: 2% (8/399) 2025-06-05T23:55:46.4448194Z remote: Compressing objects: 3% (12/399) 2025-06-05T23:55:46.4448990Z remote: Compressing objects: 4% (16/399) 2025-06-05T23:55:46.4449795Z remote: Compressing objects: 5% (20/399) 2025-06-05T23:55:46.4450353Z remote: Compressing objects: 6% (24/399) 2025-06-05T23:55:46.4450762Z remote: Compressing objects: 7% (28/399) 2025-06-05T23:55:46.4451156Z remote: Compressing objects: 8% (32/399) 2025-06-05T23:55:46.4451766Z remote: Compressing objects: 9% (36/399) 2025-06-05T23:55:46.4452172Z remote: Compressing objects: 10% (40/399) 2025-06-05T23:55:46.4452689Z remote: Compressing objects: 11% (44/399) 2025-06-05T23:55:46.4453328Z remote: Compressing objects: 12% (48/399) 2025-06-05T23:55:46.4454000Z remote: Compressing objects: 13% (52/399) 2025-06-05T23:55:46.4454883Z remote: Compressing objects: 14% (56/399) 2025-06-05T23:55:46.4455397Z remote: Compressing objects: 15% (60/399) 2025-06-05T23:55:46.4455909Z remote: Compressing objects: 16% (64/399) 2025-06-05T23:55:46.4456845Z remote: Compressing objects: 17% (68/399) 2025-06-05T23:55:46.4457398Z remote: Compressing objects: 18% (72/399) 2025-06-05T23:55:46.4457806Z remote: Compressing objects: 19% (76/399) 2025-06-05T23:55:46.4458201Z remote: Compressing objects: 20% (80/399) 2025-06-05T23:55:46.4458771Z remote: Compressing objects: 21% (84/399) 2025-06-05T23:55:46.4459270Z remote: Compressing objects: 22% (88/399) 2025-06-05T23:55:46.4459840Z remote: Compressing objects: 23% (92/399) 2025-06-05T23:55:46.4460380Z remote: Compressing objects: 24% (96/399) 2025-06-05T23:55:46.4460799Z remote: Compressing objects: 25% (100/399) 2025-06-05T23:55:46.4461221Z remote: Compressing objects: 26% (104/399) 2025-06-05T23:55:46.4461885Z remote: Compressing objects: 27% (108/399) 2025-06-05T23:55:46.4462491Z remote: Compressing objects: 28% (112/399) 2025-06-05T23:55:46.4463140Z remote: Compressing objects: 29% (116/399) 2025-06-05T23:55:46.4463711Z remote: Compressing objects: 30% (120/399) 2025-06-05T23:55:46.4464352Z remote: Compressing objects: 31% (124/399) 2025-06-05T23:55:46.4464838Z remote: Compressing objects: 32% (128/399) 2025-06-05T23:55:46.4465236Z remote: Compressing objects: 33% (132/399) 2025-06-05T23:55:46.4465892Z remote: Compressing objects: 34% (136/399) 2025-06-05T23:55:46.4466494Z remote: Compressing objects: 35% (140/399) 2025-06-05T23:55:46.4466897Z remote: Compressing objects: 36% (144/399) 2025-06-05T23:55:46.4467319Z remote: Compressing objects: 37% (148/399) 2025-06-05T23:55:46.4467722Z remote: Compressing objects: 38% (152/399) 2025-06-05T23:55:46.4468132Z remote: Compressing objects: 39% (156/399) 2025-06-05T23:55:46.4468737Z remote: Compressing objects: 40% (160/399) 2025-06-05T23:55:46.4469210Z remote: Compressing objects: 41% (164/399) 2025-06-05T23:55:46.4469624Z remote: Compressing objects: 42% (168/399) 2025-06-05T23:55:46.4470030Z remote: Compressing objects: 43% (172/399) 2025-06-05T23:55:46.4470445Z remote: Compressing objects: 44% (176/399) 2025-06-05T23:55:46.4470873Z remote: Compressing objects: 45% (180/399) 2025-06-05T23:55:46.4471508Z remote: Compressing objects: 46% (184/399) 2025-06-05T23:55:46.4472040Z remote: Compressing objects: 47% (188/399) 2025-06-05T23:55:46.4472543Z remote: Compressing objects: 48% (192/399) 2025-06-05T23:55:46.4472958Z remote: Compressing objects: 49% (196/399) 2025-06-05T23:55:46.4473383Z remote: Compressing objects: 50% (200/399) 2025-06-05T23:55:46.4473854Z remote: Compressing objects: 51% (204/399) 2025-06-05T23:55:46.4474273Z remote: Compressing objects: 52% (208/399) 2025-06-05T23:55:46.4474912Z remote: Compressing objects: 53% (212/399) 2025-06-05T23:55:46.4475520Z remote: Compressing objects: 54% (216/399) 2025-06-05T23:55:46.4475931Z remote: Compressing objects: 55% (220/399) 2025-06-05T23:55:46.4476349Z remote: Compressing objects: 56% (224/399) 2025-06-05T23:55:46.4476753Z remote: Compressing objects: 57% (228/399) 2025-06-05T23:55:46.4477174Z remote: Compressing objects: 58% (232/399) 2025-06-05T23:55:46.4477591Z remote: Compressing objects: 59% (236/399) 2025-06-05T23:55:46.4477992Z remote: Compressing objects: 60% (240/399) 2025-06-05T23:55:46.4478409Z remote: Compressing objects: 61% (244/399) 2025-06-05T23:55:46.4478979Z remote: Compressing objects: 62% (248/399) 2025-06-05T23:55:46.4479501Z remote: Compressing objects: 63% (252/399) 2025-06-05T23:55:46.4479985Z remote: Compressing objects: 64% (256/399) 2025-06-05T23:55:46.4480535Z remote: Compressing objects: 65% (260/399) 2025-06-05T23:55:46.4480973Z remote: Compressing objects: 66% (264/399) 2025-06-05T23:55:46.4481388Z remote: Compressing objects: 67% (268/399) 2025-06-05T23:55:46.4482044Z remote: Compressing objects: 68% (272/399) 2025-06-05T23:55:46.4482447Z remote: Compressing objects: 69% (276/399) 2025-06-05T23:55:46.4482982Z remote: Compressing objects: 70% (280/399) 2025-06-05T23:55:46.4483693Z remote: Compressing objects: 71% (284/399) 2025-06-05T23:55:46.4484256Z remote: Compressing objects: 72% (288/399) 2025-06-05T23:55:46.4484655Z remote: Compressing objects: 73% (292/399) 2025-06-05T23:55:46.4485065Z remote: Compressing objects: 74% (296/399) 2025-06-05T23:55:46.4485589Z remote: Compressing objects: 75% (300/399) 2025-06-05T23:55:46.4485986Z remote: Compressing objects: 76% (304/399) 2025-06-05T23:55:46.8135029Z remote: Compressing objects: 77% (308/399) 2025-06-05T23:55:46.8135884Z remote: Compressing objects: 78% (312/399) 2025-06-05T23:55:46.8136687Z remote: Compressing objects: 79% (316/399) 2025-06-05T23:55:46.8137554Z remote: Compressing objects: 80% (320/399) 2025-06-05T23:55:46.8138364Z remote: Compressing objects: 81% (324/399) 2025-06-05T23:55:46.8139163Z remote: Compressing objects: 82% (328/399) 2025-06-05T23:55:46.8139938Z remote: Compressing objects: 83% (332/399) 2025-06-05T23:55:46.8140739Z remote: Compressing objects: 84% (336/399) 2025-06-05T23:55:46.8141529Z remote: Compressing objects: 85% (340/399) 2025-06-05T23:55:46.8142311Z remote: Compressing objects: 86% (344/399) 2025-06-05T23:55:46.8143108Z remote: Compressing objects: 87% (348/399) 2025-06-05T23:55:46.8143901Z remote: Compressing objects: 88% (352/399) 2025-06-05T23:55:46.8144689Z remote: Compressing objects: 89% (356/399) 2025-06-05T23:55:46.8145460Z remote: Compressing objects: 90% (360/399) 2025-06-05T23:55:46.8146254Z remote: Compressing objects: 91% (364/399) 2025-06-05T23:55:46.8147026Z remote: Compressing objects: 92% (368/399) 2025-06-05T23:55:46.8147825Z remote: Compressing objects: 93% (372/399) 2025-06-05T23:55:46.8148616Z remote: Compressing objects: 94% (376/399) 2025-06-05T23:55:46.8149393Z remote: Compressing objects: 95% (380/399) 2025-06-05T23:55:46.8150182Z remote: Compressing objects: 96% (384/399) 2025-06-05T23:55:46.8150926Z remote: Compressing objects: 97% (388/399) 2025-06-05T23:55:46.8151619Z remote: Compressing objects: 98% (392/399) 2025-06-05T23:55:46.8152356Z remote: Compressing objects: 99% (396/399) 2025-06-05T23:55:46.8153169Z remote: Compressing objects: 100% (399/399) 2025-06-05T23:55:46.8154031Z remote: Compressing objects: 100% (399/399), done. 2025-06-05T23:55:46.8155098Z Receiving objects: 0% (1/13364) 2025-06-05T23:55:46.8155718Z Receiving objects: 1% (134/13364) 2025-06-05T23:55:46.8156326Z Receiving objects: 2% (268/13364) 2025-06-05T23:55:46.8156941Z Receiving objects: 3% (401/13364) 2025-06-05T23:55:46.8157546Z Receiving objects: 4% (535/13364) 2025-06-05T23:55:46.8158169Z Receiving objects: 5% (669/13364) 2025-06-05T23:55:46.8158766Z Receiving objects: 6% (802/13364) 2025-06-05T23:55:46.8159470Z Receiving objects: 7% (936/13364) 2025-06-05T23:55:46.8160072Z Receiving objects: 8% (1070/13364) 2025-06-05T23:55:46.8160665Z Receiving objects: 9% (1203/13364) 2025-06-05T23:55:46.8161252Z Receiving objects: 10% (1337/13364) 2025-06-05T23:55:46.8161825Z Receiving objects: 11% (1471/13364) 2025-06-05T23:55:46.8162443Z Receiving objects: 12% (1604/13364) 2025-06-05T23:55:46.8163060Z Receiving objects: 13% (1738/13364) 2025-06-05T23:55:46.8163685Z Receiving objects: 14% (1871/13364) 2025-06-05T23:55:46.8164279Z Receiving objects: 15% (2005/13364) 2025-06-05T23:55:46.8164894Z Receiving objects: 16% (2139/13364) 2025-06-05T23:55:46.8165489Z Receiving objects: 17% (2272/13364) 2025-06-05T23:55:46.8166106Z Receiving objects: 18% (2406/13364) 2025-06-05T23:55:46.8166699Z Receiving objects: 19% (2540/13364) 2025-06-05T23:55:46.8167717Z Receiving objects: 20% (2673/13364) 2025-06-05T23:55:46.8168339Z Receiving objects: 21% (2807/13364) 2025-06-05T23:55:46.8168942Z Receiving objects: 22% (2941/13364) 2025-06-05T23:55:46.8169543Z Receiving objects: 23% (3074/13364) 2025-06-05T23:55:46.8170124Z Receiving objects: 24% (3208/13364) 2025-06-05T23:55:46.8170742Z Receiving objects: 25% (3341/13364) 2025-06-05T23:55:46.8171337Z Receiving objects: 26% (3475/13364) 2025-06-05T23:55:46.8171949Z Receiving objects: 27% (3609/13364) 2025-06-05T23:55:46.8172547Z Receiving objects: 28% (3742/13364) 2025-06-05T23:55:46.8173332Z Receiving objects: 29% (3876/13364) 2025-06-05T23:55:46.8173950Z Receiving objects: 30% (4010/13364) 2025-06-05T23:55:46.8174551Z Receiving objects: 31% (4143/13364) 2025-06-05T23:55:46.8175165Z Receiving objects: 32% (4277/13364) 2025-06-05T23:55:46.8175803Z Receiving objects: 33% (4411/13364) 2025-06-05T23:55:46.8176419Z Receiving objects: 34% (4544/13364) 2025-06-05T23:55:46.8177017Z Receiving objects: 35% (4678/13364) 2025-06-05T23:55:46.8177644Z Receiving objects: 36% (4812/13364) 2025-06-05T23:55:46.8178197Z Receiving objects: 37% (4945/13364) 2025-06-05T23:55:46.8178773Z Receiving objects: 38% (5079/13364) 2025-06-05T23:55:46.8179335Z Receiving objects: 39% (5212/13364) 2025-06-05T23:55:46.8180036Z Receiving objects: 40% (5346/13364) 2025-06-05T23:55:46.8180656Z Receiving objects: 41% (5480/13364) 2025-06-05T23:55:46.8181265Z Receiving objects: 42% (5613/13364) 2025-06-05T23:55:46.8181882Z Receiving objects: 43% (5747/13364) 2025-06-05T23:55:46.8182496Z Receiving objects: 44% (5881/13364) 2025-06-05T23:55:46.8183107Z Receiving objects: 45% (6014/13364) 2025-06-05T23:55:46.8183707Z Receiving objects: 46% (6148/13364) 2025-06-05T23:55:46.8184316Z Receiving objects: 47% (6282/13364) 2025-06-05T23:55:46.8184915Z Receiving objects: 48% (6415/13364) 2025-06-05T23:55:46.8185573Z Receiving objects: 49% (6549/13364) 2025-06-05T23:55:46.8186173Z Receiving objects: 50% (6682/13364) 2025-06-05T23:55:46.8186798Z Receiving objects: 51% (6816/13364) 2025-06-05T23:55:46.8187410Z Receiving objects: 52% (6950/13364) 2025-06-05T23:55:46.8188008Z Receiving objects: 53% (7083/13364) 2025-06-05T23:55:46.8188618Z Receiving objects: 54% (7217/13364) 2025-06-05T23:55:46.8189218Z Receiving objects: 55% (7351/13364) 2025-06-05T23:55:46.8189837Z Receiving objects: 56% (7484/13364) 2025-06-05T23:55:46.8190436Z Receiving objects: 57% (7618/13364) 2025-06-05T23:55:46.8191046Z Receiving objects: 58% (7752/13364) 2025-06-05T23:55:46.8191639Z Receiving objects: 59% (7885/13364) 2025-06-05T23:55:46.8192259Z Receiving objects: 60% (8019/13364) 2025-06-05T23:55:46.8192870Z Receiving objects: 61% (8153/13364) 2025-06-05T23:55:46.8193471Z Receiving objects: 62% (8286/13364) 2025-06-05T23:55:46.8194085Z Receiving objects: 63% (8420/13364) 2025-06-05T23:55:46.8194680Z Receiving objects: 64% (8553/13364) 2025-06-05T23:55:46.8195294Z Receiving objects: 65% (8687/13364) 2025-06-05T23:55:46.8195891Z Receiving objects: 66% (8821/13364) 2025-06-05T23:55:46.8196508Z Receiving objects: 67% (8954/13364) 2025-06-05T23:55:46.8197122Z Receiving objects: 68% (9088/13364) 2025-06-05T23:55:46.8197766Z Receiving objects: 69% (9222/13364) 2025-06-05T23:55:46.8198362Z Receiving objects: 70% (9355/13364) 2025-06-05T23:55:46.8198972Z Receiving objects: 71% (9489/13364) 2025-06-05T23:55:46.8199682Z Receiving objects: 72% (9623/13364) 2025-06-05T23:55:46.8200282Z Receiving objects: 73% (9756/13364) 2025-06-05T23:55:46.8200887Z Receiving objects: 74% (9890/13364) 2025-06-05T23:55:46.8201498Z Receiving objects: 75% (10023/13364) 2025-06-05T23:55:46.8202133Z Receiving objects: 76% (10157/13364) 2025-06-05T23:55:46.8202740Z Receiving objects: 77% (10291/13364) 2025-06-05T23:55:46.8203365Z Receiving objects: 78% (10424/13364) 2025-06-05T23:55:46.8203975Z Receiving objects: 79% (10558/13364) 2025-06-05T23:55:46.8204599Z Receiving objects: 80% (10692/13364) 2025-06-05T23:55:46.8205223Z Receiving objects: 81% (10825/13364) 2025-06-05T23:55:46.8206016Z Receiving objects: 82% (10959/13364) 2025-06-05T23:55:46.8206641Z Receiving objects: 83% (11093/13364) 2025-06-05T23:55:46.8207249Z Receiving objects: 84% (11226/13364) 2025-06-05T23:55:46.8207871Z Receiving objects: 85% (11360/13364) 2025-06-05T23:55:46.8208480Z Receiving objects: 86% (11494/13364) 2025-06-05T23:55:46.8209105Z Receiving objects: 87% (11627/13364) 2025-06-05T23:55:46.8209709Z Receiving objects: 88% (11761/13364) 2025-06-05T23:55:46.8210333Z Receiving objects: 89% (11894/13364) 2025-06-05T23:55:46.8210940Z Receiving objects: 90% (12028/13364) 2025-06-05T23:55:46.8211668Z Receiving objects: 91% (12162/13364) 2025-06-05T23:55:46.8212293Z Receiving objects: 92% (12295/13364) 2025-06-05T23:55:46.8212916Z Receiving objects: 93% (12429/13364) 2025-06-05T23:55:46.8213534Z Receiving objects: 94% (12563/13364) 2025-06-05T23:55:46.8214147Z Receiving objects: 95% (12696/13364) 2025-06-05T23:55:46.8214994Z Receiving objects: 96% (12830/13364) 2025-06-05T23:55:46.8215606Z Receiving objects: 97% (12964/13364) 2025-06-05T23:55:46.8216251Z Receiving objects: 98% (13097/13364) 2025-06-05T23:55:46.8216858Z Receiving objects: 99% (13231/13364) 2025-06-05T23:55:46.8217870Z remote: Total 13364 (delta 3447), reused 3316 (delta 3315), pack-reused 9650 (from 3) 2025-06-05T23:55:46.8218936Z Receiving objects: 100% (13364/13364) 2025-06-05T23:55:46.8219742Z Receiving objects: 100% (13364/13364), 6.71 MiB | 39.74 MiB/s, done. 2025-06-05T23:55:46.8220597Z Resolving deltas: 0% (0/8802) 2025-06-05T23:55:46.8221164Z Resolving deltas: 1% (89/8802) 2025-06-05T23:55:46.8221764Z Resolving deltas: 2% (177/8802) 2025-06-05T23:55:46.8222351Z Resolving deltas: 3% (265/8802) 2025-06-05T23:55:46.8222935Z Resolving deltas: 4% (353/8802) 2025-06-05T23:55:46.8223515Z Resolving deltas: 5% (441/8802) 2025-06-05T23:55:46.8224105Z Resolving deltas: 6% (529/8802) 2025-06-05T23:55:46.8224677Z Resolving deltas: 7% (617/8802) 2025-06-05T23:55:46.8225263Z Resolving deltas: 8% (705/8802) 2025-06-05T23:55:46.8225865Z Resolving deltas: 9% (793/8802) 2025-06-05T23:55:46.8226441Z Resolving deltas: 10% (881/8802) 2025-06-05T23:55:46.8227034Z Resolving deltas: 11% (969/8802) 2025-06-05T23:55:46.8227611Z Resolving deltas: 12% (1057/8802) 2025-06-05T23:55:46.8228199Z Resolving deltas: 13% (1145/8802) 2025-06-05T23:55:46.8228783Z Resolving deltas: 14% (1233/8802) 2025-06-05T23:55:46.8229381Z Resolving deltas: 15% (1321/8802) 2025-06-05T23:55:46.8229959Z Resolving deltas: 16% (1409/8802) 2025-06-05T23:55:46.8230553Z Resolving deltas: 17% (1497/8802) 2025-06-05T23:55:46.8231153Z Resolving deltas: 18% (1585/8802) 2025-06-05T23:55:46.8231737Z Resolving deltas: 19% (1673/8802) 2025-06-05T23:55:46.8232336Z Resolving deltas: 20% (1761/8802) 2025-06-05T23:55:46.8232901Z Resolving deltas: 21% (1849/8802) 2025-06-05T23:55:46.8233473Z Resolving deltas: 22% (1937/8802) 2025-06-05T23:55:46.8234036Z Resolving deltas: 23% (2025/8802) 2025-06-05T23:55:46.8234612Z Resolving deltas: 24% (2113/8802) 2025-06-05T23:55:46.8235185Z Resolving deltas: 25% (2201/8802) 2025-06-05T23:55:46.8235756Z Resolving deltas: 26% (2289/8802) 2025-06-05T23:55:46.8236323Z Resolving deltas: 27% (2377/8802) 2025-06-05T23:55:46.8236908Z Resolving deltas: 28% (2465/8802) 2025-06-05T23:55:46.8237488Z Resolving deltas: 29% (2553/8802) 2025-06-05T23:55:46.8238081Z Resolving deltas: 30% (2641/8802) 2025-06-05T23:55:46.8238670Z Resolving deltas: 31% (2729/8802) 2025-06-05T23:55:46.8239345Z Resolving deltas: 32% (2817/8802) 2025-06-05T23:55:46.8239928Z Resolving deltas: 33% (2905/8802) 2025-06-05T23:55:46.8240465Z Resolving deltas: 34% (2993/8802) 2025-06-05T23:55:46.8240998Z Resolving deltas: 35% (3081/8802) 2025-06-05T23:55:46.8241547Z Resolving deltas: 36% (3170/8802) 2025-06-05T23:55:46.8242120Z Resolving deltas: 37% (3257/8802) 2025-06-05T23:55:46.8242691Z Resolving deltas: 38% (3345/8802) 2025-06-05T23:55:46.8243298Z Resolving deltas: 39% (3433/8802) 2025-06-05T23:55:46.8243899Z Resolving deltas: 40% (3521/8802) 2025-06-05T23:55:46.8244677Z Resolving deltas: 41% (3609/8802) 2025-06-05T23:55:46.8245283Z Resolving deltas: 42% (3697/8802) 2025-06-05T23:55:46.8245872Z Resolving deltas: 43% (3785/8802) 2025-06-05T23:55:46.8246486Z Resolving deltas: 44% (3873/8802) 2025-06-05T23:55:46.8247069Z Resolving deltas: 45% (3961/8802) 2025-06-05T23:55:46.8247672Z Resolving deltas: 46% (4049/8802) 2025-06-05T23:55:46.8248254Z Resolving deltas: 47% (4137/8802) 2025-06-05T23:55:46.8248862Z Resolving deltas: 48% (4225/8802) 2025-06-05T23:55:46.8249450Z Resolving deltas: 49% (4313/8802) 2025-06-05T23:55:46.8250149Z Resolving deltas: 50% (4401/8802) 2025-06-05T23:55:46.8250746Z Resolving deltas: 51% (4490/8802) 2025-06-05T23:55:46.8251330Z Resolving deltas: 52% (4578/8802) 2025-06-05T23:55:46.8251926Z Resolving deltas: 53% (4666/8802) 2025-06-05T23:55:46.8252506Z Resolving deltas: 54% (4754/8802) 2025-06-05T23:55:46.8253109Z Resolving deltas: 55% (4842/8802) 2025-06-05T23:55:46.8253690Z Resolving deltas: 56% (4930/8802) 2025-06-05T23:55:46.8254290Z Resolving deltas: 57% (5018/8802) 2025-06-05T23:55:46.8255083Z Resolving deltas: 58% (5106/8802) 2025-06-05T23:55:46.8255675Z Resolving deltas: 59% (5195/8802) 2025-06-05T23:55:46.8256255Z Resolving deltas: 60% (5282/8802) 2025-06-05T23:55:46.8256854Z Resolving deltas: 61% (5370/8802) 2025-06-05T23:55:46.8257470Z Resolving deltas: 62% (5458/8802) 2025-06-05T23:55:46.8258052Z Resolving deltas: 63% (5546/8802) 2025-06-05T23:55:46.8258641Z Resolving deltas: 64% (5634/8802) 2025-06-05T23:55:46.8259221Z Resolving deltas: 65% (5722/8802) 2025-06-05T23:55:46.8259880Z Resolving deltas: 66% (5810/8802) 2025-06-05T23:55:46.8260474Z Resolving deltas: 67% (5898/8802) 2025-06-05T23:55:46.8261073Z Resolving deltas: 68% (5986/8802) 2025-06-05T23:55:46.8261658Z Resolving deltas: 69% (6074/8802) 2025-06-05T23:55:46.8262259Z Resolving deltas: 70% (6162/8802) 2025-06-05T23:55:46.8262855Z Resolving deltas: 71% (6250/8802) 2025-06-05T23:55:46.8263437Z Resolving deltas: 72% (6338/8802) 2025-06-05T23:55:46.8264037Z Resolving deltas: 73% (6426/8802) 2025-06-05T23:55:46.8264625Z Resolving deltas: 74% (6515/8802) 2025-06-05T23:55:46.8265216Z Resolving deltas: 75% (6602/8802) 2025-06-05T23:55:46.8265795Z Resolving deltas: 76% (6690/8802) 2025-06-05T23:55:46.8266386Z Resolving deltas: 77% (6778/8802) 2025-06-05T23:55:46.8266965Z Resolving deltas: 78% (6866/8802) 2025-06-05T23:55:46.8267565Z Resolving deltas: 79% (6954/8802) 2025-06-05T23:55:46.8268146Z Resolving deltas: 80% (7042/8802) 2025-06-05T23:55:46.8268747Z Resolving deltas: 81% (7130/8802) 2025-06-05T23:55:46.8269357Z Resolving deltas: 82% (7218/8802) 2025-06-05T23:55:46.8269941Z Resolving deltas: 83% (7306/8802) 2025-06-05T23:55:46.8270536Z Resolving deltas: 84% (7394/8802) 2025-06-05T23:55:47.5215482Z Resolving deltas: 85% (7482/8802) 2025-06-05T23:55:47.5215966Z Resolving deltas: 86% (7570/8802) 2025-06-05T23:55:47.5216392Z Resolving deltas: 87% (7658/8802) 2025-06-05T23:55:47.5216721Z Resolving deltas: 88% (7746/8802) 2025-06-05T23:55:47.5217138Z Resolving deltas: 89% (7834/8802) 2025-06-05T23:55:47.5217459Z Resolving deltas: 90% (7922/8802) 2025-06-05T23:55:47.5217853Z Resolving deltas: 91% (8010/8802) 2025-06-05T23:55:47.5218219Z Resolving deltas: 92% (8098/8802) 2025-06-05T23:55:47.5218616Z Resolving deltas: 93% (8186/8802) 2025-06-05T23:55:47.5218926Z Resolving deltas: 94% (8274/8802) 2025-06-05T23:55:47.5219281Z Resolving deltas: 95% (8362/8802) 2025-06-05T23:55:47.5219622Z Resolving deltas: 96% (8450/8802) 2025-06-05T23:55:47.5220008Z Resolving deltas: 97% (8538/8802) 2025-06-05T23:55:47.5220391Z Resolving deltas: 98% (8626/8802) 2025-06-05T23:55:47.5220709Z Resolving deltas: 99% (8714/8802) 2025-06-05T23:55:47.5221092Z Resolving deltas: 100% (8802/8802) 2025-06-05T23:55:47.5221423Z Resolving deltas: 100% (8802/8802), done. 2025-06-05T23:55:47.5222161Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/eigen'... 2025-06-05T23:55:47.5222933Z remote: Enumerating objects: 128219, done. 2025-06-05T23:55:47.5223666Z remote: Counting objects: 0% (1/1534) 2025-06-05T23:55:47.5224145Z remote: Counting objects: 1% (16/1534) 2025-06-05T23:55:47.5224533Z remote: Counting objects: 2% (31/1534) 2025-06-05T23:55:47.5225008Z remote: Counting objects: 3% (47/1534) 2025-06-05T23:55:47.5225402Z remote: Counting objects: 4% (62/1534) 2025-06-05T23:55:47.5225861Z remote: Counting objects: 5% (77/1534) 2025-06-05T23:55:47.5226270Z remote: Counting objects: 6% (93/1534) 2025-06-05T23:55:47.5226817Z remote: Counting objects: 7% (108/1534) 2025-06-05T23:55:47.5227294Z remote: Counting objects: 8% (123/1534) 2025-06-05T23:55:47.5227684Z remote: Counting objects: 9% (139/1534) 2025-06-05T23:55:47.5228169Z remote: Counting objects: 10% (154/1534) 2025-06-05T23:55:47.5228553Z remote: Counting objects: 11% (169/1534) 2025-06-05T23:55:47.5229040Z remote: Counting objects: 12% (185/1534) 2025-06-05T23:55:47.5229505Z remote: Counting objects: 13% (200/1534) 2025-06-05T23:55:47.5229907Z remote: Counting objects: 14% (215/1534) 2025-06-05T23:55:47.5230377Z remote: Counting objects: 15% (231/1534) 2025-06-05T23:55:47.5230765Z remote: Counting objects: 16% (246/1534) 2025-06-05T23:55:47.5231245Z remote: Counting objects: 17% (261/1534) 2025-06-05T23:55:47.5231629Z remote: Counting objects: 18% (277/1534) 2025-06-05T23:55:47.5232103Z remote: Counting objects: 19% (292/1534) 2025-06-05T23:55:47.5232628Z remote: Counting objects: 20% (307/1534) 2025-06-05T23:55:47.5233159Z remote: Counting objects: 21% (323/1534) 2025-06-05T23:55:47.5233559Z remote: Counting objects: 22% (338/1534) 2025-06-05T23:55:47.5233948Z remote: Counting objects: 23% (353/1534) 2025-06-05T23:55:47.5234356Z remote: Counting objects: 24% (369/1534) 2025-06-05T23:55:47.5234747Z remote: Counting objects: 25% (384/1534) 2025-06-05T23:55:47.5235162Z remote: Counting objects: 26% (399/1534) 2025-06-05T23:55:47.5235546Z remote: Counting objects: 27% (415/1534) 2025-06-05T23:55:47.5235946Z remote: Counting objects: 28% (430/1534) 2025-06-05T23:55:47.5236346Z remote: Counting objects: 29% (445/1534) 2025-06-05T23:55:47.5236730Z remote: Counting objects: 30% (461/1534) 2025-06-05T23:55:47.5237128Z remote: Counting objects: 31% (476/1534) 2025-06-05T23:55:47.5237516Z remote: Counting objects: 32% (491/1534) 2025-06-05T23:55:47.5237922Z remote: Counting objects: 33% (507/1534) 2025-06-05T23:55:47.5238306Z remote: Counting objects: 34% (522/1534) 2025-06-05T23:55:47.5238704Z remote: Counting objects: 35% (537/1534) 2025-06-05T23:55:47.5239087Z remote: Counting objects: 36% (553/1534) 2025-06-05T23:55:47.5239594Z remote: Counting objects: 37% (568/1534) 2025-06-05T23:55:47.5239992Z remote: Counting objects: 38% (583/1534) 2025-06-05T23:55:47.5240387Z remote: Counting objects: 39% (599/1534) 2025-06-05T23:55:47.5240786Z remote: Counting objects: 40% (614/1534) 2025-06-05T23:55:47.5241171Z remote: Counting objects: 41% (629/1534) 2025-06-05T23:55:47.5241569Z remote: Counting objects: 42% (645/1534) 2025-06-05T23:55:47.5241952Z remote: Counting objects: 43% (660/1534) 2025-06-05T23:55:47.5242350Z remote: Counting objects: 44% (675/1534) 2025-06-05T23:55:47.5242733Z remote: Counting objects: 45% (691/1534) 2025-06-05T23:55:47.5243136Z remote: Counting objects: 46% (706/1534) 2025-06-05T23:55:47.5243533Z remote: Counting objects: 47% (721/1534) 2025-06-05T23:55:47.5243918Z remote: Counting objects: 48% (737/1534) 2025-06-05T23:55:47.5244312Z remote: Counting objects: 49% (752/1534) 2025-06-05T23:55:47.5244695Z remote: Counting objects: 50% (767/1534) 2025-06-05T23:55:47.5245090Z remote: Counting objects: 51% (783/1534) 2025-06-05T23:55:47.5245720Z remote: Counting objects: 52% (798/1534) 2025-06-05T23:55:47.5246119Z remote: Counting objects: 53% (814/1534) 2025-06-05T23:55:47.5246519Z remote: Counting objects: 54% (829/1534) 2025-06-05T23:55:47.5246900Z remote: Counting objects: 55% (844/1534) 2025-06-05T23:55:47.5247295Z remote: Counting objects: 56% (860/1534) 2025-06-05T23:55:47.5247679Z remote: Counting objects: 57% (875/1534) 2025-06-05T23:55:47.5248078Z remote: Counting objects: 58% (890/1534) 2025-06-05T23:55:47.5248531Z remote: Counting objects: 59% (906/1534) 2025-06-05T23:55:47.5248928Z remote: Counting objects: 60% (921/1534) 2025-06-05T23:55:47.5249315Z remote: Counting objects: 61% (936/1534) 2025-06-05T23:55:47.5249713Z remote: Counting objects: 62% (952/1534) 2025-06-05T23:55:47.5250111Z remote: Counting objects: 63% (967/1534) 2025-06-05T23:55:47.5250496Z remote: Counting objects: 64% (982/1534) 2025-06-05T23:55:47.5250898Z remote: Counting objects: 65% (998/1534) 2025-06-05T23:55:47.5251287Z remote: Counting objects: 66% (1013/1534) 2025-06-05T23:55:47.5251697Z remote: Counting objects: 67% (1028/1534) 2025-06-05T23:55:47.5252091Z remote: Counting objects: 68% (1044/1534) 2025-06-05T23:55:47.5252492Z remote: Counting objects: 69% (1059/1534) 2025-06-05T23:55:47.5252881Z remote: Counting objects: 70% (1074/1534) 2025-06-05T23:55:47.5253283Z remote: Counting objects: 71% (1090/1534) 2025-06-05T23:55:47.5253685Z remote: Counting objects: 72% (1105/1534) 2025-06-05T23:55:47.5254078Z remote: Counting objects: 73% (1120/1534) 2025-06-05T23:55:47.5254479Z remote: Counting objects: 74% (1136/1534) 2025-06-05T23:55:47.5255114Z remote: Counting objects: 75% (1151/1534) 2025-06-05T23:55:47.5255527Z remote: Counting objects: 76% (1166/1534) 2025-06-05T23:55:47.5255919Z remote: Counting objects: 77% (1182/1534) 2025-06-05T23:55:47.5256333Z remote: Counting objects: 78% (1197/1534) 2025-06-05T23:55:47.5256721Z remote: Counting objects: 79% (1212/1534) 2025-06-05T23:55:47.5257124Z remote: Counting objects: 80% (1228/1534) 2025-06-05T23:55:47.5257523Z remote: Counting objects: 81% (1243/1534) 2025-06-05T23:55:47.5257912Z remote: Counting objects: 82% (1258/1534) 2025-06-05T23:55:47.5258314Z remote: Counting objects: 83% (1274/1534) 2025-06-05T23:55:47.5258699Z remote: Counting objects: 84% (1289/1534) 2025-06-05T23:55:47.5259100Z remote: Counting objects: 85% (1304/1534) 2025-06-05T23:55:47.5259485Z remote: Counting objects: 86% (1320/1534) 2025-06-05T23:55:47.5259890Z remote: Counting objects: 87% (1335/1534) 2025-06-05T23:55:47.5260293Z remote: Counting objects: 88% (1350/1534) 2025-06-05T23:55:47.5260679Z remote: Counting objects: 89% (1366/1534) 2025-06-05T23:55:47.5261082Z remote: Counting objects: 90% (1381/1534) 2025-06-05T23:55:47.5261468Z remote: Counting objects: 91% (1396/1534) 2025-06-05T23:55:47.5261869Z remote: Counting objects: 92% (1412/1534) 2025-06-05T23:55:47.5262261Z remote: Counting objects: 93% (1427/1534) 2025-06-05T23:55:47.5262661Z remote: Counting objects: 94% (1442/1534) 2025-06-05T23:55:47.5263046Z remote: Counting objects: 95% (1458/1534) 2025-06-05T23:55:47.5263447Z remote: Counting objects: 96% (1473/1534) 2025-06-05T23:55:47.5263849Z remote: Counting objects: 97% (1488/1534) 2025-06-05T23:55:47.5264240Z remote: Counting objects: 98% (1504/1534) 2025-06-05T23:55:47.5264641Z remote: Counting objects: 99% (1519/1534) 2025-06-05T23:55:47.5265027Z remote: Counting objects: 100% (1534/1534) 2025-06-05T23:55:47.5265464Z remote: Counting objects: 100% (1534/1534), done. 2025-06-05T23:55:47.5265898Z remote: Compressing objects: 0% (1/561) 2025-06-05T23:55:47.5266489Z remote: Compressing objects: 1% (6/561) 2025-06-05T23:55:47.5266889Z remote: Compressing objects: 2% (12/561) 2025-06-05T23:55:47.5267304Z remote: Compressing objects: 3% (17/561) 2025-06-05T23:55:47.5267712Z remote: Compressing objects: 4% (23/561) 2025-06-05T23:55:47.5268108Z remote: Compressing objects: 5% (29/561) 2025-06-05T23:55:47.5268520Z remote: Compressing objects: 6% (34/561) 2025-06-05T23:55:47.5268915Z remote: Compressing objects: 7% (40/561) 2025-06-05T23:55:47.5269427Z remote: Compressing objects: 8% (45/561) 2025-06-05T23:55:47.5269829Z remote: Compressing objects: 9% (51/561) 2025-06-05T23:55:47.5270240Z remote: Compressing objects: 10% (57/561) 2025-06-05T23:55:47.5270653Z remote: Compressing objects: 11% (62/561) 2025-06-05T23:55:47.5271053Z remote: Compressing objects: 12% (68/561) 2025-06-05T23:55:47.5271466Z remote: Compressing objects: 13% (73/561) 2025-06-05T23:55:47.5271870Z remote: Compressing objects: 14% (79/561) 2025-06-05T23:55:47.5272279Z remote: Compressing objects: 15% (85/561) 2025-06-05T23:55:47.5272701Z remote: Compressing objects: 16% (90/561) 2025-06-05T23:55:47.5273101Z remote: Compressing objects: 17% (96/561) 2025-06-05T23:55:47.5273523Z remote: Compressing objects: 18% (101/561) 2025-06-05T23:55:47.5273939Z remote: Compressing objects: 19% (107/561) 2025-06-05T23:55:47.5274363Z remote: Compressing objects: 20% (113/561) 2025-06-05T23:55:47.5274785Z remote: Compressing objects: 21% (118/561) 2025-06-05T23:55:47.5275188Z remote: Compressing objects: 22% (124/561) 2025-06-05T23:55:47.5275604Z remote: Compressing objects: 23% (130/561) 2025-06-05T23:55:47.5276005Z remote: Compressing objects: 24% (135/561) 2025-06-05T23:55:47.5276421Z remote: Compressing objects: 25% (141/561) 2025-06-05T23:55:47.5276819Z remote: Compressing objects: 26% (146/561) 2025-06-05T23:55:47.5277248Z remote: Compressing objects: 27% (152/561) 2025-06-05T23:55:47.5277654Z remote: Compressing objects: 28% (158/561) 2025-06-05T23:55:47.5278073Z remote: Compressing objects: 29% (163/561) 2025-06-05T23:55:47.5278491Z remote: Compressing objects: 30% (169/561) 2025-06-05T23:55:47.5278894Z remote: Compressing objects: 31% (174/561) 2025-06-05T23:55:47.5279439Z remote: Compressing objects: 32% (180/561) 2025-06-05T23:55:47.5279843Z remote: Compressing objects: 33% (186/561) 2025-06-05T23:55:47.5280264Z remote: Compressing objects: 34% (191/561) 2025-06-05T23:55:47.5280665Z remote: Compressing objects: 35% (197/561) 2025-06-05T23:55:47.5281081Z remote: Compressing objects: 36% (202/561) 2025-06-05T23:55:47.5281495Z remote: Compressing objects: 37% (208/561) 2025-06-05T23:55:47.5281893Z remote: Compressing objects: 38% (214/561) 2025-06-05T23:55:47.5282306Z remote: Compressing objects: 39% (219/561) 2025-06-05T23:55:47.5282709Z remote: Compressing objects: 40% (225/561) 2025-06-05T23:55:47.5283120Z remote: Compressing objects: 41% (231/561) 2025-06-05T23:55:47.5283517Z remote: Compressing objects: 42% (236/561) 2025-06-05T23:55:47.5283922Z remote: Compressing objects: 43% (242/561) 2025-06-05T23:55:49.9811150Z remote: Compressing objects: 44% (247/561) 2025-06-05T23:55:49.9811713Z remote: Compressing objects: 45% (253/561) 2025-06-05T23:55:49.9812279Z remote: Compressing objects: 46% (259/561) 2025-06-05T23:55:49.9812709Z remote: Compressing objects: 47% (264/561) 2025-06-05T23:55:49.9813119Z remote: Compressing objects: 48% (270/561) 2025-06-05T23:55:49.9813614Z remote: Compressing objects: 49% (275/561) 2025-06-05T23:55:49.9814016Z remote: Compressing objects: 50% (281/561) 2025-06-05T23:55:49.9814503Z remote: Compressing objects: 51% (287/561) 2025-06-05T23:55:49.9815239Z remote: Compressing objects: 52% (292/561) 2025-06-05T23:55:49.9815668Z remote: Compressing objects: 53% (298/561) 2025-06-05T23:55:49.9816151Z remote: Compressing objects: 54% (303/561) 2025-06-05T23:55:49.9816559Z remote: Compressing objects: 55% (309/561) 2025-06-05T23:55:49.9817035Z remote: Compressing objects: 56% (315/561) 2025-06-05T23:55:49.9817442Z remote: Compressing objects: 57% (320/561) 2025-06-05T23:55:49.9817886Z remote: Compressing objects: 58% (326/561) 2025-06-05T23:55:49.9818431Z remote: Compressing objects: 59% (331/561) 2025-06-05T23:55:49.9818884Z remote: Compressing objects: 60% (337/561) 2025-06-05T23:55:49.9819321Z remote: Compressing objects: 61% (343/561) 2025-06-05T23:55:49.9819739Z remote: Compressing objects: 62% (348/561) 2025-06-05T23:55:49.9820226Z remote: Compressing objects: 63% (354/561) 2025-06-05T23:55:49.9820638Z remote: Compressing objects: 64% (360/561) 2025-06-05T23:55:49.9821120Z remote: Compressing objects: 65% (365/561) 2025-06-05T23:55:49.9821523Z remote: Compressing objects: 66% (371/561) 2025-06-05T23:55:49.9822034Z remote: Compressing objects: 67% (376/561) 2025-06-05T23:55:49.9822632Z remote: Compressing objects: 68% (382/561) 2025-06-05T23:55:49.9823315Z remote: Compressing objects: 69% (388/561) 2025-06-05T23:55:49.9823881Z remote: Compressing objects: 70% (393/561) 2025-06-05T23:55:49.9824283Z remote: Compressing objects: 71% (399/561) 2025-06-05T23:55:49.9824711Z remote: Compressing objects: 72% (404/561) 2025-06-05T23:55:49.9825109Z remote: Compressing objects: 73% (410/561) 2025-06-05T23:55:49.9825531Z remote: Compressing objects: 74% (416/561) 2025-06-05T23:55:49.9825931Z remote: Compressing objects: 75% (421/561) 2025-06-05T23:55:49.9826347Z remote: Compressing objects: 76% (427/561) 2025-06-05T23:55:49.9826754Z remote: Compressing objects: 77% (432/561) 2025-06-05T23:55:49.9827171Z remote: Compressing objects: 78% (438/561) 2025-06-05T23:55:49.9827582Z remote: Compressing objects: 79% (444/561) 2025-06-05T23:55:49.9827983Z remote: Compressing objects: 80% (449/561) 2025-06-05T23:55:49.9828398Z remote: Compressing objects: 81% (455/561) 2025-06-05T23:55:49.9828802Z remote: Compressing objects: 82% (461/561) 2025-06-05T23:55:49.9829215Z remote: Compressing objects: 83% (466/561) 2025-06-05T23:55:49.9829628Z remote: Compressing objects: 84% (472/561) 2025-06-05T23:55:49.9830049Z remote: Compressing objects: 85% (477/561) 2025-06-05T23:55:49.9830453Z remote: Compressing objects: 86% (483/561) 2025-06-05T23:55:49.9830874Z remote: Compressing objects: 87% (489/561) 2025-06-05T23:55:49.9831340Z remote: Compressing objects: 88% (494/561) 2025-06-05T23:55:49.9831742Z remote: Compressing objects: 89% (500/561) 2025-06-05T23:55:49.9832170Z remote: Compressing objects: 90% (505/561) 2025-06-05T23:55:49.9832587Z remote: Compressing objects: 91% (511/561) 2025-06-05T23:55:49.9832989Z remote: Compressing objects: 92% (517/561) 2025-06-05T23:55:49.9833405Z remote: Compressing objects: 93% (522/561) 2025-06-05T23:55:49.9833805Z remote: Compressing objects: 94% (528/561) 2025-06-05T23:55:49.9834214Z remote: Compressing objects: 95% (533/561) 2025-06-05T23:55:49.9834613Z remote: Compressing objects: 96% (539/561) 2025-06-05T23:55:49.9835035Z remote: Compressing objects: 97% (545/561) 2025-06-05T23:55:49.9835451Z remote: Compressing objects: 98% (550/561) 2025-06-05T23:55:49.9835855Z remote: Compressing objects: 99% (556/561) 2025-06-05T23:55:49.9836271Z remote: Compressing objects: 100% (561/561) 2025-06-05T23:55:49.9836710Z remote: Compressing objects: 100% (561/561), done. 2025-06-05T23:55:49.9837138Z Receiving objects: 0% (1/128219) 2025-06-05T23:55:49.9837783Z Receiving objects: 1% (1283/128219) 2025-06-05T23:55:49.9838380Z Receiving objects: 2% (2565/128219) 2025-06-05T23:55:49.9838881Z Receiving objects: 3% (3847/128219) 2025-06-05T23:55:49.9839337Z Receiving objects: 4% (5129/128219) 2025-06-05T23:55:49.9839657Z Receiving objects: 5% (6411/128219) 2025-06-05T23:55:49.9839990Z Receiving objects: 6% (7694/128219) 2025-06-05T23:55:49.9840322Z Receiving objects: 7% (8976/128219) 2025-06-05T23:55:49.9840644Z Receiving objects: 8% (10258/128219) 2025-06-05T23:55:49.9841077Z Receiving objects: 9% (11540/128219) 2025-06-05T23:55:49.9841402Z Receiving objects: 10% (12822/128219) 2025-06-05T23:55:49.9841752Z Receiving objects: 11% (14105/128219) 2025-06-05T23:55:49.9842075Z Receiving objects: 12% (15387/128219) 2025-06-05T23:55:49.9842411Z Receiving objects: 13% (16669/128219) 2025-06-05T23:55:49.9842737Z Receiving objects: 14% (17951/128219) 2025-06-05T23:55:49.9843075Z Receiving objects: 15% (19233/128219) 2025-06-05T23:55:49.9843421Z Receiving objects: 16% (20516/128219) 2025-06-05T23:55:49.9843746Z Receiving objects: 17% (21798/128219) 2025-06-05T23:55:49.9844084Z Receiving objects: 18% (23080/128219) 2025-06-05T23:55:49.9844489Z Receiving objects: 19% (24362/128219), 17.30 MiB | 34.59 MiB/s 2025-06-05T23:55:49.9845006Z Receiving objects: 20% (25644/128219), 17.30 MiB | 34.59 MiB/s 2025-06-05T23:55:49.9845493Z Receiving objects: 21% (26926/128219), 17.30 MiB | 34.59 MiB/s 2025-06-05T23:55:49.9845994Z Receiving objects: 22% (28209/128219), 17.30 MiB | 34.59 MiB/s 2025-06-05T23:55:49.9846483Z Receiving objects: 23% (29491/128219), 17.30 MiB | 34.59 MiB/s 2025-06-05T23:55:49.9846975Z Receiving objects: 24% (30773/128219), 17.30 MiB | 34.59 MiB/s 2025-06-05T23:55:49.9847468Z Receiving objects: 25% (32055/128219), 17.30 MiB | 34.59 MiB/s 2025-06-05T23:55:49.9847952Z Receiving objects: 25% (32915/128219), 17.30 MiB | 34.59 MiB/s 2025-06-05T23:55:49.9848449Z Receiving objects: 26% (33337/128219), 37.02 MiB | 37.01 MiB/s 2025-06-05T23:55:49.9848928Z Receiving objects: 27% (34620/128219), 37.02 MiB | 37.01 MiB/s 2025-06-05T23:55:49.9849428Z Receiving objects: 28% (35902/128219), 37.02 MiB | 37.01 MiB/s 2025-06-05T23:55:49.9849907Z Receiving objects: 29% (37184/128219), 37.02 MiB | 37.01 MiB/s 2025-06-05T23:55:49.9850402Z Receiving objects: 30% (38466/128219), 37.02 MiB | 37.01 MiB/s 2025-06-05T23:55:49.9850899Z Receiving objects: 31% (39748/128219), 37.02 MiB | 37.01 MiB/s 2025-06-05T23:55:49.9851382Z Receiving objects: 32% (41031/128219), 37.02 MiB | 37.01 MiB/s 2025-06-05T23:55:49.9851882Z Receiving objects: 33% (42313/128219), 37.02 MiB | 37.01 MiB/s 2025-06-05T23:55:49.9852366Z Receiving objects: 34% (43595/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9852861Z Receiving objects: 35% (44877/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9853351Z Receiving objects: 36% (46159/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9854013Z Receiving objects: 37% (47442/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9855116Z Receiving objects: 38% (48724/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9855743Z Receiving objects: 39% (50006/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9856246Z Receiving objects: 40% (51288/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9856734Z Receiving objects: 41% (52570/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9857234Z Receiving objects: 42% (53852/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9857715Z Receiving objects: 43% (55135/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9858224Z Receiving objects: 44% (56417/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9858721Z Receiving objects: 45% (57699/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9859205Z Receiving objects: 46% (58981/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9859751Z Receiving objects: 47% (60263/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9860417Z Receiving objects: 48% (61546/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9860917Z Receiving objects: 49% (62828/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9861399Z Receiving objects: 50% (64110/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9861896Z Receiving objects: 51% (65392/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9862397Z Receiving objects: 52% (66674/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9862880Z Receiving objects: 53% (67957/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9863376Z Receiving objects: 54% (69239/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9863945Z Receiving objects: 55% (70521/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9864444Z Receiving objects: 56% (71803/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9864927Z Receiving objects: 57% (73085/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9865425Z Receiving objects: 58% (74368/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9865923Z Receiving objects: 59% (75650/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9866405Z Receiving objects: 60% (76932/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9866902Z Receiving objects: 61% (78214/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9867383Z Receiving objects: 61% (79403/128219), 56.16 MiB | 37.43 MiB/s 2025-06-05T23:55:49.9867879Z Receiving objects: 62% (79496/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9868361Z Receiving objects: 63% (80778/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9868857Z Receiving objects: 64% (82061/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9869358Z Receiving objects: 65% (83343/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9869842Z Receiving objects: 66% (84625/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9870335Z Receiving objects: 67% (85907/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9870812Z Receiving objects: 68% (87189/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9871312Z Receiving objects: 69% (88472/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9871791Z Receiving objects: 70% (89754/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9872286Z Receiving objects: 71% (91036/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9872771Z Receiving objects: 72% (92318/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9873284Z Receiving objects: 73% (93600/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9873863Z Receiving objects: 74% (94883/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9874720Z Receiving objects: 75% (96165/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9875305Z Receiving objects: 76% (97447/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9875785Z Receiving objects: 77% (98729/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9876285Z Receiving objects: 78% (100011/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9876777Z Receiving objects: 79% (101294/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9877287Z Receiving objects: 80% (102576/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9877774Z Receiving objects: 81% (103858/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9878273Z Receiving objects: 82% (105140/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9878774Z Receiving objects: 83% (106422/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9879368Z Receiving objects: 84% (107704/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:49.9879868Z Receiving objects: 85% (108987/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:52.1767861Z Receiving objects: 86% (110269/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:52.1768805Z Receiving objects: 87% (111551/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:52.1769745Z Receiving objects: 88% (112833/128219), 75.97 MiB | 37.98 MiB/s 2025-06-05T23:55:52.1770794Z Receiving objects: 89% (114115/128219), 95.04 MiB | 38.01 MiB/s 2025-06-05T23:55:52.1771520Z Receiving objects: 90% (115398/128219), 95.04 MiB | 38.01 MiB/s 2025-06-05T23:55:52.1772476Z Receiving objects: 91% (116680/128219), 95.04 MiB | 38.01 MiB/s 2025-06-05T23:55:52.1773138Z Receiving objects: 92% (117962/128219), 95.04 MiB | 38.01 MiB/s 2025-06-05T23:55:52.1773642Z Receiving objects: 93% (119244/128219), 95.04 MiB | 38.01 MiB/s 2025-06-05T23:55:52.1774133Z Receiving objects: 94% (120526/128219), 95.04 MiB | 38.01 MiB/s 2025-06-05T23:55:52.1774638Z Receiving objects: 95% (121809/128219), 95.04 MiB | 38.01 MiB/s 2025-06-05T23:55:52.1775129Z Receiving objects: 96% (123091/128219), 95.04 MiB | 38.01 MiB/s 2025-06-05T23:55:52.1775633Z Receiving objects: 97% (124373/128219), 95.04 MiB | 38.01 MiB/s 2025-06-05T23:55:52.1776254Z Receiving objects: 98% (125655/128219), 95.04 MiB | 38.01 MiB/s 2025-06-05T23:55:52.1776757Z Receiving objects: 99% (126937/128219), 95.04 MiB | 38.01 MiB/s 2025-06-05T23:55:52.1777382Z remote: Total 128219 (delta 973), reused 1482 (delta 970), pack-reused 126685 (from 1) 2025-06-05T23:55:52.1778010Z Receiving objects: 100% (128219/128219), 95.04 MiB | 38.01 MiB/s 2025-06-05T23:55:52.1778566Z Receiving objects: 100% (128219/128219), 107.15 MiB | 37.46 MiB/s, done. 2025-06-05T23:55:52.1779031Z Resolving deltas: 0% (0/106077) 2025-06-05T23:55:52.1779491Z Resolving deltas: 1% (1061/106077) 2025-06-05T23:55:52.1779811Z Resolving deltas: 2% (2122/106077) 2025-06-05T23:55:52.1780142Z Resolving deltas: 3% (3183/106077) 2025-06-05T23:55:52.1780472Z Resolving deltas: 4% (4244/106077) 2025-06-05T23:55:52.1780787Z Resolving deltas: 5% (5304/106077) 2025-06-05T23:55:52.1781110Z Resolving deltas: 6% (6365/106077) 2025-06-05T23:55:52.1781435Z Resolving deltas: 7% (7426/106077) 2025-06-05T23:55:52.1781766Z Resolving deltas: 8% (8487/106077) 2025-06-05T23:55:52.1782175Z Resolving deltas: 9% (9547/106077) 2025-06-05T23:55:52.1782638Z Resolving deltas: 10% (10608/106077) 2025-06-05T23:55:52.1782969Z Resolving deltas: 11% (11669/106077) 2025-06-05T23:55:52.1783311Z Resolving deltas: 12% (12730/106077) 2025-06-05T23:55:52.1783637Z Resolving deltas: 13% (13791/106077) 2025-06-05T23:55:52.1783987Z Resolving deltas: 14% (14851/106077) 2025-06-05T23:55:52.1784320Z Resolving deltas: 15% (15912/106077) 2025-06-05T23:55:52.1784646Z Resolving deltas: 16% (16973/106077) 2025-06-05T23:55:52.1784978Z Resolving deltas: 17% (18034/106077) 2025-06-05T23:55:52.1785295Z Resolving deltas: 18% (19094/106077) 2025-06-05T23:55:52.1785623Z Resolving deltas: 19% (20155/106077) 2025-06-05T23:55:52.1785940Z Resolving deltas: 20% (21216/106077) 2025-06-05T23:55:52.1786273Z Resolving deltas: 21% (22277/106077) 2025-06-05T23:55:52.1786594Z Resolving deltas: 22% (23337/106077) 2025-06-05T23:55:52.1786930Z Resolving deltas: 23% (24398/106077) 2025-06-05T23:55:52.1787258Z Resolving deltas: 24% (25459/106077) 2025-06-05T23:55:52.1787573Z Resolving deltas: 25% (26520/106077) 2025-06-05T23:55:52.1787905Z Resolving deltas: 26% (27581/106077) 2025-06-05T23:55:52.1788222Z Resolving deltas: 27% (28641/106077) 2025-06-05T23:55:52.1788551Z Resolving deltas: 28% (29702/106077) 2025-06-05T23:55:52.1788879Z Resolving deltas: 29% (30763/106077) 2025-06-05T23:55:52.1789210Z Resolving deltas: 30% (31824/106077) 2025-06-05T23:55:52.1789525Z Resolving deltas: 31% (32884/106077) 2025-06-05T23:55:52.1789853Z Resolving deltas: 32% (33945/106077) 2025-06-05T23:55:52.1790170Z Resolving deltas: 33% (35006/106077) 2025-06-05T23:55:52.1790497Z Resolving deltas: 34% (36067/106077) 2025-06-05T23:55:52.1790822Z Resolving deltas: 35% (37127/106077) 2025-06-05T23:55:52.1791142Z Resolving deltas: 36% (38188/106077) 2025-06-05T23:55:52.1791471Z Resolving deltas: 37% (39249/106077) 2025-06-05T23:55:52.1791796Z Resolving deltas: 38% (40310/106077) 2025-06-05T23:55:52.1792125Z Resolving deltas: 39% (41371/106077) 2025-06-05T23:55:52.1792441Z Resolving deltas: 40% (42431/106077) 2025-06-05T23:55:52.1792769Z Resolving deltas: 41% (43492/106077) 2025-06-05T23:55:52.1793085Z Resolving deltas: 42% (44553/106077) 2025-06-05T23:55:52.1793412Z Resolving deltas: 43% (45614/106077) 2025-06-05T23:55:52.1793740Z Resolving deltas: 44% (46674/106077) 2025-06-05T23:55:52.1794193Z Resolving deltas: 45% (47735/106077) 2025-06-05T23:55:52.1794525Z Resolving deltas: 46% (48796/106077) 2025-06-05T23:55:52.1794843Z Resolving deltas: 47% (49857/106077) 2025-06-05T23:55:52.1795172Z Resolving deltas: 48% (50917/106077) 2025-06-05T23:55:52.1795490Z Resolving deltas: 49% (51978/106077) 2025-06-05T23:55:52.1795819Z Resolving deltas: 50% (53039/106077) 2025-06-05T23:55:52.1796139Z Resolving deltas: 51% (54100/106077) 2025-06-05T23:55:52.1796467Z Resolving deltas: 52% (55161/106077) 2025-06-05T23:55:52.1796861Z Resolving deltas: 53% (56221/106077) 2025-06-05T23:55:52.1797190Z Resolving deltas: 54% (57282/106077) 2025-06-05T23:55:52.1797520Z Resolving deltas: 55% (58343/106077) 2025-06-05T23:55:52.1797839Z Resolving deltas: 56% (59404/106077) 2025-06-05T23:55:52.1798172Z Resolving deltas: 57% (60464/106077) 2025-06-05T23:55:52.1798491Z Resolving deltas: 58% (61525/106077) 2025-06-05T23:55:52.1798827Z Resolving deltas: 59% (62586/106077) 2025-06-05T23:55:52.1799289Z Resolving deltas: 60% (63647/106077) 2025-06-05T23:55:52.1799631Z Resolving deltas: 61% (64707/106077) 2025-06-05T23:55:52.1799953Z Resolving deltas: 62% (65768/106077) 2025-06-05T23:55:52.1800286Z Resolving deltas: 63% (66829/106077) 2025-06-05T23:55:52.1800621Z Resolving deltas: 64% (67890/106077) 2025-06-05T23:55:52.1800940Z Resolving deltas: 65% (68951/106077) 2025-06-05T23:55:52.1801270Z Resolving deltas: 66% (70011/106077) 2025-06-05T23:55:52.1801589Z Resolving deltas: 67% (71072/106077) 2025-06-05T23:55:52.1801927Z Resolving deltas: 68% (72133/106077) 2025-06-05T23:55:52.1802245Z Resolving deltas: 69% (73194/106077) 2025-06-05T23:55:52.1802577Z Resolving deltas: 70% (74254/106077) 2025-06-05T23:55:52.1802894Z Resolving deltas: 71% (75315/106077) 2025-06-05T23:55:52.1803228Z Resolving deltas: 72% (76376/106077) 2025-06-05T23:55:52.1803550Z Resolving deltas: 73% (77437/106077) 2025-06-05T23:55:52.1803882Z Resolving deltas: 74% (78497/106077) 2025-06-05T23:55:52.1804220Z Resolving deltas: 75% (79558/106077) 2025-06-05T23:55:52.1804540Z Resolving deltas: 76% (80619/106077) 2025-06-05T23:55:52.1804869Z Resolving deltas: 77% (81680/106077) 2025-06-05T23:55:52.1805188Z Resolving deltas: 78% (82741/106077) 2025-06-05T23:55:52.1805515Z Resolving deltas: 79% (83801/106077) 2025-06-05T23:55:52.1805833Z Resolving deltas: 80% (84862/106077) 2025-06-05T23:55:52.1806162Z Resolving deltas: 81% (85923/106077) 2025-06-05T23:55:52.1806478Z Resolving deltas: 82% (86984/106077) 2025-06-05T23:55:52.1806808Z Resolving deltas: 83% (88044/106077) 2025-06-05T23:55:52.1807139Z Resolving deltas: 83% (88546/106077) 2025-06-05T23:55:52.1807452Z Resolving deltas: 84% (89105/106077) 2025-06-05T23:55:52.1807781Z Resolving deltas: 85% (90166/106077) 2025-06-05T23:55:52.1808095Z Resolving deltas: 86% (91227/106077) 2025-06-05T23:55:52.1808430Z Resolving deltas: 87% (92287/106077) 2025-06-05T23:55:52.1808751Z Resolving deltas: 88% (93348/106077) 2025-06-05T23:55:52.1809082Z Resolving deltas: 89% (94409/106077) 2025-06-05T23:55:52.1809400Z Resolving deltas: 90% (95470/106077) 2025-06-05T23:55:52.1809732Z Resolving deltas: 91% (96531/106077) 2025-06-05T23:55:52.1810048Z Resolving deltas: 92% (97591/106077) 2025-06-05T23:55:52.1810379Z Resolving deltas: 93% (98652/106077) 2025-06-05T23:55:52.1810705Z Resolving deltas: 94% (99713/106077) 2025-06-05T23:55:52.1811026Z Resolving deltas: 95% (100774/106077) 2025-06-05T23:55:52.1811368Z Resolving deltas: 96% (101834/106077) 2025-06-05T23:55:52.1811695Z Resolving deltas: 97% (102895/106077) 2025-06-05T23:55:52.1812042Z Resolving deltas: 98% (103956/106077) 2025-06-05T23:55:52.1812366Z Resolving deltas: 99% (105017/106077) 2025-06-05T23:55:52.1812702Z Resolving deltas: 100% (106077/106077) 2025-06-05T23:55:52.1813048Z Resolving deltas: 100% (106077/106077), done. 2025-06-05T23:55:52.1813728Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/json'... 2025-06-05T23:55:52.1814521Z remote: Enumerating objects: 60588, done. 2025-06-05T23:55:52.1814929Z remote: Counting objects: 0% (1/847) 2025-06-05T23:55:52.1815325Z remote: Counting objects: 1% (9/847) 2025-06-05T23:55:52.1815709Z remote: Counting objects: 2% (17/847) 2025-06-05T23:55:52.1816115Z remote: Counting objects: 3% (26/847) 2025-06-05T23:55:52.1816501Z remote: Counting objects: 4% (34/847) 2025-06-05T23:55:52.1816903Z remote: Counting objects: 5% (43/847) 2025-06-05T23:55:52.1817286Z remote: Counting objects: 6% (51/847) 2025-06-05T23:55:52.1817762Z remote: Counting objects: 7% (60/847) 2025-06-05T23:55:52.1818158Z remote: Counting objects: 8% (68/847) 2025-06-05T23:55:52.1818541Z remote: Counting objects: 9% (77/847) 2025-06-05T23:55:52.1818936Z remote: Counting objects: 10% (85/847) 2025-06-05T23:55:52.1819319Z remote: Counting objects: 11% (94/847) 2025-06-05T23:55:52.1819728Z remote: Counting objects: 12% (102/847) 2025-06-05T23:55:52.1820123Z remote: Counting objects: 13% (111/847) 2025-06-05T23:55:52.1820521Z remote: Counting objects: 14% (119/847) 2025-06-05T23:55:52.1820906Z remote: Counting objects: 15% (128/847) 2025-06-05T23:55:52.1821301Z remote: Counting objects: 16% (136/847) 2025-06-05T23:55:52.1821695Z remote: Counting objects: 17% (144/847) 2025-06-05T23:55:52.1822076Z remote: Counting objects: 18% (153/847) 2025-06-05T23:55:52.1822469Z remote: Counting objects: 19% (161/847) 2025-06-05T23:55:52.1822853Z remote: Counting objects: 20% (170/847) 2025-06-05T23:55:52.1823245Z remote: Counting objects: 21% (178/847) 2025-06-05T23:55:52.1823625Z remote: Counting objects: 22% (187/847) 2025-06-05T23:55:52.1824016Z remote: Counting objects: 23% (195/847) 2025-06-05T23:55:52.1824410Z remote: Counting objects: 24% (204/847) 2025-06-05T23:55:52.1824794Z remote: Counting objects: 25% (212/847) 2025-06-05T23:55:52.1825190Z remote: Counting objects: 26% (221/847) 2025-06-05T23:55:52.1825567Z remote: Counting objects: 27% (229/847) 2025-06-05T23:55:52.1825961Z remote: Counting objects: 28% (238/847) 2025-06-05T23:55:52.1826340Z remote: Counting objects: 29% (246/847) 2025-06-05T23:55:52.1826734Z remote: Counting objects: 30% (255/847) 2025-06-05T23:55:52.1827113Z remote: Counting objects: 31% (263/847) 2025-06-05T23:55:52.1827507Z remote: Counting objects: 32% (272/847) 2025-06-05T23:55:52.1827902Z remote: Counting objects: 33% (280/847) 2025-06-05T23:55:52.1828284Z remote: Counting objects: 34% (288/847) 2025-06-05T23:55:52.1828677Z remote: Counting objects: 35% (297/847) 2025-06-05T23:55:52.1829057Z remote: Counting objects: 36% (305/847) 2025-06-05T23:55:52.1829453Z remote: Counting objects: 37% (314/847) 2025-06-05T23:55:52.1829835Z remote: Counting objects: 38% (322/847) 2025-06-05T23:55:52.1830233Z remote: Counting objects: 39% (331/847) 2025-06-05T23:55:52.1830622Z remote: Counting objects: 40% (339/847) 2025-06-05T23:55:52.1831014Z remote: Counting objects: 41% (348/847) 2025-06-05T23:55:52.1831406Z remote: Counting objects: 42% (356/847) 2025-06-05T23:55:52.1831789Z remote: Counting objects: 43% (365/847) 2025-06-05T23:55:52.1832184Z remote: Counting objects: 44% (373/847) 2025-06-05T23:55:52.1832567Z remote: Counting objects: 45% (382/847) 2025-06-05T23:55:52.1832963Z remote: Counting objects: 46% (390/847) 2025-06-05T23:55:52.1833343Z remote: Counting objects: 47% (399/847) 2025-06-05T23:55:52.1833734Z remote: Counting objects: 48% (407/847) 2025-06-05T23:55:52.1834115Z remote: Counting objects: 49% (416/847) 2025-06-05T23:55:52.1834508Z remote: Counting objects: 50% (424/847) 2025-06-05T23:55:52.1834898Z remote: Counting objects: 51% (432/847) 2025-06-05T23:55:52.1835398Z remote: Counting objects: 52% (441/847) 2025-06-05T23:55:52.1835804Z remote: Counting objects: 53% (449/847) 2025-06-05T23:55:52.1836194Z remote: Counting objects: 54% (458/847) 2025-06-05T23:55:52.1836590Z remote: Counting objects: 55% (466/847) 2025-06-05T23:55:52.1836975Z remote: Counting objects: 56% (475/847) 2025-06-05T23:55:52.1837379Z remote: Counting objects: 57% (483/847) 2025-06-05T23:55:52.1837764Z remote: Counting objects: 58% (492/847) 2025-06-05T23:55:52.1838160Z remote: Counting objects: 59% (500/847) 2025-06-05T23:55:52.1838627Z remote: Counting objects: 60% (509/847) 2025-06-05T23:55:53.4316173Z remote: Counting objects: 61% (517/847) 2025-06-05T23:55:53.4316882Z remote: Counting objects: 62% (526/847) 2025-06-05T23:55:53.4317291Z remote: Counting objects: 63% (534/847) 2025-06-05T23:55:53.4317694Z remote: Counting objects: 64% (543/847) 2025-06-05T23:55:53.4318111Z remote: Counting objects: 65% (551/847) 2025-06-05T23:55:53.4318509Z remote: Counting objects: 66% (560/847) 2025-06-05T23:55:53.4318891Z remote: Counting objects: 67% (568/847) 2025-06-05T23:55:53.4319384Z remote: Counting objects: 68% (576/847) 2025-06-05T23:55:53.4319770Z remote: Counting objects: 69% (585/847) 2025-06-05T23:55:53.4320163Z remote: Counting objects: 70% (593/847) 2025-06-05T23:55:53.4320543Z remote: Counting objects: 71% (602/847) 2025-06-05T23:55:53.4320941Z remote: Counting objects: 72% (610/847) 2025-06-05T23:55:53.4321354Z remote: Counting objects: 73% (619/847) 2025-06-05T23:55:53.4321733Z remote: Counting objects: 74% (627/847) 2025-06-05T23:55:53.4322125Z remote: Counting objects: 75% (636/847) 2025-06-05T23:55:53.4322507Z remote: Counting objects: 76% (644/847) 2025-06-05T23:55:53.4322899Z remote: Counting objects: 77% (653/847) 2025-06-05T23:55:53.4323291Z remote: Counting objects: 78% (661/847) 2025-06-05T23:55:53.4323681Z remote: Counting objects: 79% (670/847) 2025-06-05T23:55:53.4324061Z remote: Counting objects: 80% (678/847) 2025-06-05T23:55:53.4324457Z remote: Counting objects: 81% (687/847) 2025-06-05T23:55:53.4324849Z remote: Counting objects: 82% (695/847) 2025-06-05T23:55:53.4325232Z remote: Counting objects: 83% (704/847) 2025-06-05T23:55:53.4325628Z remote: Counting objects: 84% (712/847) 2025-06-05T23:55:53.4326010Z remote: Counting objects: 85% (720/847) 2025-06-05T23:55:53.4326407Z remote: Counting objects: 86% (729/847) 2025-06-05T23:55:53.4326790Z remote: Counting objects: 87% (737/847) 2025-06-05T23:55:53.4327183Z remote: Counting objects: 88% (746/847) 2025-06-05T23:55:53.4327566Z remote: Counting objects: 89% (754/847) 2025-06-05T23:55:53.4327964Z remote: Counting objects: 90% (763/847) 2025-06-05T23:55:53.4328353Z remote: Counting objects: 91% (771/847) 2025-06-05T23:55:53.4328737Z remote: Counting objects: 92% (780/847) 2025-06-05T23:55:53.4329127Z remote: Counting objects: 93% (788/847) 2025-06-05T23:55:53.4329511Z remote: Counting objects: 94% (797/847) 2025-06-05T23:55:53.4329904Z remote: Counting objects: 95% (805/847) 2025-06-05T23:55:53.4330284Z remote: Counting objects: 96% (814/847) 2025-06-05T23:55:53.4330682Z remote: Counting objects: 97% (822/847) 2025-06-05T23:55:53.4331066Z remote: Counting objects: 98% (831/847) 2025-06-05T23:55:53.4331467Z remote: Counting objects: 99% (839/847) 2025-06-05T23:55:53.4331863Z remote: Counting objects: 100% (847/847) 2025-06-05T23:55:53.4332277Z remote: Counting objects: 100% (847/847), done. 2025-06-05T23:55:53.4332720Z remote: Compressing objects: 0% (1/538) 2025-06-05T23:55:53.4333125Z remote: Compressing objects: 1% (6/538) 2025-06-05T23:55:53.4333565Z remote: Compressing objects: 2% (11/538) 2025-06-05T23:55:53.4334648Z remote: Compressing objects: 3% (17/538) 2025-06-05T23:55:53.4335091Z remote: Compressing objects: 4% (22/538) 2025-06-05T23:55:53.4335496Z remote: Compressing objects: 5% (27/538) 2025-06-05T23:55:53.4335916Z remote: Compressing objects: 6% (33/538) 2025-06-05T23:55:53.4336318Z remote: Compressing objects: 7% (38/538) 2025-06-05T23:55:53.4336731Z remote: Compressing objects: 8% (44/538) 2025-06-05T23:55:53.4337144Z remote: Compressing objects: 9% (49/538) 2025-06-05T23:55:53.4337663Z remote: Compressing objects: 10% (54/538) 2025-06-05T23:55:53.4338080Z remote: Compressing objects: 11% (60/538) 2025-06-05T23:55:53.4338481Z remote: Compressing objects: 12% (65/538) 2025-06-05T23:55:53.4338899Z remote: Compressing objects: 13% (70/538) 2025-06-05T23:55:53.4339301Z remote: Compressing objects: 14% (76/538) 2025-06-05T23:55:53.4339724Z remote: Compressing objects: 15% (81/538) 2025-06-05T23:55:53.4340128Z remote: Compressing objects: 16% (87/538) 2025-06-05T23:55:53.4340543Z remote: Compressing objects: 17% (92/538) 2025-06-05T23:55:53.4340956Z remote: Compressing objects: 18% (97/538) 2025-06-05T23:55:53.4341361Z remote: Compressing objects: 19% (103/538) 2025-06-05T23:55:53.4341785Z remote: Compressing objects: 20% (108/538) 2025-06-05T23:55:53.4342188Z remote: Compressing objects: 21% (113/538) 2025-06-05T23:55:53.4342602Z remote: Compressing objects: 22% (119/538) 2025-06-05T23:55:53.4343011Z remote: Compressing objects: 23% (124/538) 2025-06-05T23:55:53.4343428Z remote: Compressing objects: 24% (130/538) 2025-06-05T23:55:53.4343826Z remote: Compressing objects: 25% (135/538) 2025-06-05T23:55:53.4344243Z remote: Compressing objects: 26% (140/538) 2025-06-05T23:55:53.4344650Z remote: Compressing objects: 27% (146/538) 2025-06-05T23:55:53.4345056Z remote: Compressing objects: 28% (151/538) 2025-06-05T23:55:53.4345471Z remote: Compressing objects: 29% (157/538) 2025-06-05T23:55:53.4345872Z remote: Compressing objects: 30% (162/538) 2025-06-05T23:55:53.4346285Z remote: Compressing objects: 31% (167/538) 2025-06-05T23:55:53.4346688Z remote: Compressing objects: 32% (173/538) 2025-06-05T23:55:53.4347100Z remote: Compressing objects: 33% (178/538) 2025-06-05T23:55:53.4347513Z remote: Compressing objects: 34% (183/538) 2025-06-05T23:55:53.4347923Z remote: Compressing objects: 35% (189/538) 2025-06-05T23:55:53.4348333Z remote: Compressing objects: 36% (194/538) 2025-06-05T23:55:53.4348731Z remote: Compressing objects: 37% (200/538) 2025-06-05T23:55:53.4349144Z remote: Compressing objects: 38% (205/538) 2025-06-05T23:55:53.4349543Z remote: Compressing objects: 39% (210/538) 2025-06-05T23:55:53.4349954Z remote: Compressing objects: 40% (216/538) 2025-06-05T23:55:53.4350360Z remote: Compressing objects: 41% (221/538) 2025-06-05T23:55:53.4350776Z remote: Compressing objects: 42% (226/538) 2025-06-05T23:55:53.4351192Z remote: Compressing objects: 43% (232/538) 2025-06-05T23:55:53.4351594Z remote: Compressing objects: 44% (237/538) 2025-06-05T23:55:53.4352004Z remote: Compressing objects: 45% (243/538) 2025-06-05T23:55:53.4352407Z remote: Compressing objects: 46% (248/538) 2025-06-05T23:55:53.4352820Z remote: Compressing objects: 47% (253/538) 2025-06-05T23:55:53.4353227Z remote: Compressing objects: 48% (259/538) 2025-06-05T23:55:53.4353638Z remote: Compressing objects: 49% (264/538) 2025-06-05T23:55:53.4354039Z remote: Compressing objects: 50% (269/538) 2025-06-05T23:55:53.4354453Z remote: Compressing objects: 51% (275/538) 2025-06-05T23:55:53.4355168Z remote: Compressing objects: 52% (280/538) 2025-06-05T23:55:53.4355786Z remote: Compressing objects: 53% (286/538) 2025-06-05T23:55:53.4356211Z remote: Compressing objects: 54% (291/538) 2025-06-05T23:55:53.4356618Z remote: Compressing objects: 55% (296/538) 2025-06-05T23:55:53.4357034Z remote: Compressing objects: 56% (302/538) 2025-06-05T23:55:53.4357440Z remote: Compressing objects: 57% (307/538) 2025-06-05T23:55:53.4357853Z remote: Compressing objects: 58% (313/538) 2025-06-05T23:55:53.4358276Z remote: Compressing objects: 59% (318/538) 2025-06-05T23:55:53.4358777Z remote: Compressing objects: 60% (323/538) 2025-06-05T23:55:53.4359286Z remote: Compressing objects: 61% (329/538) 2025-06-05T23:55:53.4359691Z remote: Compressing objects: 62% (334/538) 2025-06-05T23:55:53.4360113Z remote: Compressing objects: 63% (339/538) 2025-06-05T23:55:53.4360514Z remote: Compressing objects: 64% (345/538) 2025-06-05T23:55:53.4360928Z remote: Compressing objects: 65% (350/538) 2025-06-05T23:55:53.4361336Z remote: Compressing objects: 66% (356/538) 2025-06-05T23:55:53.4361748Z remote: Compressing objects: 67% (361/538) 2025-06-05T23:55:53.4362161Z remote: Compressing objects: 68% (366/538) 2025-06-05T23:55:53.4362564Z remote: Compressing objects: 69% (372/538) 2025-06-05T23:55:53.4362974Z remote: Compressing objects: 70% (377/538) 2025-06-05T23:55:53.4363373Z remote: Compressing objects: 71% (382/538) 2025-06-05T23:55:53.4363788Z remote: Compressing objects: 72% (388/538) 2025-06-05T23:55:53.4364193Z remote: Compressing objects: 73% (393/538) 2025-06-05T23:55:53.4364604Z remote: Compressing objects: 74% (399/538) 2025-06-05T23:55:53.4365004Z remote: Compressing objects: 75% (404/538) 2025-06-05T23:55:53.4365419Z remote: Compressing objects: 76% (409/538) 2025-06-05T23:55:53.4365828Z remote: Compressing objects: 77% (415/538) 2025-06-05T23:55:53.4366226Z remote: Compressing objects: 78% (420/538) 2025-06-05T23:55:53.4366641Z remote: Compressing objects: 79% (426/538) 2025-06-05T23:55:53.4367039Z remote: Compressing objects: 80% (431/538) 2025-06-05T23:55:53.4367450Z remote: Compressing objects: 81% (436/538) 2025-06-05T23:55:53.4367850Z remote: Compressing objects: 82% (442/538) 2025-06-05T23:55:53.4368261Z remote: Compressing objects: 83% (447/538) 2025-06-05T23:55:53.4368671Z remote: Compressing objects: 84% (452/538) 2025-06-05T23:55:53.4369067Z remote: Compressing objects: 85% (458/538) 2025-06-05T23:55:53.4369487Z remote: Compressing objects: 86% (463/538) 2025-06-05T23:55:53.4369888Z remote: Compressing objects: 87% (469/538) 2025-06-05T23:55:53.4370302Z remote: Compressing objects: 88% (474/538) 2025-06-05T23:55:53.4370705Z remote: Compressing objects: 89% (479/538) 2025-06-05T23:55:53.4371121Z remote: Compressing objects: 90% (485/538) 2025-06-05T23:55:53.4371530Z remote: Compressing objects: 91% (490/538) 2025-06-05T23:55:53.4371942Z remote: Compressing objects: 92% (495/538) 2025-06-05T23:55:53.4372355Z remote: Compressing objects: 93% (501/538) 2025-06-05T23:55:53.4372759Z remote: Compressing objects: 94% (506/538) 2025-06-05T23:55:53.4373173Z remote: Compressing objects: 95% (512/538) 2025-06-05T23:55:53.4373575Z remote: Compressing objects: 96% (517/538) 2025-06-05T23:55:53.4373990Z remote: Compressing objects: 97% (522/538) 2025-06-05T23:55:53.4374400Z remote: Compressing objects: 98% (528/538) 2025-06-05T23:55:53.4374814Z remote: Compressing objects: 99% (533/538) 2025-06-05T23:55:53.4375218Z remote: Compressing objects: 100% (538/538) 2025-06-05T23:55:53.4375673Z remote: Compressing objects: 100% (538/538), done. 2025-06-05T23:55:53.4376097Z Receiving objects: 0% (1/60588) 2025-06-05T23:55:53.4376415Z Receiving objects: 1% (606/60588) 2025-06-05T23:55:53.4376847Z Receiving objects: 2% (1212/60588) 2025-06-05T23:55:53.4377176Z Receiving objects: 3% (1818/60588) 2025-06-05T23:55:53.4377510Z Receiving objects: 4% (2424/60588) 2025-06-05T23:55:53.4377832Z Receiving objects: 5% (3030/60588) 2025-06-05T23:55:53.4378165Z Receiving objects: 6% (3636/60588) 2025-06-05T23:55:53.4378480Z Receiving objects: 7% (4242/60588) 2025-06-05T23:55:53.4378813Z Receiving objects: 8% (4848/60588) 2025-06-05T23:55:53.4379142Z Receiving objects: 9% (5453/60588) 2025-06-05T23:55:53.4379459Z Receiving objects: 10% (6059/60588) 2025-06-05T23:55:53.4379868Z Receiving objects: 11% (6665/60588) 2025-06-05T23:55:53.4380182Z Receiving objects: 12% (7271/60588) 2025-06-05T23:55:53.4380515Z Receiving objects: 13% (7877/60588) 2025-06-05T23:55:53.4380832Z Receiving objects: 14% (8483/60588) 2025-06-05T23:55:53.4381161Z Receiving objects: 15% (9089/60588) 2025-06-05T23:55:53.4381475Z Receiving objects: 16% (9695/60588) 2025-06-05T23:55:53.4381892Z Receiving objects: 17% (10300/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:53.4382383Z Receiving objects: 18% (10906/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:53.4382877Z Receiving objects: 19% (11512/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:53.4383378Z Receiving objects: 20% (12118/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:59.6606139Z Receiving objects: 21% (12724/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:59.6606918Z Receiving objects: 22% (13330/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:59.6607420Z Receiving objects: 23% (13936/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:59.6608122Z Receiving objects: 24% (14542/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:59.6608606Z Receiving objects: 25% (15147/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:59.6609100Z Receiving objects: 26% (15753/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:59.6609593Z Receiving objects: 27% (16359/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:59.6610073Z Receiving objects: 28% (16965/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:59.6610578Z Receiving objects: 29% (17571/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:59.6611056Z Receiving objects: 30% (18177/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:59.6611549Z Receiving objects: 31% (18783/60588), 25.85 MiB | 51.69 MiB/s 2025-06-05T23:55:59.6612024Z Receiving objects: 31% (19114/60588), 48.32 MiB | 48.31 MiB/s 2025-06-05T23:55:59.6612517Z Receiving objects: 32% (19389/60588), 48.32 MiB | 48.31 MiB/s 2025-06-05T23:55:59.6613005Z Receiving objects: 33% (19995/60588), 62.14 MiB | 41.42 MiB/s 2025-06-05T23:55:59.6613486Z Receiving objects: 33% (20381/60588), 77.66 MiB | 38.83 MiB/s 2025-06-05T23:55:59.6613983Z Receiving objects: 33% (20386/60588), 124.27 MiB | 41.42 MiB/s 2025-06-05T23:55:59.6614477Z Receiving objects: 34% (20600/60588), 142.63 MiB | 40.75 MiB/s 2025-06-05T23:55:59.6614974Z Receiving objects: 35% (21206/60588), 142.63 MiB | 40.75 MiB/s 2025-06-05T23:55:59.6615460Z Receiving objects: 36% (21812/60588), 142.63 MiB | 40.75 MiB/s 2025-06-05T23:55:59.6615965Z Receiving objects: 37% (22418/60588), 142.63 MiB | 40.75 MiB/s 2025-06-05T23:55:59.6616467Z Receiving objects: 38% (23024/60588), 142.63 MiB | 40.75 MiB/s 2025-06-05T23:55:59.6616954Z Receiving objects: 39% (23630/60588), 142.63 MiB | 40.75 MiB/s 2025-06-05T23:55:59.6617448Z Receiving objects: 40% (24236/60588), 142.63 MiB | 40.75 MiB/s 2025-06-05T23:55:59.6617928Z Receiving objects: 41% (24842/60588), 142.63 MiB | 40.75 MiB/s 2025-06-05T23:55:59.6618421Z Receiving objects: 41% (24982/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6618911Z Receiving objects: 42% (25447/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6619469Z Receiving objects: 43% (26053/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6620068Z Receiving objects: 44% (26659/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6620622Z Receiving objects: 45% (27265/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6621117Z Receiving objects: 46% (27871/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6621901Z Receiving objects: 47% (28477/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6622407Z Receiving objects: 48% (29083/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6622888Z Receiving objects: 49% (29689/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6623387Z Receiving objects: 50% (30294/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6623890Z Receiving objects: 51% (30900/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6624377Z Receiving objects: 52% (31506/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6624983Z Receiving objects: 53% (32112/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6625470Z Receiving objects: 54% (32718/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6625969Z Receiving objects: 55% (33324/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6626454Z Receiving objects: 56% (33930/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6626951Z Receiving objects: 57% (34536/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6627452Z Receiving objects: 58% (35142/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6627932Z Receiving objects: 59% (35747/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6628429Z Receiving objects: 60% (36353/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6628916Z Receiving objects: 61% (36959/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6629412Z Receiving objects: 62% (37565/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6629899Z Receiving objects: 63% (38171/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6630405Z Receiving objects: 64% (38777/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6630891Z Receiving objects: 65% (39383/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6631385Z Receiving objects: 66% (39989/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6631880Z Receiving objects: 67% (40594/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6632361Z Receiving objects: 68% (41200/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6632857Z Receiving objects: 69% (41806/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6633340Z Receiving objects: 70% (42412/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6633836Z Receiving objects: 71% (43018/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6634318Z Receiving objects: 72% (43624/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6634818Z Receiving objects: 73% (44230/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6635318Z Receiving objects: 74% (44836/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6635806Z Receiving objects: 75% (45441/60588), 171.43 MiB | 42.86 MiB/s 2025-06-05T23:55:59.6636306Z Receiving objects: 76% (46047/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6636789Z Receiving objects: 77% (46653/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6637289Z Receiving objects: 78% (47259/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6637769Z Receiving objects: 79% (47865/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6638271Z Receiving objects: 80% (48471/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6638767Z Receiving objects: 81% (49077/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6639366Z Receiving objects: 82% (49683/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6639869Z Receiving objects: 83% (50289/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6640357Z Receiving objects: 84% (50894/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6640856Z Receiving objects: 85% (51500/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6641345Z Receiving objects: 86% (52106/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6641840Z Receiving objects: 87% (52712/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6642333Z Receiving objects: 88% (53318/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6642839Z Receiving objects: 89% (53924/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6643335Z Receiving objects: 90% (54530/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6643922Z Receiving objects: 91% (55136/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6644408Z Receiving objects: 92% (55741/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6644908Z Receiving objects: 93% (56347/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6645395Z Receiving objects: 94% (56953/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6645894Z Receiving objects: 95% (57559/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6646384Z Receiving objects: 96% (58165/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6646961Z Receiving objects: 97% (58771/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6647462Z Receiving objects: 98% (59377/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6647949Z Receiving objects: 99% (59983/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6648570Z remote: Total 60588 (delta 678), reused 310 (delta 309), pack-reused 59741 (from 3) 2025-06-05T23:55:59.6649193Z Receiving objects: 100% (60588/60588), 199.28 MiB | 44.28 MiB/s 2025-06-05T23:55:59.6649736Z Receiving objects: 100% (60588/60588), 217.55 MiB | 43.65 MiB/s, done. 2025-06-05T23:55:59.6650188Z Resolving deltas: 0% (0/34961) 2025-06-05T23:55:59.6650516Z Resolving deltas: 1% (350/34961) 2025-06-05T23:55:59.6650831Z Resolving deltas: 2% (700/34961) 2025-06-05T23:55:59.6651163Z Resolving deltas: 3% (1049/34961) 2025-06-05T23:55:59.6651494Z Resolving deltas: 4% (1399/34961) 2025-06-05T23:55:59.6651805Z Resolving deltas: 5% (1749/34961) 2025-06-05T23:55:59.6652131Z Resolving deltas: 6% (2098/34961) 2025-06-05T23:55:59.6652447Z Resolving deltas: 7% (2448/34961) 2025-06-05T23:55:59.6652770Z Resolving deltas: 8% (2797/34961) 2025-06-05T23:55:59.6653077Z Resolving deltas: 9% (3147/34961) 2025-06-05T23:55:59.6653399Z Resolving deltas: 10% (3497/34961) 2025-06-05T23:55:59.6653705Z Resolving deltas: 11% (3846/34961) 2025-06-05T23:55:59.6654026Z Resolving deltas: 12% (4196/34961) 2025-06-05T23:55:59.6654347Z Resolving deltas: 13% (4545/34961) 2025-06-05T23:55:59.6654922Z Resolving deltas: 14% (4895/34961) 2025-06-05T23:55:59.6655245Z Resolving deltas: 15% (5245/34961) 2025-06-05T23:55:59.6655554Z Resolving deltas: 16% (5594/34961) 2025-06-05T23:55:59.6655876Z Resolving deltas: 17% (5944/34961) 2025-06-05T23:55:59.6656182Z Resolving deltas: 18% (6293/34961) 2025-06-05T23:55:59.6656504Z Resolving deltas: 19% (6643/34961) 2025-06-05T23:55:59.6656816Z Resolving deltas: 20% (6993/34961) 2025-06-05T23:55:59.6657135Z Resolving deltas: 21% (7342/34961) 2025-06-05T23:55:59.6657453Z Resolving deltas: 22% (7692/34961) 2025-06-05T23:55:59.6657777Z Resolving deltas: 23% (8042/34961) 2025-06-05T23:55:59.6658099Z Resolving deltas: 24% (8391/34961) 2025-06-05T23:55:59.6658408Z Resolving deltas: 24% (8590/34961) 2025-06-05T23:55:59.6658729Z Resolving deltas: 25% (8741/34961) 2025-06-05T23:55:59.6659038Z Resolving deltas: 26% (9090/34961) 2025-06-05T23:55:59.6659356Z Resolving deltas: 27% (9440/34961) 2025-06-05T23:55:59.6659666Z Resolving deltas: 28% (9790/34961) 2025-06-05T23:55:59.6659996Z Resolving deltas: 29% (10139/34961) 2025-06-05T23:55:59.6660313Z Resolving deltas: 30% (10489/34961) 2025-06-05T23:55:59.6660642Z Resolving deltas: 31% (10838/34961) 2025-06-05T23:55:59.6660957Z Resolving deltas: 32% (11188/34961) 2025-06-05T23:55:59.6661282Z Resolving deltas: 33% (11538/34961) 2025-06-05T23:55:59.6661611Z Resolving deltas: 34% (11887/34961) 2025-06-05T23:55:59.6661924Z Resolving deltas: 35% (12237/34961) 2025-06-05T23:55:59.6662250Z Resolving deltas: 36% (12586/34961) 2025-06-05T23:55:59.6662571Z Resolving deltas: 37% (12936/34961) 2025-06-05T23:55:59.6662895Z Resolving deltas: 38% (13286/34961) 2025-06-05T23:55:59.6663206Z Resolving deltas: 39% (13635/34961) 2025-06-05T23:55:59.6663533Z Resolving deltas: 40% (13985/34961) 2025-06-05T23:55:59.6663846Z Resolving deltas: 41% (14335/34961) 2025-06-05T23:55:59.6664168Z Resolving deltas: 42% (14684/34961) 2025-06-05T23:55:59.6664490Z Resolving deltas: 43% (15034/34961) 2025-06-05T23:55:59.6664981Z Resolving deltas: 44% (15383/34961) 2025-06-05T23:55:59.6665317Z Resolving deltas: 45% (15733/34961) 2025-06-05T23:55:59.6665627Z Resolving deltas: 46% (16083/34961) 2025-06-05T23:55:59.6665953Z Resolving deltas: 47% (16432/34961) 2025-06-05T23:55:59.6666269Z Resolving deltas: 48% (16782/34961) 2025-06-05T23:55:59.6666593Z Resolving deltas: 49% (17131/34961) 2025-06-05T23:55:59.6666911Z Resolving deltas: 50% (17481/34961) 2025-06-05T23:55:59.6667240Z Resolving deltas: 51% (17831/34961) 2025-06-05T23:55:59.6667551Z Resolving deltas: 52% (18180/34961) 2025-06-05T23:55:59.6667965Z Resolving deltas: 53% (18530/34961) 2025-06-05T23:55:59.6668288Z Resolving deltas: 54% (18879/34961) 2025-06-05T23:55:59.6668598Z Resolving deltas: 55% (19229/34961) 2025-06-05T23:55:59.6668927Z Resolving deltas: 56% (19579/34961) 2025-06-05T23:55:59.6669238Z Resolving deltas: 57% (19928/34961) 2025-06-05T23:55:59.6669562Z Resolving deltas: 58% (20278/34961) 2025-06-05T23:55:59.6669876Z Resolving deltas: 59% (20627/34961) 2025-06-05T23:55:59.6670205Z Resolving deltas: 60% (20977/34961) 2025-06-05T23:55:59.6670517Z Resolving deltas: 61% (21327/34961) 2025-06-05T23:55:59.6670840Z Resolving deltas: 62% (21676/34961) 2025-06-05T23:55:59.6671150Z Resolving deltas: 63% (22026/34961) 2025-06-05T23:55:59.6671474Z Resolving deltas: 64% (22376/34961) 2025-06-05T23:55:59.6671795Z Resolving deltas: 65% (22725/34961) 2025-06-05T23:55:59.6672107Z Resolving deltas: 66% (23075/34961) 2025-06-05T23:55:59.6672429Z Resolving deltas: 67% (23424/34961) 2025-06-05T23:55:59.6672745Z Resolving deltas: 68% (23774/34961) 2025-06-05T23:55:59.6673070Z Resolving deltas: 69% (24124/34961) 2025-06-05T23:55:59.6673379Z Resolving deltas: 70% (24473/34961) 2025-06-05T23:55:59.6673705Z Resolving deltas: 71% (24823/34961) 2025-06-05T23:56:01.8388482Z Resolving deltas: 72% (25172/34961) 2025-06-05T23:56:01.8389038Z Resolving deltas: 73% (25522/34961) 2025-06-05T23:56:01.8389487Z Resolving deltas: 74% (25872/34961) 2025-06-05T23:56:01.8389847Z Resolving deltas: 75% (26221/34961) 2025-06-05T23:56:01.8390166Z Resolving deltas: 75% (26321/34961) 2025-06-05T23:56:01.8390586Z Resolving deltas: 76% (26571/34961) 2025-06-05T23:56:01.8390948Z Resolving deltas: 77% (26920/34961) 2025-06-05T23:56:01.8391380Z Resolving deltas: 78% (27270/34961) 2025-06-05T23:56:01.8391873Z Resolving deltas: 79% (27620/34961) 2025-06-05T23:56:01.8392269Z Resolving deltas: 80% (27969/34961) 2025-06-05T23:56:01.8392792Z Resolving deltas: 81% (28319/34961) 2025-06-05T23:56:01.8393237Z Resolving deltas: 82% (28669/34961) 2025-06-05T23:56:01.8393589Z Resolving deltas: 83% (29018/34961) 2025-06-05T23:56:01.8393899Z Resolving deltas: 84% (29368/34961) 2025-06-05T23:56:01.8394235Z Resolving deltas: 85% (29717/34961) 2025-06-05T23:56:01.8394550Z Resolving deltas: 86% (30067/34961) 2025-06-05T23:56:01.8394874Z Resolving deltas: 87% (30417/34961) 2025-06-05T23:56:01.8395255Z Resolving deltas: 88% (30766/34961) 2025-06-05T23:56:01.8395570Z Resolving deltas: 89% (31116/34961) 2025-06-05T23:56:01.8395909Z Resolving deltas: 90% (31465/34961) 2025-06-05T23:56:01.8396234Z Resolving deltas: 91% (31815/34961) 2025-06-05T23:56:01.8396546Z Resolving deltas: 92% (32165/34961) 2025-06-05T23:56:01.8396869Z Resolving deltas: 93% (32514/34961) 2025-06-05T23:56:01.8397180Z Resolving deltas: 94% (32864/34961) 2025-06-05T23:56:01.8397504Z Resolving deltas: 95% (33213/34961) 2025-06-05T23:56:01.8397817Z Resolving deltas: 96% (33563/34961) 2025-06-05T23:56:01.8398138Z Resolving deltas: 97% (33913/34961) 2025-06-05T23:56:01.8398454Z Resolving deltas: 98% (34262/34961) 2025-06-05T23:56:01.8398773Z Resolving deltas: 99% (34612/34961) 2025-06-05T23:56:01.8399083Z Resolving deltas: 100% (34961/34961) 2025-06-05T23:56:01.8399542Z Resolving deltas: 100% (34961/34961), done. 2025-06-05T23:56:01.8400245Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/pybind11'... 2025-06-05T23:56:01.8400944Z remote: Enumerating objects: 31544, done. 2025-06-05T23:56:01.8401623Z remote: Counting objects: 2% (1/46) 2025-06-05T23:56:01.8402001Z remote: Counting objects: 4% (2/46) 2025-06-05T23:56:01.8402386Z remote: Counting objects: 6% (3/46) 2025-06-05T23:56:01.8402761Z remote: Counting objects: 8% (4/46) 2025-06-05T23:56:01.8403142Z remote: Counting objects: 10% (5/46) 2025-06-05T23:56:01.8403523Z remote: Counting objects: 13% (6/46) 2025-06-05T23:56:01.8403888Z remote: Counting objects: 15% (7/46) 2025-06-05T23:56:01.8404387Z remote: Counting objects: 17% (8/46) 2025-06-05T23:56:01.8404756Z remote: Counting objects: 19% (9/46) 2025-06-05T23:56:01.8405140Z remote: Counting objects: 21% (10/46) 2025-06-05T23:56:01.8405519Z remote: Counting objects: 23% (11/46) 2025-06-05T23:56:01.8405907Z remote: Counting objects: 26% (12/46) 2025-06-05T23:56:01.8406279Z remote: Counting objects: 28% (13/46) 2025-06-05T23:56:01.8406675Z remote: Counting objects: 30% (14/46) 2025-06-05T23:56:01.8407061Z remote: Counting objects: 32% (15/46) 2025-06-05T23:56:01.8407434Z remote: Counting objects: 34% (16/46) 2025-06-05T23:56:01.8407817Z remote: Counting objects: 36% (17/46) 2025-06-05T23:56:01.8408284Z remote: Counting objects: 39% (18/46) 2025-06-05T23:56:01.8408871Z remote: Counting objects: 41% (19/46) 2025-06-05T23:56:01.8409349Z remote: Counting objects: 43% (20/46) 2025-06-05T23:56:01.8409742Z remote: Counting objects: 45% (21/46) 2025-06-05T23:56:01.8410232Z remote: Counting objects: 47% (22/46) 2025-06-05T23:56:01.8410641Z remote: Counting objects: 50% (23/46) 2025-06-05T23:56:01.8411032Z remote: Counting objects: 52% (24/46) 2025-06-05T23:56:01.8411649Z remote: Counting objects: 54% (25/46) 2025-06-05T23:56:01.8412043Z remote: Counting objects: 56% (26/46) 2025-06-05T23:56:01.8412416Z remote: Counting objects: 58% (27/46) 2025-06-05T23:56:01.8412807Z remote: Counting objects: 60% (28/46) 2025-06-05T23:56:01.8413181Z remote: Counting objects: 63% (29/46) 2025-06-05T23:56:01.8413566Z remote: Counting objects: 65% (30/46) 2025-06-05T23:56:01.8413938Z remote: Counting objects: 67% (31/46) 2025-06-05T23:56:01.8414325Z remote: Counting objects: 69% (32/46) 2025-06-05T23:56:01.8414709Z remote: Counting objects: 71% (33/46) 2025-06-05T23:56:01.8415079Z remote: Counting objects: 73% (34/46) 2025-06-05T23:56:01.8415467Z remote: Counting objects: 76% (35/46) 2025-06-05T23:56:01.8415838Z remote: Counting objects: 78% (36/46) 2025-06-05T23:56:01.8416221Z remote: Counting objects: 80% (37/46) 2025-06-05T23:56:01.8416590Z remote: Counting objects: 82% (38/46) 2025-06-05T23:56:01.8416976Z remote: Counting objects: 84% (39/46) 2025-06-05T23:56:01.8417348Z remote: Counting objects: 86% (40/46) 2025-06-05T23:56:01.8417744Z remote: Counting objects: 89% (41/46) 2025-06-05T23:56:01.8418130Z remote: Counting objects: 91% (42/46) 2025-06-05T23:56:01.8418542Z remote: Counting objects: 93% (43/46) 2025-06-05T23:56:01.8418966Z remote: Counting objects: 95% (44/46) 2025-06-05T23:56:01.8419339Z remote: Counting objects: 97% (45/46) 2025-06-05T23:56:01.8419720Z remote: Counting objects: 100% (46/46) 2025-06-05T23:56:01.8420121Z remote: Counting objects: 100% (46/46), done. 2025-06-05T23:56:01.8420552Z remote: Compressing objects: 2% (1/42) 2025-06-05T23:56:01.8421003Z remote: Compressing objects: 4% (2/42) 2025-06-05T23:56:01.8421560Z remote: Compressing objects: 7% (3/42) 2025-06-05T23:56:01.8421967Z remote: Compressing objects: 9% (4/42) 2025-06-05T23:56:01.8422358Z remote: Compressing objects: 11% (5/42) 2025-06-05T23:56:01.8422756Z remote: Compressing objects: 14% (6/42) 2025-06-05T23:56:01.8423285Z remote: Compressing objects: 16% (7/42) 2025-06-05T23:56:01.8423799Z remote: Compressing objects: 19% (8/42) 2025-06-05T23:56:01.8424183Z remote: Compressing objects: 21% (9/42) 2025-06-05T23:56:01.8424592Z remote: Compressing objects: 23% (10/42) 2025-06-05T23:56:01.8424991Z remote: Compressing objects: 26% (11/42) 2025-06-05T23:56:01.8425403Z remote: Compressing objects: 28% (12/42) 2025-06-05T23:56:01.8425811Z remote: Compressing objects: 30% (13/42) 2025-06-05T23:56:01.8426213Z remote: Compressing objects: 33% (14/42) 2025-06-05T23:56:01.8426737Z remote: Compressing objects: 35% (15/42) 2025-06-05T23:56:01.8427128Z remote: Compressing objects: 38% (16/42) 2025-06-05T23:56:01.8427537Z remote: Compressing objects: 40% (17/42) 2025-06-05T23:56:01.8427995Z remote: Compressing objects: 42% (18/42) 2025-06-05T23:56:01.8428400Z remote: Compressing objects: 45% (19/42) 2025-06-05T23:56:01.8428812Z remote: Compressing objects: 47% (20/42) 2025-06-05T23:56:01.8429207Z remote: Compressing objects: 50% (21/42) 2025-06-05T23:56:01.8429614Z remote: Compressing objects: 52% (22/42) 2025-06-05T23:56:01.8430008Z remote: Compressing objects: 54% (23/42) 2025-06-05T23:56:01.8430547Z remote: Compressing objects: 57% (24/42) 2025-06-05T23:56:01.8430947Z remote: Compressing objects: 59% (25/42) 2025-06-05T23:56:01.8431360Z remote: Compressing objects: 61% (26/42) 2025-06-05T23:56:01.8431757Z remote: Compressing objects: 64% (27/42) 2025-06-05T23:56:01.8432174Z remote: Compressing objects: 66% (28/42) 2025-06-05T23:56:01.8432588Z remote: Compressing objects: 69% (29/42) 2025-06-05T23:56:01.8433082Z remote: Compressing objects: 71% (30/42) 2025-06-05T23:56:01.8433499Z remote: Compressing objects: 73% (31/42) 2025-06-05T23:56:01.8433897Z remote: Compressing objects: 76% (32/42) 2025-06-05T23:56:01.8434316Z remote: Compressing objects: 78% (33/42) 2025-06-05T23:56:01.8434711Z remote: Compressing objects: 80% (34/42) 2025-06-05T23:56:01.8435121Z remote: Compressing objects: 83% (35/42) 2025-06-05T23:56:01.8435519Z remote: Compressing objects: 85% (36/42) 2025-06-05T23:56:01.8435933Z remote: Compressing objects: 88% (37/42) 2025-06-05T23:56:01.8436344Z remote: Compressing objects: 90% (38/42) 2025-06-05T23:56:01.8436740Z remote: Compressing objects: 92% (39/42) 2025-06-05T23:56:01.8437267Z remote: Compressing objects: 95% (40/42) 2025-06-05T23:56:01.8437665Z remote: Compressing objects: 97% (41/42) 2025-06-05T23:56:01.8438078Z remote: Compressing objects: 100% (42/42) 2025-06-05T23:56:01.8438511Z remote: Compressing objects: 100% (42/42), done. 2025-06-05T23:56:01.8438929Z Receiving objects: 0% (1/31544) 2025-06-05T23:56:01.8439441Z Receiving objects: 1% (316/31544) 2025-06-05T23:56:01.8439799Z Receiving objects: 2% (631/31544) 2025-06-05T23:56:01.8440134Z Receiving objects: 3% (947/31544) 2025-06-05T23:56:01.8440448Z Receiving objects: 4% (1262/31544) 2025-06-05T23:56:01.8440776Z Receiving objects: 5% (1578/31544) 2025-06-05T23:56:01.8441086Z Receiving objects: 6% (1893/31544) 2025-06-05T23:56:01.8441410Z Receiving objects: 7% (2209/31544) 2025-06-05T23:56:01.8441721Z Receiving objects: 8% (2524/31544) 2025-06-05T23:56:01.8442122Z Receiving objects: 9% (2839/31544) 2025-06-05T23:56:01.8450664Z Receiving objects: 10% (3155/31544) 2025-06-05T23:56:01.8451062Z Receiving objects: 11% (3470/31544) 2025-06-05T23:56:01.8451595Z Receiving objects: 12% (3786/31544) 2025-06-05T23:56:01.8451935Z Receiving objects: 13% (4101/31544) 2025-06-05T23:56:01.8452317Z Receiving objects: 14% (4417/31544) 2025-06-05T23:56:01.8452648Z Receiving objects: 15% (4732/31544) 2025-06-05T23:56:01.8452964Z Receiving objects: 16% (5048/31544) 2025-06-05T23:56:01.8453294Z Receiving objects: 17% (5363/31544) 2025-06-05T23:56:01.8453876Z Receiving objects: 18% (5678/31544) 2025-06-05T23:56:01.8454216Z Receiving objects: 19% (5994/31544) 2025-06-05T23:56:01.8454532Z Receiving objects: 20% (6309/31544) 2025-06-05T23:56:01.8455177Z Receiving objects: 21% (6625/31544) 2025-06-05T23:56:01.8455495Z Receiving objects: 22% (6940/31544) 2025-06-05T23:56:01.8455825Z Receiving objects: 23% (7256/31544) 2025-06-05T23:56:01.8456154Z Receiving objects: 24% (7571/31544) 2025-06-05T23:56:01.8456500Z Receiving objects: 25% (7886/31544) 2025-06-05T23:56:01.8456906Z Receiving objects: 26% (8202/31544) 2025-06-05T23:56:01.8457400Z Receiving objects: 27% (8517/31544) 2025-06-05T23:56:01.8457729Z Receiving objects: 28% (8833/31544) 2025-06-05T23:56:01.8458046Z Receiving objects: 29% (9148/31544) 2025-06-05T23:56:01.8458383Z Receiving objects: 30% (9464/31544) 2025-06-05T23:56:01.8458697Z Receiving objects: 31% (9779/31544) 2025-06-05T23:56:01.8459082Z Receiving objects: 32% (10095/31544) 2025-06-05T23:56:01.8459438Z Receiving objects: 33% (10410/31544) 2025-06-05T23:56:01.8459786Z Receiving objects: 34% (10725/31544) 2025-06-05T23:56:01.8460116Z Receiving objects: 35% (11041/31544) 2025-06-05T23:56:01.8460437Z Receiving objects: 36% (11356/31544) 2025-06-05T23:56:01.8460767Z Receiving objects: 37% (11672/31544) 2025-06-05T23:56:01.8461084Z Receiving objects: 38% (11987/31544) 2025-06-05T23:56:01.8461415Z Receiving objects: 39% (12303/31544) 2025-06-05T23:56:01.8461809Z Receiving objects: 40% (12618/31544) 2025-06-05T23:56:01.8462138Z Receiving objects: 41% (12934/31544) 2025-06-05T23:56:01.8462463Z Receiving objects: 42% (13249/31544) 2025-06-05T23:56:01.8462793Z Receiving objects: 43% (13564/31544) 2025-06-05T23:56:01.8463124Z Receiving objects: 44% (13880/31544) 2025-06-05T23:56:01.8463443Z Receiving objects: 45% (14195/31544) 2025-06-05T23:56:01.8463777Z Receiving objects: 46% (14511/31544) 2025-06-05T23:56:01.8464099Z Receiving objects: 47% (14826/31544) 2025-06-05T23:56:01.8464520Z Receiving objects: 48% (15142/31544) 2025-06-05T23:56:01.8464917Z Receiving objects: 49% (15457/31544) 2025-06-05T23:56:01.8465394Z Receiving objects: 50% (15772/31544) 2025-06-05T23:56:01.8465715Z Receiving objects: 51% (16088/31544) 2025-06-05T23:56:01.8466123Z Receiving objects: 52% (16403/31544) 2025-06-05T23:56:01.8466449Z Receiving objects: 53% (16719/31544) 2025-06-05T23:56:01.8466782Z Receiving objects: 54% (17034/31544) 2025-06-05T23:56:01.8467114Z Receiving objects: 55% (17350/31544) 2025-06-05T23:56:01.8467477Z Receiving objects: 56% (17665/31544) 2025-06-05T23:56:01.8467843Z Receiving objects: 57% (17981/31544) 2025-06-05T23:56:01.8468169Z Receiving objects: 58% (18296/31544) 2025-06-05T23:56:01.8468501Z Receiving objects: 59% (18611/31544) 2025-06-05T23:56:01.8468819Z Receiving objects: 60% (18927/31544) 2025-06-05T23:56:01.8469153Z Receiving objects: 61% (19242/31544) 2025-06-05T23:56:01.8469473Z Receiving objects: 62% (19558/31544) 2025-06-05T23:56:01.8469806Z Receiving objects: 63% (19873/31544) 2025-06-05T23:56:01.8470140Z Receiving objects: 64% (20189/31544) 2025-06-05T23:56:01.8470464Z Receiving objects: 65% (20504/31544) 2025-06-05T23:56:01.8470796Z Receiving objects: 66% (20820/31544) 2025-06-05T23:56:02.5031590Z Receiving objects: 67% (21135/31544) 2025-06-05T23:56:02.5032638Z Receiving objects: 68% (21450/31544) 2025-06-05T23:56:02.5033138Z Receiving objects: 69% (21766/31544) 2025-06-05T23:56:02.5033477Z Receiving objects: 70% (22081/31544) 2025-06-05T23:56:02.5034041Z Receiving objects: 71% (22397/31544) 2025-06-05T23:56:02.5034453Z Receiving objects: 72% (22712/31544) 2025-06-05T23:56:02.5034907Z Receiving objects: 73% (23028/31544) 2025-06-05T23:56:02.5035352Z Receiving objects: 74% (23343/31544) 2025-06-05T23:56:02.5035777Z Receiving objects: 75% (23658/31544) 2025-06-05T23:56:02.5036096Z Receiving objects: 76% (23974/31544) 2025-06-05T23:56:02.5036540Z Receiving objects: 77% (24289/31544) 2025-06-05T23:56:02.5036942Z Receiving objects: 78% (24605/31544) 2025-06-05T23:56:02.5037389Z Receiving objects: 79% (24920/31544) 2025-06-05T23:56:02.5038151Z Receiving objects: 80% (25236/31544) 2025-06-05T23:56:02.5038693Z Receiving objects: 81% (25551/31544) 2025-06-05T23:56:02.5039230Z Receiving objects: 82% (25867/31544) 2025-06-05T23:56:02.5039812Z Receiving objects: 83% (26182/31544) 2025-06-05T23:56:02.5040211Z Receiving objects: 84% (26497/31544) 2025-06-05T23:56:02.5040700Z Receiving objects: 85% (26813/31544) 2025-06-05T23:56:02.5041136Z Receiving objects: 86% (27128/31544) 2025-06-05T23:56:02.5041554Z Receiving objects: 87% (27444/31544) 2025-06-05T23:56:02.5042293Z Receiving objects: 88% (27759/31544) 2025-06-05T23:56:02.5042691Z Receiving objects: 89% (28075/31544) 2025-06-05T23:56:02.5043189Z Receiving objects: 90% (28390/31544) 2025-06-05T23:56:02.5043589Z Receiving objects: 91% (28706/31544) 2025-06-05T23:56:02.5044126Z Receiving objects: 92% (29021/31544) 2025-06-05T23:56:02.5044587Z Receiving objects: 93% (29336/31544) 2025-06-05T23:56:02.5044930Z Receiving objects: 94% (29652/31544) 2025-06-05T23:56:02.5045464Z Receiving objects: 95% (29967/31544) 2025-06-05T23:56:02.5045926Z Receiving objects: 96% (30283/31544) 2025-06-05T23:56:02.5046356Z Receiving objects: 97% (30598/31544) 2025-06-05T23:56:02.5046749Z Receiving objects: 98% (30914/31544) 2025-06-05T23:56:02.5047266Z Receiving objects: 99% (31229/31544) 2025-06-05T23:56:02.5047812Z remote: Total 31544 (delta 19), reused 4 (delta 4), pack-reused 31498 (from 2) 2025-06-05T23:56:02.5048411Z Receiving objects: 100% (31544/31544) 2025-06-05T23:56:02.5049023Z Receiving objects: 100% (31544/31544), 12.39 MiB | 35.53 MiB/s, done. 2025-06-05T23:56:02.5049608Z Resolving deltas: 0% (0/22494) 2025-06-05T23:56:02.5050085Z Resolving deltas: 1% (225/22494) 2025-06-05T23:56:02.5050526Z Resolving deltas: 2% (450/22494) 2025-06-05T23:56:02.5050911Z Resolving deltas: 3% (675/22494) 2025-06-05T23:56:02.5051293Z Resolving deltas: 4% (900/22494) 2025-06-05T23:56:02.5051681Z Resolving deltas: 5% (1125/22494) 2025-06-05T23:56:02.5052135Z Resolving deltas: 6% (1350/22494) 2025-06-05T23:56:02.5052628Z Resolving deltas: 7% (1575/22494) 2025-06-05T23:56:02.5053124Z Resolving deltas: 8% (1800/22494) 2025-06-05T23:56:02.5053611Z Resolving deltas: 9% (2025/22494) 2025-06-05T23:56:02.5054115Z Resolving deltas: 10% (2250/22494) 2025-06-05T23:56:02.5054813Z Resolving deltas: 11% (2475/22494) 2025-06-05T23:56:02.5055254Z Resolving deltas: 12% (2700/22494) 2025-06-05T23:56:02.5055566Z Resolving deltas: 13% (2925/22494) 2025-06-05T23:56:02.5055888Z Resolving deltas: 14% (3150/22494) 2025-06-05T23:56:02.5056210Z Resolving deltas: 15% (3375/22494) 2025-06-05T23:56:02.5056530Z Resolving deltas: 16% (3600/22494) 2025-06-05T23:56:02.5056838Z Resolving deltas: 17% (3824/22494) 2025-06-05T23:56:02.5057160Z Resolving deltas: 18% (4049/22494) 2025-06-05T23:56:02.5057466Z Resolving deltas: 19% (4274/22494) 2025-06-05T23:56:02.5057789Z Resolving deltas: 20% (4499/22494) 2025-06-05T23:56:02.5058110Z Resolving deltas: 21% (4724/22494) 2025-06-05T23:56:02.5058441Z Resolving deltas: 22% (4949/22494) 2025-06-05T23:56:02.5058888Z Resolving deltas: 23% (5174/22494) 2025-06-05T23:56:02.5059200Z Resolving deltas: 24% (5399/22494) 2025-06-05T23:56:02.5059524Z Resolving deltas: 25% (5624/22494) 2025-06-05T23:56:02.5059833Z Resolving deltas: 26% (5849/22494) 2025-06-05T23:56:02.5060159Z Resolving deltas: 27% (6074/22494) 2025-06-05T23:56:02.5060471Z Resolving deltas: 28% (6299/22494) 2025-06-05T23:56:02.5060792Z Resolving deltas: 29% (6524/22494) 2025-06-05T23:56:02.5061124Z Resolving deltas: 30% (6749/22494) 2025-06-05T23:56:02.5061438Z Resolving deltas: 31% (6974/22494) 2025-06-05T23:56:02.5061762Z Resolving deltas: 32% (7199/22494) 2025-06-05T23:56:02.5062073Z Resolving deltas: 33% (7424/22494) 2025-06-05T23:56:02.5062400Z Resolving deltas: 34% (7648/22494) 2025-06-05T23:56:02.5062706Z Resolving deltas: 35% (7873/22494) 2025-06-05T23:56:02.5063028Z Resolving deltas: 36% (8098/22494) 2025-06-05T23:56:02.5063333Z Resolving deltas: 37% (8323/22494) 2025-06-05T23:56:02.5063848Z Resolving deltas: 38% (8548/22494) 2025-06-05T23:56:02.5064163Z Resolving deltas: 39% (8773/22494) 2025-06-05T23:56:02.5064488Z Resolving deltas: 40% (8998/22494) 2025-06-05T23:56:02.5064813Z Resolving deltas: 41% (9223/22494) 2025-06-05T23:56:02.5065136Z Resolving deltas: 42% (9448/22494) 2025-06-05T23:56:02.5065459Z Resolving deltas: 43% (9673/22494) 2025-06-05T23:56:02.5065772Z Resolving deltas: 44% (9898/22494) 2025-06-05T23:56:02.5066097Z Resolving deltas: 45% (10123/22494) 2025-06-05T23:56:02.5066417Z Resolving deltas: 46% (10348/22494) 2025-06-05T23:56:02.5066850Z Resolving deltas: 47% (10573/22494) 2025-06-05T23:56:02.5067164Z Resolving deltas: 48% (10798/22494) 2025-06-05T23:56:02.5067494Z Resolving deltas: 49% (11024/22494) 2025-06-05T23:56:02.5067821Z Resolving deltas: 50% (11247/22494) 2025-06-05T23:56:02.5068133Z Resolving deltas: 51% (11472/22494) 2025-06-05T23:56:02.5068461Z Resolving deltas: 52% (11697/22494) 2025-06-05T23:56:02.5068774Z Resolving deltas: 53% (11922/22494) 2025-06-05T23:56:02.5069099Z Resolving deltas: 54% (12147/22494) 2025-06-05T23:56:02.5069412Z Resolving deltas: 55% (12372/22494) 2025-06-05T23:56:02.5069733Z Resolving deltas: 56% (12597/22494) 2025-06-05T23:56:02.5070043Z Resolving deltas: 57% (12822/22494) 2025-06-05T23:56:02.5070363Z Resolving deltas: 58% (13047/22494) 2025-06-05T23:56:02.5070686Z Resolving deltas: 59% (13272/22494) 2025-06-05T23:56:02.5070994Z Resolving deltas: 60% (13497/22494) 2025-06-05T23:56:02.5071318Z Resolving deltas: 61% (13722/22494) 2025-06-05T23:56:02.5071632Z Resolving deltas: 62% (13947/22494) 2025-06-05T23:56:02.5071954Z Resolving deltas: 63% (14172/22494) 2025-06-05T23:56:02.5072265Z Resolving deltas: 64% (14397/22494) 2025-06-05T23:56:02.5072590Z Resolving deltas: 65% (14622/22494) 2025-06-05T23:56:02.5072900Z Resolving deltas: 66% (14847/22494) 2025-06-05T23:56:02.5073223Z Resolving deltas: 67% (15071/22494) 2025-06-05T23:56:02.5073530Z Resolving deltas: 68% (15296/22494) 2025-06-05T23:56:02.5073852Z Resolving deltas: 69% (15521/22494) 2025-06-05T23:56:02.5074171Z Resolving deltas: 70% (15746/22494) 2025-06-05T23:56:02.5074479Z Resolving deltas: 71% (15972/22494) 2025-06-05T23:56:02.5074802Z Resolving deltas: 72% (16196/22494) 2025-06-05T23:56:02.5075111Z Resolving deltas: 73% (16421/22494) 2025-06-05T23:56:02.5075432Z Resolving deltas: 74% (16646/22494) 2025-06-05T23:56:02.5075743Z Resolving deltas: 75% (16871/22494) 2025-06-05T23:56:02.5076070Z Resolving deltas: 76% (17096/22494) 2025-06-05T23:56:02.5076380Z Resolving deltas: 77% (17321/22494) 2025-06-05T23:56:02.5076712Z Resolving deltas: 78% (17546/22494) 2025-06-05T23:56:02.5077023Z Resolving deltas: 79% (17771/22494) 2025-06-05T23:56:02.5077351Z Resolving deltas: 80% (17996/22494) 2025-06-05T23:56:02.5077676Z Resolving deltas: 81% (18221/22494) 2025-06-05T23:56:02.5077985Z Resolving deltas: 82% (18446/22494) 2025-06-05T23:56:02.5078311Z Resolving deltas: 83% (18671/22494) 2025-06-05T23:56:02.5078622Z Resolving deltas: 84% (18895/22494) 2025-06-05T23:56:02.5078950Z Resolving deltas: 85% (19120/22494) 2025-06-05T23:56:02.5079373Z Resolving deltas: 86% (19346/22494) 2025-06-05T23:56:02.5079697Z Resolving deltas: 87% (19570/22494) 2025-06-05T23:56:02.5080008Z Resolving deltas: 88% (19795/22494) 2025-06-05T23:56:02.5080329Z Resolving deltas: 89% (20020/22494) 2025-06-05T23:56:02.5080650Z Resolving deltas: 90% (20245/22494) 2025-06-05T23:56:02.5080960Z Resolving deltas: 91% (20470/22494) 2025-06-05T23:56:02.5081286Z Resolving deltas: 92% (20695/22494) 2025-06-05T23:56:02.5081602Z Resolving deltas: 93% (20920/22494) 2025-06-05T23:56:02.5081928Z Resolving deltas: 94% (21145/22494) 2025-06-05T23:56:02.5082239Z Resolving deltas: 95% (21370/22494) 2025-06-05T23:56:02.5082561Z Resolving deltas: 96% (21595/22494) 2025-06-05T23:56:02.5082871Z Resolving deltas: 97% (21820/22494) 2025-06-05T23:56:02.5083193Z Resolving deltas: 98% (22045/22494) 2025-06-05T23:56:02.5083501Z Resolving deltas: 99% (22270/22494) 2025-06-05T23:56:02.5083923Z Resolving deltas: 100% (22494/22494) 2025-06-05T23:56:02.5084265Z Resolving deltas: 100% (22494/22494), done. 2025-06-05T23:56:02.5084999Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib'... 2025-06-05T23:56:02.5085736Z remote: Counting objects: 1 2025-06-05T23:56:02.5086090Z remote: Counting objects: 434, done 2025-06-05T23:56:02.5086474Z remote: Finding sources: 1% (3/422) 2025-06-05T23:56:02.5086859Z remote: Finding sources: 2% (7/422) 2025-06-05T23:56:02.5087324Z remote: Finding sources: 3% (11/422) 2025-06-05T23:56:02.5087716Z remote: Finding sources: 4% (15/422) 2025-06-05T23:56:02.5088118Z remote: Finding sources: 5% (19/422) 2025-06-05T23:56:02.5088514Z remote: Finding sources: 6% (24/422) 2025-06-05T23:56:02.5088900Z remote: Finding sources: 7% (28/422) 2025-06-05T23:56:02.5089317Z remote: Finding sources: 8% (32/422) 2025-06-05T23:56:02.5089805Z remote: Finding sources: 9% (36/422) 2025-06-05T23:56:02.5090202Z remote: Finding sources: 10% (41/422) 2025-06-05T23:56:02.5090585Z remote: Finding sources: 11% (45/422) 2025-06-05T23:56:02.5090982Z remote: Finding sources: 12% (49/422) 2025-06-05T23:56:02.5091379Z remote: Finding sources: 13% (53/422) 2025-06-05T23:56:02.5091762Z remote: Finding sources: 14% (57/422) 2025-06-05T23:56:02.5092158Z remote: Finding sources: 15% (62/422) 2025-06-05T23:56:02.5092546Z remote: Finding sources: 16% (66/422) 2025-06-05T23:56:02.5092939Z remote: Finding sources: 17% (70/422) 2025-06-05T23:56:02.5093322Z remote: Finding sources: 18% (74/422) 2025-06-05T23:56:02.5093715Z remote: Finding sources: 19% (79/422) 2025-06-05T23:56:02.5094167Z remote: Finding sources: 20% (83/422) 2025-06-05T23:56:02.5094644Z remote: Finding sources: 21% (87/422) 2025-06-05T23:56:02.5095151Z remote: Finding sources: 22% (91/422) 2025-06-05T23:56:02.5095537Z remote: Finding sources: 23% (95/422) 2025-06-05T23:56:02.5095939Z remote: Finding sources: 24% (100/422) 2025-06-05T23:56:02.5096331Z remote: Finding sources: 25% (104/422) 2025-06-05T23:56:02.5096739Z remote: Finding sources: 26% (108/422) 2025-06-05T23:56:02.5097131Z remote: Finding sources: 27% (112/422) 2025-06-05T23:56:02.5097529Z remote: Finding sources: 28% (117/422) 2025-06-05T23:56:02.5097923Z remote: Finding sources: 29% (121/422) 2025-06-05T23:56:02.5098400Z remote: Finding sources: 30% (125/422) 2025-06-05T23:56:02.5098851Z remote: Finding sources: 31% (129/422) 2025-06-05T23:56:02.5099296Z remote: Finding sources: 32% (133/422) 2025-06-05T23:56:02.5099699Z remote: Finding sources: 33% (138/422) 2025-06-05T23:56:02.5100090Z remote: Finding sources: 34% (142/422) 2025-06-05T23:56:02.5100565Z remote: Finding sources: 35% (146/422) 2025-06-05T23:56:02.5101068Z remote: Finding sources: 36% (150/422) 2025-06-05T23:56:02.5101556Z remote: Finding sources: 37% (155/422) 2025-06-05T23:56:02.5102018Z remote: Finding sources: 38% (159/422) 2025-06-05T23:56:02.5102533Z remote: Finding sources: 39% (163/422) 2025-06-05T23:56:02.5102934Z remote: Finding sources: 40% (167/422) 2025-06-05T23:56:02.5103387Z remote: Finding sources: 41% (171/422) 2025-06-05T23:56:02.5103875Z remote: Finding sources: 42% (176/422) 2025-06-05T23:56:02.5104408Z remote: Finding sources: 43% (180/422) 2025-06-05T23:56:02.5104886Z remote: Finding sources: 44% (184/422) 2025-06-05T23:56:02.5105344Z remote: Finding sources: 45% (188/422) 2025-06-05T23:56:02.5105945Z remote: Finding sources: 46% (193/422) 2025-06-05T23:56:02.5106562Z remote: Finding sources: 47% (197/422) 2025-06-05T23:56:02.5107256Z remote: Finding sources: 48% (201/422) 2025-06-05T23:56:02.5107757Z remote: Finding sources: 49% (205/422) 2025-06-05T23:56:02.5108221Z remote: Finding sources: 50% (209/422) 2025-06-05T23:56:02.5108663Z remote: Finding sources: 51% (214/422) 2025-06-05T23:56:02.5109116Z remote: Finding sources: 52% (218/422) 2025-06-05T23:56:02.5109551Z remote: Finding sources: 53% (222/422) 2025-06-05T23:56:02.5110033Z remote: Finding sources: 54% (226/422) 2025-06-05T23:56:02.5110611Z remote: Finding sources: 55% (230/422) 2025-06-05T23:56:02.5809126Z remote: Finding sources: 56% (235/422) 2025-06-05T23:56:02.5809751Z remote: Finding sources: 57% (239/422) 2025-06-05T23:56:02.5810236Z remote: Finding sources: 58% (243/422) 2025-06-05T23:56:02.5810650Z remote: Finding sources: 59% (247/422) 2025-06-05T23:56:02.5811159Z remote: Finding sources: 60% (252/422) 2025-06-05T23:56:02.5811632Z remote: Finding sources: 61% (256/422) 2025-06-05T23:56:02.5812024Z remote: Finding sources: 62% (260/422) 2025-06-05T23:56:02.5812497Z remote: Finding sources: 63% (264/422) 2025-06-05T23:56:02.5812887Z remote: Finding sources: 64% (268/422) 2025-06-05T23:56:02.5813364Z remote: Finding sources: 65% (273/422) 2025-06-05T23:56:02.5813751Z remote: Finding sources: 66% (277/422) 2025-06-05T23:56:02.5814288Z remote: Finding sources: 67% (281/422) 2025-06-05T23:56:02.5814820Z remote: Finding sources: 68% (285/422) 2025-06-05T23:56:02.5815364Z remote: Finding sources: 69% (290/422) 2025-06-05T23:56:02.5815941Z remote: Finding sources: 70% (294/422) 2025-06-05T23:56:02.5816325Z remote: Finding sources: 71% (298/422) 2025-06-05T23:56:02.5816801Z remote: Finding sources: 72% (302/422) 2025-06-05T23:56:02.5817219Z remote: Finding sources: 73% (306/422) 2025-06-05T23:56:02.5817670Z remote: Finding sources: 74% (311/422) 2025-06-05T23:56:02.5818137Z remote: Finding sources: 75% (315/422) 2025-06-05T23:56:02.5818523Z remote: Finding sources: 76% (319/422) 2025-06-05T23:56:02.5818997Z remote: Finding sources: 77% (323/422) 2025-06-05T23:56:02.5819381Z remote: Finding sources: 78% (328/422) 2025-06-05T23:56:02.5819853Z remote: Finding sources: 79% (332/422) 2025-06-05T23:56:02.5820249Z remote: Finding sources: 80% (336/422) 2025-06-05T23:56:02.5820723Z remote: Finding sources: 81% (340/422) 2025-06-05T23:56:02.5821126Z remote: Finding sources: 82% (344/422) 2025-06-05T23:56:02.5821593Z remote: Finding sources: 83% (349/422) 2025-06-05T23:56:02.5822106Z remote: Finding sources: 84% (353/422) 2025-06-05T23:56:02.5822652Z remote: Finding sources: 85% (357/422) 2025-06-05T23:56:02.5823124Z remote: Finding sources: 86% (361/422) 2025-06-05T23:56:02.5823660Z remote: Finding sources: 87% (366/422) 2025-06-05T23:56:02.5824046Z remote: Finding sources: 88% (370/422) 2025-06-05T23:56:02.5824445Z remote: Finding sources: 89% (374/422) 2025-06-05T23:56:02.5824829Z remote: Finding sources: 90% (378/422) 2025-06-05T23:56:02.5825231Z remote: Finding sources: 91% (382/422) 2025-06-05T23:56:02.5825633Z remote: Finding sources: 92% (387/422) 2025-06-05T23:56:02.5826029Z remote: Finding sources: 93% (391/422) 2025-06-05T23:56:02.5826427Z remote: Finding sources: 94% (395/422) 2025-06-05T23:56:02.5826818Z remote: Finding sources: 95% (399/422) 2025-06-05T23:56:02.5827219Z remote: Finding sources: 96% (404/422) 2025-06-05T23:56:02.5827604Z remote: Finding sources: 97% (408/422) 2025-06-05T23:56:02.5828309Z remote: Finding sources: 98% (412/422) 2025-06-05T23:56:02.5828712Z remote: Finding sources: 99% (416/422) 2025-06-05T23:56:02.5829100Z remote: Finding sources: 100% (420/422) 2025-06-05T23:56:02.5829548Z remote: Finding sources: 100% (422/422) 2025-06-05T23:56:02.5829986Z Receiving objects: 0% (1/2844) 2025-06-05T23:56:02.5830470Z Receiving objects: 1% (29/2844) 2025-06-05T23:56:02.5830832Z Receiving objects: 2% (57/2844) 2025-06-05T23:56:02.5831250Z Receiving objects: 3% (86/2844) 2025-06-05T23:56:02.5831557Z Receiving objects: 4% (114/2844) 2025-06-05T23:56:02.5832016Z Receiving objects: 5% (143/2844) 2025-06-05T23:56:02.5832327Z Receiving objects: 6% (171/2844) 2025-06-05T23:56:02.5832652Z Receiving objects: 7% (200/2844) 2025-06-05T23:56:02.5832976Z Receiving objects: 8% (228/2844) 2025-06-05T23:56:02.5833289Z Receiving objects: 9% (256/2844) 2025-06-05T23:56:02.5833608Z Receiving objects: 10% (285/2844) 2025-06-05T23:56:02.5833913Z Receiving objects: 11% (313/2844) 2025-06-05T23:56:02.5834243Z Receiving objects: 12% (342/2844) 2025-06-05T23:56:02.5834549Z Receiving objects: 13% (370/2844) 2025-06-05T23:56:02.5834867Z Receiving objects: 14% (399/2844) 2025-06-05T23:56:02.5835179Z Receiving objects: 15% (427/2844) 2025-06-05T23:56:02.5835495Z Receiving objects: 16% (456/2844) 2025-06-05T23:56:02.5835812Z Receiving objects: 17% (484/2844) 2025-06-05T23:56:02.5836119Z Receiving objects: 18% (512/2844) 2025-06-05T23:56:02.5836433Z Receiving objects: 19% (541/2844) 2025-06-05T23:56:02.5836738Z Receiving objects: 20% (569/2844) 2025-06-05T23:56:02.5837062Z Receiving objects: 21% (598/2844) 2025-06-05T23:56:02.5837410Z Receiving objects: 22% (626/2844) 2025-06-05T23:56:02.5837911Z Receiving objects: 23% (655/2844) 2025-06-05T23:56:02.5838362Z Receiving objects: 24% (683/2844) 2025-06-05T23:56:02.5838745Z Receiving objects: 25% (711/2844) 2025-06-05T23:56:02.5839087Z Receiving objects: 26% (740/2844) 2025-06-05T23:56:02.5839556Z Receiving objects: 27% (768/2844) 2025-06-05T23:56:02.5839873Z Receiving objects: 28% (797/2844) 2025-06-05T23:56:02.5840284Z Receiving objects: 29% (825/2844) 2025-06-05T23:56:02.5840591Z Receiving objects: 30% (854/2844) 2025-06-05T23:56:02.5840984Z Receiving objects: 31% (882/2844) 2025-06-05T23:56:02.5841301Z Receiving objects: 32% (911/2844) 2025-06-05T23:56:02.5841784Z Receiving objects: 33% (939/2844) 2025-06-05T23:56:02.5842224Z Receiving objects: 34% (967/2844) 2025-06-05T23:56:02.5842638Z Receiving objects: 35% (996/2844) 2025-06-05T23:56:02.5842959Z Receiving objects: 36% (1024/2844) 2025-06-05T23:56:02.5843360Z Receiving objects: 37% (1053/2844) 2025-06-05T23:56:02.5843685Z Receiving objects: 38% (1081/2844) 2025-06-05T23:56:02.5843996Z Receiving objects: 39% (1110/2844) 2025-06-05T23:56:02.5844317Z Receiving objects: 40% (1138/2844) 2025-06-05T23:56:02.5844622Z Receiving objects: 41% (1167/2844) 2025-06-05T23:56:02.5844940Z Receiving objects: 42% (1195/2844) 2025-06-05T23:56:02.5845246Z Receiving objects: 43% (1223/2844) 2025-06-05T23:56:02.5845569Z Receiving objects: 44% (1252/2844) 2025-06-05T23:56:02.5845889Z Receiving objects: 45% (1280/2844) 2025-06-05T23:56:02.5846198Z Receiving objects: 46% (1309/2844) 2025-06-05T23:56:02.5846519Z Receiving objects: 47% (1337/2844) 2025-06-05T23:56:02.5846827Z Receiving objects: 48% (1366/2844) 2025-06-05T23:56:02.5847144Z Receiving objects: 49% (1394/2844) 2025-06-05T23:56:02.5847451Z Receiving objects: 50% (1422/2844) 2025-06-05T23:56:02.5847839Z Receiving objects: 51% (1451/2844) 2025-06-05T23:56:02.5848351Z Receiving objects: 52% (1479/2844) 2025-06-05T23:56:02.5848814Z Receiving objects: 53% (1508/2844) 2025-06-05T23:56:02.5849166Z Receiving objects: 54% (1536/2844) 2025-06-05T23:56:02.5849566Z Receiving objects: 55% (1565/2844) 2025-06-05T23:56:02.5849888Z Receiving objects: 56% (1593/2844) 2025-06-05T23:56:02.5850197Z Receiving objects: 57% (1622/2844) 2025-06-05T23:56:02.5850528Z Receiving objects: 58% (1650/2844) 2025-06-05T23:56:02.5851165Z Receiving objects: 59% (1678/2844) 2025-06-05T23:56:02.5851591Z Receiving objects: 60% (1707/2844) 2025-06-05T23:56:02.5852067Z Receiving objects: 61% (1735/2844) 2025-06-05T23:56:02.5852596Z Receiving objects: 62% (1764/2844) 2025-06-05T23:56:02.5853096Z Receiving objects: 63% (1792/2844) 2025-06-05T23:56:02.5853590Z Receiving objects: 64% (1821/2844) 2025-06-05T23:56:02.5854084Z Receiving objects: 65% (1849/2844) 2025-06-05T23:56:02.5854492Z Receiving objects: 66% (1878/2844) 2025-06-05T23:56:02.5855379Z Receiving objects: 67% (1906/2844) 2025-06-05T23:56:02.5855940Z Receiving objects: 68% (1934/2844) 2025-06-05T23:56:02.5856354Z Receiving objects: 69% (1963/2844) 2025-06-05T23:56:02.5856872Z Receiving objects: 70% (1991/2844) 2025-06-05T23:56:02.5857333Z Receiving objects: 71% (2020/2844) 2025-06-05T23:56:02.5857748Z Receiving objects: 72% (2048/2844) 2025-06-05T23:56:02.5858219Z Receiving objects: 73% (2077/2844) 2025-06-05T23:56:02.5858692Z Receiving objects: 74% (2105/2844) 2025-06-05T23:56:02.5859247Z Receiving objects: 75% (2133/2844) 2025-06-05T23:56:02.5859723Z Receiving objects: 76% (2162/2844) 2025-06-05T23:56:02.5860247Z Receiving objects: 77% (2190/2844) 2025-06-05T23:56:02.5860713Z Receiving objects: 78% (2219/2844) 2025-06-05T23:56:02.5861107Z Receiving objects: 79% (2247/2844) 2025-06-05T23:56:02.5861631Z Receiving objects: 80% (2276/2844) 2025-06-05T23:56:02.5862505Z Receiving objects: 81% (2304/2844) 2025-06-05T23:56:02.5862994Z Receiving objects: 82% (2333/2844) 2025-06-05T23:56:02.5863619Z Receiving objects: 83% (2361/2844) 2025-06-05T23:56:02.5864093Z Receiving objects: 84% (2389/2844) 2025-06-05T23:56:02.5864429Z Receiving objects: 85% (2418/2844) 2025-06-05T23:56:02.5864861Z Receiving objects: 86% (2446/2844) 2025-06-05T23:56:02.5865323Z Receiving objects: 87% (2475/2844) 2025-06-05T23:56:02.5865849Z Receiving objects: 88% (2503/2844) 2025-06-05T23:56:02.5866388Z remote: Total 2844 (delta 196), reused 2772 (delta 196) 2025-06-05T23:56:02.5866972Z Receiving objects: 89% (2532/2844) 2025-06-05T23:56:02.5867405Z Receiving objects: 90% (2560/2844) 2025-06-05T23:56:02.5867857Z Receiving objects: 91% (2589/2844) 2025-06-05T23:56:02.5868364Z Receiving objects: 92% (2617/2844) 2025-06-05T23:56:02.5868882Z Receiving objects: 93% (2645/2844) 2025-06-05T23:56:02.5869356Z Receiving objects: 94% (2674/2844) 2025-06-05T23:56:02.5869809Z Receiving objects: 95% (2702/2844) 2025-06-05T23:56:02.5870314Z Receiving objects: 96% (2731/2844) 2025-06-05T23:56:02.5870797Z Receiving objects: 97% (2759/2844) 2025-06-05T23:56:02.5871292Z Receiving objects: 98% (2788/2844) 2025-06-05T23:56:02.5871735Z Receiving objects: 99% (2816/2844) 2025-06-05T23:56:02.5872246Z Receiving objects: 100% (2844/2844) 2025-06-05T23:56:02.5872836Z Receiving objects: 100% (2844/2844), 891.22 KiB | 18.19 MiB/s, done. 2025-06-05T23:56:02.5873464Z Resolving deltas: 0% (0/1845) 2025-06-05T23:56:02.5873770Z Resolving deltas: 1% (19/1845) 2025-06-05T23:56:02.5874157Z Resolving deltas: 2% (37/1845) 2025-06-05T23:56:02.5874612Z Resolving deltas: 3% (56/1845) 2025-06-05T23:56:02.5875074Z Resolving deltas: 4% (74/1845) 2025-06-05T23:56:02.5875458Z Resolving deltas: 5% (93/1845) 2025-06-05T23:56:02.5875919Z Resolving deltas: 6% (111/1845) 2025-06-05T23:56:02.5876353Z Resolving deltas: 7% (130/1845) 2025-06-05T23:56:02.5876845Z Resolving deltas: 8% (148/1845) 2025-06-05T23:56:02.5877228Z Resolving deltas: 9% (167/1845) 2025-06-05T23:56:02.5877532Z Resolving deltas: 10% (185/1845) 2025-06-05T23:56:02.5877971Z Resolving deltas: 11% (203/1845) 2025-06-05T23:56:02.5878417Z Resolving deltas: 12% (222/1845) 2025-06-05T23:56:02.5878849Z Resolving deltas: 13% (240/1845) 2025-06-05T23:56:02.5879325Z Resolving deltas: 14% (259/1845) 2025-06-05T23:56:02.5879627Z Resolving deltas: 15% (277/1845) 2025-06-05T23:56:02.5879945Z Resolving deltas: 16% (296/1845) 2025-06-05T23:56:02.5880246Z Resolving deltas: 17% (314/1845) 2025-06-05T23:56:02.5880563Z Resolving deltas: 18% (333/1845) 2025-06-05T23:56:02.5881062Z Resolving deltas: 19% (351/1845) 2025-06-05T23:56:02.5881378Z Resolving deltas: 20% (369/1845) 2025-06-05T23:56:02.5881676Z Resolving deltas: 21% (388/1845) 2025-06-05T23:56:02.5881988Z Resolving deltas: 22% (406/1845) 2025-06-05T23:56:02.5882301Z Resolving deltas: 23% (425/1845) 2025-06-05T23:56:02.5882604Z Resolving deltas: 24% (443/1845) 2025-06-05T23:56:02.5882916Z Resolving deltas: 25% (462/1845) 2025-06-05T23:56:02.5883215Z Resolving deltas: 26% (480/1845) 2025-06-05T23:56:02.5883534Z Resolving deltas: 27% (499/1845) 2025-06-05T23:56:02.5883932Z Resolving deltas: 28% (517/1845) 2025-06-05T23:56:02.5884253Z Resolving deltas: 29% (536/1845) 2025-06-05T23:56:02.5884558Z Resolving deltas: 30% (554/1845) 2025-06-05T23:56:02.5884877Z Resolving deltas: 31% (572/1845) 2025-06-05T23:56:02.5885182Z Resolving deltas: 32% (591/1845) 2025-06-05T23:56:02.5885498Z Resolving deltas: 33% (609/1845) 2025-06-05T23:56:02.5885814Z Resolving deltas: 34% (628/1845) 2025-06-05T23:56:02.5886220Z Resolving deltas: 35% (646/1845) 2025-06-05T23:56:02.5886655Z Resolving deltas: 36% (665/1845) 2025-06-05T23:56:02.5887134Z Resolving deltas: 37% (683/1845) 2025-06-05T23:56:02.5887524Z Resolving deltas: 38% (702/1845) 2025-06-05T23:56:02.5887829Z Resolving deltas: 39% (720/1845) 2025-06-05T23:56:02.5888146Z Resolving deltas: 40% (738/1845) 2025-06-05T23:56:02.5888448Z Resolving deltas: 41% (757/1845) 2025-06-05T23:56:02.5888766Z Resolving deltas: 42% (775/1845) 2025-06-05T23:56:02.5889067Z Resolving deltas: 43% (794/1845) 2025-06-05T23:56:02.5889389Z Resolving deltas: 44% (812/1845) 2025-06-05T23:56:02.5889706Z Resolving deltas: 45% (831/1845) 2025-06-05T23:56:02.5890004Z Resolving deltas: 46% (849/1845) 2025-06-05T23:56:02.5890315Z Resolving deltas: 47% (868/1845) 2025-06-05T23:56:02.5890617Z Resolving deltas: 48% (886/1845) 2025-06-05T23:56:02.5890931Z Resolving deltas: 49% (906/1845) 2025-06-05T23:56:02.5891232Z Resolving deltas: 50% (923/1845) 2025-06-05T23:56:02.5891547Z Resolving deltas: 51% (941/1845) 2025-06-05T23:56:02.5891852Z Resolving deltas: 52% (960/1845) 2025-06-05T23:56:02.5892163Z Resolving deltas: 53% (978/1845) 2025-06-05T23:56:02.5892462Z Resolving deltas: 54% (997/1845) 2025-06-05T23:56:02.5892779Z Resolving deltas: 55% (1015/1845) 2025-06-05T23:56:02.5893098Z Resolving deltas: 56% (1034/1845) 2025-06-05T23:56:02.5893403Z Resolving deltas: 57% (1052/1845) 2025-06-05T23:56:02.5893859Z Resolving deltas: 58% (1071/1845) 2025-06-05T23:56:02.5894230Z Resolving deltas: 59% (1089/1845) 2025-06-05T23:56:02.5894705Z Resolving deltas: 60% (1107/1845) 2025-06-05T23:56:02.5895093Z Resolving deltas: 61% (1126/1845) 2025-06-05T23:56:02.7151958Z Resolving deltas: 62% (1144/1845) 2025-06-05T23:56:02.7152596Z Resolving deltas: 63% (1163/1845) 2025-06-05T23:56:02.7153005Z Resolving deltas: 64% (1181/1845) 2025-06-05T23:56:02.7153454Z Resolving deltas: 65% (1200/1845) 2025-06-05T23:56:02.7153765Z Resolving deltas: 66% (1218/1845) 2025-06-05T23:56:02.7154147Z Resolving deltas: 67% (1237/1845) 2025-06-05T23:56:02.7154762Z Resolving deltas: 68% (1255/1845) 2025-06-05T23:56:02.7155221Z Resolving deltas: 69% (1274/1845) 2025-06-05T23:56:02.7155639Z Resolving deltas: 70% (1292/1845) 2025-06-05T23:56:02.7155956Z Resolving deltas: 71% (1310/1845) 2025-06-05T23:56:02.7156327Z Resolving deltas: 72% (1330/1845) 2025-06-05T23:56:02.7156642Z Resolving deltas: 73% (1347/1845) 2025-06-05T23:56:02.7157000Z Resolving deltas: 74% (1366/1845) 2025-06-05T23:56:02.7157463Z Resolving deltas: 75% (1384/1845) 2025-06-05T23:56:02.7157788Z Resolving deltas: 76% (1403/1845) 2025-06-05T23:56:02.7158209Z Resolving deltas: 77% (1421/1845) 2025-06-05T23:56:02.7158638Z Resolving deltas: 78% (1440/1845) 2025-06-05T23:56:02.7159012Z Resolving deltas: 79% (1458/1845) 2025-06-05T23:56:02.7159547Z Resolving deltas: 80% (1477/1845) 2025-06-05T23:56:02.7159952Z Resolving deltas: 81% (1495/1845) 2025-06-05T23:56:02.7160431Z Resolving deltas: 82% (1513/1845) 2025-06-05T23:56:02.7160843Z Resolving deltas: 83% (1532/1845) 2025-06-05T23:56:02.7161582Z Resolving deltas: 84% (1550/1845) 2025-06-05T23:56:02.7162009Z Resolving deltas: 85% (1569/1845) 2025-06-05T23:56:02.7162387Z Resolving deltas: 86% (1587/1845) 2025-06-05T23:56:02.7162719Z Resolving deltas: 87% (1606/1845) 2025-06-05T23:56:02.7163120Z Resolving deltas: 88% (1624/1845) 2025-06-05T23:56:02.7163539Z Resolving deltas: 89% (1643/1845) 2025-06-05T23:56:02.7164024Z Resolving deltas: 90% (1661/1845) 2025-06-05T23:56:02.7164433Z Resolving deltas: 91% (1679/1845) 2025-06-05T23:56:02.7164839Z Resolving deltas: 92% (1698/1845) 2025-06-05T23:56:02.7165347Z Resolving deltas: 93% (1716/1845) 2025-06-05T23:56:02.7165714Z Resolving deltas: 94% (1735/1845) 2025-06-05T23:56:02.7166094Z Resolving deltas: 95% (1753/1845) 2025-06-05T23:56:02.7166411Z Resolving deltas: 96% (1772/1845) 2025-06-05T23:56:02.7166718Z Resolving deltas: 97% (1790/1845) 2025-06-05T23:56:02.7167144Z Resolving deltas: 98% (1809/1845) 2025-06-05T23:56:02.7167453Z Resolving deltas: 99% (1827/1845) 2025-06-05T23:56:02.7167894Z Resolving deltas: 100% (1845/1845) 2025-06-05T23:56:02.7168213Z Resolving deltas: 100% (1845/1845), done. 2025-06-05T23:56:02.7169082Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/specification'... 2025-06-05T23:56:02.7169859Z remote: Counting objects: 1 2025-06-05T23:56:02.7170281Z remote: Counting objects: 272, done 2025-06-05T23:56:02.7170852Z remote: Finding sources: 1% (15/2881) 2025-06-05T23:56:02.7171289Z remote: Finding sources: 2% (44/2881) 2025-06-05T23:56:02.7171750Z remote: Finding sources: 3% (73/2881) 2025-06-05T23:56:02.7172168Z remote: Finding sources: 4% (101/2881) 2025-06-05T23:56:02.7172565Z remote: Finding sources: 5% (130/2881) 2025-06-05T23:56:02.7172972Z remote: Finding sources: 6% (159/2881) 2025-06-05T23:56:02.7173438Z remote: Finding sources: 7% (188/2881) 2025-06-05T23:56:02.7173834Z remote: Finding sources: 8% (217/2881) 2025-06-05T23:56:02.7174235Z remote: Finding sources: 9% (245/2881) 2025-06-05T23:56:02.7174695Z remote: Finding sources: 10% (274/2881) 2025-06-05T23:56:02.7175098Z remote: Finding sources: 11% (303/2881) 2025-06-05T23:56:02.7175487Z remote: Finding sources: 12% (332/2881) 2025-06-05T23:56:02.7175951Z remote: Finding sources: 13% (361/2881) 2025-06-05T23:56:02.7176467Z remote: Finding sources: 14% (389/2881) 2025-06-05T23:56:02.7176881Z remote: Finding sources: 15% (418/2881) 2025-06-05T23:56:02.7177292Z remote: Finding sources: 16% (447/2881) 2025-06-05T23:56:02.7177747Z remote: Finding sources: 17% (476/2881) 2025-06-05T23:56:02.7178150Z remote: Finding sources: 18% (505/2881) 2025-06-05T23:56:02.7178557Z remote: Finding sources: 19% (533/2881) 2025-06-05T23:56:02.7179078Z remote: Finding sources: 20% (562/2881) 2025-06-05T23:56:02.7179539Z remote: Finding sources: 21% (591/2881) 2025-06-05T23:56:02.7179997Z remote: Finding sources: 22% (620/2881) 2025-06-05T23:56:02.7180400Z remote: Finding sources: 23% (649/2881) 2025-06-05T23:56:02.7180907Z remote: Finding sources: 24% (678/2881) 2025-06-05T23:56:02.7181316Z remote: Finding sources: 25% (706/2881) 2025-06-05T23:56:02.7181709Z remote: Finding sources: 26% (735/2881) 2025-06-05T23:56:02.7182122Z remote: Finding sources: 27% (764/2881) 2025-06-05T23:56:02.7182524Z remote: Finding sources: 28% (793/2881) 2025-06-05T23:56:02.7182929Z remote: Finding sources: 29% (822/2881) 2025-06-05T23:56:02.7183316Z remote: Finding sources: 30% (850/2881) 2025-06-05T23:56:02.7183714Z remote: Finding sources: 31% (879/2881) 2025-06-05T23:56:02.7184115Z remote: Finding sources: 32% (908/2881) 2025-06-05T23:56:02.7184502Z remote: Finding sources: 33% (937/2881) 2025-06-05T23:56:02.7185035Z remote: Finding sources: 34% (966/2881) 2025-06-05T23:56:02.7185429Z remote: Finding sources: 35% (994/2881) 2025-06-05T23:56:02.7185900Z remote: Finding sources: 36% (1023/2881) 2025-06-05T23:56:02.7186398Z remote: Finding sources: 37% (1052/2881) 2025-06-05T23:56:02.7186875Z remote: Finding sources: 38% (1081/2881) 2025-06-05T23:56:02.7187355Z remote: Finding sources: 39% (1110/2881) 2025-06-05T23:56:02.7187773Z remote: Finding sources: 40% (1138/2881) 2025-06-05T23:56:02.7188274Z remote: Finding sources: 41% (1167/2881) 2025-06-05T23:56:02.7188716Z remote: Finding sources: 42% (1196/2881) 2025-06-05T23:56:02.7189190Z remote: Finding sources: 43% (1225/2881) 2025-06-05T23:56:02.7189595Z remote: Finding sources: 44% (1254/2881) 2025-06-05T23:56:02.7190013Z remote: Finding sources: 45% (1283/2881) 2025-06-05T23:56:02.7190475Z remote: Finding sources: 46% (1311/2881) 2025-06-05T23:56:02.7190908Z remote: Finding sources: 47% (1340/2881) 2025-06-05T23:56:02.7191311Z remote: Finding sources: 48% (1369/2881) 2025-06-05T23:56:02.7191728Z remote: Finding sources: 49% (1398/2881) 2025-06-05T23:56:02.7192143Z remote: Finding sources: 50% (1427/2881) 2025-06-05T23:56:02.7192586Z remote: Finding sources: 51% (1455/2881) 2025-06-05T23:56:02.7193052Z remote: Finding sources: 52% (1484/2881) 2025-06-05T23:56:02.7193462Z remote: Finding sources: 53% (1513/2881) 2025-06-05T23:56:02.7193879Z remote: Finding sources: 54% (1542/2881) 2025-06-05T23:56:02.7194284Z remote: Finding sources: 55% (1571/2881) 2025-06-05T23:56:02.7194698Z remote: Finding sources: 56% (1599/2881) 2025-06-05T23:56:02.7195115Z remote: Finding sources: 57% (1628/2881) 2025-06-05T23:56:02.7195520Z remote: Finding sources: 58% (1657/2881) 2025-06-05T23:56:02.7195950Z remote: Finding sources: 59% (1686/2881) 2025-06-05T23:56:02.7196361Z remote: Finding sources: 60% (1715/2881) 2025-06-05T23:56:02.7196778Z remote: Finding sources: 61% (1744/2881) 2025-06-05T23:56:02.7197181Z remote: Finding sources: 62% (1772/2881) 2025-06-05T23:56:02.7197598Z remote: Finding sources: 63% (1801/2881) 2025-06-05T23:56:02.7197999Z remote: Finding sources: 64% (1830/2881) 2025-06-05T23:56:02.7198418Z remote: Finding sources: 65% (1859/2881) 2025-06-05T23:56:02.7198904Z remote: Finding sources: 66% (1888/2881) 2025-06-05T23:56:02.7199436Z remote: Finding sources: 67% (1916/2881) 2025-06-05T23:56:02.7199857Z remote: Finding sources: 68% (1945/2881) 2025-06-05T23:56:02.7200263Z remote: Finding sources: 69% (1974/2881) 2025-06-05T23:56:02.7200720Z remote: Finding sources: 70% (2003/2881) 2025-06-05T23:56:02.7201247Z remote: Finding sources: 71% (2032/2881) 2025-06-05T23:56:02.7201712Z remote: Finding sources: 72% (2060/2881) 2025-06-05T23:56:02.7202202Z remote: Finding sources: 73% (2089/2881) 2025-06-05T23:56:02.7202622Z remote: Finding sources: 74% (2118/2881) 2025-06-05T23:56:02.7203047Z remote: Finding sources: 75% (2147/2881) 2025-06-05T23:56:02.7203579Z remote: Finding sources: 76% (2176/2881) 2025-06-05T23:56:02.7204150Z remote: Finding sources: 77% (2204/2881) 2025-06-05T23:56:02.7204637Z remote: Finding sources: 78% (2233/2881) 2025-06-05T23:56:02.7205127Z remote: Finding sources: 79% (2262/2881) 2025-06-05T23:56:02.7205643Z remote: Finding sources: 80% (2291/2881) 2025-06-05T23:56:02.7206065Z remote: Finding sources: 81% (2320/2881) 2025-06-05T23:56:02.7206637Z remote: Finding sources: 82% (2349/2881) 2025-06-05T23:56:02.7207151Z remote: Finding sources: 83% (2377/2881) 2025-06-05T23:56:02.7207716Z remote: Finding sources: 84% (2406/2881) 2025-06-05T23:56:02.7208199Z remote: Finding sources: 85% (2435/2881) 2025-06-05T23:56:02.7208626Z remote: Finding sources: 86% (2464/2881) 2025-06-05T23:56:02.7209105Z remote: Finding sources: 87% (2493/2881) 2025-06-05T23:56:02.7209629Z remote: Finding sources: 88% (2521/2881) 2025-06-05T23:56:02.7210163Z remote: Finding sources: 89% (2550/2881) 2025-06-05T23:56:02.7210640Z remote: Finding sources: 90% (2579/2881) 2025-06-05T23:56:02.7211145Z remote: Finding sources: 91% (2608/2881) 2025-06-05T23:56:02.7211552Z remote: Finding sources: 92% (2637/2881) 2025-06-05T23:56:02.7211972Z remote: Finding sources: 93% (2665/2881) 2025-06-05T23:56:02.7212376Z remote: Finding sources: 94% (2694/2881) 2025-06-05T23:56:02.7212800Z remote: Finding sources: 95% (2723/2881) 2025-06-05T23:56:02.7213290Z remote: Finding sources: 96% (2752/2881) 2025-06-05T23:56:02.7213779Z remote: Finding sources: 97% (2781/2881) 2025-06-05T23:56:02.7214391Z remote: Finding sources: 98% (2809/2881) 2025-06-05T23:56:02.7214828Z remote: Finding sources: 99% (2838/2881) 2025-06-05T23:56:02.7215376Z remote: Finding sources: 100% (2867/2881) 2025-06-05T23:56:02.7215864Z remote: Finding sources: 100% (2881/2881) 2025-06-05T23:56:02.7216423Z Receiving objects: 0% (1/2881) 2025-06-05T23:56:02.7216869Z Receiving objects: 1% (29/2881) 2025-06-05T23:56:02.7217200Z Receiving objects: 2% (58/2881) 2025-06-05T23:56:02.7217595Z Receiving objects: 3% (87/2881) 2025-06-05T23:56:02.7217964Z Receiving objects: 4% (116/2881) 2025-06-05T23:56:02.7218347Z Receiving objects: 5% (145/2881) 2025-06-05T23:56:02.7218740Z Receiving objects: 6% (173/2881) 2025-06-05T23:56:02.7219063Z Receiving objects: 7% (202/2881) 2025-06-05T23:56:02.7219371Z Receiving objects: 8% (231/2881) 2025-06-05T23:56:02.7219819Z Receiving objects: 9% (260/2881) 2025-06-05T23:56:02.7220186Z Receiving objects: 10% (289/2881) 2025-06-05T23:56:02.7220619Z Receiving objects: 11% (317/2881) 2025-06-05T23:56:02.7220992Z Receiving objects: 12% (346/2881) 2025-06-05T23:56:02.7221308Z Receiving objects: 13% (375/2881) 2025-06-05T23:56:02.7221610Z Receiving objects: 14% (404/2881) 2025-06-05T23:56:02.7221930Z Receiving objects: 15% (433/2881) 2025-06-05T23:56:02.7222233Z Receiving objects: 16% (461/2881) 2025-06-05T23:56:02.7222556Z Receiving objects: 17% (490/2881) 2025-06-05T23:56:02.7222939Z Receiving objects: 18% (519/2881) 2025-06-05T23:56:02.7223245Z Receiving objects: 19% (548/2881) 2025-06-05T23:56:02.7223561Z Receiving objects: 20% (577/2881) 2025-06-05T23:56:02.7223865Z Receiving objects: 21% (606/2881) 2025-06-05T23:56:02.7224184Z Receiving objects: 22% (634/2881) 2025-06-05T23:56:02.7224489Z Receiving objects: 23% (663/2881) 2025-06-05T23:56:02.7224878Z Receiving objects: 24% (692/2881) 2025-06-05T23:56:02.7225189Z Receiving objects: 25% (721/2881) 2025-06-05T23:56:02.7225507Z Receiving objects: 26% (750/2881) 2025-06-05T23:56:02.7225836Z Receiving objects: 27% (778/2881) 2025-06-05T23:56:02.7226201Z Receiving objects: 28% (807/2881) 2025-06-05T23:56:02.7226515Z Receiving objects: 29% (836/2881) 2025-06-05T23:56:02.7226819Z Receiving objects: 30% (865/2881) 2025-06-05T23:56:02.7227135Z Receiving objects: 31% (894/2881) 2025-06-05T23:56:02.7227508Z Receiving objects: 32% (922/2881) 2025-06-05T23:56:02.7227835Z Receiving objects: 33% (951/2881) 2025-06-05T23:56:02.7228139Z Receiving objects: 34% (980/2881) 2025-06-05T23:56:02.7228460Z Receiving objects: 35% (1009/2881) 2025-06-05T23:56:03.6056785Z Receiving objects: 36% (1038/2881) 2025-06-05T23:56:03.6057362Z Receiving objects: 37% (1066/2881) 2025-06-05T23:56:03.6057810Z Receiving objects: 38% (1095/2881) 2025-06-05T23:56:03.6058355Z Receiving objects: 39% (1124/2881) 2025-06-05T23:56:03.6058866Z Receiving objects: 40% (1153/2881) 2025-06-05T23:56:03.6060201Z Receiving objects: 41% (1182/2881) 2025-06-05T23:56:03.6060724Z Receiving objects: 42% (1211/2881) 2025-06-05T23:56:03.6061132Z Receiving objects: 43% (1239/2881) 2025-06-05T23:56:03.6061508Z Receiving objects: 44% (1268/2881) 2025-06-05T23:56:03.6061850Z Receiving objects: 45% (1297/2881) 2025-06-05T23:56:03.6062243Z Receiving objects: 46% (1326/2881) 2025-06-05T23:56:03.6062762Z Receiving objects: 47% (1355/2881) 2025-06-05T23:56:03.6063132Z Receiving objects: 48% (1383/2881) 2025-06-05T23:56:03.6063892Z Receiving objects: 49% (1412/2881) 2025-06-05T23:56:03.6064314Z Receiving objects: 50% (1441/2881) 2025-06-05T23:56:03.6064764Z Receiving objects: 51% (1470/2881) 2025-06-05T23:56:03.6065169Z Receiving objects: 52% (1499/2881) 2025-06-05T23:56:03.6065567Z Receiving objects: 53% (1527/2881) 2025-06-05T23:56:03.6065940Z Receiving objects: 54% (1556/2881) 2025-06-05T23:56:03.6066316Z Receiving objects: 55% (1585/2881) 2025-06-05T23:56:03.6066730Z Receiving objects: 56% (1614/2881) 2025-06-05T23:56:03.6067048Z Receiving objects: 57% (1643/2881) 2025-06-05T23:56:03.6067370Z Receiving objects: 58% (1671/2881) 2025-06-05T23:56:03.6067678Z Receiving objects: 59% (1700/2881) 2025-06-05T23:56:03.6067998Z Receiving objects: 60% (1729/2881) 2025-06-05T23:56:03.6068306Z Receiving objects: 61% (1758/2881) 2025-06-05T23:56:03.6068627Z Receiving objects: 62% (1787/2881) 2025-06-05T23:56:03.6068937Z Receiving objects: 63% (1816/2881) 2025-06-05T23:56:03.6069257Z Receiving objects: 64% (1844/2881) 2025-06-05T23:56:03.6069653Z Receiving objects: 65% (1873/2881) 2025-06-05T23:56:03.6070036Z Receiving objects: 66% (1902/2881) 2025-06-05T23:56:03.6070503Z Receiving objects: 67% (1931/2881) 2025-06-05T23:56:03.6070862Z Receiving objects: 68% (1960/2881) 2025-06-05T23:56:03.6071184Z Receiving objects: 69% (1988/2881) 2025-06-05T23:56:03.6071492Z Receiving objects: 70% (2017/2881) 2025-06-05T23:56:03.6071813Z Receiving objects: 71% (2046/2881) 2025-06-05T23:56:03.6072187Z Receiving objects: 72% (2075/2881) 2025-06-05T23:56:03.6072550Z Receiving objects: 73% (2104/2881) 2025-06-05T23:56:03.6072985Z Receiving objects: 74% (2132/2881) 2025-06-05T23:56:03.6073362Z Receiving objects: 75% (2161/2881) 2025-06-05T23:56:03.6073808Z Receiving objects: 76% (2190/2881) 2025-06-05T23:56:03.6074352Z Receiving objects: 77% (2219/2881) 2025-06-05T23:56:03.6074896Z Receiving objects: 78% (2248/2881) 2025-06-05T23:56:03.6075338Z Receiving objects: 79% (2276/2881) 2025-06-05T23:56:03.6075788Z Receiving objects: 80% (2305/2881) 2025-06-05T23:56:03.6076317Z Receiving objects: 81% (2334/2881) 2025-06-05T23:56:03.6076664Z Receiving objects: 82% (2363/2881) 2025-06-05T23:56:03.6077149Z Receiving objects: 83% (2392/2881) 2025-06-05T23:56:03.6077577Z Receiving objects: 84% (2421/2881) 2025-06-05T23:56:03.6078019Z Receiving objects: 85% (2449/2881) 2025-06-05T23:56:03.6078422Z Receiving objects: 86% (2478/2881) 2025-06-05T23:56:03.6078878Z Receiving objects: 87% (2507/2881) 2025-06-05T23:56:03.6079549Z Receiving objects: 88% (2536/2881) 2025-06-05T23:56:03.6079938Z Receiving objects: 89% (2565/2881) 2025-06-05T23:56:03.6080312Z Receiving objects: 90% (2593/2881) 2025-06-05T23:56:03.6080638Z Receiving objects: 91% (2622/2881) 2025-06-05T23:56:03.6080943Z Receiving objects: 92% (2651/2881) 2025-06-05T23:56:03.6081434Z remote: Total 2881 (delta 2045), reused 2671 (delta 2045) 2025-06-05T23:56:03.6081862Z Receiving objects: 93% (2680/2881) 2025-06-05T23:56:03.6082305Z Receiving objects: 94% (2709/2881) 2025-06-05T23:56:03.6082624Z Receiving objects: 95% (2737/2881) 2025-06-05T23:56:03.6082943Z Receiving objects: 96% (2766/2881) 2025-06-05T23:56:03.6083261Z Receiving objects: 97% (2795/2881) 2025-06-05T23:56:03.6083570Z Receiving objects: 98% (2824/2881) 2025-06-05T23:56:03.6083969Z Receiving objects: 99% (2853/2881) 2025-06-05T23:56:03.6084284Z Receiving objects: 100% (2881/2881) 2025-06-05T23:56:03.6084834Z Receiving objects: 100% (2881/2881), 735.63 KiB | 18.39 MiB/s, done. 2025-06-05T23:56:03.6085711Z Resolving deltas: 0% (0/2045) 2025-06-05T23:56:03.6086098Z Resolving deltas: 1% (21/2045) 2025-06-05T23:56:03.6086454Z Resolving deltas: 2% (41/2045) 2025-06-05T23:56:03.6086896Z Resolving deltas: 3% (62/2045) 2025-06-05T23:56:03.6087193Z Resolving deltas: 4% (82/2045) 2025-06-05T23:56:03.6087710Z Resolving deltas: 5% (103/2045) 2025-06-05T23:56:03.6088110Z Resolving deltas: 6% (123/2045) 2025-06-05T23:56:03.6088432Z Resolving deltas: 7% (144/2045) 2025-06-05T23:56:03.6088742Z Resolving deltas: 8% (164/2045) 2025-06-05T23:56:03.6089146Z Resolving deltas: 9% (185/2045) 2025-06-05T23:56:03.6089463Z Resolving deltas: 10% (205/2045) 2025-06-05T23:56:03.6089766Z Resolving deltas: 11% (225/2045) 2025-06-05T23:56:03.6090082Z Resolving deltas: 12% (246/2045) 2025-06-05T23:56:03.6090383Z Resolving deltas: 13% (266/2045) 2025-06-05T23:56:03.6090695Z Resolving deltas: 14% (287/2045) 2025-06-05T23:56:03.6091007Z Resolving deltas: 15% (307/2045) 2025-06-05T23:56:03.6091407Z Resolving deltas: 16% (328/2045) 2025-06-05T23:56:03.6091740Z Resolving deltas: 17% (348/2045) 2025-06-05T23:56:03.6092051Z Resolving deltas: 18% (369/2045) 2025-06-05T23:56:03.6092367Z Resolving deltas: 19% (389/2045) 2025-06-05T23:56:03.6092671Z Resolving deltas: 20% (409/2045) 2025-06-05T23:56:03.6092987Z Resolving deltas: 21% (430/2045) 2025-06-05T23:56:03.6093289Z Resolving deltas: 22% (450/2045) 2025-06-05T23:56:03.6093604Z Resolving deltas: 23% (471/2045) 2025-06-05T23:56:03.6093904Z Resolving deltas: 24% (491/2045) 2025-06-05T23:56:03.6094359Z Resolving deltas: 25% (512/2045) 2025-06-05T23:56:03.6094718Z Resolving deltas: 26% (532/2045) 2025-06-05T23:56:03.6095021Z Resolving deltas: 27% (553/2045) 2025-06-05T23:56:03.6095345Z Resolving deltas: 28% (573/2045) 2025-06-05T23:56:03.6095645Z Resolving deltas: 29% (594/2045) 2025-06-05T23:56:03.6095958Z Resolving deltas: 30% (614/2045) 2025-06-05T23:56:03.6096282Z Resolving deltas: 31% (634/2045) 2025-06-05T23:56:03.6096663Z Resolving deltas: 32% (655/2045) 2025-06-05T23:56:03.6097011Z Resolving deltas: 33% (675/2045) 2025-06-05T23:56:03.6097327Z Resolving deltas: 34% (696/2045) 2025-06-05T23:56:03.6097751Z Resolving deltas: 35% (716/2045) 2025-06-05T23:56:03.6098235Z Resolving deltas: 36% (737/2045) 2025-06-05T23:56:03.6098667Z Resolving deltas: 37% (757/2045) 2025-06-05T23:56:03.6099057Z Resolving deltas: 38% (779/2045) 2025-06-05T23:56:03.6099511Z Resolving deltas: 39% (798/2045) 2025-06-05T23:56:03.6099813Z Resolving deltas: 40% (818/2045) 2025-06-05T23:56:03.6100135Z Resolving deltas: 41% (839/2045) 2025-06-05T23:56:03.6100500Z Resolving deltas: 42% (859/2045) 2025-06-05T23:56:03.6100970Z Resolving deltas: 43% (880/2045) 2025-06-05T23:56:03.6101275Z Resolving deltas: 44% (900/2045) 2025-06-05T23:56:03.6101586Z Resolving deltas: 45% (921/2045) 2025-06-05T23:56:03.6101950Z Resolving deltas: 46% (941/2045) 2025-06-05T23:56:03.6102360Z Resolving deltas: 47% (962/2045) 2025-06-05T23:56:03.6102682Z Resolving deltas: 48% (982/2045) 2025-06-05T23:56:03.6102987Z Resolving deltas: 49% (1003/2045) 2025-06-05T23:56:03.6103311Z Resolving deltas: 50% (1023/2045) 2025-06-05T23:56:03.6103619Z Resolving deltas: 51% (1043/2045) 2025-06-05T23:56:03.6103935Z Resolving deltas: 52% (1064/2045) 2025-06-05T23:56:03.6104236Z Resolving deltas: 53% (1084/2045) 2025-06-05T23:56:03.6104550Z Resolving deltas: 54% (1105/2045) 2025-06-05T23:56:03.6104850Z Resolving deltas: 55% (1125/2045) 2025-06-05T23:56:03.6105164Z Resolving deltas: 56% (1146/2045) 2025-06-05T23:56:03.6105493Z Resolving deltas: 57% (1166/2045) 2025-06-05T23:56:03.6105898Z Resolving deltas: 58% (1187/2045) 2025-06-05T23:56:03.6106202Z Resolving deltas: 59% (1207/2045) 2025-06-05T23:56:03.6106548Z Resolving deltas: 60% (1227/2045) 2025-06-05T23:56:03.6106891Z Resolving deltas: 61% (1248/2045) 2025-06-05T23:56:03.6107275Z Resolving deltas: 62% (1268/2045) 2025-06-05T23:56:03.6107599Z Resolving deltas: 63% (1289/2045) 2025-06-05T23:56:03.6108039Z Resolving deltas: 64% (1309/2045) 2025-06-05T23:56:03.6108366Z Resolving deltas: 65% (1330/2045) 2025-06-05T23:56:03.6108677Z Resolving deltas: 66% (1350/2045) 2025-06-05T23:56:03.6108997Z Resolving deltas: 67% (1371/2045) 2025-06-05T23:56:03.6109309Z Resolving deltas: 68% (1391/2045) 2025-06-05T23:56:03.6109633Z Resolving deltas: 69% (1412/2045) 2025-06-05T23:56:03.6109942Z Resolving deltas: 70% (1432/2045) 2025-06-05T23:56:03.6110259Z Resolving deltas: 71% (1452/2045) 2025-06-05T23:56:03.6110567Z Resolving deltas: 72% (1473/2045) 2025-06-05T23:56:03.6110954Z Resolving deltas: 73% (1493/2045) 2025-06-05T23:56:03.6111277Z Resolving deltas: 74% (1514/2045) 2025-06-05T23:56:03.6111579Z Resolving deltas: 75% (1534/2045) 2025-06-05T23:56:03.6111899Z Resolving deltas: 76% (1555/2045) 2025-06-05T23:56:03.6112204Z Resolving deltas: 77% (1575/2045) 2025-06-05T23:56:03.6112546Z Resolving deltas: 78% (1596/2045) 2025-06-05T23:56:03.6112921Z Resolving deltas: 79% (1616/2045) 2025-06-05T23:56:03.6113252Z Resolving deltas: 80% (1636/2045) 2025-06-05T23:56:03.6113583Z Resolving deltas: 81% (1657/2045) 2025-06-05T23:56:03.6113928Z Resolving deltas: 82% (1677/2045) 2025-06-05T23:56:03.6114347Z Resolving deltas: 83% (1698/2045) 2025-06-05T23:56:03.6114653Z Resolving deltas: 84% (1718/2045) 2025-06-05T23:56:03.6114966Z Resolving deltas: 85% (1739/2045) 2025-06-05T23:56:03.6123454Z Resolving deltas: 86% (1759/2045) 2025-06-05T23:56:03.6123830Z Resolving deltas: 87% (1780/2045) 2025-06-05T23:56:03.6124164Z Resolving deltas: 88% (1800/2045) 2025-06-05T23:56:03.6124490Z Resolving deltas: 89% (1821/2045) 2025-06-05T23:56:03.6124807Z Resolving deltas: 90% (1841/2045) 2025-06-05T23:56:03.6125112Z Resolving deltas: 91% (1861/2045) 2025-06-05T23:56:03.6125432Z Resolving deltas: 92% (1882/2045) 2025-06-05T23:56:03.6125737Z Resolving deltas: 93% (1902/2045) 2025-06-05T23:56:03.6126053Z Resolving deltas: 94% (1923/2045) 2025-06-05T23:56:03.6126358Z Resolving deltas: 95% (1943/2045) 2025-06-05T23:56:03.6126684Z Resolving deltas: 96% (1964/2045) 2025-06-05T23:56:03.6126990Z Resolving deltas: 97% (1984/2045) 2025-06-05T23:56:03.6127306Z Resolving deltas: 98% (2005/2045) 2025-06-05T23:56:03.6127622Z Resolving deltas: 99% (2026/2045) 2025-06-05T23:56:03.6127930Z Resolving deltas: 100% (2045/2045) 2025-06-05T23:56:03.6128259Z Resolving deltas: 100% (2045/2045), done. 2025-06-05T23:56:03.6128831Z Submodule path 'thirdparty/doctest': checked out '86892fc480f80fb57d9a3926cb506c0e974489d8' 2025-06-05T23:56:03.6129629Z Submodule path 'thirdparty/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-06-05T23:56:03.6130392Z Submodule path 'thirdparty/json': checked out 'e7452d87783fbf6e9d320d515675e26dfd1271c5' 2025-06-05T23:56:03.6131183Z Submodule path 'thirdparty/pybind11': checked out 'a406a62e5b3ca74a76b6db9a1cd7cf3578c50772' 2025-06-05T23:56:03.6132058Z Submodule path 'thirdparty/serialization_lib': checked out '021bbad29b7328fbac3769a7ac27c9bf10225c15' 2025-06-05T23:56:03.6133261Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'thirdparty/serialization_lib/third_party/flatbuffers' 2025-06-05T23:56:03.6134672Z Cloning into '/pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:56:03.6135546Z remote: Enumerating objects: 38908, done. 2025-06-05T23:56:03.6135963Z remote: Counting objects: 0% (1/13237) 2025-06-05T23:56:03.6136445Z remote: Counting objects: 1% (133/13237) 2025-06-05T23:56:03.6136920Z remote: Counting objects: 2% (265/13237) 2025-06-05T23:56:03.6137327Z remote: Counting objects: 3% (398/13237) 2025-06-05T23:56:03.6137747Z remote: Counting objects: 4% (530/13237) 2025-06-05T23:56:03.6138222Z remote: Counting objects: 5% (662/13237) 2025-06-05T23:56:03.6138741Z remote: Counting objects: 6% (795/13237) 2025-06-05T23:56:03.6139144Z remote: Counting objects: 7% (927/13237) 2025-06-05T23:56:03.6139676Z remote: Counting objects: 8% (1059/13237) 2025-06-05T23:56:03.6140091Z remote: Counting objects: 9% (1192/13237) 2025-06-05T23:56:03.6140499Z remote: Counting objects: 10% (1324/13237) 2025-06-05T23:56:03.6140892Z remote: Counting objects: 11% (1457/13237) 2025-06-05T23:56:03.6141299Z remote: Counting objects: 12% (1589/13237) 2025-06-05T23:56:03.6141693Z remote: Counting objects: 13% (1721/13237) 2025-06-05T23:56:03.6142103Z remote: Counting objects: 14% (1854/13237) 2025-06-05T23:56:03.6142565Z remote: Counting objects: 15% (1986/13237) 2025-06-05T23:56:03.6142977Z remote: Counting objects: 16% (2118/13237) 2025-06-05T23:56:03.6143373Z remote: Counting objects: 17% (2251/13237) 2025-06-05T23:56:03.6143783Z remote: Counting objects: 18% (2383/13237) 2025-06-05T23:56:03.6144192Z remote: Counting objects: 19% (2516/13237) 2025-06-05T23:56:03.6144584Z remote: Counting objects: 20% (2648/13237) 2025-06-05T23:56:03.6144997Z remote: Counting objects: 21% (2780/13237) 2025-06-05T23:56:03.6145394Z remote: Counting objects: 22% (2913/13237) 2025-06-05T23:56:03.6145800Z remote: Counting objects: 23% (3045/13237) 2025-06-05T23:56:03.6146192Z remote: Counting objects: 24% (3177/13237) 2025-06-05T23:56:03.6146595Z remote: Counting objects: 25% (3310/13237) 2025-06-05T23:56:03.9285678Z remote: Counting objects: 26% (3442/13237) 2025-06-05T23:56:03.9286498Z remote: Counting objects: 27% (3574/13237) 2025-06-05T23:56:03.9286965Z remote: Counting objects: 28% (3707/13237) 2025-06-05T23:56:03.9287381Z remote: Counting objects: 29% (3839/13237) 2025-06-05T23:56:03.9287782Z remote: Counting objects: 30% (3972/13237) 2025-06-05T23:56:03.9288195Z remote: Counting objects: 31% (4104/13237) 2025-06-05T23:56:03.9288595Z remote: Counting objects: 32% (4236/13237) 2025-06-05T23:56:03.9289020Z remote: Counting objects: 33% (4369/13237) 2025-06-05T23:56:03.9289417Z remote: Counting objects: 34% (4501/13237) 2025-06-05T23:56:03.9289824Z remote: Counting objects: 35% (4633/13237) 2025-06-05T23:56:03.9290232Z remote: Counting objects: 36% (4766/13237) 2025-06-05T23:56:03.9290623Z remote: Counting objects: 37% (4898/13237) 2025-06-05T23:56:03.9291032Z remote: Counting objects: 38% (5031/13237) 2025-06-05T23:56:03.9291425Z remote: Counting objects: 39% (5163/13237) 2025-06-05T23:56:03.9291835Z remote: Counting objects: 40% (5295/13237) 2025-06-05T23:56:03.9292227Z remote: Counting objects: 41% (5428/13237) 2025-06-05T23:56:03.9292638Z remote: Counting objects: 42% (5560/13237) 2025-06-05T23:56:03.9293032Z remote: Counting objects: 43% (5692/13237) 2025-06-05T23:56:03.9293441Z remote: Counting objects: 44% (5825/13237) 2025-06-05T23:56:03.9293851Z remote: Counting objects: 45% (5957/13237) 2025-06-05T23:56:03.9294251Z remote: Counting objects: 46% (6090/13237) 2025-06-05T23:56:03.9294658Z remote: Counting objects: 47% (6222/13237) 2025-06-05T23:56:03.9295047Z remote: Counting objects: 48% (6354/13237) 2025-06-05T23:56:03.9295459Z remote: Counting objects: 49% (6487/13237) 2025-06-05T23:56:03.9296032Z remote: Counting objects: 50% (6619/13237) 2025-06-05T23:56:03.9296592Z remote: Counting objects: 51% (6751/13237) 2025-06-05T23:56:03.9296996Z remote: Counting objects: 52% (6884/13237) 2025-06-05T23:56:03.9297418Z remote: Counting objects: 53% (7016/13237) 2025-06-05T23:56:03.9297826Z remote: Counting objects: 54% (7148/13237) 2025-06-05T23:56:03.9298223Z remote: Counting objects: 55% (7281/13237) 2025-06-05T23:56:03.9298632Z remote: Counting objects: 56% (7413/13237) 2025-06-05T23:56:03.9299024Z remote: Counting objects: 57% (7546/13237) 2025-06-05T23:56:03.9299431Z remote: Counting objects: 58% (7678/13237) 2025-06-05T23:56:03.9300135Z remote: Counting objects: 59% (7810/13237) 2025-06-05T23:56:03.9300555Z remote: Counting objects: 60% (7943/13237) 2025-06-05T23:56:03.9300961Z remote: Counting objects: 61% (8075/13237) 2025-06-05T23:56:03.9301357Z remote: Counting objects: 62% (8207/13237) 2025-06-05T23:56:03.9301770Z remote: Counting objects: 63% (8340/13237) 2025-06-05T23:56:03.9302163Z remote: Counting objects: 64% (8472/13237) 2025-06-05T23:56:03.9302573Z remote: Counting objects: 65% (8605/13237) 2025-06-05T23:56:03.9303178Z remote: Counting objects: 66% (8737/13237) 2025-06-05T23:56:03.9303721Z remote: Counting objects: 67% (8869/13237) 2025-06-05T23:56:03.9304189Z remote: Counting objects: 68% (9002/13237) 2025-06-05T23:56:03.9304607Z remote: Counting objects: 69% (9134/13237) 2025-06-05T23:56:03.9305026Z remote: Counting objects: 70% (9266/13237) 2025-06-05T23:56:03.9305429Z remote: Counting objects: 71% (9399/13237) 2025-06-05T23:56:03.9305839Z remote: Counting objects: 72% (9531/13237) 2025-06-05T23:56:03.9306294Z remote: Counting objects: 73% (9664/13237) 2025-06-05T23:56:03.9306690Z remote: Counting objects: 74% (9796/13237) 2025-06-05T23:56:03.9307105Z remote: Counting objects: 75% (9928/13237) 2025-06-05T23:56:03.9307516Z remote: Counting objects: 76% (10061/13237) 2025-06-05T23:56:03.9307951Z remote: Counting objects: 77% (10193/13237) 2025-06-05T23:56:03.9308373Z remote: Counting objects: 78% (10325/13237) 2025-06-05T23:56:03.9308809Z remote: Counting objects: 79% (10458/13237) 2025-06-05T23:56:03.9309221Z remote: Counting objects: 80% (10590/13237) 2025-06-05T23:56:03.9309648Z remote: Counting objects: 81% (10722/13237) 2025-06-05T23:56:03.9310071Z remote: Counting objects: 82% (10855/13237) 2025-06-05T23:56:03.9310486Z remote: Counting objects: 83% (10987/13237) 2025-06-05T23:56:03.9310912Z remote: Counting objects: 84% (11120/13237) 2025-06-05T23:56:03.9311319Z remote: Counting objects: 85% (11252/13237) 2025-06-05T23:56:03.9311740Z remote: Counting objects: 86% (11384/13237) 2025-06-05T23:56:03.9312147Z remote: Counting objects: 87% (11517/13237) 2025-06-05T23:56:03.9312582Z remote: Counting objects: 88% (11649/13237) 2025-06-05T23:56:03.9313003Z remote: Counting objects: 89% (11781/13237) 2025-06-05T23:56:03.9313412Z remote: Counting objects: 90% (11914/13237) 2025-06-05T23:56:03.9313838Z remote: Counting objects: 91% (12046/13237) 2025-06-05T23:56:03.9314251Z remote: Counting objects: 92% (12179/13237) 2025-06-05T23:56:03.9314891Z remote: Counting objects: 93% (12311/13237) 2025-06-05T23:56:03.9315475Z remote: Counting objects: 94% (12443/13237) 2025-06-05T23:56:03.9315903Z remote: Counting objects: 95% (12576/13237) 2025-06-05T23:56:03.9316315Z remote: Counting objects: 96% (12708/13237) 2025-06-05T23:56:03.9316735Z remote: Counting objects: 97% (12840/13237) 2025-06-05T23:56:03.9317158Z remote: Counting objects: 98% (12973/13237) 2025-06-05T23:56:03.9317563Z remote: Counting objects: 99% (13105/13237) 2025-06-05T23:56:03.9317982Z remote: Counting objects: 100% (13237/13237) 2025-06-05T23:56:03.9318421Z remote: Counting objects: 100% (13237/13237), done. 2025-06-05T23:56:03.9318883Z remote: Compressing objects: 0% (1/1032) 2025-06-05T23:56:03.9319392Z remote: Compressing objects: 1% (11/1032) 2025-06-05T23:56:03.9319811Z remote: Compressing objects: 2% (21/1032) 2025-06-05T23:56:03.9320218Z remote: Compressing objects: 3% (31/1032) 2025-06-05T23:56:03.9320637Z remote: Compressing objects: 4% (42/1032) 2025-06-05T23:56:03.9321050Z remote: Compressing objects: 5% (52/1032) 2025-06-05T23:56:03.9321454Z remote: Compressing objects: 6% (62/1032) 2025-06-05T23:56:03.9322011Z remote: Compressing objects: 7% (73/1032) 2025-06-05T23:56:03.9322418Z remote: Compressing objects: 8% (83/1032) 2025-06-05T23:56:03.9322836Z remote: Compressing objects: 9% (93/1032) 2025-06-05T23:56:03.9323252Z remote: Compressing objects: 10% (104/1032) 2025-06-05T23:56:03.9323685Z remote: Compressing objects: 11% (114/1032) 2025-06-05T23:56:03.9324116Z remote: Compressing objects: 12% (124/1032) 2025-06-05T23:56:03.9324543Z remote: Compressing objects: 13% (135/1032) 2025-06-05T23:56:03.9325046Z remote: Compressing objects: 14% (145/1032) 2025-06-05T23:56:03.9325474Z remote: Compressing objects: 15% (155/1032) 2025-06-05T23:56:03.9325893Z remote: Compressing objects: 16% (166/1032) 2025-06-05T23:56:03.9326326Z remote: Compressing objects: 17% (176/1032) 2025-06-05T23:56:03.9326747Z remote: Compressing objects: 18% (186/1032) 2025-06-05T23:56:03.9327185Z remote: Compressing objects: 19% (197/1032) 2025-06-05T23:56:03.9327604Z remote: Compressing objects: 20% (207/1032) 2025-06-05T23:56:03.9328036Z remote: Compressing objects: 21% (217/1032) 2025-06-05T23:56:03.9328480Z remote: Compressing objects: 22% (228/1032) 2025-06-05T23:56:03.9329019Z remote: Compressing objects: 23% (238/1032) 2025-06-05T23:56:03.9329724Z remote: Compressing objects: 24% (248/1032) 2025-06-05T23:56:03.9330143Z remote: Compressing objects: 25% (258/1032) 2025-06-05T23:56:03.9330581Z remote: Compressing objects: 26% (269/1032) 2025-06-05T23:56:03.9331002Z remote: Compressing objects: 27% (279/1032) 2025-06-05T23:56:03.9331435Z remote: Compressing objects: 28% (289/1032) 2025-06-05T23:56:03.9331848Z remote: Compressing objects: 29% (300/1032) 2025-06-05T23:56:03.9332274Z remote: Compressing objects: 30% (310/1032) 2025-06-05T23:56:03.9332700Z remote: Compressing objects: 31% (320/1032) 2025-06-05T23:56:03.9333121Z remote: Compressing objects: 32% (331/1032) 2025-06-05T23:56:03.9333554Z remote: Compressing objects: 33% (341/1032) 2025-06-05T23:56:03.9333964Z remote: Compressing objects: 34% (351/1032) 2025-06-05T23:56:03.9334386Z remote: Compressing objects: 35% (362/1032) 2025-06-05T23:56:03.9334798Z remote: Compressing objects: 36% (372/1032) 2025-06-05T23:56:03.9335220Z remote: Compressing objects: 37% (382/1032) 2025-06-05T23:56:03.9335644Z remote: Compressing objects: 38% (393/1032) 2025-06-05T23:56:03.9336062Z remote: Compressing objects: 39% (403/1032) 2025-06-05T23:56:03.9336640Z remote: Compressing objects: 40% (413/1032) 2025-06-05T23:56:03.9337242Z remote: Compressing objects: 41% (424/1032) 2025-06-05T23:56:03.9337725Z remote: Compressing objects: 42% (434/1032) 2025-06-05T23:56:03.9338136Z remote: Compressing objects: 43% (444/1032) 2025-06-05T23:56:03.9338572Z remote: Compressing objects: 44% (455/1032) 2025-06-05T23:56:03.9338985Z remote: Compressing objects: 45% (465/1032) 2025-06-05T23:56:03.9339414Z remote: Compressing objects: 46% (475/1032) 2025-06-05T23:56:03.9339848Z remote: Compressing objects: 47% (486/1032) 2025-06-05T23:56:03.9340264Z remote: Compressing objects: 48% (496/1032) 2025-06-05T23:56:03.9340692Z remote: Compressing objects: 49% (506/1032) 2025-06-05T23:56:03.9341108Z remote: Compressing objects: 50% (516/1032) 2025-06-05T23:56:03.9341544Z remote: Compressing objects: 51% (527/1032) 2025-06-05T23:56:03.9341959Z remote: Compressing objects: 52% (537/1032) 2025-06-05T23:56:03.9342391Z remote: Compressing objects: 53% (547/1032) 2025-06-05T23:56:03.9342807Z remote: Compressing objects: 54% (558/1032) 2025-06-05T23:56:03.9343231Z remote: Compressing objects: 55% (568/1032) 2025-06-05T23:56:03.9343769Z remote: Compressing objects: 56% (578/1032) 2025-06-05T23:56:03.9344411Z remote: Compressing objects: 57% (589/1032) 2025-06-05T23:56:03.9344840Z remote: Compressing objects: 58% (599/1032) 2025-06-05T23:56:03.9345253Z remote: Compressing objects: 59% (609/1032) 2025-06-05T23:56:03.9345680Z remote: Compressing objects: 60% (620/1032) 2025-06-05T23:56:03.9346235Z remote: Compressing objects: 61% (630/1032) 2025-06-05T23:56:03.9346781Z remote: Compressing objects: 62% (640/1032) 2025-06-05T23:56:03.9347277Z remote: Compressing objects: 63% (651/1032) 2025-06-05T23:56:03.9347784Z remote: Compressing objects: 64% (661/1032) 2025-06-05T23:56:03.9348281Z remote: Compressing objects: 65% (671/1032) 2025-06-05T23:56:03.9348822Z remote: Compressing objects: 66% (682/1032) 2025-06-05T23:56:03.9349253Z remote: Compressing objects: 67% (692/1032) 2025-06-05T23:56:03.9349670Z remote: Compressing objects: 68% (702/1032) 2025-06-05T23:56:03.9350284Z remote: Compressing objects: 69% (713/1032) 2025-06-05T23:56:03.9350922Z remote: Compressing objects: 70% (723/1032) 2025-06-05T23:56:03.9351494Z remote: Compressing objects: 71% (733/1032) 2025-06-05T23:56:03.9352189Z remote: Compressing objects: 72% (744/1032) 2025-06-05T23:56:03.9352657Z remote: Compressing objects: 73% (754/1032) 2025-06-05T23:56:03.9353184Z remote: Compressing objects: 74% (764/1032) 2025-06-05T23:56:03.9353601Z remote: Compressing objects: 75% (774/1032) 2025-06-05T23:56:03.9354237Z remote: Compressing objects: 76% (785/1032) 2025-06-05T23:56:03.9355031Z remote: Compressing objects: 77% (795/1032) 2025-06-05T23:56:03.9355464Z remote: Compressing objects: 78% (805/1032) 2025-06-05T23:56:04.9038109Z remote: Compressing objects: 79% (816/1032) 2025-06-05T23:56:04.9038996Z remote: Compressing objects: 80% (826/1032) 2025-06-05T23:56:04.9039901Z remote: Compressing objects: 81% (836/1032) 2025-06-05T23:56:04.9040745Z remote: Compressing objects: 82% (847/1032) 2025-06-05T23:56:04.9041572Z remote: Compressing objects: 83% (857/1032) 2025-06-05T23:56:04.9042501Z remote: Compressing objects: 84% (867/1032) 2025-06-05T23:56:04.9043332Z remote: Compressing objects: 85% (878/1032) 2025-06-05T23:56:04.9044143Z remote: Compressing objects: 86% (888/1032) 2025-06-05T23:56:04.9044945Z remote: Compressing objects: 87% (898/1032) 2025-06-05T23:56:04.9045761Z remote: Compressing objects: 88% (909/1032) 2025-06-05T23:56:04.9046587Z remote: Compressing objects: 89% (919/1032) 2025-06-05T23:56:04.9047402Z remote: Compressing objects: 90% (929/1032) 2025-06-05T23:56:04.9048185Z remote: Compressing objects: 91% (940/1032) 2025-06-05T23:56:04.9048993Z remote: Compressing objects: 92% (950/1032) 2025-06-05T23:56:04.9049766Z remote: Compressing objects: 93% (960/1032) 2025-06-05T23:56:04.9050572Z remote: Compressing objects: 94% (971/1032) 2025-06-05T23:56:04.9051375Z remote: Compressing objects: 95% (981/1032) 2025-06-05T23:56:04.9052166Z remote: Compressing objects: 96% (991/1032) 2025-06-05T23:56:04.9052979Z remote: Compressing objects: 97% (1002/1032) 2025-06-05T23:56:04.9053870Z remote: Compressing objects: 98% (1012/1032) 2025-06-05T23:56:04.9054924Z remote: Compressing objects: 99% (1022/1032) 2025-06-05T23:56:04.9055773Z remote: Compressing objects: 100% (1032/1032) 2025-06-05T23:56:04.9056665Z remote: Compressing objects: 100% (1032/1032), done. 2025-06-05T23:56:04.9057452Z Receiving objects: 0% (1/38908) 2025-06-05T23:56:04.9058045Z Receiving objects: 1% (390/38908) 2025-06-05T23:56:04.9058639Z Receiving objects: 2% (779/38908) 2025-06-05T23:56:04.9059268Z Receiving objects: 3% (1168/38908) 2025-06-05T23:56:04.9059876Z Receiving objects: 4% (1557/38908) 2025-06-05T23:56:04.9060493Z Receiving objects: 5% (1946/38908) 2025-06-05T23:56:04.9061468Z Receiving objects: 6% (2335/38908) 2025-06-05T23:56:04.9062098Z Receiving objects: 7% (2724/38908) 2025-06-05T23:56:04.9062703Z Receiving objects: 8% (3113/38908) 2025-06-05T23:56:04.9063321Z Receiving objects: 9% (3502/38908) 2025-06-05T23:56:04.9063943Z Receiving objects: 10% (3891/38908) 2025-06-05T23:56:04.9064539Z Receiving objects: 11% (4280/38908) 2025-06-05T23:56:04.9065156Z Receiving objects: 12% (4669/38908) 2025-06-05T23:56:04.9065770Z Receiving objects: 13% (5059/38908) 2025-06-05T23:56:04.9066539Z Receiving objects: 14% (5448/38908) 2025-06-05T23:56:04.9067137Z Receiving objects: 15% (5837/38908) 2025-06-05T23:56:04.9067741Z Receiving objects: 16% (6226/38908) 2025-06-05T23:56:04.9068324Z Receiving objects: 17% (6615/38908) 2025-06-05T23:56:04.9068944Z Receiving objects: 18% (7004/38908) 2025-06-05T23:56:04.9069543Z Receiving objects: 19% (7393/38908) 2025-06-05T23:56:04.9070142Z Receiving objects: 20% (7782/38908) 2025-06-05T23:56:04.9070736Z Receiving objects: 21% (8171/38908) 2025-06-05T23:56:04.9071289Z Receiving objects: 22% (8560/38908) 2025-06-05T23:56:04.9071819Z Receiving objects: 23% (8949/38908) 2025-06-05T23:56:04.9072382Z Receiving objects: 24% (9338/38908) 2025-06-05T23:56:04.9072987Z Receiving objects: 25% (9727/38908) 2025-06-05T23:56:04.9073576Z Receiving objects: 26% (10117/38908) 2025-06-05T23:56:04.9074214Z Receiving objects: 27% (10506/38908) 2025-06-05T23:56:04.9074809Z Receiving objects: 28% (10895/38908) 2025-06-05T23:56:04.9075418Z Receiving objects: 29% (11284/38908) 2025-06-05T23:56:04.9076066Z Receiving objects: 30% (11673/38908) 2025-06-05T23:56:04.9076685Z Receiving objects: 31% (12062/38908) 2025-06-05T23:56:04.9077307Z Receiving objects: 32% (12451/38908) 2025-06-05T23:56:04.9077919Z Receiving objects: 33% (12840/38908) 2025-06-05T23:56:04.9078534Z Receiving objects: 34% (13229/38908) 2025-06-05T23:56:04.9079241Z Receiving objects: 35% (13618/38908) 2025-06-05T23:56:04.9079872Z Receiving objects: 36% (14007/38908) 2025-06-05T23:56:04.9080500Z Receiving objects: 37% (14396/38908) 2025-06-05T23:56:04.9081126Z Receiving objects: 38% (14786/38908) 2025-06-05T23:56:04.9081737Z Receiving objects: 39% (15175/38908) 2025-06-05T23:56:04.9082365Z Receiving objects: 40% (15564/38908) 2025-06-05T23:56:04.9082977Z Receiving objects: 41% (15953/38908) 2025-06-05T23:56:04.9083582Z Receiving objects: 42% (16342/38908) 2025-06-05T23:56:04.9084204Z Receiving objects: 43% (16731/38908) 2025-06-05T23:56:04.9084813Z Receiving objects: 44% (17120/38908) 2025-06-05T23:56:04.9085444Z Receiving objects: 45% (17509/38908) 2025-06-05T23:56:04.9086056Z Receiving objects: 46% (17898/38908) 2025-06-05T23:56:04.9086679Z Receiving objects: 47% (18287/38908) 2025-06-05T23:56:04.9087294Z Receiving objects: 48% (18676/38908) 2025-06-05T23:56:04.9087901Z Receiving objects: 49% (19065/38908) 2025-06-05T23:56:04.9088517Z Receiving objects: 50% (19454/38908) 2025-06-05T23:56:04.9089117Z Receiving objects: 51% (19844/38908) 2025-06-05T23:56:04.9089751Z Receiving objects: 52% (20233/38908) 2025-06-05T23:56:04.9090349Z Receiving objects: 53% (20622/38908) 2025-06-05T23:56:04.9090950Z Receiving objects: 54% (21011/38908) 2025-06-05T23:56:04.9091553Z Receiving objects: 55% (21400/38908) 2025-06-05T23:56:04.9092174Z Receiving objects: 56% (21789/38908) 2025-06-05T23:56:04.9092778Z Receiving objects: 57% (22178/38908) 2025-06-05T23:56:04.9093406Z Receiving objects: 58% (22567/38908) 2025-06-05T23:56:04.9094018Z Receiving objects: 59% (22956/38908) 2025-06-05T23:56:04.9094636Z Receiving objects: 60% (23345/38908) 2025-06-05T23:56:04.9095253Z Receiving objects: 61% (23734/38908) 2025-06-05T23:56:04.9095910Z Receiving objects: 62% (24123/38908) 2025-06-05T23:56:04.9096536Z Receiving objects: 63% (24513/38908) 2025-06-05T23:56:04.9097142Z Receiving objects: 64% (24902/38908) 2025-06-05T23:56:04.9097755Z Receiving objects: 65% (25291/38908) 2025-06-05T23:56:04.9098356Z Receiving objects: 66% (25680/38908) 2025-06-05T23:56:04.9099248Z Receiving objects: 67% (26069/38908) 2025-06-05T23:56:04.9099841Z Receiving objects: 68% (26458/38908) 2025-06-05T23:56:04.9100452Z Receiving objects: 69% (26847/38908) 2025-06-05T23:56:04.9101075Z Receiving objects: 70% (27236/38908) 2025-06-05T23:56:04.9101676Z Receiving objects: 71% (27625/38908) 2025-06-05T23:56:04.9102303Z Receiving objects: 72% (28014/38908) 2025-06-05T23:56:04.9102892Z Receiving objects: 73% (28403/38908) 2025-06-05T23:56:04.9103520Z Receiving objects: 74% (28792/38908) 2025-06-05T23:56:04.9104131Z Receiving objects: 75% (29181/38908) 2025-06-05T23:56:04.9104861Z Receiving objects: 76% (29571/38908) 2025-06-05T23:56:04.9105464Z Receiving objects: 77% (29960/38908) 2025-06-05T23:56:04.9106087Z Receiving objects: 78% (30349/38908) 2025-06-05T23:56:04.9106715Z Receiving objects: 79% (30738/38908) 2025-06-05T23:56:04.9107331Z Receiving objects: 80% (31127/38908) 2025-06-05T23:56:04.9107939Z Receiving objects: 81% (31516/38908) 2025-06-05T23:56:04.9108534Z Receiving objects: 82% (31905/38908) 2025-06-05T23:56:04.9109148Z Receiving objects: 83% (32294/38908) 2025-06-05T23:56:04.9109760Z Receiving objects: 84% (32683/38908) 2025-06-05T23:56:04.9110374Z Receiving objects: 85% (33072/38908) 2025-06-05T23:56:04.9110981Z Receiving objects: 86% (33461/38908) 2025-06-05T23:56:04.9111588Z Receiving objects: 87% (33850/38908) 2025-06-05T23:56:04.9112196Z Receiving objects: 88% (34240/38908) 2025-06-05T23:56:04.9112833Z Receiving objects: 89% (34629/38908) 2025-06-05T23:56:04.9113463Z Receiving objects: 90% (35018/38908) 2025-06-05T23:56:04.9114231Z Receiving objects: 91% (35407/38908), 17.16 MiB | 34.31 MiB/s 2025-06-05T23:56:04.9115161Z Receiving objects: 92% (35796/38908), 17.16 MiB | 34.31 MiB/s 2025-06-05T23:56:04.9116108Z Receiving objects: 93% (36185/38908), 17.16 MiB | 34.31 MiB/s 2025-06-05T23:56:04.9117043Z Receiving objects: 94% (36574/38908), 17.16 MiB | 34.31 MiB/s 2025-06-05T23:56:04.9117962Z Receiving objects: 95% (36963/38908), 17.16 MiB | 34.31 MiB/s 2025-06-05T23:56:04.9118913Z Receiving objects: 96% (37352/38908), 17.16 MiB | 34.31 MiB/s 2025-06-05T23:56:04.9119959Z Receiving objects: 97% (37741/38908), 17.16 MiB | 34.31 MiB/s 2025-06-05T23:56:04.9120830Z Receiving objects: 98% (38130/38908), 17.16 MiB | 34.31 MiB/s 2025-06-05T23:56:04.9121748Z Receiving objects: 99% (38519/38908), 17.16 MiB | 34.31 MiB/s 2025-06-05T23:56:04.9122900Z remote: Total 38908 (delta 12504), reused 12205 (delta 12205), pack-reused 25671 (from 3) 2025-06-05T23:56:04.9124095Z Receiving objects: 100% (38908/38908), 17.16 MiB | 34.31 MiB/s 2025-06-05T23:56:04.9125069Z Receiving objects: 100% (38908/38908), 20.79 MiB | 34.79 MiB/s, done. 2025-06-05T23:56:04.9125948Z Resolving deltas: 0% (0/28535) 2025-06-05T23:56:04.9126538Z Resolving deltas: 1% (286/28535) 2025-06-05T23:56:04.9127115Z Resolving deltas: 2% (571/28535) 2025-06-05T23:56:04.9127712Z Resolving deltas: 3% (857/28535) 2025-06-05T23:56:04.9128300Z Resolving deltas: 4% (1142/28535) 2025-06-05T23:56:04.9128952Z Resolving deltas: 5% (1427/28535) 2025-06-05T23:56:04.9129554Z Resolving deltas: 6% (1713/28535) 2025-06-05T23:56:04.9130158Z Resolving deltas: 7% (1998/28535) 2025-06-05T23:56:04.9130748Z Resolving deltas: 8% (2283/28535) 2025-06-05T23:56:04.9131360Z Resolving deltas: 9% (2569/28535) 2025-06-05T23:56:04.9131965Z Resolving deltas: 10% (2854/28535) 2025-06-05T23:56:04.9132558Z Resolving deltas: 11% (3139/28535) 2025-06-05T23:56:04.9133169Z Resolving deltas: 12% (3425/28535) 2025-06-05T23:56:04.9133763Z Resolving deltas: 13% (3710/28535) 2025-06-05T23:56:04.9134374Z Resolving deltas: 14% (3995/28535) 2025-06-05T23:56:04.9134959Z Resolving deltas: 15% (4281/28535) 2025-06-05T23:56:04.9135566Z Resolving deltas: 16% (4566/28535) 2025-06-05T23:56:04.9136159Z Resolving deltas: 17% (4851/28535) 2025-06-05T23:56:04.9136758Z Resolving deltas: 18% (5137/28535) 2025-06-05T23:56:04.9137353Z Resolving deltas: 19% (5422/28535) 2025-06-05T23:56:04.9137959Z Resolving deltas: 20% (5707/28535) 2025-06-05T23:56:04.9138765Z Resolving deltas: 21% (5993/28535) 2025-06-05T23:56:04.9139382Z Resolving deltas: 22% (6278/28535) 2025-06-05T23:56:04.9139994Z Resolving deltas: 23% (6564/28535) 2025-06-05T23:56:04.9140581Z Resolving deltas: 24% (6849/28535) 2025-06-05T23:56:04.9141176Z Resolving deltas: 25% (7134/28535) 2025-06-05T23:56:04.9141767Z Resolving deltas: 26% (7420/28535) 2025-06-05T23:56:04.9142370Z Resolving deltas: 27% (7705/28535) 2025-06-05T23:56:04.9142958Z Resolving deltas: 28% (7990/28535) 2025-06-05T23:56:04.9143566Z Resolving deltas: 29% (8276/28535) 2025-06-05T23:56:04.9144256Z Resolving deltas: 30% (8561/28535) 2025-06-05T23:56:04.9144867Z Resolving deltas: 31% (8846/28535) 2025-06-05T23:56:04.9145472Z Resolving deltas: 32% (9132/28535) 2025-06-05T23:56:04.9146068Z Resolving deltas: 33% (9417/28535) 2025-06-05T23:56:04.9146673Z Resolving deltas: 34% (9702/28535) 2025-06-05T23:56:04.9147265Z Resolving deltas: 35% (9988/28535) 2025-06-05T23:56:04.9147869Z Resolving deltas: 36% (10273/28535) 2025-06-05T23:56:04.9148473Z Resolving deltas: 37% (10558/28535) 2025-06-05T23:56:04.9149110Z Resolving deltas: 38% (10844/28535) 2025-06-05T23:56:04.9149710Z Resolving deltas: 39% (11129/28535) 2025-06-05T23:56:04.9150324Z Resolving deltas: 40% (11414/28535) 2025-06-05T23:56:04.9150933Z Resolving deltas: 41% (11700/28535) 2025-06-05T23:56:04.9151529Z Resolving deltas: 42% (11985/28535) 2025-06-05T23:56:04.9152143Z Resolving deltas: 43% (12271/28535) 2025-06-05T23:56:04.9152738Z Resolving deltas: 44% (12556/28535) 2025-06-05T23:56:04.9153357Z Resolving deltas: 45% (12841/28535) 2025-06-05T23:56:04.9153961Z Resolving deltas: 46% (13127/28535) 2025-06-05T23:56:04.9154801Z Resolving deltas: 47% (13412/28535) 2025-06-05T23:56:04.9155411Z Resolving deltas: 48% (13697/28535) 2025-06-05T23:56:04.9156025Z Resolving deltas: 49% (13983/28535) 2025-06-05T23:56:04.9156659Z Resolving deltas: 50% (14268/28535) 2025-06-05T23:56:04.9157279Z Resolving deltas: 51% (14553/28535) 2025-06-05T23:56:04.9157886Z Resolving deltas: 52% (14839/28535) 2025-06-05T23:56:04.9158502Z Resolving deltas: 53% (15124/28535) 2025-06-05T23:56:04.9159061Z Resolving deltas: 54% (15409/28535) 2025-06-05T23:56:04.9159801Z Resolving deltas: 55% (15695/28535) 2025-06-05T23:56:04.9160382Z Resolving deltas: 56% (15980/28535) 2025-06-05T23:56:04.9160991Z Resolving deltas: 57% (16265/28535) 2025-06-05T23:56:04.9161560Z Resolving deltas: 58% (16551/28535) 2025-06-05T23:56:04.9162176Z Resolving deltas: 59% (16836/28535) 2025-06-05T23:56:04.9162763Z Resolving deltas: 60% (17121/28535) 2025-06-05T23:56:04.9163374Z Resolving deltas: 61% (17407/28535) 2025-06-05T23:56:04.9163977Z Resolving deltas: 62% (17692/28535) 2025-06-05T23:56:04.9164543Z Resolving deltas: 63% (17978/28535) 2025-06-05T23:56:04.9165156Z Resolving deltas: 64% (18263/28535) 2025-06-05T23:56:04.9165743Z Resolving deltas: 65% (18548/28535) 2025-06-05T23:56:04.9166324Z Resolving deltas: 66% (18834/28535) 2025-06-05T23:56:04.9166910Z Resolving deltas: 67% (19119/28535) 2025-06-05T23:56:04.9167536Z Resolving deltas: 68% (19404/28535) 2025-06-05T23:56:04.9168129Z Resolving deltas: 69% (19690/28535) 2025-06-05T23:56:04.9168723Z Resolving deltas: 70% (19975/28535) 2025-06-05T23:56:04.9169318Z Resolving deltas: 71% (20260/28535) 2025-06-05T23:56:04.9169883Z Resolving deltas: 72% (20546/28535) 2025-06-05T23:56:04.9170479Z Resolving deltas: 73% (20831/28535) 2025-06-05T23:56:04.9171084Z Resolving deltas: 74% (21116/28535) 2025-06-06T00:02:00.6437002Z Resolving deltas: 75% (21402/28535) 2025-06-06T00:02:00.6437529Z Resolving deltas: 76% (21687/28535) 2025-06-06T00:02:00.6437856Z Resolving deltas: 77% (21972/28535) 2025-06-06T00:02:00.6438357Z Resolving deltas: 78% (22258/28535) 2025-06-06T00:02:00.6438675Z Resolving deltas: 79% (22543/28535) 2025-06-06T00:02:00.6439240Z Resolving deltas: 80% (22828/28535) 2025-06-06T00:02:00.6439742Z Resolving deltas: 81% (23114/28535) 2025-06-06T00:02:00.6442181Z Resolving deltas: 82% (23399/28535) 2025-06-06T00:02:00.6443883Z Resolving deltas: 83% (23685/28535) 2025-06-06T00:02:00.6444263Z Resolving deltas: 84% (23970/28535) 2025-06-06T00:02:00.6444581Z Resolving deltas: 85% (24255/28535) 2025-06-06T00:02:00.6444914Z Resolving deltas: 86% (24541/28535) 2025-06-06T00:02:00.6445235Z Resolving deltas: 87% (24826/28535) 2025-06-06T00:02:00.6445543Z Resolving deltas: 88% (25111/28535) 2025-06-06T00:02:00.6445869Z Resolving deltas: 89% (25397/28535) 2025-06-06T00:02:00.6446177Z Resolving deltas: 90% (25682/28535) 2025-06-06T00:02:00.6446502Z Resolving deltas: 91% (25967/28535) 2025-06-06T00:02:00.6446972Z Resolving deltas: 92% (26253/28535) 2025-06-06T00:02:00.6447302Z Resolving deltas: 93% (26538/28535) 2025-06-06T00:02:00.6447614Z Resolving deltas: 94% (26823/28535) 2025-06-06T00:02:00.6447939Z Resolving deltas: 95% (27109/28535) 2025-06-06T00:02:00.6448253Z Resolving deltas: 96% (27394/28535) 2025-06-06T00:02:00.6448574Z Resolving deltas: 97% (27679/28535) 2025-06-06T00:02:00.6448895Z Resolving deltas: 98% (27965/28535) 2025-06-06T00:02:00.6449214Z Resolving deltas: 99% (28250/28535) 2025-06-06T00:02:00.6449538Z Resolving deltas: 100% (28535/28535) 2025-06-06T00:02:00.6449865Z Resolving deltas: 100% (28535/28535), done. 2025-06-06T00:02:00.6450638Z Submodule path 'thirdparty/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-06T00:02:00.6451643Z Submodule path 'thirdparty/specification': checked out 'b5b067819e5de11153b41cf3d26da4f3f9dd23e8' 2025-06-06T00:02:00.6453327Z [patch_repo] Patching reference_model repo_dir:reference_model base_rev:70ed0b40fa831387e36abdb4f7fb9670a3464f5a patch_dir:/pytorch/executorch/backends/arm/scripts/../third-party/reference_model/patches/v0.80/reference_model 2025-06-06T00:02:00.6455600Z /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:02:00.6456695Z HEAD is now at 70ed0b4 Add boolean input argument support 2025-06-06T00:02:00.6457246Z Applying: Move tosa-tools to be namespaced into tosa-tools.v0_80 2025-06-06T00:02:00.6457886Z [patch_repo] Patched reference_model @ heads/v0.80-0-gd65f962 in reference_model dir. 2025-06-06T00:02:00.6458335Z 2025-06-06T00:02:00.6458749Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:02:00.6460291Z [patch_repo] Patching serialization_lib repo_dir:reference_model/thirdparty/serialization_lib base_rev:v0.80.1 patch_dir:/pytorch/executorch/backends/arm/scripts/../third-party/reference_model/patches/v0.80/serialization_lib 2025-06-06T00:02:00.6462331Z /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model/thirdparty/serialization_lib /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:02:00.6463660Z HEAD is now at 021bbad Use binary mode when loading and saving flatbuffer files 2025-06-06T00:02:00.6464245Z Applying: Make TOSA serializer lib to be self contained 2025-06-06T00:02:00.6464992Z [patch_repo] Patched serialization_lib @ tags/v0.80.1-1-g65eeeb3 in reference_model/thirdparty/serialization_lib dir. 2025-06-06T00:02:00.6465578Z 2025-06-06T00:02:00.6465995Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:02:00.6467297Z /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:02:00.6468487Z Processing /pytorch/executorch/examples/arm/ethos-u-scratch/reference_model 2025-06-06T00:02:00.6469453Z Installing build dependencies ... [?25l- \ | / - \ | done 2025-06-06T00:02:00.6470118Z [?25h Getting requirements to build wheel ... [?25l- \ | done 2025-06-06T00:02:00.6470767Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-06T00:02:00.6471857Z [?25hRequirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-06-06T00:02:00.6472645Z Building wheels for collected packages: tosa-tools-v0.80 2025-06-06T00:02:00.6473684Z Building wheel for tosa-tools-v0.80 (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2025-06-06T00:02:00.6475308Z [?25h Created wheel for tosa-tools-v0.80: filename=tosa_tools_v0_80-0.80.2.dev2+gd65f962.d20250605-py3-none-any.whl size=4971386 sha256=588ba78bc46dda4f42ef31cdc085520b2772973d496335bb4a646410377ffe0e 2025-06-06T00:02:00.6476912Z Stored in directory: /tmp/pip-ephem-wheel-cache-g9nlpemq/wheels/02/93/e8/92072c9c8f53773ec1a5f14f540f0db117da02e5cf64dd838c 2025-06-06T00:02:00.6477724Z Successfully built tosa-tools-v0.80 2025-06-06T00:02:00.6478118Z Installing collected packages: tosa-tools-v0.80 2025-06-06T00:02:00.6478678Z Successfully installed tosa-tools-v0.80-0.80.2.dev2+gd65f962.d20250605 2025-06-06T00:02:00.6479657Z /pytorch/executorch/examples/arm/ethos-u-scratch /pytorch/executorch/examples/arm/ethos-u-scratch 2025-06-06T00:02:00.6480763Z Collecting tosa-tools@ git+https://git.gitlab.arm.com/tosa/tosa-reference-model.git@d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-06T00:02:00.6482276Z Cloning https://git.gitlab.arm.com/tosa/tosa-reference-model.git (to revision d102f426dd2e3c1f25bbf23292ec8ee51aa9c677) to /tmp/pip-install-r40u_gyl/tosa-tools_ad4ee580f8034589a9323298b2b86369 2025-06-06T00:02:00.6484006Z Running command git clone --filter=blob:none --quiet https://git.gitlab.arm.com/tosa/tosa-reference-model.git /tmp/pip-install-r40u_gyl/tosa-tools_ad4ee580f8034589a9323298b2b86369 2025-06-06T00:02:00.6485210Z Running command git rev-parse -q --verify 'sha^d102f426dd2e3c1f25bbf23292ec8ee51aa9c677' 2025-06-06T00:02:00.6486170Z Running command git fetch -q https://git.gitlab.arm.com/tosa/tosa-reference-model.git d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-06T00:02:00.6487174Z Running command git checkout -q d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-06T00:02:00.6488036Z Resolved https://git.gitlab.arm.com/tosa/tosa-reference-model.git to commit d102f426dd2e3c1f25bbf23292ec8ee51aa9c677 2025-06-06T00:02:00.6488840Z Running command git submodule update --init --recursive -q 2025-06-06T00:02:00.6489467Z Installing build dependencies ... [?25l- \ | / done 2025-06-06T00:02:00.6490062Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-06-06T00:02:00.6490685Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2025-06-06T00:02:00.6491164Z [?25hCollecting ml_dtypes==0.5.1 2025-06-06T00:02:00.6491817Z Downloading ml_dtypes-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-06-06T00:02:00.6492755Z Requirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-06-06T00:02:00.6493678Z Downloading ml_dtypes-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2025-06-06T00:02:00.6494576Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.7 MB ? eta -:--:-- 2025-06-06T00:02:00.6495328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 129.3 MB/s eta 0:00:00 2025-06-06T00:02:00.6495967Z [?25hBuilding wheels for collected packages: tosa-tools 2025-06-06T00:02:00.6497567Z Building wheel for tosa-tools (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ done 2025-06-06T00:02:00.6499386Z [?25h Created wheel for tosa-tools: filename=tosa_tools-1.0.0rc0.post1.dev304+gd102f42-py3-none-any.whl size=6270136 sha256=bd3ed1491fdee1fcb7a3a43af649874f62930473341a5d92b794eea9a8f9b3b3 2025-06-06T00:02:00.6500784Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/41/ea/48/97040d2df3bafb675660708c9b6fa45791226fd800e7dd3878 2025-06-06T00:02:00.6501595Z Successfully built tosa-tools 2025-06-06T00:02:00.6501989Z Installing collected packages: tosa-tools, ml_dtypes 2025-06-06T00:02:00.6502405Z [?25l 2025-06-06T00:02:00.6502836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [tosa-tools] 2025-06-06T00:02:00.6503426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [tosa-tools] 2025-06-06T00:02:00.6504031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [ml_dtypes] 2025-06-06T00:02:00.6504440Z [?25h 2025-06-06T00:02:00.6504992Z Successfully installed ml_dtypes-0.5.1 tosa-tools-1.0.0rc0.post1.dev304+gd102f42 2025-06-06T00:02:00.6506037Z Collecting ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c 2025-06-06T00:03:28.3705412Z Cloning https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela (to revision 8cac2b9a7204b57125a8718049519b091a98846c) to /tmp/pip-install-q2rbpdh2/ethos-u-vela_c16018526cba4e61a55d3e8c392a6ff3 2025-06-06T00:03:28.3708685Z Running command git clone --filter=blob:none --quiet https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela /tmp/pip-install-q2rbpdh2/ethos-u-vela_c16018526cba4e61a55d3e8c392a6ff3 2025-06-06T00:03:28.3710122Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-06-06T00:03:28.3711258Z Running command git rev-parse -q --verify 'sha^8cac2b9a7204b57125a8718049519b091a98846c' 2025-06-06T00:03:28.3712316Z Running command git fetch -q https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-06T00:03:28.3713452Z Running command git checkout -q 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-06T00:03:28.3714430Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-06-06T00:03:28.3715470Z Resolved https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela to commit 8cac2b9a7204b57125a8718049519b091a98846c 2025-06-06T00:03:28.3716816Z Installing build dependencies ... [?25l- \ | / - done 2025-06-06T00:03:28.3717526Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-06-06T00:03:28.3718333Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-06T00:03:28.3719795Z [?25hCollecting flatbuffers==24.12.23 (from ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c) 2025-06-06T00:03:28.3720978Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl.metadata (876 bytes) 2025-06-06T00:03:28.3722657Z Requirement already satisfied: numpy>=1.23.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c) (2.2.6) 2025-06-06T00:03:28.3724952Z Requirement already satisfied: lxml>=4.5.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@8cac2b9a7204b57125a8718049519b091a98846c) (5.4.0) 2025-06-06T00:03:28.3726613Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl (30 kB) 2025-06-06T00:03:28.3727274Z Building wheels for collected packages: ethos-u-vela 2025-06-06T00:03:28.3728971Z Building wheel for ethos-u-vela (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ done 2025-06-06T00:03:28.3730888Z [?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=3e8bf04f5d54cec8c82fde6cc2ea4406cecde0f204783f25f9b8f3b546e4bf08 2025-06-06T00:03:28.3732629Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/77/c7/c5/e99ea73fc70c96cf6e7db473508e3891adee2dd36019b7c365 2025-06-06T00:03:28.3733417Z Successfully built ethos-u-vela 2025-06-06T00:03:28.3733900Z Installing collected packages: flatbuffers, ethos-u-vela 2025-06-06T00:03:28.3734355Z [?25l 2025-06-06T00:03:28.3734659Z  Attempting uninstall: flatbuffers 2025-06-06T00:03:28.3734966Z 2025-06-06T00:03:28.3735238Z  Found existing installation: flatbuffers 25.2.10 2025-06-06T00:03:28.3735582Z 2025-06-06T00:03:28.3735775Z  Uninstalling flatbuffers-25.2.10: 2025-06-06T00:03:28.3736038Z 2025-06-06T00:03:28.3736390Z  Successfully uninstalled flatbuffers-25.2.10 2025-06-06T00:03:28.3736673Z 2025-06-06T00:03:28.3737170Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ethos-u-vela] 2025-06-06T00:03:28.3738006Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [ethos-u-vela] 2025-06-06T00:03:28.3738798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [ethos-u-vela] 2025-06-06T00:03:28.3739214Z [?25h 2025-06-06T00:03:28.3740453Z ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 2025-06-06T00:03:28.3741823Z tosa-tools 1.0.0rc0.post1.dev304+gd102f42 requires jsonschema, which is not installed. 2025-06-06T00:03:28.3742787Z tosa-tools-v0-80 0.80.2.dev2+gd65f962.d20250605 requires jsonschema, which is not installed. 2025-06-06T00:03:28.3744013Z tosa-tools 1.0.0rc0.post1.dev304+gd102f42 requires flatbuffers==23.5.26, but you have flatbuffers 24.12.23 which is incompatible. 2025-06-06T00:03:28.3745139Z tosa-tools 1.0.0rc0.post1.dev304+gd102f42 requires numpy<2, but you have numpy 2.2.6 which is incompatible. 2025-06-06T00:03:28.3746157Z tosa-tools-v0-80 0.80.2.dev2+gd65f962.d20250605 requires flatbuffers==23.5.26, but you have flatbuffers 24.12.23 which is incompatible. 2025-06-06T00:03:28.3747401Z tosa-tools-v0-80 0.80.2.dev2+gd65f962.d20250605 requires numpy<2, but you have numpy 2.2.6 which is incompatible. 2025-06-06T00:03:28.3748458Z Successfully installed ethos-u-vela-4.2.1.dev111+g8cac2b9 flatbuffers-24.12.23 2025-06-06T00:03:28.3749789Z [main] update path by doing 'source /pytorch/executorch/examples/arm/ethos-u-scratch/setup_path.sh' 2025-06-06T00:03:28.3750390Z [main] success! 2025-06-06T00:03:28.3750845Z + sudo sysctl fs.inotify.max_user_watches=1048576 2025-06-06T00:03:28.3751406Z sysctl: setting key "fs.inotify.max_user_watches", ignoring: Read-only file system 2025-06-06T00:03:28.3751936Z + ARM_TEST=test_pytest_ops_ethosu_fvp 2025-06-06T00:03:28.3752404Z + backends/arm/test/test_arm_baremetal.sh test_pytest_ops_ethosu_fvp 2025-06-06T00:03:28.3753078Z /pytorch/executorch 2025-06-06T00:03:28.3753504Z Run Arm baremetal test suite test_pytest_ops_ethosu_fvp 2025-06-06T00:03:28.3754125Z test_arm_baremetal.sh test_pytest_ops_ethosu_fvp: Run pytest with fvp 2025-06-06T00:03:28.3754990Z + cd /pytorch/executorch 2025-06-06T00:03:28.3755387Z + set +x 2025-06-06T00:03:28.3755768Z -------------------------------------------------------------------------------- 2025-06-06T00:03:28.3756384Z Build ExecuTorch target libs Release into '/pytorch/executorch/arm_test/cmake-out' 2025-06-06T00:03:28.3756983Z -------------------------------------------------------------------------------- 2025-06-06T00:03:28.3757502Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-06-06T00:03:28.3757902Z + '[' false = true ']' 2025-06-06T00:03:28.3758286Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:03:28.3758718Z + '[' false = true ']' 2025-06-06T00:03:28.3759274Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-06-06T00:03:28.3760234Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-06-06T00:03:28.3763168Z + cmake -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/arm_test/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_CORTEX_M=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF -B/pytorch/executorch/arm_test/cmake-out /pytorch/executorch 2025-06-06T00:03:28.3765888Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:03:28.3766310Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:03:28.3766694Z -- Detecting C compiler ABI info 2025-06-06T00:03:28.3767040Z -- Detecting C compiler ABI info - done 2025-06-06T00:03:28.3767980Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:03:28.3768946Z -- Detecting C compile features 2025-06-06T00:03:28.3769284Z -- Detecting C compile features - done 2025-06-06T00:03:28.3769627Z -- Detecting CXX compiler ABI info 2025-06-06T00:03:28.3769977Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:03:28.3770922Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:03:28.3771878Z -- Detecting CXX compile features 2025-06-06T00:03:28.3772214Z -- Detecting CXX compile features - done 2025-06-06T00:03:28.3772579Z -- --- Configured Options --- 2025-06-06T00:03:28.3772780Z 2025-06-06T00:03:28.3772927Z -- CMAKE_CXX_STANDARD : 17 2025-06-06T00:03:28.3773328Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:03:28.3773763Z -- CMAKE_BUILD_TYPE : Release 2025-06-06T00:03:28.3774160Z -- PYTHON_EXECUTABLE : python 2025-06-06T00:03:28.3774570Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-06T00:03:28.3775202Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-06-06T00:03:28.3775848Z -- BUCK2 x (unset) 2025-06-06T00:03:28.3776231Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-06T00:03:28.3776635Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-06T00:03:28.3777237Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-06T00:03:28.3777648Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-06T00:03:28.3778269Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-06T00:03:28.3778870Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-06T00:03:28.3779287Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-06T00:03:28.3779693Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-06T00:03:28.3780097Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-06T00:03:28.3780617Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-06-06T00:03:28.3781009Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-06T00:03:28.3781419Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-06T00:03:28.3781818Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-06T00:03:31.8199932Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-06T00:03:31.8200583Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-06T00:03:31.8201191Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-06T00:03:31.8201635Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-06T00:03:31.8202277Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-06T00:03:31.8202914Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-06T00:03:31.8203312Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-06T00:03:31.8203727Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-06T00:03:31.8204116Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-06T00:03:31.8204520Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-06T00:03:31.8204908Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-06T00:03:31.8205305Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-06T00:03:31.8205695Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-06T00:03:31.8206081Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-06T00:03:31.8206496Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-06T00:03:31.8206882Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-06T00:03:31.8207275Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-06T00:03:31.8207650Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-06T00:03:31.8208044Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-06T00:03:31.8208427Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-06T00:03:31.8208820Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-06T00:03:31.8209211Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-06T00:03:31.8209599Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-06T00:03:31.8209987Z -- EXECUTORCH_USE_DL : ON 2025-06-06T00:03:31.8210361Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-06T00:03:31.8210751Z -- EXECUTORCH_BUILD_CORTEX_M : ON 2025-06-06T00:03:31.8211127Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-06T00:03:31.8211523Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:03:31.8211975Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-06-06T00:03:31.8212365Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-06-06T00:03:31.8212768Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-06T00:03:31.8213166Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-06T00:03:31.8213573Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-06T00:03:31.8213978Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-06T00:03:31.8214339Z -- -------------------------- 2025-06-06T00:03:31.8214830Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-06T00:03:31.8216231Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:03:31.8217063Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:03:31.8217594Z CMake. 2025-06-06T00:03:31.8217733Z 2025-06-06T00:03:31.8218249Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:03:31.8218926Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:03:31.8219541Z to work with policies introduced by or earlier. 2025-06-06T00:03:31.8219904Z 2025-06-06T00:03:31.8220050Z  2025-06-06T00:03:31.8220353Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:03:31.8220940Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:03:31.8221488Z -- Setting GNU C compiler options with c11 and Posix 2025-06-06T00:03:31.8222031Z -- Disabling -pedantic for GCC >= 8.0 2025-06-06T00:03:31.8222620Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-06T00:03:31.8223238Z -- GCC_VERSION: 13.3.1 2025-06-06T00:03:31.8223421Z 2025-06-06T00:03:31.8224451Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2025-06-06T00:03:31.8226333Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-06T00:03:31.8227223Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:03:31.8227772Z CMake. 2025-06-06T00:03:31.8227899Z 2025-06-06T00:03:31.8228160Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:03:31.8228856Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:03:31.8229484Z to work with policies introduced by or earlier. 2025-06-06T00:03:31.8229771Z 2025-06-06T00:03:31.8229889Z  2025-06-06T00:03:31.8230197Z -- Resolved buck2 as buck2. 2025-06-06T00:03:31.8230487Z -- Killing buck2 daemon 2025-06-06T00:03:31.8230794Z 'buck2 killall' 2025-06-06T00:03:31.8231104Z -- executorch: Generating source lists 2025-06-06T00:03:31.8231829Z -- executorch: Generating source file list /pytorch/executorch/arm_test/cmake-out/executorch_srcs.cmake 2025-06-06T00:03:31.8232779Z -- executorch: Using sources file /pytorch/executorch/arm_test/cmake-out/executorch_srcs.cmake 2025-06-06T00:03:31.8233436Z -- Generating operator lib: 2025-06-06T00:03:31.8233754Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:03:31.8234267Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:03:31.8234808Z -- ROOT_OPS: 2025-06-06T00:03:31.8235050Z -- INCLUDE_ALL_OPS: 2025-06-06T00:03:31.8236680Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-06T00:03:31.8238092Z -- Generating kernel bindings: 2025-06-06T00:03:31.8238404Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:03:31.8238926Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-06T00:03:31.8239498Z -- CUSTOM_OPS_YAML: 2025-06-06T00:03:31.8239799Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:03:31.8241979Z Generated files /pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-06T00:03:31.8243783Z -- Generating operator lib: 2025-06-06T00:03:31.8244090Z -- LIB_NAME: portable_ops_lib 2025-06-06T00:03:31.8252647Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:03:31.8253024Z -- DEPS: executorch_core 2025-06-06T00:03:31.8253784Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-06T00:03:31.8254540Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:03:31.8255291Z CMake. 2025-06-06T00:03:31.8255420Z 2025-06-06T00:03:31.8255685Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:03:31.8256540Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:03:31.8257091Z to work with policies introduced by or earlier. 2025-06-06T00:03:31.8257378Z 2025-06-06T00:03:31.8257523Z  2025-06-06T00:03:31.8257759Z -- Looking for C++ include unistd.h 2025-06-06T00:03:31.8258116Z -- Looking for C++ include unistd.h - found 2025-06-06T00:03:31.8258468Z -- Looking for C++ include stdint.h 2025-06-06T00:03:31.8258823Z -- Looking for C++ include stdint.h - found 2025-06-06T00:03:31.8259293Z -- Looking for C++ include inttypes.h 2025-06-06T00:03:31.8259663Z -- Looking for C++ include inttypes.h - found 2025-06-06T00:03:31.8260033Z -- Looking for C++ include sys/types.h 2025-06-06T00:03:31.8260410Z -- Looking for C++ include sys/types.h - found 2025-06-06T00:03:31.8260778Z -- Looking for C++ include sys/stat.h 2025-06-06T00:03:31.8261139Z -- Looking for C++ include sys/stat.h - found 2025-06-06T00:03:31.8261515Z -- Looking for C++ include fnmatch.h 2025-06-06T00:03:31.8261862Z -- Looking for C++ include fnmatch.h - found 2025-06-06T00:03:31.8262228Z -- Looking for C++ include stddef.h 2025-06-06T00:03:31.8262565Z -- Looking for C++ include stddef.h - found 2025-06-06T00:03:31.8262922Z -- Check size of uint32_t 2025-06-06T00:03:31.8263211Z -- Check size of uint32_t - done 2025-06-06T00:03:31.8263519Z -- Looking for strtoll 2025-06-06T00:03:31.8263788Z -- Looking for strtoll - found 2025-06-06T00:03:31.8264103Z -- Generating operator lib: 2025-06-06T00:03:31.8264405Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:03:31.8264874Z -- OPS_SCHEMA_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:03:31.8265487Z -- ROOT_OPS: 2025-06-06T00:03:31.8265724Z -- INCLUDE_ALL_OPS: 2025-06-06T00:03:31.8267234Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/backends/cortex_m/ops/operators.yaml" 2025-06-06T00:03:31.8268551Z -- Generating kernel bindings: 2025-06-06T00:03:31.8268871Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:03:31.8269161Z -- FUNCTIONS_YAML: 2025-06-06T00:03:31.8269599Z -- CUSTOM_OPS_YAML: /pytorch/executorch/backends/cortex_m/ops/operators.yaml 2025-06-06T00:03:31.8270121Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:03:31.8273889Z Generated files /pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/cmake-out/backends/cortex_m/cortex_m_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:03:31.8277150Z -- Generating operator lib: 2025-06-06T00:03:31.8277461Z -- LIB_NAME: cortex_m_ops_lib 2025-06-06T00:03:31.8277766Z -- KERNEL_LIBS: cortex_m_kernels 2025-06-06T00:03:31.8278082Z -- DEPS: executorch 2025-06-06T00:03:31.8282852Z -- Generating operator lib: 2025-06-06T00:03:31.8283177Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:03:31.8283633Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:03:31.8284116Z -- ROOT_OPS: 2025-06-06T00:03:31.8284359Z -- INCLUDE_ALL_OPS: 2025-06-06T00:03:31.8285908Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-06T00:03:31.8287223Z -- Generating kernel bindings: 2025-06-06T00:03:31.8287548Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:03:31.8287865Z -- FUNCTIONS_YAML: 2025-06-06T00:03:31.8288382Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-06T00:03:31.8288885Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:03:31.8292938Z Generated files /pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-06T00:03:31.8296434Z -- Generating operator lib: 2025-06-06T00:03:33.3118859Z -- LIB_NAME: quantized_ops_lib 2025-06-06T00:03:33.3119780Z -- KERNEL_LIBS: quantized_kernels 2025-06-06T00:03:33.3120485Z -- DEPS: executorch_core 2025-06-06T00:03:33.3121083Z -- Configuring done (3.8s) 2025-06-06T00:03:33.3121614Z -- Generating done (0.1s) 2025-06-06T00:03:33.3122450Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out 2025-06-06T00:03:33.3123526Z ++ basename backends/arm/scripts/build_executorch.sh 2025-06-06T00:03:33.3124370Z + echo '[build_executorch.sh] Configured CMAKE' 2025-06-06T00:03:33.3125109Z [build_executorch.sh] Configured CMAKE 2025-06-06T00:03:33.3125733Z ++ nproc 2025-06-06T00:03:33.3126624Z + cmake --build /pytorch/executorch/arm_test/cmake-out -j8 --target install --config Release -- 2025-06-06T00:03:33.3128569Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-06T00:03:33.3130266Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.obj 2025-06-06T00:03:33.3131859Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-06T00:03:33.3133846Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.obj 2025-06-06T00:03:33.3136306Z [ 2%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/VelaBinStream.cpp.obj 2025-06-06T00:03:33.3138807Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.obj 2025-06-06T00:03:33.3141349Z [ 2%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/EthosUBackend.cpp.obj 2025-06-06T00:03:33.3143091Z [ 2%] No download step for 'flatcc_external_project' 2025-06-06T00:03:33.3144322Z [ 3%] No download step for 'flatbuffers_external_project' 2025-06-06T00:03:33.3145517Z [ 4%] No update step for 'flatcc_external_project' 2025-06-06T00:03:33.3146705Z [ 4%] No update step for 'flatbuffers_external_project' 2025-06-06T00:03:33.3147746Z [ 4%] No patch step for 'flatcc_external_project' 2025-06-06T00:03:33.3148844Z [ 5%] No patch step for 'flatbuffers_external_project' 2025-06-06T00:03:33.3150143Z [ 5%] Performing configure step for 'flatcc_external_project' 2025-06-06T00:03:33.3151591Z [ 5%] Performing configure step for 'flatbuffers_external_project' 2025-06-06T00:03:33.3152964Z CMake Warning: 2025-06-06T00:03:33.3153570Z Ignoring empty string ("") provided on the command line. 2025-06-06T00:03:33.3154175Z 2025-06-06T00:03:33.3154375Z  2025-06-06T00:03:33.3155225Z CMake Warning: 2025-06-06T00:03:33.3155857Z Ignoring empty string ("") provided on the command line. 2025-06-06T00:03:33.3156455Z 2025-06-06T00:03:33.3156677Z  2025-06-06T00:03:33.3157562Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-06T00:03:33.3158817Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:03:33.3159842Z CMake. 2025-06-06T00:03:33.3160075Z 2025-06-06T00:03:33.3160779Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:03:33.3161896Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:03:33.3162865Z to work with policies introduced by or earlier. 2025-06-06T00:03:33.3163368Z 2025-06-06T00:03:33.3163583Z  2025-06-06T00:03:33.3164021Z fatal: No names found, cannot describe anything. 2025-06-06T00:03:33.3164965Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-06T00:03:33.3165676Z git describe failed with exit code: 128 2025-06-06T00:03:33.3166194Z 2025-06-06T00:03:33.3166511Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-06T00:03:33.3167316Z Call Stack (most recent call first): 2025-06-06T00:03:33.3167980Z CMakeLists.txt:5 (include) 2025-06-06T00:03:33.3168325Z 2025-06-06T00:03:33.3168563Z  2025-06-06T00:03:33.3169038Z -- Proceeding with version: 24.3.25.0 2025-06-06T00:03:33.3169782Z -- The C compiler identification is Clang 12.0.1 2025-06-06T00:03:33.3170545Z -- Detecting C compiler ABI info 2025-06-06T00:03:33.3171285Z -- The CXX compiler identification is Clang 12.0.1 2025-06-06T00:03:33.3172029Z -- Detecting CXX compiler ABI info 2025-06-06T00:03:33.3172640Z -- Detecting C compiler ABI info - done 2025-06-06T00:03:33.3173400Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-06T00:03:33.3174153Z -- Detecting C compile features 2025-06-06T00:03:33.3174761Z -- Detecting C compile features - done 2025-06-06T00:03:33.3175623Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-06T00:03:33.3176671Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-06T00:03:33.3177570Z -- Setting Clang compiler options 2025-06-06T00:03:33.3179070Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-06T00:03:33.3180670Z -- Configuring done (0.5s) 2025-06-06T00:03:33.3181269Z -- Generating done (0.0s) 2025-06-06T00:03:33.3182922Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-06T00:03:33.3184971Z [ 6%] Performing build step for 'flatcc_external_project' 2025-06-06T00:03:33.3186411Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-06T00:03:33.3187957Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-06T00:03:33.3189642Z [ 9%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-06T00:03:33.3190723Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:03:33.3192147Z [ 12%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-06T00:03:33.3193595Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-06T00:03:33.3194306Z -- Detecting CXX compile features 2025-06-06T00:03:33.3194898Z -- Detecting CXX compile features - done 2025-06-06T00:03:33.3196389Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/interface.h:14, 2025-06-06T00:03:33.3198152Z from /pytorch/executorch/backends/arm/runtime/EthosUBackend.cpp:53: 2025-06-06T00:03:33.3201238Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:26:51: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-06T00:03:33.3204792Z 26 | const NamedDataMap* named_data_map = nullptr) 2025-06-06T00:03:33.3206085Z | ^ 2025-06-06T00:03:33.3208046Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:12: 2025-06-06T00:03:33.3211111Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-06T00:03:33.3213014Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-06T00:03:33.3213842Z | ^~~~~~~~~~~~ 2025-06-06T00:03:33.3217273Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:68:44: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-06T00:03:33.3220808Z 68 | const NamedDataMap* get_named_data_map() const { 2025-06-06T00:03:33.3221950Z | ^~~~~ 2025-06-06T00:03:33.3224056Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-06T00:03:33.3226110Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-06T00:03:33.3227050Z | ^~~~~~~~~~~~ 2025-06-06T00:03:33.3230564Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:76:41: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-06T00:03:33.3233990Z 76 | const NamedDataMap* named_data_map_ = nullptr; 2025-06-06T00:03:33.3235192Z | ^~~~~~~ 2025-06-06T00:03:33.3237294Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:30:23: note: declared here 2025-06-06T00:03:33.3239506Z 30 | class ET_EXPERIMENTAL NamedDataMap { 2025-06-06T00:03:33.3240576Z | ^~~~~~~~~~~~ 2025-06-06T00:03:33.3242119Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-06T00:03:33.3243920Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-06T00:03:33.3244950Z -- Looking for strtof_l 2025-06-06T00:03:33.3246251Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-06T00:03:33.3248198Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-06T00:03:33.3250015Z [ 27%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-06T00:03:33.3251795Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-06T00:03:33.3253696Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-06T00:03:33.3257456Z [ 36%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-06T00:03:33.3258879Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-06T00:03:33.3259966Z -- Looking for strtof_l - found 2025-06-06T00:03:33.3260544Z -- Looking for strtoull_l 2025-06-06T00:03:33.3261562Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-06T00:03:33.3263358Z [ 45%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-06T00:03:33.3264893Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-06T00:03:33.3266332Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-06T00:03:33.3268014Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-06T00:03:33.3269764Z [ 57%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:03:33.3271685Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-06T00:03:33.3273052Z [ 60%] Built target flatccrt 2025-06-06T00:03:33.3274311Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-06T00:03:33.9548662Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-06T00:03:33.9550431Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-06T00:03:33.9551905Z [ 6%] Linking CXX static library libexecutorch_delegate_ethos_u.a 2025-06-06T00:03:33.9552752Z [ 6%] Built target executorch_delegate_ethos_u 2025-06-06T00:03:33.9554189Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-06T00:03:33.9557339Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-06T00:03:33.9558406Z -- Looking for strtoull_l - found 2025-06-06T00:03:33.9558963Z -- Looking for realpath 2025-06-06T00:03:33.9560208Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-06T00:03:33.9561909Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-06T00:03:33.9563550Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-06T00:03:33.9565214Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-06T00:03:33.9566838Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-06T00:03:33.9568568Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-06T00:03:33.9569706Z -- Looking for realpath - found 2025-06-06T00:03:33.9570355Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-06T00:03:33.9571123Z -- Configuring done (1.6s) 2025-06-06T00:03:33.9571627Z [ 93%] Built target flatcc 2025-06-06T00:03:33.9572146Z -- Generating done (0.0s) 2025-06-06T00:03:33.9573767Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-06T00:03:33.9575999Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-06T00:03:33.9577374Z [ 6%] Performing build step for 'flatbuffers_external_project' 2025-06-06T00:03:33.9578702Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-06T00:03:33.9580096Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-06T00:03:33.9581486Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-06T00:03:33.9582807Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-06T00:03:33.9584134Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-06T00:03:33.9585580Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-06T00:03:33.9587069Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-06T00:03:33.9587969Z [100%] Built target flatcc_cli 2025-06-06T00:03:33.9588932Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-06T00:03:33.9589980Z [ 21%] Built target flatccrt 2025-06-06T00:03:33.9590549Z [ 93%] Built target flatcc 2025-06-06T00:03:33.9591055Z [100%] Built target flatcc_cli 2025-06-06T00:03:33.9592118Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-06T00:03:33.9593189Z Install the project... 2025-06-06T00:03:33.9593656Z -- Install configuration: "" 2025-06-06T00:03:33.9594649Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-06T00:03:33.9596539Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-06T00:03:33.9598879Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-06T00:03:33.9601176Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-06T00:03:33.9603366Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-06T00:03:33.9605561Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-06T00:03:33.9607481Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-06T00:03:33.9609628Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-06T00:03:33.9611697Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-06T00:03:33.9613887Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-06T00:03:33.9616084Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-06T00:03:33.9618247Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-06T00:03:33.9620408Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-06T00:03:33.9622512Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-06T00:03:33.9623783Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-06T00:03:33.9624995Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-06T00:03:33.9626878Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-06T00:03:33.9629038Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-06T00:03:33.9630948Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-06T00:03:33.9632266Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-06T00:03:33.9634200Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-06T00:03:33.9635932Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-06T00:03:33.9636886Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-06T00:03:33.9637988Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-06T00:03:33.9639185Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-06T00:03:33.9640854Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-06T00:03:33.9642149Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-06T00:03:33.9643627Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-06T00:03:33.9644881Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-06T00:03:33.9646730Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-06T00:03:33.9648436Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-06T00:03:33.9650277Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-06T00:03:33.9651798Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-06T00:03:33.9653633Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-06T00:03:33.9656076Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-06T00:03:33.9658233Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-06T00:03:33.9660367Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-06T00:03:33.9662798Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-06T00:03:33.9664956Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-06T00:03:33.9666982Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-06T00:03:33.9668407Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-06T00:03:33.9670520Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-06T00:03:33.9672673Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-06T00:03:33.9675074Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-06T00:03:33.9677383Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-06T00:03:36.9837524Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-06T00:03:36.9839586Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-06T00:03:36.9841160Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-06T00:03:36.9842812Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-06T00:03:36.9844208Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-06T00:03:36.9845658Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-06T00:03:36.9847824Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-06T00:03:36.9849371Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-06T00:03:36.9850789Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-06T00:03:36.9852129Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-06T00:03:36.9853617Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-06T00:03:36.9855383Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-06T00:03:36.9856958Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-06T00:03:36.9858462Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-06T00:03:36.9860114Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-06T00:03:36.9861503Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-06T00:03:36.9862802Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-06T00:03:36.9864084Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-06T00:03:36.9865369Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-06T00:03:36.9866637Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-06T00:03:36.9867853Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-06T00:03:36.9869147Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-06T00:03:36.9870717Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-06T00:03:36.9872322Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-06T00:03:36.9873917Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-06T00:03:36.9875356Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-06T00:03:36.9876843Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-06T00:03:36.9878011Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-06T00:03:36.9879250Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-06T00:03:36.9880656Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-06T00:03:36.9881996Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-06T00:03:36.9883140Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-06T00:03:36.9884404Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-06T00:03:36.9885458Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:03:36.9886439Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:03:36.9887358Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-06T00:03:36.9888427Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-06T00:03:36.9889221Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-06T00:03:36.9889993Z [ 7%] Completed 'flatcc_external_project' 2025-06-06T00:03:36.9890401Z [ 7%] Built target flatcc_external_project 2025-06-06T00:03:36.9890986Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-06T00:03:36.9891848Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.obj 2025-06-06T00:03:36.9892712Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-06T00:03:36.9893644Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-06T00:03:36.9894368Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-06T00:03:36.9895106Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-06T00:03:36.9895848Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-06T00:03:36.9896596Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-06T00:03:36.9897302Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-06T00:03:36.9898023Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-06T00:03:36.9898792Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-06T00:03:36.9899691Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.obj 2025-06-06T00:03:36.9900553Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-06T00:03:36.9901413Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.obj 2025-06-06T00:03:36.9902356Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-06T00:03:36.9903304Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.obj 2025-06-06T00:03:36.9904337Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.obj 2025-06-06T00:03:36.9905389Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.obj 2025-06-06T00:03:36.9906293Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-06T00:03:36.9907044Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-06T00:03:36.9907723Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-06T00:03:36.9908405Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-06T00:03:36.9909137Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-06T00:03:36.9909942Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-06T00:03:36.9910730Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-06T00:03:36.9911442Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-06T00:03:36.9912183Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-06T00:03:36.9913078Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-06T00:03:36.9913933Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-06T00:03:36.9914803Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-06T00:03:36.9915689Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-06T00:03:36.9916595Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-06T00:03:36.9917454Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-06T00:03:36.9918177Z [100%] Linking CXX executable flatc 2025-06-06T00:03:36.9918724Z [ 10%] Linking CXX static library libgflags_nothreads.a 2025-06-06T00:03:36.9919171Z [ 10%] Built target gflags_nothreads_static 2025-06-06T00:03:36.9919627Z [100%] Built target flatc 2025-06-06T00:03:36.9920138Z [ 10%] Performing install step for 'flatbuffers_external_project' 2025-06-06T00:03:36.9920621Z [100%] Built target flatc 2025-06-06T00:03:36.9920951Z Install the project... 2025-06-06T00:03:36.9921276Z -- Install configuration: "" 2025-06-06T00:03:36.9921983Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-06T00:03:39.4830020Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-06T00:03:39.4832323Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-06T00:03:39.4834449Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-06T00:03:39.4836642Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-06T00:03:39.4838884Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-06T00:03:39.4841350Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-06T00:03:39.4843634Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-06T00:03:39.4845975Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-06T00:03:39.4848339Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-06T00:03:39.4850624Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-06T00:03:39.4852807Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-06T00:03:39.4855351Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-06T00:03:39.4857520Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-06T00:03:39.4859717Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-06T00:03:39.4861980Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-06T00:03:39.4864137Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-06T00:03:39.4866188Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-06T00:03:39.4868673Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-06T00:03:39.4870831Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-06T00:03:39.4873023Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-06T00:03:39.4875090Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-06T00:03:39.4877482Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-06T00:03:39.4879724Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-06T00:03:39.4881611Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-06T00:03:39.4883754Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-06T00:03:39.4885903Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-06T00:03:39.4888213Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-06T00:03:39.4890346Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-06T00:03:39.4892342Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-06T00:03:39.4894493Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-06T00:03:39.4896644Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-06T00:03:39.4898869Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-06T00:03:39.4901151Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-06T00:03:39.4903505Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-06T00:03:39.4906035Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-06T00:03:39.4908668Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-06T00:03:39.4910920Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-06T00:03:39.4913028Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-06T00:03:39.4915540Z -- Installing: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-06T00:03:39.4917625Z [ 11%] Completed 'flatbuffers_external_project' 2025-06-06T00:03:39.4918422Z [ 11%] Built target flatbuffers_external_project 2025-06-06T00:03:39.4919251Z [ 11%] Generating common_schema headers 2025-06-06T00:03:39.4920052Z [ 11%] Built target common_schema 2025-06-06T00:03:39.4920813Z [ 11%] Generating program_schema headers 2025-06-06T00:03:39.4921504Z [ 11%] Built target program_schema 2025-06-06T00:03:39.4922750Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.obj 2025-06-06T00:03:39.4924593Z [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.obj 2025-06-06T00:03:39.4926590Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.obj 2025-06-06T00:03:39.4928847Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.obj 2025-06-06T00:03:39.4930958Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.obj 2025-06-06T00:03:39.4932733Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.obj 2025-06-06T00:03:39.4934580Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.obj 2025-06-06T00:03:39.4936324Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.obj 2025-06-06T00:03:39.4938076Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.obj 2025-06-06T00:03:39.4939899Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.obj 2025-06-06T00:03:39.4941695Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.obj 2025-06-06T00:03:39.4943734Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.obj 2025-06-06T00:03:39.4945811Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.obj 2025-06-06T00:03:39.4947790Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.obj 2025-06-06T00:03:39.4949580Z [ 15%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-06T00:03:39.4950600Z [ 15%] Built target flatccrt 2025-06-06T00:03:39.4951728Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.obj 2025-06-06T00:03:39.4953356Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.obj 2025-06-06T00:03:39.4955325Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.obj 2025-06-06T00:03:39.4957089Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.obj 2025-06-06T00:03:39.4958776Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.obj 2025-06-06T00:03:39.4960634Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.obj 2025-06-06T00:03:39.4962400Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.obj 2025-06-06T00:03:39.4969704Z /pytorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp: In function 'executorch::runtime::Result executorch::runtime::deserialization::{anonymous}::getMemPlannedPtr(const executorch_flatbuffer::AllocationDetails*, size_t, executorch::runtime::HierarchicalAllocator*)': 2025-06-06T00:03:39.4974145Z /pytorch/executorch/runtime/executor/tensor_parser_exec_aten.cpp:66:62: warning: left shift count >= width of type [-Wshift-count-overflow] 2025-06-06T00:03:55.0548786Z 66 | memory_offset |= static_cast(memory_offset_high) << 32; 2025-06-06T00:03:55.0550072Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ 2025-06-06T00:03:55.0551150Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-06-06T00:03:55.0551957Z [ 18%] Built target executorch_core 2025-06-06T00:03:55.0553395Z [ 20%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs.cpp.obj 2025-06-06T00:03:55.0555466Z [ 20%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.obj 2025-06-06T00:03:55.0557577Z [ 20%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.obj 2025-06-06T00:03:55.0559570Z [ 20%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.obj 2025-06-06T00:03:55.0561718Z [ 20%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs_portable.cpp.obj 2025-06-06T00:03:55.0564049Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.obj 2025-06-06T00:03:55.0566451Z [ 20%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.obj 2025-06-06T00:03:55.0569101Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.obj 2025-06-06T00:03:55.0571453Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.obj 2025-06-06T00:03:55.0573778Z [ 21%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.obj 2025-06-06T00:03:55.0575562Z [ 21%] Linking CXX static library libextension_runner_util.a 2025-06-06T00:03:55.0577452Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.obj 2025-06-06T00:03:55.0578846Z [ 22%] Built target extension_runner_util 2025-06-06T00:03:55.0580401Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.obj 2025-06-06T00:03:55.0582650Z [ 22%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.obj 2025-06-06T00:03:55.0584993Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.obj 2025-06-06T00:03:55.0587347Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.obj 2025-06-06T00:03:55.0589695Z [ 23%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.obj 2025-06-06T00:03:55.0591542Z [ 24%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.obj 2025-06-06T00:03:55.0593043Z [ 25%] Linking CXX static library libexecutorch.a 2025-06-06T00:03:55.0594644Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.obj 2025-06-06T00:03:55.0595898Z [ 25%] Built target executorch 2025-06-06T00:03:55.0597404Z [ 25%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_quantize_per_tensor.cpp.obj 2025-06-06T00:03:55.0599732Z [ 25%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.obj 2025-06-06T00:03:55.0602059Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.obj 2025-06-06T00:03:55.0604433Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.obj 2025-06-06T00:03:55.0606721Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.obj 2025-06-06T00:03:55.0609044Z [ 27%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_kernels.dir/ops/op_dequantize_per_tensor.cpp.obj 2025-06-06T00:03:55.0610788Z [ 28%] Linking CXX static library libkernels_util_all_deps.a 2025-06-06T00:03:55.0611679Z [ 28%] Built target kernels_util_all_deps 2025-06-06T00:03:55.0613210Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.obj 2025-06-06T00:03:55.0615372Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.obj 2025-06-06T00:03:55.0617648Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.obj 2025-06-06T00:03:55.0619745Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.obj 2025-06-06T00:03:55.0621910Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.obj 2025-06-06T00:03:55.0624104Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.obj 2025-06-06T00:03:55.0626350Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.obj 2025-06-06T00:03:55.0628164Z [ 30%] Linking CXX static library libcortex_m_kernels.a 2025-06-06T00:03:55.0628984Z [ 30%] Built target cortex_m_kernels 2025-06-06T00:03:55.0630007Z [ 31%] Generating selected_operators.yaml for cortex_m_ops_lib 2025-06-06T00:03:55.0631171Z [ 31%] Generating code for kernel registration 2025-06-06T00:03:55.0632813Z [ 32%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.obj 2025-06-06T00:03:55.0635096Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.obj 2025-06-06T00:03:55.0637450Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.obj 2025-06-06T00:03:55.0639741Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.obj 2025-06-06T00:03:55.0641795Z [ 34%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.obj 2025-06-06T00:03:55.0643827Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.obj 2025-06-06T00:03:55.0645815Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.obj 2025-06-06T00:03:55.0647776Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.obj 2025-06-06T00:03:55.0649613Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.obj 2025-06-06T00:03:55.0652104Z [ 35%] Building CXX object backends/cortex_m/CMakeFiles/cortex_m_ops_lib.dir/cortex_m_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:03:55.0654882Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.obj 2025-06-06T00:03:55.0656786Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.obj 2025-06-06T00:03:55.0658900Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.obj 2025-06-06T00:03:55.0660405Z [ 36%] Linking CXX static library libcortex_m_ops_lib.a 2025-06-06T00:03:55.0661148Z [ 36%] Built target cortex_m_ops_lib 2025-06-06T00:03:55.0662475Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.obj 2025-06-06T00:03:55.0664383Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.obj 2025-06-06T00:03:55.0666302Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.obj 2025-06-06T00:03:55.0668269Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.obj 2025-06-06T00:03:55.0670222Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.obj 2025-06-06T00:03:55.0671805Z [ 38%] Linking CXX static library libquantized_kernels.a 2025-06-06T00:03:55.0672669Z [ 38%] Built target quantized_kernels 2025-06-06T00:03:55.0673706Z [ 39%] Generating selected_operators.yaml for quantized_ops_lib 2025-06-06T00:03:55.0674862Z [ 39%] Generating code for kernel registration 2025-06-06T00:03:55.0676655Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.obj 2025-06-06T00:03:55.0678829Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.obj 2025-06-06T00:03:55.0681130Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.obj 2025-06-06T00:03:55.0683127Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.obj 2025-06-06T00:03:55.0685727Z [ 40%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:03:55.0688429Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.obj 2025-06-06T00:03:55.0690414Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.obj 2025-06-06T00:03:55.0692347Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.obj 2025-06-06T00:03:55.0693849Z [ 42%] Linking CXX static library libquantized_ops_lib.a 2025-06-06T00:03:55.0695522Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.obj 2025-06-06T00:03:55.0696923Z [ 42%] Built target quantized_ops_lib 2025-06-06T00:03:55.0698414Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.obj 2025-06-06T00:03:55.0700556Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.obj 2025-06-06T00:04:31.4727235Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.obj 2025-06-06T00:04:31.4729484Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.obj 2025-06-06T00:04:31.4731901Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.obj 2025-06-06T00:04:31.4734201Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.obj 2025-06-06T00:04:31.4736638Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.obj 2025-06-06T00:04:31.4850469Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.obj 2025-06-06T00:04:31.4852517Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.obj 2025-06-06T00:04:31.4854783Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.obj 2025-06-06T00:04:31.4856923Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.obj 2025-06-06T00:04:31.4859124Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.obj 2025-06-06T00:04:31.4861437Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.obj 2025-06-06T00:04:31.4863581Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.obj 2025-06-06T00:04:31.4865592Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.obj 2025-06-06T00:04:31.4867576Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.obj 2025-06-06T00:04:31.4869526Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.obj 2025-06-06T00:04:31.4871647Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.obj 2025-06-06T00:04:31.4874290Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.obj 2025-06-06T00:04:31.4876763Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.obj 2025-06-06T00:04:31.4878722Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.obj 2025-06-06T00:04:31.4880936Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.obj 2025-06-06T00:04:31.4882871Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.obj 2025-06-06T00:04:31.4884732Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.obj 2025-06-06T00:04:31.4886645Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.obj 2025-06-06T00:04:31.4888761Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.obj 2025-06-06T00:04:31.4890879Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.obj 2025-06-06T00:04:31.4892929Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.obj 2025-06-06T00:04:31.4894635Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.obj 2025-06-06T00:04:31.4896656Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.obj 2025-06-06T00:04:31.4898653Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.obj 2025-06-06T00:04:31.4900615Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.obj 2025-06-06T00:04:31.4902481Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.obj 2025-06-06T00:04:31.4904136Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.obj 2025-06-06T00:04:31.4905908Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.obj 2025-06-06T00:04:31.4907797Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.obj 2025-06-06T00:04:31.4909535Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.obj 2025-06-06T00:04:31.4911493Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.obj 2025-06-06T00:04:31.4913158Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.obj 2025-06-06T00:04:31.4915093Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.obj 2025-06-06T00:04:31.4917065Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.obj 2025-06-06T00:04:31.4918968Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.obj 2025-06-06T00:04:31.4921026Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.obj 2025-06-06T00:04:31.4922924Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.obj 2025-06-06T00:04:31.4924964Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.obj 2025-06-06T00:04:31.4926869Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.obj 2025-06-06T00:04:31.4928773Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.obj 2025-06-06T00:04:31.4930718Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.obj 2025-06-06T00:04:31.4932787Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.obj 2025-06-06T00:04:31.4935004Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.obj 2025-06-06T00:04:31.4937213Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.obj 2025-06-06T00:04:31.4939138Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.obj 2025-06-06T00:04:31.4941103Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.obj 2025-06-06T00:04:31.4943006Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.obj 2025-06-06T00:04:31.4945081Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.obj 2025-06-06T00:04:31.4947164Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.obj 2025-06-06T00:04:31.4949254Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.obj 2025-06-06T00:04:31.4951314Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.obj 2025-06-06T00:04:31.4953344Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.obj 2025-06-06T00:04:31.4955848Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.obj 2025-06-06T00:04:31.4957781Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.obj 2025-06-06T00:04:31.4959884Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.obj 2025-06-06T00:04:31.4961971Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.obj 2025-06-06T00:04:31.4964119Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.obj 2025-06-06T00:04:31.4966160Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.obj 2025-06-06T00:04:31.4968253Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.obj 2025-06-06T00:04:31.4970697Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.obj 2025-06-06T00:04:31.4972971Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.obj 2025-06-06T00:04:31.4974963Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.obj 2025-06-06T00:04:31.4976853Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.obj 2025-06-06T00:04:31.4978832Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.obj 2025-06-06T00:04:31.4980804Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.obj 2025-06-06T00:04:31.4982738Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.obj 2025-06-06T00:04:31.4984665Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.obj 2025-06-06T00:04:31.4986850Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.obj 2025-06-06T00:04:31.4989067Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.obj 2025-06-06T00:04:31.4991312Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.obj 2025-06-06T00:05:02.9339729Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.obj 2025-06-06T00:05:02.9341797Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.obj 2025-06-06T00:05:02.9344114Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.obj 2025-06-06T00:05:02.9346046Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.obj 2025-06-06T00:05:02.9348061Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.obj 2025-06-06T00:05:02.9350154Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.obj 2025-06-06T00:05:02.9352468Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.obj 2025-06-06T00:05:02.9355109Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.obj 2025-06-06T00:05:02.9357425Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.obj 2025-06-06T00:05:02.9359587Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.obj 2025-06-06T00:05:02.9361478Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.obj 2025-06-06T00:05:02.9363618Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.obj 2025-06-06T00:05:02.9365526Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.obj 2025-06-06T00:05:02.9367524Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.obj 2025-06-06T00:05:02.9369762Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.obj 2025-06-06T00:05:02.9371938Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.obj 2025-06-06T00:05:02.9374190Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.obj 2025-06-06T00:05:02.9376228Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.obj 2025-06-06T00:05:02.9378248Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.obj 2025-06-06T00:05:02.9380327Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.obj 2025-06-06T00:05:02.9382409Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.obj 2025-06-06T00:05:02.9384735Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.obj 2025-06-06T00:05:02.9386930Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.obj 2025-06-06T00:05:02.9389189Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.obj 2025-06-06T00:05:02.9391262Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.obj 2025-06-06T00:05:02.9393199Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.obj 2025-06-06T00:05:02.9395154Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.obj 2025-06-06T00:05:02.9397188Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.obj 2025-06-06T00:05:02.9399220Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.obj 2025-06-06T00:05:02.9401460Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.obj 2025-06-06T00:05:02.9403557Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.obj 2025-06-06T00:05:02.9405907Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.obj 2025-06-06T00:05:02.9407991Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.obj 2025-06-06T00:05:02.9410127Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.obj 2025-06-06T00:05:02.9412131Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.obj 2025-06-06T00:05:02.9413985Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.obj 2025-06-06T00:05:02.9416146Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.obj 2025-06-06T00:05:02.9418172Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.obj 2025-06-06T00:05:02.9420341Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.obj 2025-06-06T00:05:02.9422295Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.obj 2025-06-06T00:05:02.9424272Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.obj 2025-06-06T00:05:02.9426603Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.obj 2025-06-06T00:05:02.9428636Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.obj 2025-06-06T00:05:02.9430603Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.obj 2025-06-06T00:05:02.9432535Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.obj 2025-06-06T00:05:02.9434407Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.obj 2025-06-06T00:05:02.9436315Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.obj 2025-06-06T00:05:02.9438166Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.obj 2025-06-06T00:05:02.9440183Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.obj 2025-06-06T00:05:02.9442226Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.obj 2025-06-06T00:05:02.9444225Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.obj 2025-06-06T00:05:02.9446127Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.obj 2025-06-06T00:05:02.9448118Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.obj 2025-06-06T00:05:02.9450091Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.obj 2025-06-06T00:05:02.9452011Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.obj 2025-06-06T00:05:02.9453926Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.obj 2025-06-06T00:05:02.9456303Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.obj 2025-06-06T00:05:02.9458310Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.obj 2025-06-06T00:05:02.9460438Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.obj 2025-06-06T00:05:02.9462656Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.obj 2025-06-06T00:05:02.9464329Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.obj 2025-06-06T00:05:02.9466574Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.obj 2025-06-06T00:05:02.9468201Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.obj 2025-06-06T00:05:02.9469779Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.obj 2025-06-06T00:05:02.9471378Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.obj 2025-06-06T00:05:02.9473605Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.obj 2025-06-06T00:05:02.9475988Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.obj 2025-06-06T00:05:02.9479370Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.obj 2025-06-06T00:05:02.9481661Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.obj 2025-06-06T00:05:02.9483914Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.obj 2025-06-06T00:05:02.9486284Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.obj 2025-06-06T00:05:02.9488401Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.obj 2025-06-06T00:05:02.9490483Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.obj 2025-06-06T00:05:13.5414544Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.obj 2025-06-06T00:05:13.5417016Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.obj 2025-06-06T00:05:13.5419263Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.obj 2025-06-06T00:05:13.5421503Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.obj 2025-06-06T00:05:13.5423799Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.obj 2025-06-06T00:05:13.5426196Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.obj 2025-06-06T00:05:13.5428441Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.obj 2025-06-06T00:05:13.5430646Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.obj 2025-06-06T00:05:13.5432820Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.obj 2025-06-06T00:05:13.5435078Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.obj 2025-06-06T00:05:13.5437186Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.obj 2025-06-06T00:05:13.5439235Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.obj 2025-06-06T00:05:13.5441020Z [ 99%] Linking CXX static library libportable_kernels.a 2025-06-06T00:05:13.5441843Z [ 99%] Built target portable_kernels 2025-06-06T00:05:13.5442920Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-06-06T00:05:13.5444075Z [ 99%] Generating code for kernel registration 2025-06-06T00:05:13.5446190Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:05:13.5448567Z [100%] Linking CXX static library libportable_ops_lib.a 2025-06-06T00:05:13.5449370Z [100%] Built target portable_ops_lib 2025-06-06T00:05:13.5450077Z Install the project... 2025-06-06T00:05:13.5450688Z -- Install configuration: "Release" 2025-06-06T00:05:13.5451560Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libflatccrt.a 2025-06-06T00:05:13.5452743Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/fxdiv.h 2025-06-06T00:05:13.5473924Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libportable_kernels.a 2025-06-06T00:05:13.5475508Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:05:13.5477363Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-06T00:05:13.5479258Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-06T00:05:13.5481111Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core 2025-06-06T00:05:13.5482607Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-06T00:05:13.5484307Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-06T00:05:13.5486124Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/defines.h 2025-06-06T00:05:13.5487730Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/error.h 2025-06-06T00:05:13.5489358Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-06T00:05:13.5491029Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-06T00:05:13.5492803Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-06T00:05:13.5494825Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-06T00:05:13.5496679Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-06T00:05:13.5498645Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-06T00:05:13.5500504Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-06T00:05:13.5502613Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-06T00:05:13.5504843Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-06T00:05:13.5506853Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-06T00:05:13.5508752Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-06T00:05:13.5510692Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-06T00:05:13.5512819Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-06T00:05:13.5514963Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-06T00:05:13.5517219Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-06T00:05:13.5519438Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-06T00:05:13.5521416Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-06T00:05:13.5523257Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-06T00:05:13.5525169Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-06T00:05:13.5527038Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-06T00:05:13.5528933Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-06T00:05:13.5530732Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-06T00:05:13.5532457Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type 2025-06-06T00:05:13.5534523Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-06T00:05:13.5536540Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-06T00:05:13.5538401Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-06T00:05:13.5540029Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-06T00:05:13.5541700Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-06T00:05:13.5543465Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-06T00:05:13.5545558Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-06T00:05:13.5547367Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-06T00:05:13.5548485Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-06T00:05:13.5549620Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-06T00:05:13.5550852Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-06T00:05:13.5552047Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-06T00:05:13.5553223Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-06T00:05:13.5554378Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-06T00:05:13.5555926Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-06T00:05:13.5557153Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-06T00:05:13.5558316Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-06T00:05:13.5559591Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-06T00:05:13.5560846Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-06T00:05:13.5562097Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-06T00:05:13.5563339Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-06T00:05:13.5564430Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-06T00:05:13.5747569Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-06T00:05:13.5749263Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-06T00:05:13.5750276Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-06T00:05:13.5751335Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-06T00:05:13.5752357Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-06T00:05:13.5753400Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-06T00:05:13.5754874Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-06T00:05:13.5755985Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-06T00:05:13.5757017Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-06T00:05:13.5758108Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-06T00:05:13.5759197Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-06T00:05:13.5760202Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/result.h 2025-06-06T00:05:13.5761216Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/span.h 2025-06-06T00:05:13.5762033Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tag.h 2025-06-06T00:05:13.5762899Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-06T00:05:13.5763855Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-06T00:05:13.5764771Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/test 2025-06-06T00:05:13.5765567Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel 2025-06-06T00:05:13.5766444Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-06T00:05:13.5767460Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-06T00:05:13.5768483Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-06T00:05:13.5769406Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/test 2025-06-06T00:05:13.5770296Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-06T00:05:13.5771301Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-06T00:05:13.5772255Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform 2025-06-06T00:05:13.5773080Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-06T00:05:13.5773975Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-06T00:05:13.5774957Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-06T00:05:13.5775902Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-06T00:05:13.5776853Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-06T00:05:13.5777737Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/default 2025-06-06T00:05:13.5778612Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/log.h 2025-06-06T00:05:13.5779579Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-06T00:05:13.5780492Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-06T00:05:13.5781405Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-06T00:05:13.5782294Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/system.h 2025-06-06T00:05:13.5783166Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test 2025-06-06T00:05:13.5784135Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-06T00:05:13.5785141Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-06T00:05:13.5786099Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/types.h 2025-06-06T00:05:13.5786945Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util 2025-06-06T00:05:13.5788125Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-06T00:05:13.5789375Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-06T00:05:13.5790360Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/test 2025-06-06T00:05:13.5791313Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-06T00:05:13.5792192Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor 2025-06-06T00:05:13.5793046Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-06T00:05:13.5793985Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-06T00:05:13.5794952Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-06T00:05:13.5795926Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-06T00:05:13.5796842Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/test 2025-06-06T00:05:13.5797689Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool 2025-06-06T00:05:13.5798609Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-06T00:05:13.5799681Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/test 2025-06-06T00:05:13.5800638Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-06T00:05:13.5801864Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-06T00:05:13.5802812Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch.a 2025-06-06T00:05:13.5803482Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:05:13.5804281Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-06T00:05:13.5805094Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:05:13.5805776Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:05:13.5806633Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/backends/cortex_m/ops/Functions.h 2025-06-06T00:05:13.5807643Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/backends/cortex_m/ops/NativeFunctions.h 2025-06-06T00:05:13.5808622Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:05:13.5809359Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:05:13.5810061Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:05:13.5810889Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-06T00:05:13.5811859Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-06T00:05:13.5812531Z + set +x 2025-06-06T00:05:13.5812873Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:05:13.5813819Z -rw-r--r--. 1 ci-user ci-user 261706 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-06T00:05:13.5814978Z -rw-r--r--. 1 ci-user ci-user 682016 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-06T00:05:13.5816319Z -rw-r--r--. 1 ci-user ci-user 156260 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-06-06T00:05:13.5817370Z -rw-r--r--. 1 ci-user ci-user 18220 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-06-06T00:05:13.5818443Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/backends/cortex_m/libcortex_m_kernels.a 2025-06-06T00:05:13.5819444Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/backends/cortex_m/libcortex_m_ops_lib.a 2025-06-06T00:05:13.5820528Z -rw-r--r--. 1 ci-user ci-user 388744 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/kernels/portable/cpu/util/libkernels_util_all_deps.a 2025-06-06T00:05:13.5821675Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:05 /pytorch/executorch/arm_test/cmake-out/kernels/portable/libportable_kernels.a 2025-06-06T00:05:13.5822691Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:05 /pytorch/executorch/arm_test/cmake-out/kernels/portable/libportable_ops_lib.a 2025-06-06T00:05:14.2695438Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/kernels/quantized/libquantized_kernels.a 2025-06-06T00:05:14.2697546Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-06-06T00:05:14.2699638Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/extension/runner_util/libextension_runner_util.a 2025-06-06T00:05:14.2701508Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/libexecutorch_core.a 2025-06-06T00:05:14.2703081Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/libexecutorch.a 2025-06-06T00:05:14.2704618Z -rw-r--r--. 1 ci-user ci-user 172784 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libflatccrt.a 2025-06-06T00:05:14.2706291Z -rw-r--r--. 1 ci-user ci-user 9861788 Jun 6 00:05 /pytorch/executorch/arm_test/cmake-out/lib/libportable_kernels.a 2025-06-06T00:05:14.2707783Z -rw-r--r--. 1 ci-user ci-user 165650 Jun 6 00:05 /pytorch/executorch/arm_test/cmake-out/lib/libportable_ops_lib.a 2025-06-06T00:05:14.2709493Z -rw-r--r--. 1 ci-user ci-user 57046 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch.a 2025-06-06T00:05:14.2711227Z -rw-r--r--. 1 ci-user ci-user 187400 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch_core.a 2025-06-06T00:05:14.2713031Z -rw-r--r--. 1 ci-user ci-user 12740 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_kernels.a 2025-06-06T00:05:14.2714845Z -rw-r--r--. 1 ci-user ci-user 7240 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libcortex_m_ops_lib.a 2025-06-06T00:05:14.2716788Z -rw-r--r--. 1 ci-user ci-user 9184 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libextension_runner_util.a 2025-06-06T00:05:14.2719271Z -rw-r--r--. 1 ci-user ci-user 263458 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libquantized_kernels.a 2025-06-06T00:05:14.2720776Z -rw-r--r--. 1 ci-user ci-user 22896 Jun 6 00:03 /pytorch/executorch/arm_test/cmake-out/lib/libquantized_ops_lib.a 2025-06-06T00:05:14.2721869Z -------------------------------------------------------------------------------- 2025-06-06T00:05:14.2723110Z Build ExecuTorch Libraries Release portable kernels: aten::_softmax.out into '/pytorch/executorch/arm_test/cmake-out' 2025-06-06T00:05:14.2724282Z -------------------------------------------------------------------------------- 2025-06-06T00:05:14.2727423Z + cmake -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/arm_test/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_SELECT_OPS_LIST=aten::_softmax.out -B/pytorch/executorch/arm_test/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-06-06T00:05:14.2730296Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:05:14.2730913Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:05:14.2731531Z -- Detecting C compiler ABI info 2025-06-06T00:05:14.2732021Z -- Detecting C compiler ABI info - done 2025-06-06T00:05:14.2733621Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:05:14.2735136Z -- Detecting C compile features 2025-06-06T00:05:14.2735675Z -- Detecting C compile features - done 2025-06-06T00:05:14.2736242Z -- Detecting CXX compiler ABI info 2025-06-06T00:05:14.2736768Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:05:14.2738297Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:05:14.2739775Z -- Detecting CXX compile features 2025-06-06T00:05:14.2740327Z -- Detecting CXX compile features - done 2025-06-06T00:05:14.2741363Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-06-06T00:05:14.2742253Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-06T00:05:14.2743231Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-06T00:05:14.2744145Z cmake_policy command to set the policy and suppress this warning. 2025-06-06T00:05:14.2744688Z 2025-06-06T00:05:14.2744906Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-06T00:05:14.2745278Z 2025-06-06T00:05:14.2745470Z /pytorch/executorch/examples/arm/../.. 2025-06-06T00:05:14.2745847Z 2025-06-06T00:05:14.2746233Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-06T00:05:14.2746968Z .cmake module might still use it. 2025-06-06T00:05:14.2747661Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-06T00:05:14.2748471Z  2025-06-06T00:05:14.2748883Z etdump library is not found. 2025-06-06T00:05:14.2749711Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2750499Z bundled_program library is not found. 2025-06-06T00:05:14.2751337Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2752156Z extension_data_loader library is not found. 2025-06-06T00:05:14.2753021Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2753857Z extension_flat_tensor library is not found. 2025-06-06T00:05:14.2755085Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2756223Z coreml_util library is not found. 2025-06-06T00:05:14.2757297Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2758354Z coreml_inmemoryfs library is not found. 2025-06-06T00:05:14.2759408Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2760758Z coremldelegate library is not found. 2025-06-06T00:05:14.2761738Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2762671Z mpsdelegate library is not found. 2025-06-06T00:05:14.2763613Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2764549Z neuron_backend library is not found. 2025-06-06T00:05:14.2765638Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2766786Z qnn_executorch_backend library is not found. 2025-06-06T00:05:14.2767902Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2768706Z custom_ops library is not found. 2025-06-06T00:05:14.2769847Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2771014Z extension_module library is not found. 2025-06-06T00:05:14.2772088Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2773076Z extension_module_static library is not found. 2025-06-06T00:05:14.2774001Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2774842Z extension_tensor library is not found. 2025-06-06T00:05:14.2775854Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2776732Z extension_threadpool library is not found. 2025-06-06T00:05:14.2777601Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2778484Z extension_training library is not found. 2025-06-06T00:05:14.2779358Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2780177Z xnnpack_backend library is not found. 2025-06-06T00:05:14.2781020Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2781835Z XNNPACK library is not found. 2025-06-06T00:05:14.2782692Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2783531Z microkernels-prod library is not found. 2025-06-06T00:05:14.2784392Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2785192Z kleidiai library is not found. 2025-06-06T00:05:14.2786003Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2786879Z cpuinfo library is not found. 2025-06-06T00:05:14.2787731Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2788642Z pthreadpool library is not found. 2025-06-06T00:05:14.2789558Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2790461Z vulkan_backend library is not found. 2025-06-06T00:05:14.2791419Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2792315Z optimized_kernels library is not found. 2025-06-06T00:05:14.2793224Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2794102Z optimized_portable_kernels library is not found. 2025-06-06T00:05:14.2795020Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2795872Z cpublas library is not found. 2025-06-06T00:05:14.2796697Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2797501Z eigen_blas library is not found. 2025-06-06T00:05:14.2798556Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2799803Z optimized_ops_lib library is not found. 2025-06-06T00:05:14.2800902Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2802128Z optimized_native_cpu_ops_lib library is not found. 2025-06-06T00:05:14.2803260Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2804249Z quantized_ops_aot_lib library is not found. 2025-06-06T00:05:14.2805396Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-06T00:05:14.2806207Z -- Generating operator lib: 2025-06-06T00:05:14.2806773Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:05:14.2807381Z -- OPS_SCHEMA_YAML: 2025-06-06T00:05:14.2807878Z -- ROOT_OPS: aten::_softmax.out 2025-06-06T00:05:14.2808343Z -- INCLUDE_ALL_OPS: 2025-06-06T00:05:14.2810596Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::_softmax.out" 2025-06-06T00:05:14.2812301Z -- Generating kernel bindings: 2025-06-06T00:05:14.2812796Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:05:14.2813866Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-06-06T00:05:14.2814891Z -- CUSTOM_OPS_YAML: 2025-06-06T00:05:14.2815429Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-06T00:05:14.2816101Z -- Generating operator lib: 2025-06-06T00:05:14.2816616Z -- LIB_NAME: arm_portable_ops_lib 2025-06-06T00:05:14.2817111Z -- KERNEL_LIBS: portable_kernels 2025-06-06T00:05:14.2817612Z -- DEPS: executorch 2025-06-06T00:05:14.2818031Z -- Configuring done (0.3s) 2025-06-06T00:05:14.2818502Z -- Generating done (0.0s) 2025-06-06T00:05:14.2819383Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out/examples/arm 2025-06-06T00:05:14.2820210Z ++ nproc 2025-06-06T00:05:14.2820950Z + cmake --build /pytorch/executorch/arm_test/cmake-out/examples/arm -j8 --config Release -- 2025-06-06T00:05:14.2822406Z [ 25%] Generating selected_operators.yaml for arm_portable_ops_lib 2025-06-06T00:05:49.9277051Z aten::_softmax.out 2025-06-06T00:05:49.9278264Z [ 50%] Generating code for kernel registration 2025-06-06T00:05:49.9280364Z [ 75%] Building CXX object CMakeFiles/arm_portable_ops_lib.dir/arm_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-06-06T00:05:49.9282356Z [100%] Linking CXX static library libarm_portable_ops_lib.a 2025-06-06T00:05:49.9283213Z [100%] Built target arm_portable_ops_lib 2025-06-06T00:05:49.9283783Z + set +x 2025-06-06T00:05:49.9284440Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-06-06T00:05:49.9285905Z -rw-r--r--. 1 ci-user ci-user 4748 Jun 6 00:05 /pytorch/executorch/arm_test/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-06-06T00:05:49.9287728Z [build_semihosting_executorch_runner] Configuring corstone-300 with system config Ethos_U55_High_End_Embedded 2025-06-06T00:05:49.9289116Z /pytorch/executorch/examples/arm/executor_runner 2025-06-06T00:05:49.9289906Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:05:49.9290658Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:05:49.9291372Z -- Detecting C compiler ABI info 2025-06-06T00:05:49.9291988Z -- Detecting C compiler ABI info - done 2025-06-06T00:05:49.9293642Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:05:49.9295299Z -- Detecting C compile features 2025-06-06T00:05:49.9295936Z -- Detecting C compile features - done 2025-06-06T00:05:49.9296563Z -- Detecting CXX compiler ABI info 2025-06-06T00:05:49.9297212Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:05:49.9299042Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:05:49.9300979Z -- Detecting CXX compile features 2025-06-06T00:05:49.9301574Z -- Detecting CXX compile features - done 2025-06-06T00:05:49.9302431Z '/opt/conda/envs/py_3.10/bin/python3' 'fetch_externals.py' '-c' '25.02.json' 'fetch' 2025-06-06T00:05:49.9303606Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:49.9304720Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:49.9306062Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:49.9306892Z hint: 2025-06-06T00:05:49.9307416Z hint: git config --global init.defaultBranch 2025-06-06T00:05:49.9308062Z hint: 2025-06-06T00:05:49.9308692Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:49.9309852Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:49.9310720Z hint: 2025-06-06T00:05:49.9311126Z hint: git branch -m 2025-06-06T00:05:49.9312279Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-platform 2025-06-06T00:05:49.9313359Z * tag 25.02 -> FETCH_HEAD 2025-06-06T00:05:49.9314546Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:49.9315666Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:49.9316790Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:49.9317585Z hint: 2025-06-06T00:05:49.9318112Z hint: git config --global init.defaultBranch 2025-06-06T00:05:49.9318757Z hint: 2025-06-06T00:05:49.9319388Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:49.9320726Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:49.9321601Z hint: 2025-06-06T00:05:49.9321975Z hint: git branch -m 2025-06-06T00:05:49.9322940Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-software 2025-06-06T00:05:49.9324002Z * tag 25.02 -> FETCH_HEAD 2025-06-06T00:05:49.9324928Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:49.9326084Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:49.9327210Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:49.9328053Z hint: 2025-06-06T00:05:49.9328562Z hint: git config --global init.defaultBranch 2025-06-06T00:05:49.9329233Z hint: 2025-06-06T00:05:49.9329825Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:49.9330960Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:49.9331872Z hint: 2025-06-06T00:05:49.9332287Z hint: git branch -m 2025-06-06T00:05:49.9333244Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-06T00:05:49.9334311Z * tag 25.02 -> FETCH_HEAD 2025-06-06T00:05:49.9335234Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:49.9336377Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:49.9337483Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:49.9338246Z hint: 2025-06-06T00:05:49.9338774Z hint: git config --global init.defaultBranch 2025-06-06T00:05:49.9339393Z hint: 2025-06-06T00:05:49.9339937Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:49.9341021Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:49.9341870Z hint: 2025-06-06T00:05:49.9342284Z hint: git branch -m 2025-06-06T00:05:49.9342880Z From https://github.com/ARM-software/CMSIS_5 2025-06-06T00:05:49.9343730Z * branch 55b19837f5703e418ca37894d5745b1dc05e4c91 -> FETCH_HEAD 2025-06-06T00:05:49.9344820Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:49.9346009Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:49.9347170Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:49.9347938Z hint: 2025-06-06T00:05:49.9348467Z hint: git config --global init.defaultBranch 2025-06-06T00:05:49.9349239Z hint: 2025-06-06T00:05:49.9349888Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:49.9351070Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:49.9351921Z hint: 2025-06-06T00:05:49.9352330Z hint: git branch -m 2025-06-06T00:05:49.9352939Z From https://github.com/ARM-software/CMSIS_6 2025-06-06T00:05:49.9353784Z * branch 1a1799c6c58c47e737bb19523483344a25d29895 -> FETCH_HEAD 2025-06-06T00:05:49.9355189Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:49.9356389Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:49.9357759Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:49.9358602Z hint: 2025-06-06T00:05:49.9359090Z hint: git config --global init.defaultBranch 2025-06-06T00:05:49.9359882Z hint: 2025-06-06T00:05:49.9360527Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:49.9361630Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:49.9362480Z hint: 2025-06-06T00:05:49.9362864Z hint: git branch -m 2025-06-06T00:05:49.9363497Z From https://github.com/ARM-software/Cortex_DFP 2025-06-06T00:05:49.9364525Z * branch c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf -> FETCH_HEAD 2025-06-06T00:05:49.9365645Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:49.9366851Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:49.9367968Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:49.9368803Z hint: 2025-06-06T00:05:49.9369312Z hint: git config --global init.defaultBranch 2025-06-06T00:05:49.9369976Z hint: 2025-06-06T00:05:49.9370630Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:49.9371779Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:49.9372617Z hint: 2025-06-06T00:05:49.9372997Z hint: git branch -m 2025-06-06T00:05:49.9373596Z From https://github.com/ARM-software/CMSIS-NN 2025-06-06T00:05:49.9374477Z * branch e096196a0c49f065abc03d943c583cd50de424ba -> FETCH_HEAD 2025-06-06T00:05:49.9375526Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:49.9376702Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:49.9377821Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:49.9378641Z hint: 2025-06-06T00:05:49.9379167Z hint: git config --global init.defaultBranch 2025-06-06T00:05:49.9379845Z hint: 2025-06-06T00:05:49.9380465Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:49.9381563Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:49.9382442Z hint: 2025-06-06T00:05:49.9382828Z hint: git branch -m 2025-06-06T00:05:49.9383466Z From https://github.com/ARM-software/CMSIS-View 2025-06-06T00:05:49.9384303Z * branch 727e1076b4de7603bc4ec7ea80c0f00fd217ef10 -> FETCH_HEAD 2025-06-06T00:05:49.9385384Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:49.9386567Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:49.9387694Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:49.9388526Z hint: 2025-06-06T00:05:49.9389024Z hint: git config --global init.defaultBranch 2025-06-06T00:05:49.9389658Z hint: 2025-06-06T00:05:49.9390266Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:49.9391372Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:49.9392223Z hint: 2025-06-06T00:05:49.9392776Z hint: git branch -m 2025-06-06T00:05:49.9393332Z From https://github.com/OpenAMP/libmetal 2025-06-06T00:05:49.9394198Z * branch 465fcf018c760785fc04fcd90a72b17ab9a8a58d -> FETCH_HEAD 2025-06-06T00:05:49.9395410Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git init 2025-06-06T00:05:49.9396816Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git remote 2025-06-06T00:05:49.9399191Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git remote add -m 25.02 origin https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-platform.git 2025-06-06T00:05:49.9402854Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git remote set-url --add --push origin ssh://git@git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-platform.git 2025-06-06T00:05:49.9405503Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git fetch origin 25.02 2025-06-06T00:05:49.9407273Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:49.9409090Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git rev-parse FETCH_HEAD 2025-06-06T00:05:49.9411104Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git checkout 325cd1e4e0c3be37800968851f0db237a76fc96a 2025-06-06T00:05:49.9412980Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git init 2025-06-06T00:05:49.9414381Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git remote 2025-06-06T00:05:56.6729348Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git remote add -m 25.02 origin https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-software.git 2025-06-06T00:05:56.6731932Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git remote set-url --add --push origin ssh://git@git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-software.git 2025-06-06T00:05:56.6733344Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git fetch origin 25.02 2025-06-06T00:05:56.6734302Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:56.6735267Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git rev-parse FETCH_HEAD 2025-06-06T00:05:56.6736331Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git checkout 1837d98361981e1e05c07fa46badf6c850594ea2 2025-06-06T00:05:56.6737530Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git init 2025-06-06T00:05:56.6738497Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git remote 2025-06-06T00:05:56.6739955Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git remote add -m 25.02 origin https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver.git 2025-06-06T00:05:56.6741913Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git remote set-url --add --push origin ssh://git@git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver.git 2025-06-06T00:05:56.6743396Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git fetch origin 25.02 2025-06-06T00:05:56.6744465Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:56.6745532Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git rev-parse FETCH_HEAD 2025-06-06T00:05:56.6746715Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git checkout 7bf44c54527e718b99d588ce520cf2f96343adb1 2025-06-06T00:05:56.6747768Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git init 2025-06-06T00:05:56.6748588Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git remote 2025-06-06T00:05:56.6750484Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git remote add -m 55b19837f5703e418ca37894d5745b1dc05e4c91 origin https://github.com/ARM-software/CMSIS_5.git 2025-06-06T00:05:56.6752060Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git fetch origin 55b19837f5703e418ca37894d5745b1dc05e4c91 2025-06-06T00:05:56.6753231Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:56.6754257Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git rev-parse FETCH_HEAD 2025-06-06T00:05:56.6755773Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git checkout 55b19837f5703e418ca37894d5745b1dc05e4c91 2025-06-06T00:05:56.6756825Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git init 2025-06-06T00:05:56.6757656Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git remote 2025-06-06T00:05:56.6759007Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git remote add -m 1a1799c6c58c47e737bb19523483344a25d29895 origin https://github.com/ARM-software/CMSIS_6.git 2025-06-06T00:05:56.6760770Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git fetch origin 1a1799c6c58c47e737bb19523483344a25d29895 2025-06-06T00:05:56.6761944Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:56.6762981Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git rev-parse FETCH_HEAD 2025-06-06T00:05:56.6764114Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git checkout 1a1799c6c58c47e737bb19523483344a25d29895 2025-06-06T00:05:56.6765165Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git init 2025-06-06T00:05:56.6766048Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git remote 2025-06-06T00:05:56.6767436Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git remote add -m c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf origin https://github.com/ARM-software/Cortex_DFP.git 2025-06-06T00:05:56.6769059Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git fetch origin c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf 2025-06-06T00:05:56.6770279Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:56.6771345Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git rev-parse FETCH_HEAD 2025-06-06T00:05:56.6772511Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP$ git checkout c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf 2025-06-06T00:05:56.6773572Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git init 2025-06-06T00:05:56.6777318Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git remote 2025-06-06T00:05:56.6778744Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git remote add -m e096196a0c49f065abc03d943c583cd50de424ba origin https://github.com/ARM-software/CMSIS-NN.git 2025-06-06T00:05:56.6780346Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git fetch origin e096196a0c49f065abc03d943c583cd50de424ba 2025-06-06T00:05:56.6781559Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:56.6782605Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git rev-parse FETCH_HEAD 2025-06-06T00:05:56.6783754Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git checkout e096196a0c49f065abc03d943c583cd50de424ba 2025-06-06T00:05:56.6784908Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git init 2025-06-06T00:05:56.6785838Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git remote 2025-06-06T00:05:56.6787238Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git remote add -m 727e1076b4de7603bc4ec7ea80c0f00fd217ef10 origin https://github.com/ARM-software/CMSIS-View.git 2025-06-06T00:05:56.6788874Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git fetch origin 727e1076b4de7603bc4ec7ea80c0f00fd217ef10 2025-06-06T00:05:56.6790160Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:56.6791232Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git rev-parse FETCH_HEAD 2025-06-06T00:05:56.6792407Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git checkout 727e1076b4de7603bc4ec7ea80c0f00fd217ef10 2025-06-06T00:05:56.6793544Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git init 2025-06-06T00:05:56.6794489Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git remote 2025-06-06T00:05:56.6795962Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git remote add -m 465fcf018c760785fc04fcd90a72b17ab9a8a58d origin https://github.com/OpenAMP/libmetal 2025-06-06T00:05:56.6797613Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git fetch origin 465fcf018c760785fc04fcd90a72b17ab9a8a58d 2025-06-06T00:05:56.6798924Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:05:56.6800177Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git rev-parse FETCH_HEAD 2025-06-06T00:05:56.6801054Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:56.6801719Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:56.6802337Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:56.6802799Z hint: 2025-06-06T00:05:56.6803098Z hint: git config --global init.defaultBranch 2025-06-06T00:05:56.6803465Z hint: 2025-06-06T00:05:56.6803823Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:56.6804437Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:56.6804921Z hint: 2025-06-06T00:05:56.6805139Z hint: git branch -m 2025-06-06T00:05:56.6805484Z From https://github.com/OpenAMP/open-amp 2025-06-06T00:05:56.6805953Z * branch 3122cec8aab75c315d10dc4fb093e985680fa134 -> FETCH_HEAD 2025-06-06T00:05:56.6806568Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:05:56.6807217Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:05:56.6807921Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:05:56.6808381Z hint: 2025-06-06T00:05:56.6808665Z hint: git config --global init.defaultBranch 2025-06-06T00:05:56.6809048Z hint: 2025-06-06T00:05:56.6809396Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:05:56.6810035Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:05:56.6810504Z hint: 2025-06-06T00:05:56.6810741Z hint: git branch -m 2025-06-06T00:05:56.6811095Z From https://github.com/FreeRTOS/FreeRTOS-Kernel 2025-06-06T00:07:10.0647984Z * branch ad4e7238293cbe994e7450e1bc415136875da322 -> FETCH_HEAD 2025-06-06T00:07:10.0648671Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:07:10.0649339Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:07:10.0650165Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:07:10.0650638Z hint: 2025-06-06T00:07:10.0650981Z hint: git config --global init.defaultBranch 2025-06-06T00:07:10.0651358Z hint: 2025-06-06T00:07:10.0651720Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:07:10.0652342Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:07:10.0652821Z hint: 2025-06-06T00:07:10.0653042Z hint: git branch -m 2025-06-06T00:07:10.0653435Z From https://github.com/eclipse-threadx/threadx 2025-06-06T00:07:10.0654022Z * branch 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 -> FETCH_HEAD 2025-06-06T00:07:10.0654889Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:07:10.0655553Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:07:10.0656168Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:07:10.0656625Z hint: 2025-06-06T00:07:10.0656913Z hint: git config --global init.defaultBranch 2025-06-06T00:07:10.0657300Z hint: 2025-06-06T00:07:10.0657730Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:07:10.0658364Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:07:10.0658836Z hint: 2025-06-06T00:07:10.0659072Z hint: git branch -m 2025-06-06T00:07:10.0659432Z From https://github.com/tensorflow/tflite-micro 2025-06-06T00:07:10.0659927Z * branch ef64591270691022a329cf04ba9e73ecfb15ddb8 -> FETCH_HEAD 2025-06-06T00:07:10.0660541Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:07:10.0661172Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:07:10.0661793Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:07:10.0662240Z hint: 2025-06-06T00:07:10.0662533Z hint: git config --global init.defaultBranch 2025-06-06T00:07:10.0662899Z hint: 2025-06-06T00:07:10.0663265Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:07:10.0663893Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:07:10.0664361Z hint: 2025-06-06T00:07:10.0664592Z hint: git branch -m 2025-06-06T00:07:10.0665135Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-linux-driver-stack 2025-06-06T00:07:10.0665752Z * tag 25.02 -> FETCH_HEAD 2025-06-06T00:07:10.0666238Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:07:10.0666886Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:07:10.0667507Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:07:10.0667954Z hint: 2025-06-06T00:07:10.0668252Z hint: git config --global init.defaultBranch 2025-06-06T00:07:10.0668619Z hint: 2025-06-06T00:07:10.0669083Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:07:10.0669702Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:07:10.0670190Z hint: 2025-06-06T00:07:10.0670412Z hint: git branch -m 2025-06-06T00:07:10.0670761Z From https://github.com/tensorflow/tensorflow 2025-06-06T00:07:10.0671262Z * branch ad6d8cc177d0c868982e39e0823d0efbfb95f04c -> FETCH_HEAD 2025-06-06T00:07:10.0671874Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-06T00:07:10.0672522Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-06T00:07:10.0673131Z hint: of your new repositories, which will suppress this warning, call: 2025-06-06T00:07:10.0673586Z hint: 2025-06-06T00:07:10.0673860Z hint: git config --global init.defaultBranch 2025-06-06T00:07:10.0674315Z hint: 2025-06-06T00:07:10.0674662Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-06T00:07:10.0675297Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-06T00:07:10.0675786Z hint: 2025-06-06T00:07:10.0676010Z hint: git branch -m 2025-06-06T00:07:10.0676492Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela 2025-06-06T00:07:10.0677021Z * tag 4.2.0 -> FETCH_HEAD 2025-06-06T00:07:10.0677907Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git checkout 465fcf018c760785fc04fcd90a72b17ab9a8a58d 2025-06-06T00:07:10.0679129Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git init 2025-06-06T00:07:10.0680217Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git remote 2025-06-06T00:07:10.0681654Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git remote add -m 3122cec8aab75c315d10dc4fb093e985680fa134 origin https://github.com/OpenAMP/open-amp 2025-06-06T00:07:10.0683298Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git fetch origin 3122cec8aab75c315d10dc4fb093e985680fa134 2025-06-06T00:07:10.0684643Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:10.0685781Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git rev-parse FETCH_HEAD 2025-06-06T00:07:10.0687005Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git checkout 3122cec8aab75c315d10dc4fb093e985680fa134 2025-06-06T00:07:10.0688238Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git init 2025-06-06T00:07:10.0689302Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git remote 2025-06-06T00:07:10.0690931Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git remote add -m ad4e7238293cbe994e7450e1bc415136875da322 origin https://github.com/FreeRTOS/FreeRTOS-Kernel.git 2025-06-06T00:07:10.0692781Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git fetch origin ad4e7238293cbe994e7450e1bc415136875da322 2025-06-06T00:07:10.0694200Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:10.0695483Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git rev-parse FETCH_HEAD 2025-06-06T00:07:10.0696857Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git checkout ad4e7238293cbe994e7450e1bc415136875da322 2025-06-06T00:07:10.0698049Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git init 2025-06-06T00:07:10.0699011Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git remote 2025-06-06T00:07:10.0700425Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git remote add -m 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 origin https://github.com/eclipse-threadx/threadx 2025-06-06T00:07:10.0702070Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git fetch origin 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 2025-06-06T00:07:10.0703326Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:10.0704412Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git rev-parse FETCH_HEAD 2025-06-06T00:07:10.0705607Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git checkout 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 2025-06-06T00:07:10.0706742Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git init 2025-06-06T00:07:10.0707648Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git remote 2025-06-06T00:07:10.0709055Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git remote add -m ef64591270691022a329cf04ba9e73ecfb15ddb8 origin https://github.com/tensorflow/tflite-micro 2025-06-06T00:07:10.0711051Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git fetch origin ef64591270691022a329cf04ba9e73ecfb15ddb8 2025-06-06T00:07:10.0712468Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:10.0713678Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git rev-parse FETCH_HEAD 2025-06-06T00:07:10.0715022Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git checkout ef64591270691022a329cf04ba9e73ecfb15ddb8 2025-06-06T00:07:10.0716179Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git init 2025-06-06T00:07:10.0717079Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git remote 2025-06-06T00:07:10.0718626Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git remote add -m 25.02 origin https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-linux-driver-stack.git 2025-06-06T00:07:10.0720880Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git remote set-url --add --push origin ssh://git@git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-linux-driver-stack.git 2025-06-06T00:07:10.0722484Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git fetch origin 25.02 2025-06-06T00:07:10.0723660Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:10.0724752Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git rev-parse FETCH_HEAD 2025-06-06T00:07:10.0726032Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git checkout d783de28e99326a23e0a9f8192b399022268fdb3 2025-06-06T00:07:10.0727259Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git init 2025-06-06T00:07:28.0242843Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git remote 2025-06-06T00:07:28.0244689Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git remote add -m ad6d8cc177d0c868982e39e0823d0efbfb95f04c origin https://github.com/tensorflow/tensorflow.git 2025-06-06T00:07:28.0247134Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git fetch origin ad6d8cc177d0c868982e39e0823d0efbfb95f04c 2025-06-06T00:07:28.0248749Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:28.0249985Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git rev-parse FETCH_HEAD 2025-06-06T00:07:28.0251403Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack/thirdparty/tensorflow$ git checkout ad6d8cc177d0c868982e39e0823d0efbfb95f04c 2025-06-06T00:07:28.0252493Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git init 2025-06-06T00:07:28.0253167Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git remote 2025-06-06T00:07:28.0254324Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git remote add -m 4.2.0 origin https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git 2025-06-06T00:07:28.0256287Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git remote set-url --add --push origin ssh://git@git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git 2025-06-06T00:07:28.0257632Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git fetch origin 4.2.0 2025-06-06T00:07:28.0258498Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git rev-parse origin/FETCH_HEAD 2025-06-06T00:07:28.0259359Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git rev-parse FETCH_HEAD 2025-06-06T00:07:28.0260334Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git checkout a434e5a8cc55781a5abc2304c46086fc7af00d32 2025-06-06T00:07:28.0262030Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform 1916a9c984819c35b19c9e5c4c80d47e4e866420 /pytorch/executorch/examples/arm/ethos-u-setup' 2025-06-06T00:07:28.0263307Z /pytorch/executorch 2025-06-06T00:07:28.0264554Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:1916a9c984819c35b19c9e5c4c80d47e4e866420 patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-06-06T00:07:28.0266125Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform /pytorch/executorch 2025-06-06T00:07:28.0267011Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-platform 2025-06-06T00:07:28.0267608Z * [new branch] main -> origin/main 2025-06-06T00:07:28.0267962Z * [new tag] 20.11 -> 20.11 2025-06-06T00:07:28.0268338Z * [new tag] 20.11-rc2 -> 20.11-rc2 2025-06-06T00:07:28.0268745Z * [new tag] 21.02 -> 21.02 2025-06-06T00:07:28.0269086Z * [new tag] 21.02-rc1 -> 21.02-rc1 2025-06-06T00:07:28.0269424Z * [new tag] 21.02-rc2 -> 21.02-rc2 2025-06-06T00:07:28.0269764Z * [new tag] 21.05 -> 21.05 2025-06-06T00:07:28.0270106Z * [new tag] 21.05-rc1 -> 21.05-rc1 2025-06-06T00:07:28.0270444Z * [new tag] 21.05-rc2 -> 21.05-rc2 2025-06-06T00:07:28.0270788Z * [new tag] 21.05-rc3 -> 21.05-rc3 2025-06-06T00:07:28.0271321Z * [new tag] 21.08 -> 21.08 2025-06-06T00:07:28.0271661Z * [new tag] 21.08-rc1 -> 21.08-rc1 2025-06-06T00:07:28.0271994Z * [new tag] 21.08-rc2 -> 21.08-rc2 2025-06-06T00:07:28.0272339Z * [new tag] 21.08-rc3 -> 21.08-rc3 2025-06-06T00:07:28.0272668Z * [new tag] 21.11 -> 21.11 2025-06-06T00:07:28.0273005Z * [new tag] 21.11-rc2 -> 21.11-rc2 2025-06-06T00:07:28.0273351Z * [new tag] 21.11-rc3 -> 21.11-rc3 2025-06-06T00:07:28.0273677Z * [new tag] 22.02 -> 22.02 2025-06-06T00:07:28.0274017Z * [new tag] 22.02-rc1 -> 22.02-rc1 2025-06-06T00:07:28.0274351Z * [new tag] 22.02-rc2 -> 22.02-rc2 2025-06-06T00:07:28.0274697Z * [new tag] 22.02-rc3 -> 22.02-rc3 2025-06-06T00:07:28.0275021Z * [new tag] 22.05 -> 22.05 2025-06-06T00:07:28.0275361Z * [new tag] 22.05-rc1 -> 22.05-rc1 2025-06-06T00:07:28.0275694Z * [new tag] 22.05-rc2 -> 22.05-rc2 2025-06-06T00:07:28.0276038Z * [new tag] 22.05-rc3 -> 22.05-rc3 2025-06-06T00:07:28.0276466Z * [new tag] 22.08 -> 22.08 2025-06-06T00:07:28.0276796Z * [new tag] 22.08-rc1 -> 22.08-rc1 2025-06-06T00:07:28.0277144Z * [new tag] 22.08-rc2 -> 22.08-rc2 2025-06-06T00:07:28.0277469Z * [new tag] 22.11 -> 22.11 2025-06-06T00:07:28.0277806Z * [new tag] 22.11-rc1 -> 22.11-rc1 2025-06-06T00:07:28.0278140Z * [new tag] 22.11-rc2 -> 22.11-rc2 2025-06-06T00:07:28.0278478Z * [new tag] 23.02 -> 23.02 2025-06-06T00:07:28.0278803Z * [new tag] 23.02-rc1 -> 23.02-rc1 2025-06-06T00:07:28.0279149Z * [new tag] 23.02-rc2 -> 23.02-rc2 2025-06-06T00:07:28.0279475Z * [new tag] 23.05 -> 23.05 2025-06-06T00:07:28.0280145Z * [new tag] 23.05-rc1 -> 23.05-rc1 2025-06-06T00:07:28.0280490Z * [new tag] 23.05-rc2 -> 23.05-rc2 2025-06-06T00:07:28.0280862Z * [new tag] 23.08 -> 23.08 2025-06-06T00:07:28.0281258Z * [new tag] 23.08-rc1 -> 23.08-rc1 2025-06-06T00:07:28.0281608Z * [new tag] 23.08-rc2 -> 23.08-rc2 2025-06-06T00:07:28.0281937Z * [new tag] 23.11 -> 23.11 2025-06-06T00:07:28.0282280Z * [new tag] 23.11-rc1 -> 23.11-rc1 2025-06-06T00:07:28.0282615Z * [new tag] 23.11-rc2 -> 23.11-rc2 2025-06-06T00:07:28.0282950Z * [new tag] 24.02 -> 24.02 2025-06-06T00:07:28.0283276Z * [new tag] 24.02-rc1 -> 24.02-rc1 2025-06-06T00:07:28.0283616Z * [new tag] 24.05 -> 24.05 2025-06-06T00:07:28.0283938Z * [new tag] 24.05-rc1 -> 24.05-rc1 2025-06-06T00:07:28.0284327Z * [new tag] 24.05-rc2 -> 24.05-rc2 2025-06-06T00:07:28.0284664Z * [new tag] 24.08 -> 24.08 2025-06-06T00:07:28.0284990Z * [new tag] 24.08-rc1 -> 24.08-rc1 2025-06-06T00:07:28.0285334Z * [new tag] 24.08-rc2 -> 24.08-rc2 2025-06-06T00:07:28.0285662Z * [new tag] 24.11 -> 24.11 2025-06-06T00:07:28.0286004Z * [new tag] 24.11-rc1 -> 24.11-rc1 2025-06-06T00:07:28.0286347Z * [new tag] 24.11-rc2 -> 24.11-rc2 2025-06-06T00:07:28.0286685Z * [new tag] 25.02 -> 25.02 2025-06-06T00:07:28.0287049Z * [new tag] 25.02-rc1 -> 25.02-rc1 2025-06-06T00:07:28.0287396Z * [new tag] 25.02-rc2 -> 25.02-rc2 2025-06-06T00:07:28.0287734Z * [new tag] 25.05 -> 25.05 2025-06-06T00:07:28.0288057Z * [new tag] 25.05-rc2 -> 25.05-rc2 2025-06-06T00:07:28.0288400Z * [new tag] 25.05-rc1 -> 25.05-rc1 2025-06-06T00:07:28.0288823Z HEAD is now at 1916a9c Update applications to use ethosu_log lib 2025-06-06T00:07:28.0289284Z Applying: Add got section to the DDR 2025-06-06T00:07:28.0289639Z Applying: Move input_data_sec to NOLOAD area 2025-06-06T00:07:28.0290681Z [patch_repo] Patched core_platform @ tags/25.02-3-g79f3714 in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-06-06T00:07:28.0291354Z 2025-06-06T00:07:28.0291456Z /pytorch/executorch 2025-06-06T00:07:28.0291768Z -- SYSTEM_CONFIG is Ethos_U55_High_End_Embedded 2025-06-06T00:07:28.0292152Z -- MEMORY_MODE is Shared_Sram 2025-06-06T00:07:28.0292768Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-06T00:07:28.0293701Z Configuring target corstone-300 2025-06-06T00:07:28.0294058Z -- ******************************************************* 2025-06-06T00:07:28.0294487Z -- PROJECT_NAME : ethosu_core_driver 2025-06-06T00:07:28.0294951Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u55-128 2025-06-06T00:07:28.0295410Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-06-06T00:07:28.0296078Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-06-06T00:07:28.0296707Z -- ETHOSU_LOG_ENABLE : ON 2025-06-06T00:07:28.0297101Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:07:28.0297619Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-06-06T00:07:28.0298069Z -- ******************************************************* 2025-06-06T00:07:28.0298702Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-06-06T00:07:28.0299949Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-06-06T00:07:28.0301087Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-06-06T00:07:28.0302512Z CMake Deprecation Warning at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx/CMakeLists.txt:1 (cmake_minimum_required): 2025-06-06T00:07:28.0303594Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:07:28.0304077Z CMake. 2025-06-06T00:07:28.0304252Z 2025-06-06T00:07:28.0304505Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:07:28.0305140Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:07:28.0305678Z to work with policies introduced by or earlier. 2025-06-06T00:07:28.0305983Z 2025-06-06T00:07:28.0306099Z  2025-06-06T00:07:28.0306360Z -- The ASM compiler identification is GNU 2025-06-06T00:07:28.0307229Z -- Found assembler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc 2025-06-06T00:07:28.0308086Z -- THREADX_ARCH: cortex_m55 2025-06-06T00:07:28.0308388Z -- THREADX_TOOLCHAIN: gnu 2025-06-06T00:07:28.0308732Z -- Using default tx_user.h file 2025-06-06T00:07:28.0309049Z -- ******************************************************* 2025-06-06T00:07:28.0309535Z -- PROJECT_NAME : core_software 2025-06-06T00:07:28.0310049Z -- CORE_SOFTWARE_RTOS : All 2025-06-06T00:07:28.0310613Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-06-06T00:07:28.0311035Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:07:28.0311416Z -- ******************************************************* 2025-06-06T00:07:28.0311843Z -- ******************************************************* 2025-06-06T00:07:28.0312260Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:07:28.0312698Z -- FAST_MEMORY_SIZE : 2025-06-06T00:07:28.0313056Z -- MEMORY_MODEL : dram 2025-06-06T00:07:28.0313443Z -- MEMORY_ARENA : dram 2025-06-06T00:07:28.0313841Z -- TARGET_CPU : cortex-m55 2025-06-06T00:07:28.0314231Z -- CPU_CACHE_ENABLE : OFF 2025-06-06T00:07:28.0314599Z -- ******************************************************* 2025-06-06T00:07:28.0314949Z -- ******************************************************* 2025-06-06T00:07:28.0315380Z -- PROJECT_NAME : ethos-u-corstone-300 2025-06-06T00:07:28.0315800Z -- TR_ARENA_SIZE : 2025-06-06T00:07:28.0316194Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-06-06T00:07:31.9615760Z -- ******************************************************* 2025-06-06T00:07:31.9616561Z -- ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 0x200000 2025-06-06T00:07:31.9617089Z -- ET_ARM_BAREMETAL_FAST_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 2025-06-06T00:07:31.9626873Z -- Configuring done (131.3s) 2025-06-06T00:07:31.9627330Z -- Generating done (0.3s) 2025-06-06T00:07:31.9627974Z -- Build files have been written to: /pytorch/executorch/arm_test/arm_semihosting_executor_runner_corstone-300 2025-06-06T00:07:31.9628858Z [build_semihosting_executorch_runner] Configured CMAKE 2025-06-06T00:07:31.9629969Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-06-06T00:07:31.9630872Z [ 0%] Preprocessing and generating linker script 2025-06-06T00:07:31.9632014Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-06-06T00:07:31.9632990Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:31.9633760Z : note: this is the location of the previous definition 2025-06-06T00:07:31.9634344Z [ 0%] Built target arm_executor_runner-linker-script 2025-06-06T00:07:31.9635216Z [ 33%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-06-06T00:07:31.9636074Z [ 66%] Linking C static library libtiming_adapter.a 2025-06-06T00:07:31.9636493Z [ 66%] Built target timing_adapter 2025-06-06T00:07:31.9637323Z [ 66%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-06-06T00:07:31.9638292Z [ 66%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-06-06T00:07:31.9639262Z [ 66%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-06-06T00:07:31.9640125Z [ 66%] Built target ethosu_uart_cmsdk_apb 2025-06-06T00:07:31.9641047Z [ 66%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u55_u65.c.obj 2025-06-06T00:07:31.9642000Z [ 66%] Linking CXX static library libethosu_mailbox.a 2025-06-06T00:07:31.9642424Z [ 66%] Built target ethosu_mailbox 2025-06-06T00:07:31.9643303Z [ 66%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-06-06T00:07:31.9644159Z [ 66%] Linking C static library libethosu_core_driver.a 2025-06-06T00:07:31.9644608Z [ 66%] Built target ethosu_core_driver 2025-06-06T00:07:31.9645112Z [ 66%] Linking CXX static library libethosu_mhu_dummy.a 2025-06-06T00:07:31.9645538Z [ 66%] Built target ethosu_mhu_dummy 2025-06-06T00:07:31.9646206Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-06-06T00:07:31.9647104Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-06-06T00:07:31.9648544Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-06-06T00:07:31.9649733Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:31.9650476Z : note: this is the location of the previous definition 2025-06-06T00:07:31.9651211Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:31.9651941Z : note: this is the location of the previous definition 2025-06-06T00:07:31.9652672Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:31.9653402Z : note: this is the location of the previous definition 2025-06-06T00:07:31.9655029Z [ 66%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/target.cpp.obj 2025-06-06T00:07:31.9656260Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:31.9657005Z : note: this is the location of the previous definition 2025-06-06T00:07:31.9658471Z [ 66%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM55/Source/system_ARMCM55.c.obj 2025-06-06T00:07:31.9660469Z [ 66%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM55/Source/startup_ARMCM55.c.obj 2025-06-06T00:07:31.9661850Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:31.9662612Z : note: this is the location of the previous definition 2025-06-06T00:07:31.9663336Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:31.9664084Z : note: this is the location of the previous definition 2025-06-06T00:07:31.9665410Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-06-06T00:07:31.9666578Z : warning: "ETHOSU_ARENA" redefined 2025-06-06T00:07:31.9667328Z : note: this is the location of the previous definition 2025-06-06T00:07:31.9668067Z [100%] Linking CXX executable arm_executor_runner 2025-06-06T00:07:31.9669403Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.data' can't be allocated in segment 0 2025-06-06T00:07:31.9670764Z LOAD: .text .ARM.extab .ARM.exidx .copy.table .zero.table .data 2025-06-06T00:07:31.9672083Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.rodata' can't be allocated in segment 1 2025-06-06T00:07:31.9673367Z LOAD: .ddr .rodata 2025-06-06T00:07:31.9674506Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-06-06T00:07:31.9675756Z [100%] Built target arm_executor_runner 2025-06-06T00:07:31.9676345Z [build_semihosting_executorch_runner] Generated baremetal elf file: with semihosting enabled 2025-06-06T00:07:31.9677301Z /pytorch/executorch/arm_test/arm_semihosting_executor_runner_corstone-300/arm_executor_runner 2025-06-06T00:07:31.9678270Z [build_semihosting_executorch_runner] Configuring corstone-320 with system config Ethos_U85_SYS_DRAM_Mid 2025-06-06T00:07:31.9678993Z /pytorch/executorch/examples/arm/executor_runner 2025-06-06T00:07:31.9679487Z -- The C compiler identification is GNU 13.3.1 2025-06-06T00:07:31.9680106Z -- The CXX compiler identification is GNU 13.3.1 2025-06-06T00:07:31.9680494Z -- Detecting C compiler ABI info 2025-06-06T00:07:31.9680844Z -- Detecting C compiler ABI info - done 2025-06-06T00:07:31.9681799Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-06-06T00:07:31.9682760Z -- Detecting C compile features 2025-06-06T00:07:31.9683092Z -- Detecting C compile features - done 2025-06-06T00:07:31.9683455Z -- Detecting CXX compiler ABI info 2025-06-06T00:07:31.9683812Z -- Detecting CXX compiler ABI info - done 2025-06-06T00:07:31.9684764Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-06-06T00:07:31.9685724Z -- Detecting CXX compile features 2025-06-06T00:07:31.9686060Z -- Detecting CXX compile features - done 2025-06-06T00:07:31.9687346Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform 1916a9c984819c35b19c9e5c4c80d47e4e866420 /pytorch/executorch/examples/arm/ethos-u-setup' 2025-06-06T00:07:31.9688604Z /pytorch/executorch 2025-06-06T00:07:31.9689832Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:1916a9c984819c35b19c9e5c4c80d47e4e866420 patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-06-06T00:07:31.9691473Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform /pytorch/executorch 2025-06-06T00:07:31.9692173Z HEAD is now at 1916a9c Update applications to use ethosu_log lib 2025-06-06T00:07:31.9692629Z Applying: Add got section to the DDR 2025-06-06T00:07:31.9692991Z Applying: Move input_data_sec to NOLOAD area 2025-06-06T00:07:31.9693796Z [patch_repo] Patched core_platform @ tags/25.02-3-g031478e in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-06-06T00:07:31.9694472Z 2025-06-06T00:07:31.9694586Z /pytorch/executorch 2025-06-06T00:07:31.9694871Z -- SYSTEM_CONFIG is Ethos_U85_SYS_DRAM_Mid 2025-06-06T00:07:31.9695239Z -- MEMORY_MODE is Shared_Sram 2025-06-06T00:07:31.9695852Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-06T00:07:31.9696698Z Configuring target corstone-320 2025-06-06T00:07:31.9697056Z -- ******************************************************* 2025-06-06T00:07:31.9697494Z -- PROJECT_NAME : ethosu_core_driver 2025-06-06T00:07:31.9697976Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u85-256 2025-06-06T00:07:31.9698425Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m85 2025-06-06T00:07:31.9699099Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-06-06T00:07:31.9699731Z -- ETHOSU_LOG_ENABLE : ON 2025-06-06T00:07:31.9700127Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:07:31.9700629Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-06-06T00:07:31.9701091Z -- ******************************************************* 2025-06-06T00:07:49.3806991Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-06-06T00:07:49.3809102Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-06-06T00:07:49.3811298Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-06-06T00:07:49.3814456Z CMake Deprecation Warning at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx/CMakeLists.txt:1 (cmake_minimum_required): 2025-06-06T00:07:49.3816557Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-06T00:07:49.3817442Z CMake. 2025-06-06T00:07:49.3817675Z 2025-06-06T00:07:49.3818142Z Update the VERSION argument value. Or, use the ... syntax 2025-06-06T00:07:49.3819345Z to tell CMake that the project requires at least but has been updated 2025-06-06T00:07:49.3820361Z to work with policies introduced by or earlier. 2025-06-06T00:07:49.3820897Z 2025-06-06T00:07:49.3821141Z  2025-06-06T00:07:49.3821604Z -- The ASM compiler identification is GNU 2025-06-06T00:07:49.3823269Z -- Found assembler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc 2025-06-06T00:07:49.3824917Z -- THREADX_ARCH: cortex_m85 2025-06-06T00:07:49.3825459Z -- THREADX_TOOLCHAIN: gnu 2025-06-06T00:07:49.3826021Z -- Using default tx_user.h file 2025-06-06T00:07:49.3826610Z -- ******************************************************* 2025-06-06T00:07:49.3827339Z -- PROJECT_NAME : core_software 2025-06-06T00:07:49.3828339Z -- CORE_SOFTWARE_RTOS : All 2025-06-06T00:07:49.3829053Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-06-06T00:07:49.3829796Z -- ETHOSU_LOG_SEVERITY : warning 2025-06-06T00:07:49.3830489Z -- ******************************************************* 2025-06-06T00:07:49.3831150Z -- ******************************************************* 2025-06-06T00:07:49.3831932Z -- PROJECT_NAME : ethos-u-corstone-320 2025-06-06T00:07:49.3832734Z -- FAST_MEMORY_SIZE : 0 2025-06-06T00:07:49.3833408Z -- MEMORY_MODEL : sram 2025-06-06T00:07:49.3834374Z -- MEMORY_ARENA : sram 2025-06-06T00:07:49.3835142Z -- TARGET_CPU : cortex-m85 2025-06-06T00:07:49.3835855Z -- CPU_CACHE_ENABLE : OFF 2025-06-06T00:07:49.3836534Z -- ******************************************************* 2025-06-06T00:07:49.3837422Z Skipping driver_unit_conv application 2025-06-06T00:07:49.3838252Z Skipping FreeRTOS application 2025-06-06T00:07:49.3839017Z Skipping ThreadX application 2025-06-06T00:07:49.3839779Z -- ******************************************************* 2025-06-06T00:07:49.3840572Z -- PROJECT_NAME : ethos-u-corstone-320 2025-06-06T00:07:49.3841345Z -- TR_ARENA_SIZE : 2025-06-06T00:07:49.3842057Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-06-06T00:07:49.3842944Z -- ******************************************************* 2025-06-06T00:07:49.3843768Z -- ET_ARM_BAREMETAL_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 0x200000 2025-06-06T00:07:49.3844705Z -- ET_ARM_BAREMETAL_FAST_SCRATCH_TEMP_ALLOCATOR_POOL_SIZE = 2025-06-06T00:07:49.3845511Z -- Configuring done (2.3s) 2025-06-06T00:07:49.3846063Z -- Generating done (0.3s) 2025-06-06T00:07:49.3847186Z -- Build files have been written to: /pytorch/executorch/arm_test/arm_semihosting_executor_runner_corstone-320 2025-06-06T00:07:49.3848536Z [build_semihosting_executorch_runner] Configured CMAKE 2025-06-06T00:07:49.3850526Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-06-06T00:07:49.3852237Z [ 0%] Preprocessing and generating linker script 2025-06-06T00:07:49.3853794Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-06-06T00:07:49.3855606Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:07:49.3856963Z : note: this is the location of the previous definition 2025-06-06T00:07:49.3858207Z [ 0%] Built target arm_executor_runner-linker-script 2025-06-06T00:07:49.3859828Z [ 0%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-06-06T00:07:49.3861393Z [ 20%] Linking C static library libtiming_adapter.a 2025-06-06T00:07:49.3862172Z [ 20%] Built target timing_adapter 2025-06-06T00:07:49.3863747Z [ 40%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-06-06T00:07:49.3865504Z [ 40%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-06-06T00:07:49.3867355Z [ 60%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-06-06T00:07:49.3868752Z [ 60%] Built target ethosu_uart_cmsdk_apb 2025-06-06T00:07:49.3870490Z [ 60%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u85.c.obj 2025-06-06T00:07:49.3872263Z [ 60%] Linking CXX static library libethosu_mailbox.a 2025-06-06T00:07:49.3873070Z [ 60%] Built target ethosu_mailbox 2025-06-06T00:07:49.3874615Z [ 60%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-06-06T00:07:49.3876312Z [ 60%] Linking C static library libethosu_core_driver.a 2025-06-06T00:07:49.3877150Z [ 60%] Built target ethosu_core_driver 2025-06-06T00:07:49.3878098Z [ 80%] Linking CXX static library libethosu_mhu_dummy.a 2025-06-06T00:07:49.3878924Z [ 80%] Built target ethosu_mhu_dummy 2025-06-06T00:07:49.3880319Z [ 80%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-06-06T00:07:49.3882087Z [ 80%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-06-06T00:07:49.3884961Z [ 80%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-06-06T00:07:49.3887323Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:07:49.3888610Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:07:49.3889860Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:07:49.3891290Z : note: this is the location of the previous definition 2025-06-06T00:07:49.3892828Z : note: this is the location of the previous definition 2025-06-06T00:07:49.3894308Z : note: this is the location of the previous definition 2025-06-06T00:07:49.3896678Z [ 80%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-320/target.cpp.obj 2025-06-06T00:07:49.3899014Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:07:49.3900452Z : note: this is the location of the previous definition 2025-06-06T00:07:49.3903255Z [ 80%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM85/Source/system_ARMCM85.c.obj 2025-06-06T00:07:49.3907348Z [ 80%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/Cortex_DFP/Device/ARMCM85/Source/startup_ARMCM85.c.obj 2025-06-06T00:07:49.3909907Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:07:49.3911343Z : note: this is the location of the previous definition 2025-06-06T00:07:49.3912757Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:07:49.3914185Z : note: this is the location of the previous definition 2025-06-06T00:07:49.3916848Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-06-06T00:07:49.3919166Z : warning: "ETHOSU_MODEL" redefined 2025-06-06T00:07:49.3920713Z : note: this is the location of the previous definition 2025-06-06T00:07:49.3922009Z [100%] Linking CXX executable arm_executor_runner 2025-06-06T00:07:49.3924565Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-06-06T00:07:49.3927016Z [100%] Built target arm_executor_runner 2025-06-06T00:07:49.3928120Z [build_semihosting_executorch_runner] Generated baremetal elf file: with semihosting enabled 2025-06-06T00:07:49.3929751Z /pytorch/executorch/arm_test/arm_semihosting_executor_runner_corstone-320/arm_executor_runner 2025-06-06T00:07:49.3931244Z ============================= test session starts ============================== 2025-06-06T00:07:49.3932476Z platform linux -- Python 3.10.16, pytest-8.4.0, pluggy-1.6.0 -- /opt/conda/envs/py_3.10/bin/python 2025-06-06T00:07:49.3933544Z cachedir: .pytest_cache 2025-06-06T00:07:49.3934807Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/pytorch/executorch/.hypothesis/examples') 2025-06-06T00:07:49.3936259Z rootdir: /pytorch/executorch/backends/arm/test 2025-06-06T00:07:49.3936961Z configfile: pytest.ini 2025-06-06T00:07:49.3937723Z plugins: hypothesis-6.84.2, cov-4.1.0, xdist-3.7.0, rerunfailures-15.1 2025-06-06T00:07:49.3938477Z  2025-06-06T00:07:49.3939020Z created: 4/4 workers 2025-06-06T00:07:49.3939629Z initialized: 1/4 workers 2025-06-06T00:07:49.3940308Z initialized: 2/4 workers 2025-06-06T00:07:49.3940971Z initialized: 3/4 workers 2025-06-06T00:07:49.3941643Z initialized: 4/4 workers 2025-06-06T00:07:49.3942293Z ready: 1/4 workers  2025-06-06T00:07:49.3942942Z ready: 2/4 workers 2025-06-06T00:07:49.3943549Z ready: 3/4 workers 2025-06-06T00:07:49.3944151Z ready: 4/4 workers 2025-06-06T00:07:49.3944750Z collecting: 1/4 workers 2025-06-06T00:07:49.3945425Z collecting: 2/4 workers 2025-06-06T00:07:49.3946095Z collecting: 3/4 workers 2025-06-06T00:07:49.3946730Z 4 workers [3365 items]  2025-06-06T00:07:49.3947292Z scheduling tests via LoadScheduling 2025-06-06T00:08:08.6311587Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-06-06T00:08:08.6313786Z import pkg_resources 2025-06-06T00:08:08.6315393Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`. 2025-06-06T00:08:08.6318694Z Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages 2025-06-06T00:08:08.6320968Z declare_namespace(pkg) 2025-06-06T00:08:08.6321526Z 2025-06-06T00:08:08.6322221Z 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-06T00:08:08.6323452Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_0,3_keep_dims] 2025-06-06T00:08:08.6325122Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_0,3_keep_dims] 2025-06-06T00:08:08.6326233Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_mult_batches] 2025-06-06T00:08:08.6327349Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_3x2x40_nobias] 2025-06-06T00:08:08.6328810Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_3x2x40_nobias] 2025-06-06T00:08:08.6330018Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x256_st1] 2025-06-06T00:08:08.6331454Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x256_st1] 2025-06-06T00:08:08.6332658Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x12_st2_pd1] 2025-06-06T00:08:08.6334136Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x12_st2_pd1] 2025-06-06T00:08:08.6335326Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[1_1x2x128_st1] 2025-06-06T00:08:08.6336388Z backends/arm/test/misc/test_bn_relu_folding_qat.py::test_qat_tosa_BI[conv_bn_relu] 2025-06-06T00:08:08.6337867Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[1_1x2x128_st1] 2025-06-06T00:08:08.6339036Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_1x2x14_st2] 2025-06-06T00:08:08.6340397Z [gw1] [ 0%] XFAIL backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_mult_batches] 2025-06-06T00:08:08.6341499Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_1_dim_0] 2025-06-06T00:08:08.6342944Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_1x2x14_st2] 2025-06-06T00:08:08.6344123Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_3x2x128_st1] 2025-06-06T00:08:08.6345518Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_1_dim_0] 2025-06-06T00:08:08.6346755Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_2_dim_1] 2025-06-06T00:08:08.6348336Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_3x2x128_st1] 2025-06-06T00:08:08.6349552Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x224_st2_pd1] 2025-06-06T00:08:08.6350983Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_2_dim_1] 2025-06-06T00:08:08.6352124Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_4_dim_2] 2025-06-06T00:08:08.6353517Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_4_dim_2] 2025-06-06T00:08:08.6354905Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_4_dim_3] 2025-06-06T00:08:08.6356483Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x224_st2_pd1] 2025-06-06T00:08:08.6357867Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:08:08.6359437Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_to_amax[rank_4_dim_3] 2025-06-06T00:08:08.6360668Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_1_dim_0] 2025-06-06T00:08:08.6362275Z [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-06T00:08:08.6363886Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:08:08.6365518Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_bn_relu_folding_qat.py::test_qat_tosa_BI[conv_bn_relu] 2025-06-06T00:08:08.6366707Z backends/arm/test/misc/test_bn_relu_folding_qat.py::test_qat_tosa_BI[conv_relu] 2025-06-06T00:08:08.6368334Z [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-06T00:08:08.6369982Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:08:08.6371563Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_1_dim_0] 2025-06-06T00:08:08.6372710Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_2_dim_1] 2025-06-06T00:08:08.6374315Z [gw2] [ 0%] PASSED 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-06T00:08:08.6376151Z 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-06T00:08:08.6378230Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_bn_relu_folding_qat.py::test_qat_tosa_BI[conv_relu] 2025-06-06T00:08:08.6379702Z backends/arm/test/misc/test_custom_partition.py::test_single_reject[randn] 2025-06-06T00:08:08.6381434Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_custom_partition.py::test_single_reject[randn] 2025-06-06T00:08:08.6382824Z backends/arm/test/misc/test_custom_partition.py::test_multiple_reject[randn] 2025-06-06T00:08:08.6384996Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:08:08.6386892Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:08:08.6388782Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_custom_partition.py::test_multiple_reject[randn] 2025-06-06T00:08:08.6390118Z backends/arm/test/misc/test_custom_partition.py::test_torch_op_reject[randn] 2025-06-06T00:08:08.6391990Z [gw2] [ 0%] PASSED 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-06T00:08:08.6393978Z 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-06T00:08:08.6395848Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_custom_partition.py::test_torch_op_reject[randn] 2025-06-06T00:08:08.6397184Z backends/arm/test/misc/test_custom_partition.py::test_string_op_reject[randn] 2025-06-06T00:08:08.6398805Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_2_dim_1] 2025-06-06T00:08:08.6400342Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_4_dim_2] 2025-06-06T00:08:08.6402229Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:08:08.6403890Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d_nobias] 2025-06-06T00:08:08.6405583Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_custom_partition.py::test_string_op_reject[randn] 2025-06-06T00:08:08.6406895Z backends/arm/test/misc/test_custom_partition.py::test_name_reject[randn] 2025-06-06T00:08:08.6408529Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d_nobias] 2025-06-06T00:08:08.6409894Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d] 2025-06-06T00:08:08.6411473Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_4_dim_2] 2025-06-06T00:08:08.6412839Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_4_dim_3] 2025-06-06T00:08:08.6414410Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_custom_partition.py::test_name_reject[randn] 2025-06-06T00:08:08.6415694Z backends/arm/test/misc/test_custom_partition.py::test_module_reject[randn] 2025-06-06T00:08:08.6417495Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_custom_partition.py::test_module_reject[randn] 2025-06-06T00:08:08.6418859Z backends/arm/test/misc/test_custom_partition.py::test_inexact_module_reject[randn] 2025-06-06T00:08:08.6420579Z [gw3] [ 0%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d] 2025-06-06T00:08:08.6421922Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_3x2x40_nobias] 2025-06-06T00:08:08.6423535Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_to_amax[rank_4_dim_3] 2025-06-06T00:08:08.6424817Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_not_delegated 2025-06-06T00:08:08.6426295Z [gw1] [ 1%] XFAIL backends/arm/test/ops/test_amax.py::test_max_dim_tosa_BI_not_delegated 2025-06-06T00:08:08.6427523Z backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_not_delegated 2025-06-06T00:08:08.6429155Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_custom_partition.py::test_inexact_module_reject[randn] 2025-06-06T00:08:31.2459573Z backends/arm/test/misc/test_custom_partition.py::test_module_instance_reject[randn] 2025-06-06T00:08:31.2461715Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amax.py::test_max_dim_tosa_MI_not_delegated 2025-06-06T00:08:31.2463029Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_1_dim_0] 2025-06-06T00:08:31.2465002Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_custom_partition.py::test_module_instance_reject[randn] 2025-06-06T00:08:31.2466484Z backends/arm/test/misc/test_debug_feats.py::test_MI_artifact[randn] 2025-06-06T00:08:31.2468066Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_1_dim_0] 2025-06-06T00:08:31.2469399Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_2_dim_1_keep_dims] 2025-06-06T00:08:31.2471063Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_debug_feats.py::test_MI_artifact[randn] 2025-06-06T00:08:31.2472615Z backends/arm/test/misc/test_debug_feats.py::test_BI_artifact[randn] 2025-06-06T00:08:31.2474310Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_2_dim_1_keep_dims] 2025-06-06T00:08:31.2475687Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_all_dim] 2025-06-06T00:08:31.2477392Z [gw3] [ 1%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_3x2x40_nobias] 2025-06-06T00:08:31.2478869Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x256_st1] 2025-06-06T00:08:31.2481090Z [gw2] [ 1%] PASSED 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-06T00:08:31.2483132Z 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-06T00:08:31.2485282Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_all_dim] 2025-06-06T00:08:31.2486620Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_0,3_keep_dims] 2025-06-06T00:08:31.2488252Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_debug_feats.py::test_BI_artifact[randn] 2025-06-06T00:08:31.2489618Z backends/arm/test/misc/test_debug_feats.py::test_numerical_diff_print[randn] 2025-06-06T00:08:31.2491317Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_0,3_keep_dims] 2025-06-06T00:08:31.2492820Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_mult_batches] 2025-06-06T00:08:31.2494542Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_debug_feats.py::test_numerical_diff_print[randn] 2025-06-06T00:08:31.2495970Z backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes[randn] 2025-06-06T00:08:31.2497667Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_mult_batches] 2025-06-06T00:08:31.2499016Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_1_dim_0] 2025-06-06T00:08:31.2500774Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes[randn] 2025-06-06T00:08:31.2502263Z backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes_parseable[randn] 2025-06-06T00:08:31.2503992Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_1_dim_0] 2025-06-06T00:08:31.2505321Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_2_dim_1_keep_dims] 2025-06-06T00:08:31.2507139Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes_parseable[randn] 2025-06-06T00:08:31.2508657Z backends/arm/test/misc/test_debug_feats.py::test_collate_tosa_BI_tests[randn] 2025-06-06T00:08:31.2510413Z [gw3] [ 1%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x256_st1] 2025-06-06T00:08:31.2511886Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x12_st2_pd1] 2025-06-06T00:08:31.2513646Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_2_dim_1_keep_dims] 2025-06-06T00:08:31.2515008Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_all_dim] 2025-06-06T00:08:31.2516603Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_all_dim] 2025-06-06T00:08:31.2517940Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_0,3_keep_dims] 2025-06-06T00:08:31.2519779Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_debug_feats.py::test_collate_tosa_BI_tests[randn] 2025-06-06T00:08:31.2521163Z backends/arm/test/misc/test_debug_feats.py::test_dump_tosa_ops[randn] 2025-06-06T00:08:31.2522782Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_debug_feats.py::test_dump_tosa_ops[randn] 2025-06-06T00:08:31.2524247Z backends/arm/test/misc/test_debug_feats.py::test_fail_dump_tosa_ops[ones] 2025-06-06T00:08:31.2525943Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_0,3_keep_dims] 2025-06-06T00:08:31.2527335Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_mult_batches] 2025-06-06T00:08:31.2529079Z [gw3] [ 1%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x12_st2_pd1] 2025-06-06T00:08:31.2530565Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[1_1x2x128_st1] 2025-06-06T00:08:31.2532282Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_mult_batches] 2025-06-06T00:08:31.2533598Z backends/arm/test/ops/test_amin.py::test_amin_u55_BI_not_delegated 2025-06-06T00:08:31.2535152Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u55_BI_not_delegated 2025-06-06T00:08:31.2536485Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_1_dim_0] 2025-06-06T00:08:31.2538109Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_debug_feats.py::test_fail_dump_tosa_ops[ones] 2025-06-06T00:08:31.2539523Z backends/arm/test/misc/test_dim_order_guards.py::test_tosa_MI_pipeline[randn] 2025-06-06T00:08:31.2541288Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_dim_order_guards.py::test_tosa_MI_pipeline[randn] 2025-06-06T00:08:31.2542729Z backends/arm/test/misc/test_dim_order_guards.py::test_tosa_BI_pipeline[randn] 2025-06-06T00:08:31.2544552Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_dim_order_guards.py::test_tosa_BI_pipeline[randn] 2025-06-06T00:08:31.2546089Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[add] 2025-06-06T00:08:31.2547931Z [gw3] [ 1%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[1_1x2x128_st1] 2025-06-06T00:08:31.2549373Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_1x2x14_st2] 2025-06-06T00:08:31.2551245Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[add] 2025-06-06T00:08:31.2552965Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[truediv] 2025-06-06T00:08:31.2556413Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_1_dim_0] 2025-06-06T00:08:31.2557785Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_2_dim_1_keep_dims] 2025-06-06T00:08:31.2559838Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[truediv] 2025-06-06T00:08:31.2561478Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[mul] 2025-06-06T00:08:31.2563438Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[mul] 2025-06-06T00:08:31.2565046Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[sub] 2025-06-06T00:08:31.2567304Z [gw2] [ 2%] PASSED 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-06T00:08:31.2569378Z 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-06T00:08:31.2571510Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_MI[sub] 2025-06-06T00:08:31.2573129Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[add] 2025-06-06T00:08:31.2574934Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_2_dim_1_keep_dims] 2025-06-06T00:08:31.2576298Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_all_dim] 2025-06-06T00:08:31.2578278Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_1x2x14_st2] 2025-06-06T00:08:31.2579726Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_3x2x128_st1] 2025-06-06T00:08:31.2581601Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[add] 2025-06-06T00:08:31.2583098Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[truediv] 2025-06-06T00:08:31.2585355Z [gw2] [ 2%] PASSED 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-06T00:08:31.2587390Z 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-06T00:08:31.2589384Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_all_dim] 2025-06-06T00:08:31.2590910Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_0,3_keep_dims] 2025-06-06T00:08:31.2592772Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[truediv] 2025-06-06T00:08:31.2594439Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[mul] 2025-06-06T00:08:43.5700941Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_0,3_keep_dims] 2025-06-06T00:08:43.5702375Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_mult_batches] 2025-06-06T00:08:43.5704310Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_3x2x128_st1] 2025-06-06T00:08:43.5705805Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x224_st2_pd1] 2025-06-06T00:08:43.5707702Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[mul] 2025-06-06T00:08:43.5709380Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[sub] 2025-06-06T00:08:43.5711181Z [gw1] [ 2%] XFAIL backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_mult_batches] 2025-06-06T00:08:43.5712842Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_1_dim_0] 2025-06-06T00:08:43.5714691Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_tensor_tosa_BI[sub] 2025-06-06T00:08:43.5716252Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[add] 2025-06-06T00:08:43.5717726Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[add] 2025-06-06T00:08:43.5718689Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[truediv] 2025-06-06T00:08:43.5719886Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_1_dim_0] 2025-06-06T00:08:43.5720696Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_2_dim_1] 2025-06-06T00:08:43.5721862Z [gw2] [ 2%] PASSED 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-06T00:08:43.5722874Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_tosa_MI 2025-06-06T00:08:43.5723921Z [gw2] [ 2%] SKIPPED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_tosa_MI 2025-06-06T00:08:43.5724799Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_tosa_BI 2025-06-06T00:08:43.5726807Z [gw2] [ 2%] SKIPPED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_tosa_BI 2025-06-06T00:08:43.5728351Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_u55_BI 2025-06-06T00:08:43.5730525Z [gw2] [ 2%] SKIPPED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_u55_BI 2025-06-06T00:08:43.5731950Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_u85_BI 2025-06-06T00:08:43.5733713Z [gw2] [ 2%] SKIPPED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_stats_u85_BI 2025-06-06T00:08:43.5735038Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[zeros] 2025-06-06T00:08:43.5736831Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[truediv] 2025-06-06T00:08:43.5738406Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[mul] 2025-06-06T00:08:43.5740139Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_2_dim_1] 2025-06-06T00:08:43.5741614Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_4_dim_2] 2025-06-06T00:08:43.5743496Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[mul] 2025-06-06T00:08:43.5745153Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[sub] 2025-06-06T00:08:43.5747061Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[zeros] 2025-06-06T00:08:43.5748346Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[ones] 2025-06-06T00:08:43.5750196Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_MI[sub] 2025-06-06T00:08:43.5751844Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[add] 2025-06-06T00:08:43.5753752Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_4_dim_2] 2025-06-06T00:08:43.5755337Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_4_dim_3] 2025-06-06T00:08:43.5757124Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x224_st2_pd1] 2025-06-06T00:08:43.5758741Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:08:43.5760585Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[ones] 2025-06-06T00:08:43.5761853Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[rand_rank2] 2025-06-06T00:08:43.5763416Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_to_amin[rank_4_dim_3] 2025-06-06T00:08:43.5764819Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_1_dim_0] 2025-06-06T00:08:43.5766596Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[add] 2025-06-06T00:08:43.5768440Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[truediv] 2025-06-06T00:08:43.5770177Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[rand_rank2] 2025-06-06T00:08:43.5771635Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[rand_rank4] 2025-06-06T00:08:43.5773330Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_MI[rand_rank4] 2025-06-06T00:08:43.5774598Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[zeros] 2025-06-06T00:08:43.5776171Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_1_dim_0] 2025-06-06T00:08:43.5777631Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_2_dim_1] 2025-06-06T00:08:43.5779547Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[truediv] 2025-06-06T00:08:43.5781402Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[mul] 2025-06-06T00:08:43.5783239Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[zeros] 2025-06-06T00:08:43.5784730Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[ones] 2025-06-06T00:08:43.5786432Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[ones] 2025-06-06T00:08:43.5787940Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[rand_rank2] 2025-06-06T00:08:43.5789818Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:08:43.5791580Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:08:43.5793376Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_2_dim_1] 2025-06-06T00:08:43.5794650Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_4_dim_2] 2025-06-06T00:08:43.5796280Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[rand_rank2] 2025-06-06T00:08:43.5797683Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[rand_rank4] 2025-06-06T00:08:43.5799686Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_tosa_BI[rand_rank4] 2025-06-06T00:08:43.5801015Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[zeros] 2025-06-06T00:08:43.5802852Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[mul] 2025-06-06T00:08:43.5804439Z backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[sub] 2025-06-06T00:08:43.5806225Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_4_dim_2] 2025-06-06T00:08:43.5807599Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_4_dim_3] 2025-06-06T00:08:43.5809307Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[zeros] 2025-06-06T00:08:43.5810583Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[ones] 2025-06-06T00:08:43.5812327Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_lifted_tensor.py::test_partition_lifted_scalar_tensor_tosa_BI[sub] 2025-06-06T00:08:43.5813924Z backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_compression_ratio 2025-06-06T00:08:43.5815718Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_to_amin[rank_4_dim_3] 2025-06-06T00:08:43.5816851Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_not_delegated 2025-06-06T00:08:43.5818458Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[ones] 2025-06-06T00:08:43.5819786Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[rand_rank2] 2025-06-06T00:08:43.5821820Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_compression_ratio 2025-06-06T00:08:58.4878931Z backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_model_error 2025-06-06T00:08:58.4881425Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_model_error 2025-06-06T00:08:58.4882948Z backends/arm/test/misc/test_multiple_delegates.py::test_tosa_MI_pipeline[randn] 2025-06-06T00:08:58.4884666Z [gw1] [ 3%] XFAIL backends/arm/test/ops/test_amin.py::test_min_dim_tosa_BI_not_delegated 2025-06-06T00:08:58.4886202Z backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_not_delegated 2025-06-06T00:08:58.4888128Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:08:58.4890120Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:08:58.4892253Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[rand_rank2] 2025-06-06T00:08:58.4893560Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[rand_rank4] 2025-06-06T00:08:58.4895392Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_multiple_delegates.py::test_tosa_MI_pipeline[randn] 2025-06-06T00:08:58.4896924Z backends/arm/test/misc/test_multiple_delegates.py::test_tosa_BI_pipeline[randn] 2025-06-06T00:08:58.4898861Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_amin.py::test_min_dim_tosa_MI_not_delegated 2025-06-06T00:08:58.4900118Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1] 2025-06-06T00:08:58.4901812Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u55_BI[rand_rank4] 2025-06-06T00:08:58.4903302Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[zeros] 2025-06-06T00:08:58.4904910Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1] 2025-06-06T00:08:58.4906121Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_squeeze] 2025-06-06T00:08:58.4907830Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_squeeze] 2025-06-06T00:08:58.4909060Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2] 2025-06-06T00:08:58.4910646Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_multiple_delegates.py::test_tosa_BI_pipeline[randn] 2025-06-06T00:08:58.4912025Z backends/arm/test/misc/test_multiple_outputs.py::test_tosa_MI_pipeline[randn] 2025-06-06T00:08:58.4913635Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_multiple_outputs.py::test_tosa_MI_pipeline[randn] 2025-06-06T00:08:58.4915239Z backends/arm/test/misc/test_multiple_outputs.py::test_tosa_BI_pipeline[randn] 2025-06-06T00:08:58.4917009Z [gw2] [ 3%] XPASS backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[zeros] 2025-06-06T00:08:58.4918281Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[ones] 2025-06-06T00:08:58.4920026Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2] 2025-06-06T00:08:58.4921365Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_squeeze] 2025-06-06T00:08:58.4923024Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_squeeze] 2025-06-06T00:08:58.4924224Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims] 2025-06-06T00:08:58.4926201Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:08:58.4927964Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:08:58.4929819Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_multiple_outputs.py::test_tosa_BI_pipeline[randn] 2025-06-06T00:08:58.4931187Z backends/arm/test/misc/test_multiple_outputs.py::test_U55_pipeline[randn] 2025-06-06T00:08:58.4932911Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims] 2025-06-06T00:08:58.4934205Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims_squeeze] 2025-06-06T00:08:58.4935841Z [gw2] [ 3%] XPASS backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[ones] 2025-06-06T00:08:58.4937307Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[rand_rank2] 2025-06-06T00:08:58.4939229Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims_squeeze] 2025-06-06T00:08:58.4940528Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_dims_squeeze] 2025-06-06T00:08:58.4942268Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_dims_squeeze] 2025-06-06T00:08:58.4943508Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4] 2025-06-06T00:08:58.4945104Z [gw2] [ 4%] XPASS backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[rand_rank2] 2025-06-06T00:08:58.4946506Z backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[rand_rank4] 2025-06-06T00:08:58.4948158Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4] 2025-06-06T00:08:58.4949562Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_squeeze] 2025-06-06T00:08:58.4951217Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_multiple_outputs.py::test_U55_pipeline[randn] 2025-06-06T00:08:58.4952632Z backends/arm/test/misc/test_multiple_outputs.py::test_U85_pipeline[randn] 2025-06-06T00:08:58.4954349Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_squeeze] 2025-06-06T00:08:58.4955950Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims] 2025-06-06T00:08:58.4958108Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:08:58.4959793Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d_nobias] 2025-06-06T00:08:58.4961508Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims] 2025-06-06T00:08:58.4962854Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims_squeeze] 2025-06-06T00:08:58.4964640Z [gw2] [ 4%] XPASS backends/arm/test/ops/test_bitwise.py::test_bitwise_and_tensor_u85_BI[rand_rank4] 2025-06-06T00:08:58.4966315Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[zeros] 2025-06-06T00:08:58.4968031Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[zeros] 2025-06-06T00:08:58.4969518Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[ones] 2025-06-06T00:08:58.4971175Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims_squeeze] 2025-06-06T00:08:58.4972452Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_reduce_all] 2025-06-06T00:08:58.4974100Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_multiple_outputs.py::test_U85_pipeline[randn] 2025-06-06T00:08:58.4975632Z backends/arm/test/misc/test_non_persistent_buffers.py::test_non_persistent_buffer_MI[input] 2025-06-06T00:08:58.4977586Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[ones] 2025-06-06T00:08:58.4978997Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[rand_rank2] 2025-06-06T00:08:58.4980803Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_reduce_all] 2025-06-06T00:08:58.4982198Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_reduce_all] 2025-06-06T00:08:58.4983931Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[rand_rank2] 2025-06-06T00:08:58.4985484Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[rand_rank4] 2025-06-06T00:08:58.4987405Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_non_persistent_buffers.py::test_non_persistent_buffer_MI[input] 2025-06-06T00:08:58.4989031Z backends/arm/test/misc/test_non_persistent_buffers.py::test_non_persistent_buffer_BI[input] 2025-06-06T00:08:58.4991180Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_reduce_all] 2025-06-06T00:08:58.4992589Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_reduce_all] 2025-06-06T00:08:58.4994298Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_MI[rand_rank4] 2025-06-06T00:08:58.4995791Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[zeros] 2025-06-06T00:08:58.4997574Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_reduce_all] 2025-06-06T00:08:58.4998929Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_reduce_all] 2025-06-06T00:08:58.5000683Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[zeros] 2025-06-06T00:08:58.5002258Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[ones] 2025-06-06T00:08:58.5004192Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d_nobias] 2025-06-06T00:08:58.5005604Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d] 2025-06-06T00:08:58.5007227Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_reduce_all] 2025-06-06T00:08:58.5008454Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1] 2025-06-06T00:08:58.5010133Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[ones] 2025-06-06T00:08:58.5011505Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[rand_rank2] 2025-06-06T00:09:04.4991243Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1] 2025-06-06T00:09:04.4992622Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_squeeze] 2025-06-06T00:09:04.4994679Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_non_persistent_buffers.py::test_non_persistent_buffer_BI[input] 2025-06-06T00:09:04.4996786Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_MI[3d_rand] 2025-06-06T00:09:04.4998796Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[rand_rank2] 2025-06-06T00:09:04.5000429Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[rand_rank4] 2025-06-06T00:09:04.5002180Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_squeeze] 2025-06-06T00:09:04.5003435Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2] 2025-06-06T00:09:04.5005328Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_MI[3d_rand] 2025-06-06T00:09:04.5007155Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_BI[3d_rand] 2025-06-06T00:09:04.5009196Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_tosa_BI[rand_rank4] 2025-06-06T00:09:04.5010666Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[zeros] 2025-06-06T00:09:04.5012182Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2] 2025-06-06T00:09:04.5013409Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_squeeze] 2025-06-06T00:09:04.5015041Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[zeros] 2025-06-06T00:09:04.5016409Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[ones] 2025-06-06T00:09:04.5017894Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_squeeze] 2025-06-06T00:09:04.5019062Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims] 2025-06-06T00:09:04.5021017Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_BI[3d_rand] 2025-06-06T00:09:04.5022661Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residaul_tosa_MI[3d_rand] 2025-06-06T00:09:04.5024806Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[ones] 2025-06-06T00:09:04.5026132Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[rand_rank2] 2025-06-06T00:09:04.5027773Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims] 2025-06-06T00:09:04.5029103Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims_squeeze] 2025-06-06T00:09:04.5030884Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[rand_rank2] 2025-06-06T00:09:04.5032562Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[rand_rank4] 2025-06-06T00:09:04.5034361Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d] 2025-06-06T00:09:04.5035812Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_3x2x40_nobias] 2025-06-06T00:09:04.5037863Z [gw0] [ 5%] XFAIL backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residaul_tosa_MI[3d_rand] 2025-06-06T00:09:04.5039951Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residual_tosa_BI[3d_rand] 2025-06-06T00:09:04.5042145Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims_squeeze] 2025-06-06T00:09:04.5043523Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_dims_squeeze] 2025-06-06T00:09:04.5045215Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u55_BI[rand_rank4] 2025-06-06T00:09:04.5046673Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[zeros] 2025-06-06T00:09:04.5048342Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_dims_squeeze] 2025-06-06T00:09:04.5049735Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4] 2025-06-06T00:09:04.5051643Z [gw0] [ 5%] XFAIL backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residual_tosa_BI[3d_rand] 2025-06-06T00:09:04.5053643Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_0_TOSA_0_80_BI 2025-06-06T00:09:04.5056450Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_0_TOSA_0_80_BI 2025-06-06T00:09:04.5058564Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_1_TOSA_0_80_MI_8k 2025-06-06T00:09:04.5061081Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_1_TOSA_0_80_MI_8k 2025-06-06T00:09:04.5063238Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_2_TOSA_0_80_BI_u55 2025-06-06T00:09:04.5065760Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_2_TOSA_0_80_BI_u55 2025-06-06T00:09:04.5067953Z 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-06T00:09:04.5070547Z [gw0] [ 5%] 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-06T00:09:04.5072738Z 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-06T00:09:04.5075548Z [gw0] [ 5%] 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-06T00:09:04.5077780Z 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-06T00:09:04.5080485Z [gw0] [ 5%] 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-06T00:09:04.5082751Z 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-06T00:09:04.5085427Z [gw0] [ 5%] 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-06T00:09:04.5087935Z 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-06T00:09:04.5090802Z [gw0] [ 5%] 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-06T00:09:04.5093199Z 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-06T00:09:04.5095998Z [gw0] [ 5%] 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-06T00:09:04.5098456Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_06_TOSA_1_0_INT_FP_fft 2025-06-06T00:09:04.5101023Z [gw0] [ 5%] 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-06T00:09:04.5103250Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_07_TOSA_1_0_FP_bf16_fft 2025-06-06T00:09:04.5105842Z [gw0] [ 5%] 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-06T00:09:04.5108175Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_08_TOSA_1_0_INT_int4_cf 2025-06-06T00:09:04.5110771Z [gw0] [ 5%] 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-06T00:09:04.5112961Z 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-06T00:09:04.5115587Z [gw0] [ 5%] 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-06T00:09:04.5117923Z 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-06T00:09:04.5120634Z [gw0] [ 5%] 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-06T00:09:04.5122500Z 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-06T00:09:04.6129371Z [gw0] [ 5%] 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-06T00:09:04.6131779Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_0 2025-06-06T00:09:04.6134048Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_0 2025-06-06T00:09:04.6135729Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_1 2025-06-06T00:09:04.6137001Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_1 2025-06-06T00:09:04.6137971Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_2 2025-06-06T00:09:04.6139145Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_2 2025-06-06T00:09:04.6140175Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_0 2025-06-06T00:09:04.6141418Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_0 2025-06-06T00:09:04.6142554Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_1 2025-06-06T00:09:04.6143823Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_1 2025-06-06T00:09:04.6145175Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_00_TOSA_0_80_bi 2025-06-06T00:09:04.6147603Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_00_TOSA_0_80_bi 2025-06-06T00:09:04.6149589Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_01_TOSA_0_80 2025-06-06T00:09:04.6152049Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_01_TOSA_0_80 2025-06-06T00:09:04.6154079Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_02_TOSA_0_80_8k 2025-06-06T00:09:04.6156843Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_02_TOSA_0_80_8k 2025-06-06T00:09:04.6158885Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_03_TOSA_0_80_BI_MI 2025-06-06T00:09:04.6161735Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_03_TOSA_0_80_BI_MI 2025-06-06T00:09:04.6164498Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_04_TOSA_0_80_BI_U55 2025-06-06T00:09:04.6166952Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_04_TOSA_0_80_BI_U55 2025-06-06T00:09:04.6169061Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_05_TOSA_1_0_0_fft 2025-06-06T00:09:04.6171453Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_05_TOSA_1_0_0_fft 2025-06-06T00:09:04.6173679Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_06_TOSA_1_0_0_fp_bf16_fft 2025-06-06T00:09:04.6176305Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_06_TOSA_1_0_0_fp_bf16_fft 2025-06-06T00:09:04.6178703Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_07_TOSA_1_0_0_INT_INT4_cf 2025-06-06T00:09:04.6181304Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_07_TOSA_1_0_0_INT_INT4_cf 2025-06-06T00:09:04.6182862Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_08_TOSA_1_0_0_BI 2025-06-06T00:09:04.6184251Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_08_TOSA_1_0_0_BI 2025-06-06T00:09:04.6185538Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_09_TOSA_1_0_0_FP_FP_INT 2025-06-06T00:09:04.6186645Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4] 2025-06-06T00:09:04.6187347Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_squeeze] 2025-06-06T00:09:04.6188521Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_09_TOSA_1_0_0_FP_FP_INT 2025-06-06T00:09:04.6189719Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_10_TOSA_1_0_0_FP_CF_bf16 2025-06-06T00:09:04.6191225Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_10_TOSA_1_0_0_FP_CF_bf16 2025-06-06T00:09:04.6193519Z 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-06T00:09:04.6196289Z [gw0] [ 6%] 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-06T00:09:04.6198280Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_0_TOSA_0_80_BI 2025-06-06T00:09:04.6200817Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_0_TOSA_0_80_BI 2025-06-06T00:09:04.6202903Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_1_TOSA_0_80_MI_8k 2025-06-06T00:09:04.6205263Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_1_TOSA_0_80_MI_8k 2025-06-06T00:09:04.6207243Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_2_TOSA_0_80_BI_u55 2025-06-06T00:09:04.6209751Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_2_TOSA_0_80_BI_u55 2025-06-06T00:09:04.6211799Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_00_TOSA_1_0_0_INT_FP_fft 2025-06-06T00:09:04.6214248Z [gw0] [ 6%] 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-06T00:09:04.6216333Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_01_TOSA_1_0_0_FP_bf16_fft 2025-06-06T00:09:04.6218756Z [gw0] [ 6%] 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-06T00:09:04.6220880Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_02_TOSA_1_0_0_INT_int4_cf 2025-06-06T00:09:04.6223415Z [gw0] [ 6%] 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-06T00:09:04.6225747Z 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-06T00:09:04.6228262Z [gw0] [ 6%] 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-06T00:09:04.6230182Z 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-06T00:09:04.6231720Z [gw0] [ 6%] 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-06T00:09:04.6232974Z 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-06T00:09:04.6234517Z [gw0] [ 6%] 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-06T00:09:04.6235697Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_06_TOSA_1_0_INT_FP_fft 2025-06-06T00:09:04.6237031Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_06_TOSA_1_0_INT_FP_fft 2025-06-06T00:09:04.6238173Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_07_TOSA_1_0_FP_bf16_fft 2025-06-06T00:09:04.6240125Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_07_TOSA_1_0_FP_bf16_fft 2025-06-06T00:09:04.6242208Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_08_TOSA_1_0_INT_int4_cf 2025-06-06T00:09:04.6244707Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_08_TOSA_1_0_INT_int4_cf 2025-06-06T00:09:04.6246497Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_09_TOSA_1_0_FP_cf_bf16_8k 2025-06-06T00:09:16.8871182Z [gw0] [ 6%] 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-06T00:09:16.8873113Z 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-06T00:09:16.8875986Z [gw0] [ 6%] 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-06T00:09:16.8878196Z 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-06T00:09:16.8880929Z [gw0] [ 6%] 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-06T00:09:16.8882423Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[zeros] 2025-06-06T00:09:16.8884207Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_3x2x40_nobias] 2025-06-06T00:09:16.8885496Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x256_st1] 2025-06-06T00:09:16.8887142Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_squeeze] 2025-06-06T00:09:16.8888454Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims] 2025-06-06T00:09:16.8890083Z [gw2] [ 6%] XPASS backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[zeros] 2025-06-06T00:09:16.8891445Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[ones] 2025-06-06T00:09:16.8893043Z [gw0] [ 6%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[zeros] 2025-06-06T00:09:16.8894147Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[full] 2025-06-06T00:09:16.8895630Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims] 2025-06-06T00:09:16.8896993Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims_squeeze] 2025-06-06T00:09:16.8898526Z [gw0] [ 6%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[full] 2025-06-06T00:09:16.8899661Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[ones] 2025-06-06T00:09:16.8901305Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims_squeeze] 2025-06-06T00:09:16.8902706Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_reduce_all] 2025-06-06T00:09:16.8904075Z [gw0] [ 6%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[ones] 2025-06-06T00:09:16.8905212Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[randn_1d] 2025-06-06T00:09:16.8907904Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x256_st1] 2025-06-06T00:09:16.8909445Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x12_st2_pd1] 2025-06-06T00:09:16.8911252Z [gw2] [ 6%] XPASS backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[ones] 2025-06-06T00:09:16.8912755Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[rand_rank2] 2025-06-06T00:09:16.8914457Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_reduce_all] 2025-06-06T00:09:16.8915792Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_reduce_all] 2025-06-06T00:09:16.8917278Z [gw0] [ 6%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[randn_1d] 2025-06-06T00:09:16.8918706Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[randn_3d] 2025-06-06T00:09:16.8920484Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_reduce_all] 2025-06-06T00:09:16.8921847Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_reduce_all] 2025-06-06T00:09:16.8923329Z [gw0] [ 7%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[randn_3d] 2025-06-06T00:09:16.8924417Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[randn_4d] 2025-06-06T00:09:16.8926043Z [gw2] [ 7%] XPASS backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[rand_rank2] 2025-06-06T00:09:16.8927629Z backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[rand_rank4] 2025-06-06T00:09:16.8929440Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_reduce_all] 2025-06-06T00:09:16.8930828Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_reduce_all] 2025-06-06T00:09:16.8932651Z [gw0] [ 7%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[randn_4d] 2025-06-06T00:09:16.8933860Z backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[torch_normal] 2025-06-06T00:09:16.8935629Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x12_st2_pd1] 2025-06-06T00:09:16.8937132Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[1_1x2x128_st1] 2025-06-06T00:09:16.8938879Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_reduce_all] 2025-06-06T00:09:16.8940126Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank1] 2025-06-06T00:09:16.8941599Z [gw0] [ 7%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_MI[torch_normal] 2025-06-06T00:09:16.8942819Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[zeros] 2025-06-06T00:09:16.8944272Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank1] 2025-06-06T00:09:16.8945597Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank1_squeeze] 2025-06-06T00:09:16.8947287Z [gw2] [ 7%] XPASS backends/arm/test/ops/test_bitwise.py::test_bitwise_xor_tensor_u85_BI[rand_rank4] 2025-06-06T00:09:16.8948621Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[zeros] 2025-06-06T00:09:16.8950211Z [gw0] [ 7%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[zeros] 2025-06-06T00:09:16.8951311Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[full] 2025-06-06T00:09:16.8952753Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank1_squeeze] 2025-06-06T00:09:16.8953982Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2] 2025-06-06T00:09:16.8956010Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[1_1x2x128_st1] 2025-06-06T00:09:16.8957409Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_1x2x14_st2] 2025-06-06T00:09:16.8959428Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[zeros] 2025-06-06T00:09:16.8961001Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[ones] 2025-06-06T00:09:16.8962622Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2] 2025-06-06T00:09:16.8963895Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_squeeze] 2025-06-06T00:09:16.8965379Z [gw0] [ 7%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[full] 2025-06-06T00:09:16.8966522Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[ones] 2025-06-06T00:09:16.8968051Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_squeeze] 2025-06-06T00:09:16.8969346Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_dims] 2025-06-06T00:09:16.8971261Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[ones] 2025-06-06T00:09:16.8972724Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[rand_rank2] 2025-06-06T00:09:16.8974364Z [gw0] [ 7%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[ones] 2025-06-06T00:09:16.8975540Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[randn_1d] 2025-06-06T00:09:16.8977238Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[rand_rank2] 2025-06-06T00:09:16.8978744Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[rand_rank4] 2025-06-06T00:09:16.8980595Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_dims] 2025-06-06T00:09:16.8981940Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_dims_squeeze] 2025-06-06T00:09:16.8983733Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_MI[rand_rank4] 2025-06-06T00:09:16.8985263Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[zeros] 2025-06-06T00:09:16.8987017Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_dims_squeeze] 2025-06-06T00:09:16.8988549Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank3_dims_squeeze] 2025-06-06T00:09:16.8990338Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_1x2x14_st2] 2025-06-06T00:09:16.8991788Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_3x2x128_st1] 2025-06-06T00:09:16.8993465Z [gw0] [ 7%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[randn_1d] 2025-06-06T00:09:16.8994680Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[randn_3d] 2025-06-06T00:09:16.8996291Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank3_dims_squeeze] 2025-06-06T00:09:16.8997605Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4] 2025-06-06T00:09:16.8999230Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[zeros] 2025-06-06T00:09:16.9000835Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[ones] 2025-06-06T00:09:16.9002591Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[ones] 2025-06-06T00:09:16.9004059Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[rand_rank2] 2025-06-06T00:09:16.9005782Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4] 2025-06-06T00:09:36.4004935Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_squeeze] 2025-06-06T00:09:36.4006900Z [gw0] [ 7%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[randn_3d] 2025-06-06T00:09:36.4008268Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[randn_4d] 2025-06-06T00:09:36.4010331Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[rand_rank2] 2025-06-06T00:09:36.4011964Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[rand_rank4] 2025-06-06T00:09:36.4013821Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_squeeze] 2025-06-06T00:09:36.4015209Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_dims] 2025-06-06T00:09:36.4016983Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_3x2x128_st1] 2025-06-06T00:09:36.4018607Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x224_st2_pd1] 2025-06-06T00:09:36.4020319Z [gw0] [ 7%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[randn_4d] 2025-06-06T00:09:36.4021808Z backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[torch_normal] 2025-06-06T00:09:36.4023428Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_dims] 2025-06-06T00:09:36.4024784Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_dims_squeeze] 2025-06-06T00:09:36.4026657Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_tosa_BI[rand_rank4] 2025-06-06T00:09:36.4028209Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[zeros] 2025-06-06T00:09:36.4030032Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[zeros] 2025-06-06T00:09:36.4031666Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[ones] 2025-06-06T00:09:36.4033407Z [gw1] [ 8%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_dims_squeeze] 2025-06-06T00:09:36.4034850Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank1_reduce_all] 2025-06-06T00:09:36.4036283Z [gw0] [ 8%] PASSED backends/arm/test/ops/test_abs.py::test_abs_tosa_BI[torch_normal] 2025-06-06T00:09:36.4037583Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[zeros] 2025-06-06T00:09:36.4039265Z [gw1] [ 8%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank1_reduce_all] 2025-06-06T00:09:36.4040594Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_reduce_all] 2025-06-06T00:09:36.4042091Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[ones] 2025-06-06T00:09:36.4043363Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[rand_rank2] 2025-06-06T00:09:36.4045001Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x224_st2_pd1] 2025-06-06T00:09:36.4046449Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:09:36.4048087Z [gw1] [ 8%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank2_reduce_all] 2025-06-06T00:09:36.4049237Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank3_reduce_all] 2025-06-06T00:09:36.4050570Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[rand_rank2] 2025-06-06T00:09:36.4051705Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[rand_rank4] 2025-06-06T00:09:36.4053036Z [gw1] [ 8%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank3_reduce_all] 2025-06-06T00:09:36.4054118Z backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_reduce_all] 2025-06-06T00:09:36.4055972Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u55_BI[rand_rank4] 2025-06-06T00:09:36.4057233Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[zeros] 2025-06-06T00:09:36.4058885Z [gw1] [ 8%] PASSED backends/arm/test/ops/test_any.py::test_any_u55_BI[any_rank4_reduce_all] 2025-06-06T00:09:36.4060258Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank1] 2025-06-06T00:09:36.4061655Z [gw0] [ 8%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u55_BI[zeros] 2025-06-06T00:09:36.4062725Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[full] 2025-06-06T00:09:36.4064652Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:09:36.4066157Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:36.4067817Z [gw2] [ 8%] XPASS backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[zeros] 2025-06-06T00:09:36.4069163Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[ones] 2025-06-06T00:09:36.4070897Z [gw1] [ 8%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank1] 2025-06-06T00:09:36.4071913Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank1_squeeze] 2025-06-06T00:09:36.4073713Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:36.4075503Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:36.4077245Z [gw0] [ 8%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u55_BI[full] 2025-06-06T00:09:36.4078448Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[ones] 2025-06-06T00:09:36.4080372Z [gw2] [ 8%] XPASS backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[ones] 2025-06-06T00:09:36.4081950Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[rand_rank2] 2025-06-06T00:09:36.4083759Z [gw1] [ 8%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank1_squeeze] 2025-06-06T00:09:36.4085120Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2] 2025-06-06T00:09:36.4086876Z [gw2] [ 8%] XPASS backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[rand_rank2] 2025-06-06T00:09:36.4088585Z backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[rand_rank4] 2025-06-06T00:09:36.4090328Z [gw1] [ 8%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2] 2025-06-06T00:09:36.4091676Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_squeeze] 2025-06-06T00:09:36.4093811Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:36.4095844Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:36.4097745Z [gw0] [ 8%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u55_BI[ones] 2025-06-06T00:09:36.4098987Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[randn_1d] 2025-06-06T00:09:36.4100725Z [gw2] [ 8%] XPASS backends/arm/test/ops/test_bitwise.py::test_bitwise_or_tensor_u85_BI[rand_rank4] 2025-06-06T00:09:36.4102188Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_same] 2025-06-06T00:09:36.4103831Z [gw1] [ 8%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_squeeze] 2025-06-06T00:09:36.4105227Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_dims] 2025-06-06T00:09:36.4106862Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_same] 2025-06-06T00:09:36.4108163Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_diff] 2025-06-06T00:09:36.4109865Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:36.4111733Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d_nobias] 2025-06-06T00:09:36.4113542Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_diff] 2025-06-06T00:09:36.4114753Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_ones] 2025-06-06T00:09:36.4116186Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_ones] 2025-06-06T00:09:36.4117361Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_big] 2025-06-06T00:09:36.4118815Z [gw1] [ 8%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_dims] 2025-06-06T00:09:36.4120239Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_dims_squeeze] 2025-06-06T00:09:36.4121742Z [gw0] [ 8%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u55_BI[randn_1d] 2025-06-06T00:09:36.4122903Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[randn_3d] 2025-06-06T00:09:36.4124397Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_big] 2025-06-06T00:09:36.4125563Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_neg] 2025-06-06T00:09:36.4127194Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d_nobias] 2025-06-06T00:09:36.4128611Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d] 2025-06-06T00:09:36.4130170Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI[rand_neg] 2025-06-06T00:09:36.4131438Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_3d_1] 2025-06-06T00:09:36.4133138Z [gw1] [ 9%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_dims_squeeze] 2025-06-06T00:09:36.4134505Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank3_dims_squeeze] 2025-06-06T00:09:36.4136141Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_3d_1] 2025-06-06T00:09:36.4137511Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_3d_2] 2025-06-06T00:09:52.7198859Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_3d_2] 2025-06-06T00:09:52.7200823Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_big_1] 2025-06-06T00:09:52.7201909Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u55_BI[randn_3d] 2025-06-06T00:09:52.7202657Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[randn_4d] 2025-06-06T00:09:52.7203641Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_big_1] 2025-06-06T00:09:52.7204545Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_big_2] 2025-06-06T00:09:52.7205874Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d] 2025-06-06T00:09:52.7206985Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_3x2x40x40_nobias] 2025-06-06T00:09:52.7207999Z [gw1] [ 9%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank3_dims_squeeze] 2025-06-06T00:09:52.7208719Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4] 2025-06-06T00:09:52.7209659Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_3x2x40x40_nobias] 2025-06-06T00:09:52.7210527Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x256x256_st1] 2025-06-06T00:09:52.7211497Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_MI_single_input[rand_big_2] 2025-06-06T00:09:52.7212276Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_same] 2025-06-06T00:09:52.7213221Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x256x256_st1] 2025-06-06T00:09:52.7214080Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:09:52.7215198Z [gw1] [ 9%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4] 2025-06-06T00:09:52.7215912Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_squeeze] 2025-06-06T00:09:52.7216888Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:09:52.7217760Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[1x1_1x2x128x128_st1] 2025-06-06T00:09:52.7218659Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u55_BI[randn_4d] 2025-06-06T00:09:52.7219335Z backends/arm/test/ops/test_abs.py::test_abs_u55_BI[torch_normal] 2025-06-06T00:09:52.7220278Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[1x1_1x2x128x128_st1] 2025-06-06T00:09:52.7221287Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:09:52.7222318Z [gw1] [ 9%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_squeeze] 2025-06-06T00:09:52.7223026Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_dims] 2025-06-06T00:09:52.7223866Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_same] 2025-06-06T00:09:52.7224537Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_diff] 2025-06-06T00:09:52.7225638Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:09:52.7226672Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:09:52.7227899Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:09:52.7228961Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:09:52.7230182Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_diff] 2025-06-06T00:09:52.7230992Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_ones] 2025-06-06T00:09:52.7232214Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:09:52.7233364Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7234471Z [gw1] [ 9%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_dims] 2025-06-06T00:09:52.7235214Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_dims_squeeze] 2025-06-06T00:09:52.7236160Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u55_BI[torch_normal] 2025-06-06T00:09:52.7236817Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[zeros] 2025-06-06T00:09:52.7237687Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_ones] 2025-06-06T00:09:52.7238341Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_big] 2025-06-06T00:09:52.7239411Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7240587Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7241952Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7243020Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7244064Z [gw1] [ 9%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_dims_squeeze] 2025-06-06T00:09:52.7244875Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank1_reduce_all] 2025-06-06T00:09:52.7245726Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_big] 2025-06-06T00:09:52.7246394Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_neg] 2025-06-06T00:09:52.7247267Z [gw0] [ 9%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u85_BI[zeros] 2025-06-06T00:09:52.7247877Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[full] 2025-06-06T00:09:52.7248995Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7250043Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7251152Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI[rand_neg] 2025-06-06T00:09:52.7251881Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_3d_1] 2025-06-06T00:09:52.7252983Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7254047Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7255389Z [gw1] [ 9%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank1_reduce_all] 2025-06-06T00:09:52.7256228Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_reduce_all] 2025-06-06T00:09:52.7257162Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_3d_1] 2025-06-06T00:09:52.7257929Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_3d_2] 2025-06-06T00:09:52.7259047Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7260091Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7261132Z [gw0] [ 10%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u85_BI[full] 2025-06-06T00:09:52.7261845Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[ones] 2025-06-06T00:09:52.7262696Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_3d_2] 2025-06-06T00:09:52.7263479Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_big_1] 2025-06-06T00:09:52.7264582Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7265642Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7266698Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank2_reduce_all] 2025-06-06T00:09:52.7267423Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank3_reduce_all] 2025-06-06T00:09:52.7268347Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_big_1] 2025-06-06T00:09:52.7269114Z backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_big_2] 2025-06-06T00:09:52.7270220Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:09:52.7271176Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_3x2x128x128_st1] 2025-06-06T00:09:52.7272046Z [gw0] [ 10%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u85_BI[ones] 2025-06-06T00:09:52.7272681Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[randn_1d] 2025-06-06T00:09:52.7273684Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_3x2x128x128_st1] 2025-06-06T00:09:52.7274568Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:09:52.7275582Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_tosa_BI_single_input[rand_big_2] 2025-06-06T00:10:12.3564659Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_same] 2025-06-06T00:10:12.3566711Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank3_reduce_all] 2025-06-06T00:10:12.3568221Z backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_reduce_all] 2025-06-06T00:10:12.3570238Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:10:12.3572144Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d_nobias] 2025-06-06T00:10:12.3574204Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d_nobias] 2025-06-06T00:10:12.3575630Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d] 2025-06-06T00:10:12.3577327Z [gw0] [ 10%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u85_BI[randn_1d] 2025-06-06T00:10:12.3578578Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[randn_3d] 2025-06-06T00:10:12.3580238Z [gw1] [ 10%] XFAIL backends/arm/test/ops/test_any.py::test_any_u85_BI[any_rank4_reduce_all] 2025-06-06T00:10:12.3581884Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI[10] 2025-06-06T00:10:12.3583605Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d] 2025-06-06T00:10:12.3585042Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_3x2x40x40_nobias] 2025-06-06T00:10:12.3586776Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI[10] 2025-06-06T00:10:12.3588170Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI[15] 2025-06-06T00:10:12.3589496Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI[15] 2025-06-06T00:10:12.3590260Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI[100] 2025-06-06T00:10:12.3591131Z [gw0] [ 10%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u85_BI[randn_3d] 2025-06-06T00:10:12.3591786Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[randn_4d] 2025-06-06T00:10:12.3592715Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_3x2x40x40_nobias] 2025-06-06T00:10:12.3593631Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x256x256_st1] 2025-06-06T00:10:12.3594599Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI[100] 2025-06-06T00:10:12.3595427Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[fp32_int32] 2025-06-06T00:10:12.3596353Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_same] 2025-06-06T00:10:12.3597004Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_diff] 2025-06-06T00:10:12.3597936Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x256x256_st1] 2025-06-06T00:10:12.3598789Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:10:12.3599980Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[fp32_int32] 2025-06-06T00:10:12.3600855Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[fp32_int64] 2025-06-06T00:10:12.3601891Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[fp32_int64] 2025-06-06T00:10:12.3602882Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[int32_int32] 2025-06-06T00:10:12.3603801Z [gw0] [ 10%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u85_BI[randn_4d] 2025-06-06T00:10:12.3604480Z backends/arm/test/ops/test_abs.py::test_abs_u85_BI[torch_normal] 2025-06-06T00:10:12.3605437Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:10:12.3606294Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[1x1_1x2x128x128_st1] 2025-06-06T00:10:12.3607339Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[int32_int32] 2025-06-06T00:10:12.3608204Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[int32_int64] 2025-06-06T00:10:12.3609311Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[1x1_1x2x128x128_st1] 2025-06-06T00:10:12.3610254Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:10:12.3611236Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_diff] 2025-06-06T00:10:12.3611900Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_ones] 2025-06-06T00:10:12.3612828Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_MI_dtypes[int32_int64] 2025-06-06T00:10:12.3613702Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_BI[10] 2025-06-06T00:10:12.3614586Z [gw0] [ 10%] PASSED backends/arm/test/ops/test_abs.py::test_abs_u85_BI[torch_normal] 2025-06-06T00:10:12.3615290Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[5d_float] 2025-06-06T00:10:12.3616177Z [gw0] [ 10%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[5d_float] 2025-06-06T00:10:12.3616890Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[1d_ones] 2025-06-06T00:10:12.3617905Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_BI[10] 2025-06-06T00:10:12.3618723Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_BI[15] 2025-06-06T00:10:12.3619803Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:10:12.3620845Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:10:12.3621868Z [gw0] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[1d_ones] 2025-06-06T00:10:12.3622587Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[1d_randn] 2025-06-06T00:10:12.3623477Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_BI[15] 2025-06-06T00:10:12.3624285Z backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_BI[100] 2025-06-06T00:10:12.3625469Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:10:12.3626522Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:10:12.3627579Z [gw0] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[1d_randn] 2025-06-06T00:10:12.3628302Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[4d_ones_1] 2025-06-06T00:10:12.3629404Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:10:12.3630478Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:12.3631605Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_tosa_BI[100] 2025-06-06T00:10:12.3632367Z backends/arm/test/ops/test_arange.py::test_arange_start_step_u55_BI[10] 2025-06-06T00:10:12.3633251Z [gw0] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[4d_ones_1] 2025-06-06T00:10:12.3633982Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[4d_ones_2] 2025-06-06T00:10:12.3634827Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_ones] 2025-06-06T00:10:12.3635478Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_big] 2025-06-06T00:10:12.3636318Z [gw0] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI[4d_ones_2] 2025-06-06T00:10:12.3637035Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[5d_float] 2025-06-06T00:10:12.3638295Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:12.3639377Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:12.3640548Z [gw0] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[5d_float] 2025-06-06T00:10:12.3641270Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[1d_ones] 2025-06-06T00:10:12.3642359Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:12.3643499Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:12.3644558Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_u55_BI[10] 2025-06-06T00:10:12.3645297Z backends/arm/test/ops/test_arange.py::test_arange_start_step_u55_BI[15] 2025-06-06T00:10:12.3646393Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:12.3647484Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:12.3648524Z [gw0] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[1d_ones] 2025-06-06T00:10:12.3649234Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[1d_randn] 2025-06-06T00:10:12.3650055Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_big] 2025-06-06T00:10:37.0172175Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_neg] 2025-06-06T00:10:37.0266048Z [gw0] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[1d_randn] 2025-06-06T00:10:37.0267523Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[4d_ones_1] 2025-06-06T00:10:37.0269647Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:37.0271668Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:37.0273681Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_u55_BI[15] 2025-06-06T00:10:37.0275130Z backends/arm/test/ops/test_arange.py::test_arange_start_step_u55_BI[100] 2025-06-06T00:10:37.0277258Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:37.0279302Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:37.0281849Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:37.0284187Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:10:37.0286241Z [gw0] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[4d_ones_1] 2025-06-06T00:10:37.0287626Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[4d_ones_2] 2025-06-06T00:10:37.0289358Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_u55_BI[100] 2025-06-06T00:10:37.0290793Z backends/arm/test/ops/test_arange.py::test_arange_start_step_u85_BI[10] 2025-06-06T00:10:37.0292922Z [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-06T00:10:37.0294771Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_3x2x128x128_st1] 2025-06-06T00:10:37.0296624Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI[rand_neg] 2025-06-06T00:10:37.0297902Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_same] 2025-06-06T00:10:37.0299667Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_3x2x128x128_st1] 2025-06-06T00:10:37.0301371Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:10:37.0303252Z [gw0] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI[4d_ones_2] 2025-06-06T00:10:37.0304654Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[5d_float] 2025-06-06T00:10:37.0306516Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_u85_BI[10] 2025-06-06T00:10:37.0307947Z backends/arm/test/ops/test_arange.py::test_arange_start_step_u85_BI[15] 2025-06-06T00:10:37.0309904Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:10:37.0311578Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d_nobias] 2025-06-06T00:10:37.0313406Z [gw0] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[5d_float] 2025-06-06T00:10:37.0314933Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[1d_ones] 2025-06-06T00:10:37.0316802Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d_nobias] 2025-06-06T00:10:37.0318402Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d] 2025-06-06T00:10:37.0320311Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_u85_BI[15] 2025-06-06T00:10:37.0321762Z backends/arm/test/ops/test_arange.py::test_arange_start_step_u85_BI[100] 2025-06-06T00:10:37.0323424Z [gw2] [ 12%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_same] 2025-06-06T00:10:37.0324670Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_diff] 2025-06-06T00:10:37.0326377Z [gw3] [ 12%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d] 2025-06-06T00:10:37.0327969Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_3x2x40x40_nobias] 2025-06-06T00:10:37.0329820Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_arange.py::test_arange_start_step_u85_BI[100] 2025-06-06T00:10:37.0331192Z backends/arm/test/ops/test_arange.py::test_linspace_tosa_MI[10] 2025-06-06T00:10:37.0332765Z [gw2] [ 12%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_diff] 2025-06-06T00:10:37.0334025Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_ones] 2025-06-06T00:10:37.0335654Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[1d_ones] 2025-06-06T00:10:37.0337077Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[1d_randn] 2025-06-06T00:10:37.0338852Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_arange.py::test_linspace_tosa_MI[10] 2025-06-06T00:10:37.0340156Z backends/arm/test/ops/test_arange.py::test_linspace_tosa_MI[15] 2025-06-06T00:10:37.0341766Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_arange.py::test_linspace_tosa_MI[15] 2025-06-06T00:10:37.0343067Z backends/arm/test/ops/test_arange.py::test_linspace_tosa_BI[10] 2025-06-06T00:10:37.0344733Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[1d_randn] 2025-06-06T00:10:37.0346163Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[4d_ones_1] 2025-06-06T00:10:37.0347785Z [gw2] [ 12%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_ones] 2025-06-06T00:10:37.0349038Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_big] 2025-06-06T00:10:37.0350678Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_arange.py::test_linspace_tosa_BI[10] 2025-06-06T00:10:37.0351997Z backends/arm/test/ops/test_arange.py::test_linspace_tosa_BI[15] 2025-06-06T00:10:37.0353771Z [gw3] [ 12%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_3x2x40x40_nobias] 2025-06-06T00:10:37.0355640Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x256x256_st1] 2025-06-06T00:10:37.0357391Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_arange.py::test_linspace_tosa_BI[15] 2025-06-06T00:10:37.0358665Z backends/arm/test/ops/test_arange.py::test_arange_tosa_MI 2025-06-06T00:10:37.0360420Z [gw1] [ 12%] SKIPPED backends/arm/test/ops/test_arange.py::test_arange_tosa_MI 2025-06-06T00:10:37.0361628Z backends/arm/test/ops/test_arange.py::test_arange_tosa_BI 2025-06-06T00:10:37.0363112Z [gw1] [ 12%] SKIPPED backends/arm/test/ops/test_arange.py::test_arange_tosa_BI 2025-06-06T00:10:37.0364316Z backends/arm/test/ops/test_arange.py::test_arange_u55_BI 2025-06-06T00:10:37.0365767Z [gw1] [ 12%] SKIPPED backends/arm/test/ops/test_arange.py::test_arange_u55_BI 2025-06-06T00:10:37.0367051Z backends/arm/test/ops/test_arange.py::test_arange_u85_BI 2025-06-06T00:10:37.0368489Z [gw1] [ 12%] SKIPPED backends/arm/test/ops/test_arange.py::test_arange_u85_BI 2025-06-06T00:10:37.0369851Z backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_MI[rand_3d] 2025-06-06T00:10:37.0371660Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_MI[rand_3d] 2025-06-06T00:10:37.0373186Z backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_MI[rand_4d] 2025-06-06T00:10:37.0374838Z [gw2] [ 12%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_big] 2025-06-06T00:10:37.0376083Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_neg] 2025-06-06T00:10:37.0377737Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[4d_ones_1] 2025-06-06T00:10:37.0379178Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[4d_ones_2] 2025-06-06T00:10:37.0380978Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_MI[rand_4d] 2025-06-06T00:10:37.0382491Z backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_MI[rand_rand_3d] 2025-06-06T00:10:37.0384412Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_MI[rand_rand_3d] 2025-06-06T00:10:37.0386011Z backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_MI[rand_rand_4d] 2025-06-06T00:10:37.0387704Z [gw2] [ 12%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI[rand_neg] 2025-06-06T00:10:37.0393365Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_3d_1] 2025-06-06T00:10:37.0395583Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_MI[rand_rand_4d] 2025-06-06T00:10:37.0397397Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_MI[rand_rand_rand_3d] 2025-06-06T00:10:37.0399292Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_i32[4d_ones_2] 2025-06-06T00:10:37.0400789Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[5d_float] 2025-06-06T00:10:37.0402668Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_MI[rand_rand_rand_3d] 2025-06-06T00:10:37.0404333Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_MI[rand_rand_rand_4d] 2025-06-06T00:10:37.0406367Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_MI[rand_rand_rand_4d] 2025-06-06T00:10:37.0408058Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_MI[rand_rand_rand_3d] 2025-06-06T00:10:37.0410070Z [gw2] [ 12%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_3d_1] 2025-06-06T00:10:57.7725085Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_3d_2] 2025-06-06T00:10:57.7727403Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_MI[rand_rand_rand_3d] 2025-06-06T00:10:57.7729115Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_MI[rand_rand_rand_4d] 2025-06-06T00:10:57.7731037Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[5d_float] 2025-06-06T00:10:57.7732545Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[1d_ones] 2025-06-06T00:10:57.7734409Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_MI[rand_rand_rand_4d] 2025-06-06T00:10:57.7735969Z backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_BI[rand_3d] 2025-06-06T00:10:57.7737840Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_BI[rand_3d] 2025-06-06T00:10:57.7739365Z backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_BI[rand_4d] 2025-06-06T00:10:57.7741561Z [gw1] [ 12%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_single_input_tosa_BI[rand_4d] 2025-06-06T00:10:57.7743145Z backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_BI[rand_rand_3d] 2025-06-06T00:10:57.7744902Z [gw0] [ 12%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[1d_ones] 2025-06-06T00:10:57.7746294Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[1d_randn] 2025-06-06T00:10:57.7748135Z [gw3] [ 13%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x256x256_st1] 2025-06-06T00:10:57.7749787Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:10:57.7751797Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_BI[rand_rand_3d] 2025-06-06T00:10:57.7753352Z backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_BI[rand_rand_4d] 2025-06-06T00:10:57.7755545Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_double_input_tosa_BI[rand_rand_4d] 2025-06-06T00:10:57.7757084Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_BI[rand_rand_rand_3d] 2025-06-06T00:10:57.7759124Z [gw3] [ 13%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:10:57.7760881Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[1x1_1x2x128x128_st1] 2025-06-06T00:10:57.7762628Z [gw0] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[1d_randn] 2025-06-06T00:10:57.7763742Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[4d_ones_1] 2025-06-06T00:10:57.7765797Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_BI[rand_rand_rand_3d] 2025-06-06T00:10:57.7767499Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_BI[rand_rand_rand_4d] 2025-06-06T00:10:57.7769552Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern1_tosa_BI[rand_rand_rand_4d] 2025-06-06T00:10:57.7771248Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_BI[rand_rand_rand_3d] 2025-06-06T00:10:57.7773195Z [gw3] [ 13%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[1x1_1x2x128x128_st1] 2025-06-06T00:10:57.7774950Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:10:57.7777143Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_BI[rand_rand_rand_3d] 2025-06-06T00:10:57.7779005Z backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_BI[rand_rand_rand_4d] 2025-06-06T00:10:57.7780813Z [gw0] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[4d_ones_1] 2025-06-06T00:10:57.7782093Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[4d_ones_2] 2025-06-06T00:10:57.7784058Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_at.py::test_atmatmul_mixed_pattern2_tosa_BI[rand_rand_rand_4d] 2025-06-06T00:10:57.7785595Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[zeros] 2025-06-06T00:10:57.7787472Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[zeros] 2025-06-06T00:10:57.7788884Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[ones] 2025-06-06T00:10:57.7790604Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[ones] 2025-06-06T00:10:57.7791994Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[rand] 2025-06-06T00:10:57.7793736Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[rand] 2025-06-06T00:10:57.7795299Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[randn] 2025-06-06T00:10:57.7796962Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[randn] 2025-06-06T00:10:57.7798546Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[kernel_3x3_stride_1_pad_1] 2025-06-06T00:10:57.7800810Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[kernel_3x3_stride_1_pad_1] 2025-06-06T00:10:57.7802560Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-06T00:10:57.7804713Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-06T00:10:57.7806486Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-06T00:10:57.7808694Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-06T00:10:57.7810477Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[non_divisible_window] 2025-06-06T00:10:57.7812536Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[non_divisible_window] 2025-06-06T00:10:57.7814306Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[non_divisible_window_height] 2025-06-06T00:10:57.7816487Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[non_divisible_window_height] 2025-06-06T00:10:57.7818180Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[non_divisible_window_width] 2025-06-06T00:10:57.7820324Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_MI[non_divisible_window_width] 2025-06-06T00:10:57.7822065Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[zeros] 2025-06-06T00:10:57.7823843Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[zeros] 2025-06-06T00:10:57.7825280Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[ones] 2025-06-06T00:10:57.7827046Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[ones] 2025-06-06T00:10:57.7828475Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[rand] 2025-06-06T00:10:57.7830234Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[rand] 2025-06-06T00:10:57.7831686Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[randn] 2025-06-06T00:10:57.7833531Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[randn] 2025-06-06T00:10:57.7835108Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[kernel_3x3_stride_1_pad_1] 2025-06-06T00:10:57.7837237Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[kernel_3x3_stride_1_pad_1] 2025-06-06T00:10:57.7839027Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-06T00:10:57.7841341Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-06T00:10:57.7843278Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-06T00:10:57.7845506Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-06T00:10:57.7847244Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[non_divisible_window] 2025-06-06T00:10:57.7849297Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[non_divisible_window] 2025-06-06T00:10:57.7851061Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[non_divisible_window_height] 2025-06-06T00:10:57.7853296Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[non_divisible_window_height] 2025-06-06T00:10:57.7855313Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[non_divisible_window_width] 2025-06-06T00:10:57.7857058Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_tosa_BI[non_divisible_window_width] 2025-06-06T00:10:57.7858118Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[zeros] 2025-06-06T00:10:57.7859499Z [gw3] [ 13%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:10:57.7860777Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:10:57.7862091Z [gw0] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI[4d_ones_2] 2025-06-06T00:10:57.7863000Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[5d_float] 2025-06-06T00:11:34.8225656Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[zeros] 2025-06-06T00:11:34.8227086Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[ones] 2025-06-06T00:11:34.8228517Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:11:34.8229666Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:11:34.8230907Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[5d_float] 2025-06-06T00:11:34.8231884Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[1d_ones] 2025-06-06T00:11:34.8233155Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:11:34.8234298Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8235560Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[ones] 2025-06-06T00:11:34.8236387Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[rand] 2025-06-06T00:11:34.8237339Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[1d_ones] 2025-06-06T00:11:34.8238134Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[1d_randn] 2025-06-06T00:11:34.8239222Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[rand] 2025-06-06T00:11:34.8240237Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[randn] 2025-06-06T00:11:34.8241427Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8242668Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8243941Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[1d_randn] 2025-06-06T00:11:34.8245216Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[4d_ones_1] 2025-06-06T00:11:34.8246797Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[randn] 2025-06-06T00:11:34.8247705Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[kernel_3x3_stride_1_pad_1] 2025-06-06T00:11:34.8249092Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8250230Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8251523Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[4d_ones_1] 2025-06-06T00:11:34.8252323Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[4d_ones_2] 2025-06-06T00:11:34.8253414Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[kernel_3x3_stride_1_pad_1] 2025-06-06T00:11:34.8254477Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-06T00:11:34.8256098Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8257291Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8258429Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI[4d_ones_2] 2025-06-06T00:11:34.8259167Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[5d_float] 2025-06-06T00:11:34.8260125Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[5d_float] 2025-06-06T00:11:34.8260860Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_ones] 2025-06-06T00:11:34.8261805Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_ones] 2025-06-06T00:11:34.8262552Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_1] 2025-06-06T00:11:34.8263573Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-06T00:11:34.8264505Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-06T00:11:34.8265680Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_1] 2025-06-06T00:11:34.8266426Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_2] 2025-06-06T00:11:34.8267530Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8268568Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8269629Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_2] 2025-06-06T00:11:34.8270395Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_big] 2025-06-06T00:11:34.8271308Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_big] 2025-06-06T00:11:34.8272217Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-06T00:11:34.8273398Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-06T00:11:34.8274270Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_3[3d_randn_diff_rank] 2025-06-06T00:11:34.8275330Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-06T00:11:34.8276220Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[non_divisible_window] 2025-06-06T00:11:34.8277308Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_3[3d_randn_diff_rank] 2025-06-06T00:11:34.8278113Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_3[4d_randn_diff_rank] 2025-06-06T00:11:34.8279238Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8280411Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8281579Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_3[4d_randn_diff_rank] 2025-06-06T00:11:34.8282395Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_3[4d_randn_diff_rank_2] 2025-06-06T00:11:34.8283381Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_MI_3[4d_randn_diff_rank_2] 2025-06-06T00:11:34.8284188Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_3[3d_randn_diff_rank] 2025-06-06T00:11:34.8285167Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_3[3d_randn_diff_rank] 2025-06-06T00:11:34.8286054Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_3[4d_randn_diff_rank] 2025-06-06T00:11:34.8287083Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[non_divisible_window] 2025-06-06T00:11:34.8287970Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[non_divisible_window_height] 2025-06-06T00:11:34.8289012Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_3[4d_randn_diff_rank] 2025-06-06T00:11:34.8289833Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_3[4d_randn_diff_rank_2] 2025-06-06T00:11:34.8290948Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8291991Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8293087Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_3[4d_randn_diff_rank_2] 2025-06-06T00:11:34.8293858Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[5d_float] 2025-06-06T00:11:34.8294844Z [gw0] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[5d_float] 2025-06-06T00:11:34.8295573Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_ones] 2025-06-06T00:11:34.8296671Z [gw3] [ 15%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:11:34.8297619Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_3x2x128x128_st1] 2025-06-06T00:11:34.8298678Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[non_divisible_window_height] 2025-06-06T00:11:34.8299598Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[non_divisible_window_width] 2025-06-06T00:11:34.8300563Z [gw0] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_ones] 2025-06-06T00:11:34.8301355Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_1] 2025-06-06T00:11:34.8302354Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI[non_divisible_window_width] 2025-06-06T00:11:34.8303190Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[zeros] 2025-06-06T00:11:34.8304096Z [gw0] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_1] 2025-06-06T00:11:34.8304828Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_2] 2025-06-06T00:12:08.9148916Z [gw0] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_2] 2025-06-06T00:12:08.9150444Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_big] 2025-06-06T00:12:08.9152212Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[zeros] 2025-06-06T00:12:08.9153660Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[ones] 2025-06-06T00:12:08.9155706Z [gw0] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_big] 2025-06-06T00:12:08.9157464Z backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-06T00:12:08.9159387Z [gw2] [ 15%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_3d_2] 2025-06-06T00:12:08.9160988Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_big_1] 2025-06-06T00:12:08.9162718Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[ones] 2025-06-06T00:12:08.9164148Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[rand] 2025-06-06T00:12:08.9166048Z [gw0] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_tosa_BI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-06T00:12:08.9167624Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[5d_float] 2025-06-06T00:12:08.9169327Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[rand] 2025-06-06T00:12:08.9170724Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[randn] 2025-06-06T00:12:08.9172565Z [gw3] [ 15%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_3x2x128x128_st1] 2025-06-06T00:12:08.9174195Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:12:08.9176055Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[randn] 2025-06-06T00:12:08.9177617Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[kernel_3x3_stride_1_pad_1] 2025-06-06T00:12:08.9179537Z [gw2] [ 15%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_big_1] 2025-06-06T00:12:08.9181022Z backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_big_2] 2025-06-06T00:12:08.9182952Z [gw0] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[5d_float] 2025-06-06T00:12:08.9184340Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_ones] 2025-06-06T00:12:08.9186245Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[kernel_3x3_stride_1_pad_1] 2025-06-06T00:12:08.9188003Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-06T00:12:08.9190157Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-06-06T00:12:08.9191926Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-06T00:12:08.9194006Z [gw3] [ 15%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:12:08.9195778Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d_nobias] 2025-06-06T00:12:08.9197568Z [gw0] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_ones] 2025-06-06T00:12:08.9198964Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_1] 2025-06-06T00:12:08.9200996Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-06-06T00:12:08.9202706Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[non_divisible_window] 2025-06-06T00:12:08.9204655Z [gw0] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_1] 2025-06-06T00:12:08.9206079Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_2] 2025-06-06T00:12:08.9207943Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[non_divisible_window] 2025-06-06T00:12:08.9209636Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[non_divisible_window_height] 2025-06-06T00:12:08.9211743Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[non_divisible_window_height] 2025-06-06T00:12:08.9213549Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[non_divisible_window_width] 2025-06-06T00:12:08.9215435Z [gw0] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_2] 2025-06-06T00:12:08.9216839Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_big] 2025-06-06T00:12:08.9218757Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u85_BI[non_divisible_window_width] 2025-06-06T00:12:08.9220616Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_1x1_stride_1_pad_0] 2025-06-06T00:12:08.9222623Z [gw2] [ 15%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u55_BI_single_input[rand_big_2] 2025-06-06T00:12:08.9224091Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_3d_1] 2025-06-06T00:12:08.9226172Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_1x1_stride_1_pad_0] 2025-06-06T00:12:08.9228121Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_2x9_stride_1_pad_1] 2025-06-06T00:12:08.9230457Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_2x9_stride_1_pad_1] 2025-06-06T00:12:08.9232405Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_1x4_stride_0_pad_0] 2025-06-06T00:12:08.9234410Z [gw0] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_big] 2025-06-06T00:12:08.9236017Z backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-06T00:12:08.9238027Z [gw2] [ 15%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_3d_1] 2025-06-06T00:12:08.9239591Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_3d_2] 2025-06-06T00:12:08.9241695Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_1x4_stride_0_pad_0] 2025-06-06T00:12:08.9243720Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_1x257_stride_1_pad_0_large] 2025-06-06T00:12:08.9246213Z [gw1] [ 15%] 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-06T00:12:08.9248310Z backends/arm/test/ops/test_avg_pool2d.py::test_avg_pool2d_u55_BI_not_delegated[kernel_800x90_stride_1_pad_0_extreme] 2025-06-06T00:12:08.9250943Z [gw1] [ 15%] 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-06T00:12:08.9253050Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[ones_1_32_112_112] 2025-06-06T00:12:08.9258626Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_3d_2] 2025-06-06T00:12:08.9260119Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_big_1] 2025-06-06T00:12:08.9262282Z [gw1] [ 16%] 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-06T00:12:08.9264505Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[rand_1_4_5_6] 2025-06-06T00:12:08.9266713Z [gw0] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u55_BI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-06T00:12:08.9268262Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[5d_float] 2025-06-06T00:12:08.9270298Z [gw1] [ 16%] 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-06T00:12:08.9272410Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_MI[rand_1_3_254_254] 2025-06-06T00:12:08.9274475Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_big_1] 2025-06-06T00:12:08.9275938Z backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_big_2] 2025-06-06T00:12:08.9277877Z [gw1] [ 16%] 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-06T00:12:08.9280041Z 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-06T00:12:08.9282102Z [gw0] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[5d_float] 2025-06-06T00:12:08.9283477Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_ones] 2025-06-06T00:12:08.9298212Z [gw1] [ 16%] 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-06T00:12:08.9300371Z 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-06T00:12:08.9302846Z [gw1] [ 16%] 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-06T00:12:43.7442070Z 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-06T00:12:43.7444615Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::test_bmm_u85_BI_single_input[rand_big_2] 2025-06-06T00:12:43.7446113Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_ones_two_tensors] 2025-06-06T00:12:43.7448024Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_ones_two_tensors] 2025-06-06T00:12:43.7449584Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_ones_and_rand_three_tensors] 2025-06-06T00:12:43.7451908Z [gw1] [ 16%] 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-06T00:12:43.7453937Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_not_delegated 2025-06-06T00:12:43.7456358Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_ones_and_rand_three_tensors] 2025-06-06T00:12:43.7457956Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_ones_and_rand_four_tensors] 2025-06-06T00:12:43.7459885Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_ones_and_rand_four_tensors] 2025-06-06T00:12:43.7461622Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_two_tensors] 2025-06-06T00:12:43.7463382Z [gw0] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_ones] 2025-06-06T00:12:43.7464779Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_1] 2025-06-06T00:12:43.7466539Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_two_tensors] 2025-06-06T00:12:43.7468035Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_two_tensors_dim_0] 2025-06-06T00:12:43.7470043Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_two_tensors_dim_0] 2025-06-06T00:12:43.7471594Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_two_tensors_dim_3] 2025-06-06T00:12:43.7473437Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_two_tensors_dim_3] 2025-06-06T00:12:43.7474897Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_large] 2025-06-06T00:12:43.7476550Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI[cat_rand_large] 2025-06-06T00:12:43.7477799Z backends/arm/test/ops/test_cat.py::test_cat_tosa_MI_4d 2025-06-06T00:12:43.7479404Z [gw0] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_1] 2025-06-06T00:12:43.7480969Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_2] 2025-06-06T00:12:43.7482701Z [gw0] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_2] 2025-06-06T00:12:43.7484133Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_big] 2025-06-06T00:12:43.7485892Z [gw0] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_big] 2025-06-06T00:12:43.7487487Z backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-06T00:12:43.7489220Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_MI_4d 2025-06-06T00:12:43.7490531Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_ones_two_tensors] 2025-06-06T00:12:43.7492642Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_tosa_BI_not_delegated 2025-06-06T00:12:43.7494578Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_not_delegated 2025-06-06T00:12:43.7496588Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_ones_two_tensors] 2025-06-06T00:12:43.7498122Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_ones_and_rand_three_tensors] 2025-06-06T00:12:43.7500172Z [gw0] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_tensor_u85_BI_2[4d_randn_1_mutltiple_broadcasts] 2025-06-06T00:12:43.7501750Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[1d_ramp] 2025-06-06T00:12:43.7503808Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_ones_and_rand_three_tensors] 2025-06-06T00:12:43.7505415Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_ones_and_rand_four_tensors] 2025-06-06T00:12:43.7507243Z [gw0] [ 16%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[1d_ramp] 2025-06-06T00:12:43.7508664Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[2d_ones] 2025-06-06T00:12:43.7510364Z [gw0] [ 16%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[2d_ones] 2025-06-06T00:12:43.7511775Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[3d_rand] 2025-06-06T00:12:43.7513428Z [gw0] [ 16%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[3d_rand] 2025-06-06T00:12:43.7514830Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[4d_zeros] 2025-06-06T00:12:43.7516782Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_ones_and_rand_four_tensors] 2025-06-06T00:12:43.7518314Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_two_tensors] 2025-06-06T00:12:43.7520215Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_two_tensors] 2025-06-06T00:12:43.7521712Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_two_tensors_dim_0] 2025-06-06T00:12:43.7523514Z [gw0] [ 16%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_MI[4d_zeros] 2025-06-06T00:12:43.7525025Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[1d_ramp] 2025-06-06T00:12:43.7526738Z [gw0] [ 16%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[1d_ramp] 2025-06-06T00:12:43.7528150Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[2d_ones] 2025-06-06T00:12:43.7529952Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_two_tensors_dim_0] 2025-06-06T00:12:43.7531508Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_two_tensors_dim_3] 2025-06-06T00:12:43.7533285Z [gw0] [ 17%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[2d_ones] 2025-06-06T00:12:43.7534677Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[3d_rand] 2025-06-06T00:12:43.7536464Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_two_tensors_dim_3] 2025-06-06T00:12:43.7537919Z backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_large] 2025-06-06T00:12:43.7539615Z [gw0] [ 17%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[3d_rand] 2025-06-06T00:12:43.7541019Z backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[4d_zeros] 2025-06-06T00:12:43.7542712Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_cat.py::test_cat_tosa_BI[cat_rand_large] 2025-06-06T00:12:43.7544119Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_ones_two_tensors] 2025-06-06T00:12:43.7546197Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u55_BI_not_delegated 2025-06-06T00:12:43.7548126Z backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_not_delegated 2025-06-06T00:12:43.7550111Z [gw0] [ 17%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_tosa_BI[4d_zeros] 2025-06-06T00:12:43.7551513Z backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[1d_ramp] 2025-06-06T00:12:43.7553223Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_ones_two_tensors] 2025-06-06T00:12:43.7554983Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_ones_and_rand_three_tensors] 2025-06-06T00:12:43.7556812Z [gw0] [ 17%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[1d_ramp] 2025-06-06T00:12:43.7558346Z backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[2d_ones] 2025-06-06T00:12:43.7560166Z [gw0] [ 17%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[2d_ones] 2025-06-06T00:12:43.7561546Z backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[3d_rand] 2025-06-06T00:12:43.7563377Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_ones_and_rand_three_tensors] 2025-06-06T00:12:43.7564965Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_ones_and_rand_four_tensors] 2025-06-06T00:12:43.7567060Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_batch_norm.py::test_native_batch_norm_legit_no_training_u85_BI_not_delegated 2025-06-06T00:12:43.7569110Z 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-06T00:12:43.7571368Z [gw0] [ 17%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[3d_rand] 2025-06-06T00:12:43.7572764Z backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[4d_zeros] 2025-06-06T00:12:43.7574931Z [gw1] [ 17%] 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-06T00:12:43.7577046Z 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-06T00:12:43.7579518Z [gw1] [ 17%] 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-06T00:12:43.7581760Z 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-06T00:13:15.5188809Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_ones_and_rand_four_tensors] 2025-06-06T00:13:15.5190239Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_two_tensors] 2025-06-06T00:13:15.5192171Z [gw1] [ 17%] 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-06T00:13:15.5193960Z 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-06T00:13:15.5195970Z [gw0] [ 17%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_u55_BI[4d_zeros] 2025-06-06T00:13:15.5197304Z backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[1d_ramp] 2025-06-06T00:13:15.5199374Z [gw1] [ 17%] 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-06T00:13:15.5201352Z 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-06T00:13:15.5203172Z [gw0] [ 17%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[1d_ramp] 2025-06-06T00:13:15.5204458Z backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[2d_ones] 2025-06-06T00:13:15.5206285Z [gw3] [ 17%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d_nobias] 2025-06-06T00:13:15.5207837Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d] 2025-06-06T00:13:15.5210097Z [gw1] [ 17%] 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-06T00:13:15.5211979Z 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-06T00:13:15.5213895Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_two_tensors] 2025-06-06T00:13:15.5215150Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_two_tensors_dim_0] 2025-06-06T00:13:15.5217475Z [gw1] [ 17%] 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-06T00:13:15.5219436Z 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-06T00:13:15.5221395Z [gw0] [ 17%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[2d_ones] 2025-06-06T00:13:15.5222578Z backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[3d_rand] 2025-06-06T00:13:15.5224460Z [gw1] [ 17%] 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-06T00:13:15.5226404Z 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-06T00:13:15.5228629Z [gw1] [ 17%] 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-06T00:13:15.5230544Z 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-06T00:13:15.5232379Z [gw2] [ 17%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_two_tensors_dim_0] 2025-06-06T00:13:15.5233581Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_two_tensors_dim_3] 2025-06-06T00:13:15.5235055Z [gw0] [ 17%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[3d_rand] 2025-06-06T00:13:15.5236236Z backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[4d_zeros] 2025-06-06T00:13:15.5238463Z [gw1] [ 17%] 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-06T00:13:15.5240510Z 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-06T00:13:15.5242345Z [gw0] [ 17%] PASSED backends/arm/test/ops/test_alias_copy.py::test_alias_u85_BI[4d_zeros] 2025-06-06T00:13:15.5243433Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_1_dim_0] 2025-06-06T00:13:15.5245404Z [gw1] [ 17%] 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-06T00:13:15.5247271Z 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-06T00:13:15.5249330Z [gw2] [ 17%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_two_tensors_dim_3] 2025-06-06T00:13:15.5250699Z backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_large] 2025-06-06T00:13:15.5252250Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_1_dim_0] 2025-06-06T00:13:15.5253571Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_2_dim_1_keep_dims] 2025-06-06T00:13:15.5255975Z [gw1] [ 18%] 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-06T00:13:15.5257837Z 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-06T00:13:15.5259689Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_2_dim_1_keep_dims] 2025-06-06T00:13:15.5260988Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_all_dim] 2025-06-06T00:13:15.5262479Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_all_dim] 2025-06-06T00:13:15.5276379Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_0,3_keep_dims] 2025-06-06T00:13:15.5278523Z [gw1] [ 18%] 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-06T00:13:15.5280755Z 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-06T00:13:15.5282649Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_0,3_keep_dims] 2025-06-06T00:13:15.5283922Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_mult_batches] 2025-06-06T00:13:15.5285307Z [gw2] [ 18%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u55_BI[cat_rand_large] 2025-06-06T00:13:15.5286558Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_ones_two_tensors] 2025-06-06T00:13:15.5288127Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_mult_batches] 2025-06-06T00:13:15.5289437Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_1_dim_0] 2025-06-06T00:13:15.5290962Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_1_dim_0] 2025-06-06T00:13:15.5292580Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_2_dim_1_keep_dims] 2025-06-06T00:13:15.5294231Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_ones_two_tensors] 2025-06-06T00:13:15.5295594Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_ones_and_rand_three_tensors] 2025-06-06T00:13:15.5297363Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_2_dim_1_keep_dims] 2025-06-06T00:13:15.5298790Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_all_dim] 2025-06-06T00:13:15.5300434Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_all_dim] 2025-06-06T00:13:15.5301716Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_0,3_keep_dims] 2025-06-06T00:13:15.5303417Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_ones_and_rand_three_tensors] 2025-06-06T00:13:15.5304692Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_ones_and_rand_four_tensors] 2025-06-06T00:13:15.5306443Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_0,3_keep_dims] 2025-06-06T00:13:15.5307989Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_mult_batches] 2025-06-06T00:13:15.5309551Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_mult_batches] 2025-06-06T00:13:15.5310718Z backends/arm/test/ops/test_amax.py::test_amax_u55_BI_not_delegated 2025-06-06T00:13:15.5312164Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u55_BI_not_delegated 2025-06-06T00:13:15.5313240Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_1_dim_0] 2025-06-06T00:13:15.5314848Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_ones_and_rand_four_tensors] 2025-06-06T00:13:15.5316199Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_two_tensors] 2025-06-06T00:13:15.5317786Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_1_dim_0] 2025-06-06T00:13:15.5319073Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_2_dim_1_keep_dims] 2025-06-06T00:13:15.5321176Z [gw1] [ 18%] PASSED 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-06T00:13:15.5323010Z 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-06T00:13:15.5324738Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_two_tensors] 2025-06-06T00:13:15.5326146Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_two_tensors_dim_0] 2025-06-06T00:13:15.5327736Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_2_dim_1_keep_dims] 2025-06-06T00:14:00.4145329Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_all_dim] 2025-06-06T00:14:00.4148245Z [gw2] [ 18%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_two_tensors_dim_0] 2025-06-06T00:14:00.4149437Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_two_tensors_dim_3] 2025-06-06T00:14:00.4151099Z [gw1] [ 18%] PASSED 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-06T00:14:00.4152781Z 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-06T00:14:00.4154340Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_all_dim] 2025-06-06T00:14:00.4155839Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-06T00:14:00.4157550Z [gw2] [ 18%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_two_tensors_dim_3] 2025-06-06T00:14:00.4158629Z backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_large] 2025-06-06T00:14:00.4160348Z [gw2] [ 18%] XFAIL backends/arm/test/ops/test_cat.py::test_cat_u85_BI[cat_rand_large] 2025-06-06T00:14:00.4161348Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_1] 2025-06-06T00:14:00.4162561Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_1] 2025-06-06T00:14:00.4163550Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_2] 2025-06-06T00:14:00.4164839Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_2] 2025-06-06T00:14:00.4165838Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_3] 2025-06-06T00:14:00.4167034Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_3] 2025-06-06T00:14:00.4168025Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4] 2025-06-06T00:14:00.4169541Z [gw0] [ 18%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-06T00:14:00.4171142Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-06T00:14:00.4172604Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4] 2025-06-06T00:14:00.4173604Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_mixed_min_max_dtype] 2025-06-06T00:14:00.4175564Z [gw1] [ 18%] PASSED 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-06T00:14:00.4176672Z 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-06T00:14:00.4177851Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_mixed_min_max_dtype] 2025-06-06T00:14:00.4178663Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_min] 2025-06-06T00:14:00.4179551Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_min] 2025-06-06T00:14:00.4180297Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_max] 2025-06-06T00:14:00.4181504Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_max] 2025-06-06T00:14:00.4182348Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_1] 2025-06-06T00:14:00.4183212Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_1] 2025-06-06T00:14:00.4183884Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_2] 2025-06-06T00:14:00.4184715Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_2] 2025-06-06T00:14:00.4185387Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_3] 2025-06-06T00:14:00.4186583Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-06T00:14:00.4187553Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_block_bottleneck 2025-06-06T00:14:00.4188483Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_3] 2025-06-06T00:14:00.4189167Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4] 2025-06-06T00:14:00.4190117Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_block_bottleneck 2025-06-06T00:14:00.4191008Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_block_bottleneck 2025-06-06T00:14:00.4191937Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4] 2025-06-06T00:14:00.4192733Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_mixed_min_max_dtype] 2025-06-06T00:14:00.4193747Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_mixed_min_max_dtype] 2025-06-06T00:14:00.4194533Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_min] 2025-06-06T00:14:00.4195525Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_block_bottleneck 2025-06-06T00:14:00.4196410Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_block_bottleneck 2025-06-06T00:14:00.4197421Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_min] 2025-06-06T00:14:00.4198166Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_max] 2025-06-06T00:14:00.4199045Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_max] 2025-06-06T00:14:00.4199883Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_1] 2025-06-06T00:14:00.4200996Z [gw1] [ 19%] PASSED 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-06T00:14:00.4202183Z 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-06T00:14:00.4203234Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_1] 2025-06-06T00:14:00.4203894Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_2] 2025-06-06T00:14:00.4204979Z [gw1] [ 19%] PASSED 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-06T00:14:00.4206098Z 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-06T00:14:00.4207142Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_2] 2025-06-06T00:14:00.4207815Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_3] 2025-06-06T00:14:00.4208701Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d] 2025-06-06T00:14:00.4209587Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_3x2x40x40_nobias] 2025-06-06T00:14:00.4210599Z [gw3] [ 19%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_3x2x40x40_nobias] 2025-06-06T00:14:00.4211441Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x256x256_st1] 2025-06-06T00:14:00.4212365Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_3] 2025-06-06T00:14:00.4213030Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4] 2025-06-06T00:14:00.4213847Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4] 2025-06-06T00:14:00.4214592Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_mixed_min_max_dtype] 2025-06-06T00:14:00.4215847Z [gw1] [ 19%] PASSED 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-06T00:14:00.4216824Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank4_randn] 2025-06-06T00:14:00.4217786Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank4_randn] 2025-06-06T00:14:00.4218601Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank1_ones] 2025-06-06T00:14:00.4219585Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_mixed_min_max_dtype] 2025-06-06T00:14:00.4220367Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_min] 2025-06-06T00:14:00.4221312Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank1_ones] 2025-06-06T00:14:00.4222174Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank2_rand] 2025-06-06T00:14:00.4223167Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank2_rand] 2025-06-06T00:14:00.4223981Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank3_randn] 2025-06-06T00:14:00.4224984Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank3_randn] 2025-06-06T00:14:00.4225811Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank4_randn] 2025-06-06T00:14:00.4226868Z [gw0] [ 19%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_block_bottleneck 2025-06-06T00:14:00.4227742Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_block_bottleneck 2025-06-06T00:14:00.4228756Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI_tensor[eq_tensor_rank4_randn] 2025-06-06T00:14:00.4229571Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank1_ones] 2025-06-06T00:14:25.8563781Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_min] 2025-06-06T00:14:25.8564909Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_max] 2025-06-06T00:14:25.8566314Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x256x256_st1] 2025-06-06T00:14:25.8567594Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:14:25.8569045Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank1_ones] 2025-06-06T00:14:25.8570174Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank2_rand] 2025-06-06T00:14:25.8571564Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank2_rand] 2025-06-06T00:14:25.8572706Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank3_randn] 2025-06-06T00:14:25.8574102Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank3_randn] 2025-06-06T00:14:25.8575249Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank4_randn] 2025-06-06T00:14:25.8576700Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:14:25.8577947Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[1x1_1x2x128x128_st1] 2025-06-06T00:14:25.8579308Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_max] 2025-06-06T00:14:25.8580327Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_1] 2025-06-06T00:14:25.8581616Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u55_BI[eq_scalar_rank4_randn] 2025-06-06T00:14:25.8583040Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank1_ones] 2025-06-06T00:14:25.8584535Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[1x1_1x2x128x128_st1] 2025-06-06T00:14:25.8585868Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:14:25.8587316Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_1] 2025-06-06T00:14:25.8588282Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_2] 2025-06-06T00:14:25.8589615Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank1_ones] 2025-06-06T00:14:25.8590813Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank2_rand] 2025-06-06T00:14:25.8592542Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:14:25.8594035Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:14:25.8595485Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_2] 2025-06-06T00:14:25.8596462Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_3] 2025-06-06T00:14:25.8597789Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank2_rand] 2025-06-06T00:14:25.8599092Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank3_randn] 2025-06-06T00:14:25.8600873Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:14:25.8602399Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:14:25.8604045Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank3_randn] 2025-06-06T00:14:25.8605364Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank4_randn] 2025-06-06T00:14:25.8606668Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_3] 2025-06-06T00:14:25.8607643Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4] 2025-06-06T00:14:25.8609182Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:14:25.8610738Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:25.8612363Z [gw1] [ 20%] XFAIL backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI_tensor[eq_tensor_rank4_randn] 2025-06-06T00:14:25.8613519Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank1_ones] 2025-06-06T00:14:25.8614795Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4] 2025-06-06T00:14:25.8615875Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_mixed_min_max_dtype] 2025-06-06T00:14:25.8617547Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:25.8619097Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:25.8620714Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_mixed_min_max_dtype] 2025-06-06T00:14:25.8621850Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_min] 2025-06-06T00:14:25.8623168Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank1_ones] 2025-06-06T00:14:25.8624383Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank2_rand] 2025-06-06T00:14:25.8626010Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:25.8627539Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:25.8629057Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_min] 2025-06-06T00:14:25.8630102Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_max] 2025-06-06T00:14:25.8631442Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank2_rand] 2025-06-06T00:14:25.8632584Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank3_randn] 2025-06-06T00:14:25.8634278Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:25.8635799Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:25.8637369Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank3_randn] 2025-06-06T00:14:25.8638520Z backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank4_randn] 2025-06-06T00:14:25.8639958Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_max] 2025-06-06T00:14:25.8641066Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_10] 2025-06-06T00:14:25.8642476Z [gw0] [ 20%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_block_bottleneck 2025-06-06T00:14:25.8643891Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-06T00:14:25.8645436Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_10] 2025-06-06T00:14:25.8646475Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_50] 2025-06-06T00:14:25.8648123Z [gw0] [ 20%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-06T00:14:25.8649676Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_4d] 2025-06-06T00:14:25.8651168Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_50] 2025-06-06T00:14:25.8652215Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_1D_20] 2025-06-06T00:14:25.8653786Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:25.8664359Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:25.8666595Z [gw1] [ 20%] XFAIL backends/arm/test/ops/test_eq.py::test_eq_scalar_u85_BI[eq_scalar_rank4_randn] 2025-06-06T00:14:25.8667787Z backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[zeros] 2025-06-06T00:14:25.8669753Z [gw0] [ 20%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_4d] 2025-06-06T00:14:25.8671626Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-06T00:14:25.8673613Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_1D_20] 2025-06-06T00:14:25.8674819Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_2D_10x10] 2025-06-06T00:14:25.8676319Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[zeros] 2025-06-06T00:14:25.8677530Z backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[ones] 2025-06-06T00:14:25.8679870Z [gw0] [ 20%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-06T00:14:25.8681767Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-06T00:14:47.3666035Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_2D_10x10] 2025-06-06T00:14:47.3667493Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_3D_5x5x5] 2025-06-06T00:14:47.3670410Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_3D_5x5x5] 2025-06-06T00:14:47.3671850Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_4D_2x3x4x5] 2025-06-06T00:14:47.3673921Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:47.3676172Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:47.3677990Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[ones] 2025-06-06T00:14:47.3679159Z backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[rand] 2025-06-06T00:14:47.3680806Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_4D_2x3x4x5] 2025-06-06T00:14:47.3682155Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[large_tensor] 2025-06-06T00:14:47.3684451Z [gw0] [ 21%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-06T00:14:47.3686413Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-06T00:14:47.3688263Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[rand] 2025-06-06T00:14:47.3689460Z backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[randn_pos] 2025-06-06T00:14:47.3691057Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[large_tensor] 2025-06-06T00:14:47.3692574Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_10] 2025-06-06T00:14:47.3694597Z [gw0] [ 21%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-06T00:14:47.3696530Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_4d] 2025-06-06T00:14:47.3698391Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[randn_pos] 2025-06-06T00:14:47.3699639Z backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[randn_neg] 2025-06-06T00:14:47.3701231Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_10] 2025-06-06T00:14:47.3702580Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_50] 2025-06-06T00:14:47.3704165Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[randn_neg] 2025-06-06T00:14:47.3705337Z backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[ramp] 2025-06-06T00:14:47.3707224Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:47.3709141Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:47.3711425Z [gw0] [ 21%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_4d] 2025-06-06T00:14:47.3713418Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-06T00:14:47.3715341Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_MI[ramp] 2025-06-06T00:14:47.3716525Z backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[zeros] 2025-06-06T00:14:47.3718220Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_50] 2025-06-06T00:14:47.3719553Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_1D_20] 2025-06-06T00:14:47.3722140Z [gw0] [ 21%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-06T00:14:47.3724412Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-06T00:14:47.3726444Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_1D_20] 2025-06-06T00:14:47.3727789Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_2D_10x10] 2025-06-06T00:14:47.3729331Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[zeros] 2025-06-06T00:14:47.3730630Z backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[ones] 2025-06-06T00:14:47.3732555Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:14:47.3734314Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_3x2x128x128_st1] 2025-06-06T00:14:47.3736472Z [gw0] [ 21%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-06T00:14:47.3738724Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-06T00:14:47.3740732Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[ones] 2025-06-06T00:14:47.3741886Z backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[rand] 2025-06-06T00:14:47.3743442Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_2D_10x10] 2025-06-06T00:14:47.3744822Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_3D_5x5x5] 2025-06-06T00:14:47.3746316Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[rand] 2025-06-06T00:14:47.3747530Z backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[randn_pos] 2025-06-06T00:14:47.3749046Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_3D_5x5x5] 2025-06-06T00:14:47.3750429Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_4D_2x3x4x5] 2025-06-06T00:14:47.3752023Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[randn_pos] 2025-06-06T00:14:47.3753264Z backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[randn_neg] 2025-06-06T00:14:47.3755195Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_4D_2x3x4x5] 2025-06-06T00:14:47.3756530Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[large_tensor] 2025-06-06T00:14:47.3758129Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[randn_neg] 2025-06-06T00:14:47.3759287Z backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[ramp] 2025-06-06T00:14:47.3760962Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[large_tensor] 2025-06-06T00:14:47.3762281Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_10] 2025-06-06T00:14:47.3764327Z [gw0] [ 21%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-06T00:14:47.3766282Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_4d] 2025-06-06T00:14:47.3768164Z [gw2] [ 21%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_10] 2025-06-06T00:14:47.3769470Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_50] 2025-06-06T00:14:47.3771144Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_erf.py::test_erf_tosa_BI[ramp] 2025-06-06T00:14:47.3772326Z backends/arm/test/ops/test_erf.py::test_erf_u55_BI[zeros] 2025-06-06T00:14:47.3773854Z [gw2] [ 21%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_50] 2025-06-06T00:14:47.3775122Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_1D_20] 2025-06-06T00:14:47.3776711Z [gw2] [ 21%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_1D_20] 2025-06-06T00:14:47.3778007Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_2D_10x10] 2025-06-06T00:14:47.3779802Z [gw3] [ 21%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_3x2x128x128_st1] 2025-06-06T00:14:47.3781380Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:14:47.3783316Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_2D_10x10] 2025-06-06T00:14:47.3784686Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_3D_5x5x5] 2025-06-06T00:14:47.3786205Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_erf.py::test_erf_u55_BI[zeros] 2025-06-06T00:14:47.3787359Z backends/arm/test/ops/test_erf.py::test_erf_u55_BI[ones] 2025-06-06T00:14:47.3789229Z [gw0] [ 22%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_4d] 2025-06-06T00:14:47.3791209Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-06T00:14:47.3793349Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_3D_5x5x5] 2025-06-06T00:14:47.3794660Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_4D_2x3x4x5] 2025-06-06T00:14:47.3796288Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_4D_2x3x4x5] 2025-06-06T00:14:47.3797580Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[large_tensor] 2025-06-06T00:14:47.3799171Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[large_tensor] 2025-06-06T00:14:47.3800697Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_10] 2025-06-06T00:14:47.3802171Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_erf.py::test_erf_u55_BI[ones] 2025-06-06T00:14:47.3803288Z backends/arm/test/ops/test_erf.py::test_erf_u55_BI[rand] 2025-06-06T00:14:47.3804892Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:15:20.1905624Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d_nobias] 2025-06-06T00:15:20.1907676Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_10] 2025-06-06T00:15:20.1909004Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_50] 2025-06-06T00:15:20.1910391Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_50] 2025-06-06T00:15:20.1911233Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_1D_20] 2025-06-06T00:15:20.1912134Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_erf.py::test_erf_u55_BI[rand] 2025-06-06T00:15:20.1912881Z backends/arm/test/ops/test_erf.py::test_erf_u55_BI[randn_pos] 2025-06-06T00:15:20.1913807Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_1D_20] 2025-06-06T00:15:20.1914967Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_2D_10x10] 2025-06-06T00:15:20.1916144Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_2D_10x10] 2025-06-06T00:15:20.1916859Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_3D_5x5x5] 2025-06-06T00:15:20.1917737Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_3D_5x5x5] 2025-06-06T00:15:20.1918652Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_4D_2x3x4x5] 2025-06-06T00:15:20.1919778Z [gw0] [ 22%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-06T00:15:20.1921606Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-06T00:15:20.1923459Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_erf.py::test_erf_u55_BI[randn_pos] 2025-06-06T00:15:20.1924642Z backends/arm/test/ops/test_erf.py::test_erf_u55_BI[randn_neg] 2025-06-06T00:15:20.1926094Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_4D_2x3x4x5] 2025-06-06T00:15:20.1927125Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[large_tensor] 2025-06-06T00:15:20.1928825Z [gw2] [ 22%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[large_tensor] 2025-06-06T00:15:20.1930110Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last1dim] 2025-06-06T00:15:20.1931937Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last1dim] 2025-06-06T00:15:20.1933435Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last2dim] 2025-06-06T00:15:20.1935190Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last2dim] 2025-06-06T00:15:20.1936879Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last3dim] 2025-06-06T00:15:20.1938562Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_erf.py::test_erf_u55_BI[randn_neg] 2025-06-06T00:15:20.1939688Z backends/arm/test/ops/test_erf.py::test_erf_u55_BI[ramp] 2025-06-06T00:15:20.1941290Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last3dim] 2025-06-06T00:15:20.1942914Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last4dim] 2025-06-06T00:15:20.1944931Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last4dim] 2025-06-06T00:15:20.1946449Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last1dim] 2025-06-06T00:15:20.1948429Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last1dim] 2025-06-06T00:15:20.1949947Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last2dim] 2025-06-06T00:15:20.1952042Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last2dim] 2025-06-06T00:15:20.1953520Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last3dim] 2025-06-06T00:15:20.1955534Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last3dim] 2025-06-06T00:15:20.1956994Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last1dim] 2025-06-06T00:15:20.1958559Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_erf.py::test_erf_u55_BI[ramp] 2025-06-06T00:15:20.1959651Z backends/arm/test/ops/test_erf.py::test_erf_u85_BI[zeros] 2025-06-06T00:15:20.1961543Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last1dim] 2025-06-06T00:15:20.1962971Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last2dim] 2025-06-06T00:15:20.1964766Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last2dim] 2025-06-06T00:15:20.1966184Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last1dim] 2025-06-06T00:15:20.1967837Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_erf.py::test_erf_u85_BI[zeros] 2025-06-06T00:15:20.1969162Z backends/arm/test/ops/test_erf.py::test_erf_u85_BI[ones] 2025-06-06T00:15:20.1971276Z [gw0] [ 22%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-06T00:15:20.1973010Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-06T00:15:20.1974935Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last1dim] 2025-06-06T00:15:20.1976541Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last2dim] 2025-06-06T00:15:20.1978605Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last2dim] 2025-06-06T00:15:20.1980405Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last3dim] 2025-06-06T00:15:20.1982061Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_erf.py::test_erf_u85_BI[ones] 2025-06-06T00:15:20.1983163Z backends/arm/test/ops/test_erf.py::test_erf_u85_BI[rand] 2025-06-06T00:15:20.1984934Z [gw0] [ 23%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_20_x_4d] 2025-06-06T00:15:20.1986680Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_4d] 2025-06-06T00:15:20.1988987Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last3dim] 2025-06-06T00:15:20.1990581Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last4dim] 2025-06-06T00:15:20.1992227Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_erf.py::test_erf_u85_BI[rand] 2025-06-06T00:15:20.1993220Z backends/arm/test/ops/test_erf.py::test_erf_u85_BI[randn_pos] 2025-06-06T00:15:20.1994914Z [gw0] [ 23%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_4d] 2025-06-06T00:15:20.1996771Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-06T00:15:20.1998500Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_erf.py::test_erf_u85_BI[randn_pos] 2025-06-06T00:15:20.1999606Z backends/arm/test/ops/test_erf.py::test_erf_u85_BI[randn_neg] 2025-06-06T00:15:20.2001401Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last4dim] 2025-06-06T00:15:20.2002870Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last1dim] 2025-06-06T00:15:20.2004432Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_erf.py::test_erf_u85_BI[randn_neg] 2025-06-06T00:15:20.2005580Z backends/arm/test/ops/test_erf.py::test_erf_u85_BI[ramp] 2025-06-06T00:15:20.2007114Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last1dim] 2025-06-06T00:15:20.2008643Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last2dim] 2025-06-06T00:15:20.2010134Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_erf.py::test_erf_u85_BI[ramp] 2025-06-06T00:15:20.2011261Z backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[zeros] 2025-06-06T00:15:20.2012828Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last2dim] 2025-06-06T00:15:20.2014317Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last3dim] 2025-06-06T00:15:20.2015824Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[zeros] 2025-06-06T00:15:20.2017544Z backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[ones] 2025-06-06T00:15:20.2018806Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[ones] 2025-06-06T00:15:20.2019874Z backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[rand] 2025-06-06T00:15:20.2021644Z [gw0] [ 23%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_5_x_4d_randn] 2025-06-06T00:15:20.2023319Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-06T00:15:20.2024998Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[rand] 2025-06-06T00:15:20.2026002Z backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[randn_pos] 2025-06-06T00:15:20.2027367Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[randn_pos] 2025-06-06T00:15:20.2028628Z backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[randn_neg] 2025-06-06T00:15:42.4567208Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last3dim] 2025-06-06T00:15:42.4568815Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last1dim] 2025-06-06T00:15:42.4570452Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[randn_neg] 2025-06-06T00:15:42.4571555Z backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[ramp] 2025-06-06T00:15:42.4572826Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_MI[ramp] 2025-06-06T00:15:42.4574250Z backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[zeros] 2025-06-06T00:15:42.4575857Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last1dim] 2025-06-06T00:15:42.4577392Z backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last2dim] 2025-06-06T00:15:42.4578946Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[zeros] 2025-06-06T00:15:42.4579999Z backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[ones] 2025-06-06T00:15:42.4581388Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[ones] 2025-06-06T00:15:42.4582422Z backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[rand] 2025-06-06T00:15:42.4583710Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[rand] 2025-06-06T00:15:42.4584782Z backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[randn_pos] 2025-06-06T00:15:42.4586426Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last2dim] 2025-06-06T00:15:42.4587885Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_3x2x40_nobias] 2025-06-06T00:15:42.4696579Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[randn_pos] 2025-06-06T00:15:42.4697776Z backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[randn_neg] 2025-06-06T00:15:42.4699351Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_3x2x40_nobias] 2025-06-06T00:15:42.4700742Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x256_st1] 2025-06-06T00:15:42.4702416Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x256_st1] 2025-06-06T00:15:42.4703801Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x12_st2_pd1] 2025-06-06T00:15:42.4705332Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[randn_neg] 2025-06-06T00:15:42.4706426Z backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[ramp] 2025-06-06T00:15:42.4707940Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x12_st2_pd1] 2025-06-06T00:15:42.4709665Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[1_1x2x128_st1] 2025-06-06T00:15:42.4711586Z [gw0] [ 23%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_avgpool2d[combo_conv_avgpool_2_x_4d] 2025-06-06T00:15:42.4713309Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last1dim] 2025-06-06T00:15:42.4714891Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_exp.py::test_exp_tosa_BI[ramp] 2025-06-06T00:15:42.4715928Z backends/arm/test/ops/test_exp.py::test_exp_u55_BI[zeros] 2025-06-06T00:15:42.4717430Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[1_1x2x128_st1] 2025-06-06T00:15:42.4718781Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_1x2x14_st2] 2025-06-06T00:15:42.4720853Z [gw0] [ 23%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last1dim] 2025-06-06T00:15:42.4722445Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last2dim] 2025-06-06T00:15:42.4724239Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_1x2x14_st2] 2025-06-06T00:15:42.4725608Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_3x2x128_st1] 2025-06-06T00:15:42.4727411Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last2dim] 2025-06-06T00:15:42.4729134Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last3dim] 2025-06-06T00:15:42.4730930Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_3x2x128_st1] 2025-06-06T00:15:42.4732330Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x224_st2_pd1] 2025-06-06T00:15:42.4734172Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last3dim] 2025-06-06T00:15:42.4735758Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last4dim] 2025-06-06T00:15:42.4737652Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x224_st2_pd1] 2025-06-06T00:15:42.4739249Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:15:42.4740884Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_exp.py::test_exp_u55_BI[zeros] 2025-06-06T00:15:42.4741930Z backends/arm/test/ops/test_exp.py::test_exp_u55_BI[ones] 2025-06-06T00:15:42.4743633Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:15:42.4745389Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:15:42.4747388Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[4dim_last4dim] 2025-06-06T00:15:42.4748969Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last1dim] 2025-06-06T00:15:42.4750974Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:15:42.4752702Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:15:42.4754922Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last1dim] 2025-06-06T00:15:42.4756521Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last2dim] 2025-06-06T00:15:42.4758528Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:15:42.4760570Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:15:42.4762580Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last2dim] 2025-06-06T00:15:42.4764184Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last3dim] 2025-06-06T00:15:42.4766185Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:15:42.4767770Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d_nobias] 2025-06-06T00:15:42.4769256Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_exp.py::test_exp_u55_BI[ones] 2025-06-06T00:15:42.4770354Z backends/arm/test/ops/test_exp.py::test_exp_u55_BI[rand] 2025-06-06T00:15:42.4771990Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[3dim_last3dim] 2025-06-06T00:15:42.4773580Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last1dim] 2025-06-06T00:15:42.4775504Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last1dim] 2025-06-06T00:15:42.4777095Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last2dim] 2025-06-06T00:15:42.4778976Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d_nobias] 2025-06-06T00:15:42.4780370Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d] 2025-06-06T00:15:42.4781987Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d] 2025-06-06T00:15:42.4783240Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_neg_none] 2025-06-06T00:15:42.4784958Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_MI[2dim_last2dim] 2025-06-06T00:15:42.4786597Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last1dim] 2025-06-06T00:15:42.4788158Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_exp.py::test_exp_u55_BI[rand] 2025-06-06T00:15:42.4789229Z backends/arm/test/ops/test_exp.py::test_exp_u55_BI[randn_pos] 2025-06-06T00:15:42.4790888Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last1dim] 2025-06-06T00:15:42.4792486Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last2dim] 2025-06-06T00:15:42.4794136Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_neg_none] 2025-06-06T00:15:42.4795322Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ramp_none] 2025-06-06T00:15:42.4796690Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_exp.py::test_exp_u55_BI[randn_pos] 2025-06-06T00:15:42.4797798Z backends/arm/test/ops/test_exp.py::test_exp_u55_BI[randn_neg] 2025-06-06T00:16:23.6049053Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d_nobias] 2025-06-06T00:16:23.6050736Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d] 2025-06-06T00:16:23.6052844Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last2dim] 2025-06-06T00:16:23.6055041Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last3dim] 2025-06-06T00:16:23.6056966Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ramp_none] 2025-06-06T00:16:23.6058283Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[zeros_tanh] 2025-06-06T00:16:23.6060086Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_exp.py::test_exp_u55_BI[randn_neg] 2025-06-06T00:16:23.6061295Z backends/arm/test/ops/test_exp.py::test_exp_u55_BI[ramp] 2025-06-06T00:16:23.6062837Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[zeros_tanh] 2025-06-06T00:16:23.6064108Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ones_tanh] 2025-06-06T00:16:23.6065523Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_exp.py::test_exp_u55_BI[ramp] 2025-06-06T00:16:23.6066576Z backends/arm/test/ops/test_exp.py::test_exp_u85_BI[zeros] 2025-06-06T00:16:23.6068499Z [gw0] [ 24%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last3dim] 2025-06-06T00:16:23.6070393Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last4dim] 2025-06-06T00:16:23.6072480Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ones_tanh] 2025-06-06T00:16:23.6073782Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[rand_tanh] 2025-06-06T00:16:23.6075348Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_exp.py::test_exp_u85_BI[zeros] 2025-06-06T00:16:23.6076612Z backends/arm/test/ops/test_exp.py::test_exp_u85_BI[ones] 2025-06-06T00:16:23.6078041Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_exp.py::test_exp_u85_BI[ones] 2025-06-06T00:16:23.6079171Z backends/arm/test/ops/test_exp.py::test_exp_u85_BI[rand] 2025-06-06T00:16:23.6080956Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[rand_tanh] 2025-06-06T00:16:23.6082315Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_pos_tanh] 2025-06-06T00:16:23.6083910Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_exp.py::test_exp_u85_BI[rand] 2025-06-06T00:16:23.6085147Z backends/arm/test/ops/test_exp.py::test_exp_u85_BI[randn_pos] 2025-06-06T00:16:23.6086803Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_pos_tanh] 2025-06-06T00:16:23.6088213Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_neg_tanh] 2025-06-06T00:16:23.6090302Z [gw0] [ 25%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[4dim_last4dim] 2025-06-06T00:16:23.6092127Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last1dim] 2025-06-06T00:16:23.6094001Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_exp.py::test_exp_u85_BI[randn_pos] 2025-06-06T00:16:23.6095317Z backends/arm/test/ops/test_exp.py::test_exp_u85_BI[randn_neg] 2025-06-06T00:16:23.6097251Z [gw0] [ 25%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last1dim] 2025-06-06T00:16:23.6099152Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last2dim] 2025-06-06T00:16:23.6101000Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_exp.py::test_exp_u85_BI[randn_neg] 2025-06-06T00:16:23.6102282Z backends/arm/test/ops/test_exp.py::test_exp_u85_BI[ramp] 2025-06-06T00:16:23.6103853Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_neg_tanh] 2025-06-06T00:16:23.6105186Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ramp_tanh] 2025-06-06T00:16:23.6106703Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_exp.py::test_exp_u85_BI[ramp] 2025-06-06T00:16:23.6108031Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_1d_both] 2025-06-06T00:16:23.6109818Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_1d_both] 2025-06-06T00:16:23.6111251Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_1d] 2025-06-06T00:16:23.6112859Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ramp_tanh] 2025-06-06T00:16:23.6114282Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[zeros_none] 2025-06-06T00:16:23.6115992Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_1d] 2025-06-06T00:16:23.6117371Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_4d] 2025-06-06T00:16:23.6118857Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_4d] 2025-06-06T00:16:23.6120309Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_batch_1] 2025-06-06T00:16:23.6121998Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[zeros_none] 2025-06-06T00:16:23.6123271Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ones_none] 2025-06-06T00:16:23.6124839Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_batch_1] 2025-06-06T00:16:23.6126324Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_batch_2] 2025-06-06T00:16:23.6128001Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_batch_2] 2025-06-06T00:16:23.6129488Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_mix_neg] 2025-06-06T00:16:23.6131500Z [gw0] [ 25%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last2dim] 2025-06-06T00:16:23.6133332Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last3dim] 2025-06-06T00:16:23.6135429Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_mix_neg] 2025-06-06T00:16:23.6137105Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_small_neg] 2025-06-06T00:16:23.6138793Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ones_none] 2025-06-06T00:16:23.6140065Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[rand_none] 2025-06-06T00:16:23.6141684Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_small_neg] 2025-06-06T00:16:23.6143296Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_2d] 2025-06-06T00:16:23.6144972Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_2d] 2025-06-06T00:16:23.6146390Z backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_neg_mul] 2025-06-06T00:16:23.6148095Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[rand_none] 2025-06-06T00:16:23.6149441Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_pos_none] 2025-06-06T00:16:23.6151178Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_MI[rand_neg_mul] 2025-06-06T00:16:23.6152578Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_1d_both] 2025-06-06T00:16:23.6154338Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_1d_both] 2025-06-06T00:16:23.6155953Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_1d] 2025-06-06T00:16:23.6157619Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_1d] 2025-06-06T00:16:23.6158968Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_4d] 2025-06-06T00:16:23.6160626Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_pos_none] 2025-06-06T00:16:23.6161944Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_neg_none] 2025-06-06T00:16:23.6163512Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_4d] 2025-06-06T00:16:23.6164846Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_batch_1] 2025-06-06T00:16:23.6166466Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_neg_none] 2025-06-06T00:16:23.6167884Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ramp_none] 2025-06-06T00:16:23.6169487Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_batch_1] 2025-06-06T00:16:23.6170883Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_batch_2] 2025-06-06T00:16:23.6172877Z [gw0] [ 25%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[3dim_last3dim] 2025-06-06T00:16:23.6174756Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last1dim] 2025-06-06T00:16:23.6176720Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_batch_2] 2025-06-06T00:16:23.6178197Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_mix_neg] 2025-06-06T00:16:23.6179763Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ramp_none] 2025-06-06T00:16:23.6180966Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[zeros_tanh] 2025-06-06T00:16:23.6182342Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_mix_neg] 2025-06-06T00:16:23.6183512Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_small_neg] 2025-06-06T00:16:23.6184823Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[zeros_tanh] 2025-06-06T00:16:23.6185861Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ones_tanh] 2025-06-06T00:16:23.6187533Z [gw0] [ 25%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last1dim] 2025-06-06T00:16:43.8397512Z backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last2dim] 2025-06-06T00:16:43.8399910Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_small_neg] 2025-06-06T00:16:43.8401317Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_2d] 2025-06-06T00:16:43.8402966Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_2d] 2025-06-06T00:16:43.8404661Z backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_neg_mul] 2025-06-06T00:16:43.8406241Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ones_tanh] 2025-06-06T00:16:43.8407451Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[rand_tanh] 2025-06-06T00:16:43.8409071Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_expand.py::test_expand_tosa_BI[rand_neg_mul] 2025-06-06T00:16:43.8410460Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_1d_both] 2025-06-06T00:16:43.8412089Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[rand_tanh] 2025-06-06T00:16:43.8413338Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_pos_tanh] 2025-06-06T00:16:43.8415019Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_1d_both] 2025-06-06T00:16:43.8416356Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_1d] 2025-06-06T00:16:43.8418002Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_pos_tanh] 2025-06-06T00:16:43.8419287Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_neg_tanh] 2025-06-06T00:16:43.8421169Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_conv_constant_pad_nd.py::test_constant_pad_nd_tosa_BI[2dim_last2dim] 2025-06-06T00:16:43.8422688Z backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[zeros] 2025-06-06T00:16:43.8424137Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[zeros] 2025-06-06T00:16:43.8425256Z backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[ones] 2025-06-06T00:16:43.8426630Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[ones] 2025-06-06T00:16:43.8427743Z backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[rand] 2025-06-06T00:16:43.8429531Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[randn_neg_tanh] 2025-06-06T00:16:43.8430830Z backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ramp_tanh] 2025-06-06T00:16:43.8432345Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[rand] 2025-06-06T00:16:43.8433500Z backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[randn_pos] 2025-06-06T00:16:43.8435076Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_1d] 2025-06-06T00:16:43.8436388Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_4d] 2025-06-06T00:16:43.8437968Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[randn_pos] 2025-06-06T00:16:43.8439375Z backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[randn_neg] 2025-06-06T00:16:43.8441016Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[randn_neg] 2025-06-06T00:16:43.8442207Z backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[ramp] 2025-06-06T00:16:43.8443785Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u85_BI[ramp_tanh] 2025-06-06T00:16:43.8445219Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_groups_1] 2025-06-06T00:16:43.8446934Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_MI[ramp] 2025-06-06T00:16:43.8448086Z backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[zeros] 2025-06-06T00:16:43.8450040Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_groups_1] 2025-06-06T00:16:43.8451692Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_groups_2] 2025-06-06T00:16:43.8453460Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[zeros] 2025-06-06T00:16:43.8454921Z backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[ones] 2025-06-06T00:16:43.8456710Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_groups_2] 2025-06-06T00:16:43.8458512Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_groups_6] 2025-06-06T00:16:43.8460368Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_4d] 2025-06-06T00:16:43.8461719Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_batch_1] 2025-06-06T00:16:43.8463277Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[ones] 2025-06-06T00:16:43.8464375Z backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[rand] 2025-06-06T00:16:43.8466153Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_4_6_groups_6] 2025-06-06T00:16:43.8467957Z 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-06T00:16:43.8469797Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[rand] 2025-06-06T00:16:43.8471012Z backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[randn_pos] 2025-06-06T00:16:43.8472997Z [gw2] [ 26%] 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-06T00:16:43.8474894Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[randn_1_12_8_6_groups_6_eps] 2025-06-06T00:16:43.8476883Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d] 2025-06-06T00:16:43.8478498Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_not_delegated[large_stride] 2025-06-06T00:16:43.8480443Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[randn_pos] 2025-06-06T00:16:43.8481810Z backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[randn_neg] 2025-06-06T00:16:43.8483475Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_batch_1] 2025-06-06T00:16:43.8484826Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_batch_2] 2025-06-06T00:16:43.8486733Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_not_delegated[large_stride] 2025-06-06T00:16:43.8488485Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_not_delegated[large_kernel_height] 2025-06-06T00:16:43.8490753Z [gw2] [ 26%] 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-06T00:16:43.8492578Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[randn_1_12_8_6_groups_12] 2025-06-06T00:16:43.8494563Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[randn_neg] 2025-06-06T00:16:43.8495773Z backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[ramp] 2025-06-06T00:16:43.8497666Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_not_delegated[large_kernel_height] 2025-06-06T00:16:43.8499411Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_not_delegated[large_kernel] 2025-06-06T00:16:43.8501564Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[randn_1_12_8_6_groups_12] 2025-06-06T00:16:43.8503453Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_6_8_10_12_groups_1] 2025-06-06T00:16:43.8505219Z [gw0] [ 26%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_BI[ramp] 2025-06-06T00:16:43.8506419Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[zeros] 2025-06-06T00:16:43.8508441Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_not_delegated[large_kernel] 2025-06-06T00:16:43.8510104Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[2x2_3x2x40x40_nobias] 2025-06-06T00:16:43.8512756Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[2x2_3x2x40x40_nobias] 2025-06-06T00:16:43.8514404Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x256x256_st1] 2025-06-06T00:16:43.8516364Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x256x256_st1] 2025-06-06T00:16:43.8517946Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:16:43.8520077Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:16:43.8521670Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[1x1_1x2x128x128_st1] 2025-06-06T00:16:43.8523990Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[1x1_1x2x128x128_st1] 2025-06-06T00:16:43.8525775Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:16:43.8528045Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:16:43.8529936Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:16:43.8532342Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:16:43.8534300Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:16:43.8911105Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:16:43.8913746Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8916312Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8918302Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8921160Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8923272Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8925696Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8928108Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8930555Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8932932Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8935315Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8937506Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8940104Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8942119Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8944531Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8946635Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_3x2x128x128_st1] 2025-06-06T00:16:43.8948670Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[5x5_3x2x128x128_st1] 2025-06-06T00:16:43.8950290Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:16:43.8952301Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_MI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:16:43.8953943Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[2x2_3x2x40x40_nobias] 2025-06-06T00:16:43.8956556Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[2x2_3x2x40x40_nobias] 2025-06-06T00:16:43.8958135Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x256x256_st1] 2025-06-06T00:16:43.8960234Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x256x256_st1] 2025-06-06T00:16:43.8961827Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:16:43.8964326Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:16:43.8965972Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[1x1_1x2x128x128_st1] 2025-06-06T00:16:43.8968002Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[1x1_1x2x128x128_st1] 2025-06-06T00:16:43.8969703Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:16:43.8972162Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:16:43.8974655Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:16:43.8977025Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:16:43.8978987Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:16:43.8981982Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:16:43.8984023Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8986631Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8988618Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8991673Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8993659Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8996279Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.8998768Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.9001254Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.9003239Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.9005887Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.9007817Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.9010251Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.9012674Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.9015076Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.9016857Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_3x2x128x128_st1] 2025-06-06T00:16:43.9019400Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[5x5_3x2x128x128_st1] 2025-06-06T00:16:43.9021070Z backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:16:43.9023197Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_tosa_BI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:16:43.9024749Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[2x2_3x2x40x40_nobias] 2025-06-06T00:16:43.9026752Z [gw3] [ 27%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[2x2_3x2x40x40_nobias] 2025-06-06T00:16:43.9029446Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x256x256_st1] 2025-06-06T00:16:43.9031437Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x256x256_st1] 2025-06-06T00:16:43.9033525Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:16:43.9036252Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:16:43.9037877Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[1x1_1x2x128x128_st1] 2025-06-06T00:16:43.9039979Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[1x1_1x2x128x128_st1] 2025-06-06T00:16:43.9041708Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:16:43.9043957Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:16:43.9046622Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:16:43.9048972Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:16:43.9050943Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:16:43.9053922Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:16:43.9056148Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:43.9058785Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9930221Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9933120Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9935251Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9937994Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9940074Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9942541Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9944608Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9947083Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9949162Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9951642Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9953723Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9956474Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:48.9958367Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_3x2x128x128_st1] 2025-06-06T00:16:48.9960523Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[5x5_3x2x128x128_st1] 2025-06-06T00:16:48.9962232Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:16:48.9964510Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:16:48.9966271Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[2x2_3x2x40x40_nobias] 2025-06-06T00:16:48.9968330Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[2x2_3x2x40x40_nobias] 2025-06-06T00:16:48.9970016Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x256x256_st1] 2025-06-06T00:16:48.9972033Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x256x256_st1] 2025-06-06T00:16:48.9973474Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:16:48.9988013Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x12x12_st2_pd1] 2025-06-06T00:16:48.9990123Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[1x1_1x2x128x128_st1] 2025-06-06T00:16:48.9992187Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[1x1_1x2x128x128_st1] 2025-06-06T00:16:48.9994034Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:16:48.9996412Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-06-06T00:16:48.9998548Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:16:49.0001109Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-06-06T00:16:49.0003170Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:16:49.0005670Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-06-06T00:16:49.0007912Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0010416Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0012534Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0015035Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0017110Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0019577Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0021642Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0023977Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0026047Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0028782Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0030855Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0033312Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0035526Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0038001Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-06-06T00:16:49.0039976Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_3x2x128x128_st1] 2025-06-06T00:16:49.0042007Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[5x5_3x2x128x128_st1] 2025-06-06T00:16:49.0043713Z backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:16:49.0045801Z [gw3] [ 28%] SKIPPED backends/arm/test/ops/test_conv3d.py::test_convolution_u85_BI_3d[3x3_1x3x224x224_st2_pd1] 2025-06-06T00:16:49.0047579Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_not_delegated_3d[large_stride] 2025-06-06T00:16:49.0050058Z [gw2] [ 28%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_6_8_10_12_groups_1] 2025-06-06T00:16:49.0052018Z 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-06T00:16:49.0054310Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_not_delegated_3d[large_stride] 2025-06-06T00:16:49.0056349Z backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_not_delegated_3d[large_kernel_z] 2025-06-06T00:16:49.0058396Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[zeros] 2025-06-06T00:16:49.0059681Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[ones] 2025-06-06T00:16:49.0061744Z [gw2] [ 29%] 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-06T00:16:49.0063717Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_6_8_10_12_groups_8] 2025-06-06T00:16:49.0065933Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_conv3d.py::test_convolution_u55_BI_not_delegated_3d[large_kernel_z] 2025-06-06T00:16:49.0067781Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_meandim 2025-06-06T00:16:49.0069584Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_batch_2] 2025-06-06T00:16:49.0071029Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_mix_neg] 2025-06-06T00:16:49.0072686Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[ones] 2025-06-06T00:16:49.0073968Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[rand] 2025-06-06T00:16:49.0075686Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_meandim 2025-06-06T00:16:49.0077266Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_meandim 2025-06-06T00:16:49.0078996Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[rand] 2025-06-06T00:16:49.0080428Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[randn_pos] 2025-06-06T00:16:49.0082414Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_MI[rand_6_8_10_12_groups_8] 2025-06-06T00:16:49.0084240Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_groups_1] 2025-06-06T00:16:49.0086250Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_meandim 2025-06-06T00:16:49.0087834Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_meandim 2025-06-06T00:17:14.7980082Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[randn_pos] 2025-06-06T00:17:14.7981211Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[randn_neg] 2025-06-06T00:17:14.7982743Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_mix_neg] 2025-06-06T00:17:14.7983856Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_small_neg] 2025-06-06T00:17:14.7985168Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[randn_neg] 2025-06-06T00:17:14.7986161Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[ramp] 2025-06-06T00:17:14.7987344Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u55_BI[ramp] 2025-06-06T00:17:14.7988301Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[zeros] 2025-06-06T00:17:14.7989483Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[zeros] 2025-06-06T00:17:14.7990450Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[ones] 2025-06-06T00:17:14.7991693Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[ones] 2025-06-06T00:17:14.7992653Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[rand] 2025-06-06T00:17:14.7994050Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_groups_1] 2025-06-06T00:17:14.7995380Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_groups_2] 2025-06-06T00:17:14.7996725Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[rand] 2025-06-06T00:17:14.7997722Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[randn_pos] 2025-06-06T00:17:14.7999121Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI[rand_small_neg] 2025-06-06T00:17:14.8000327Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_1d_both] 2025-06-06T00:17:14.8001689Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_meandim 2025-06-06T00:17:14.8002843Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_meandim 2025-06-06T00:17:14.8004170Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[randn_pos] 2025-06-06T00:17:14.8005338Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[randn_neg] 2025-06-06T00:17:14.8006605Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_1d_both] 2025-06-06T00:17:14.8007650Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_1d] 2025-06-06T00:17:14.8008874Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[randn_neg] 2025-06-06T00:17:14.8009866Z backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[ramp] 2025-06-06T00:17:14.8011027Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_cos.py::test_cos_tosa_u85_BI[ramp] 2025-06-06T00:17:14.8012243Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[2_1x6x4_gp6_st1] 2025-06-06T00:17:14.8013726Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_1d] 2025-06-06T00:17:14.8014737Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_4d] 2025-06-06T00:17:14.8016175Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_groups_2] 2025-06-06T00:17:14.8017476Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_groups_6] 2025-06-06T00:17:14.8019167Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[2_1x6x4_gp6_st1] 2025-06-06T00:17:14.8020639Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[two_dw_conv1d] 2025-06-06T00:17:14.8022351Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[two_dw_conv1d] 2025-06-06T00:17:14.8023912Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3_1x3x256_gp3_st1] 2025-06-06T00:17:14.8025404Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_4d] 2025-06-06T00:17:14.8026439Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_batch_1] 2025-06-06T00:17:14.8028019Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3_1x3x256_gp3_st1] 2025-06-06T00:17:14.8029506Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3_1x3x14_gp3_st1] 2025-06-06T00:17:14.8031289Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3_1x3x14_gp3_st1] 2025-06-06T00:17:14.8032808Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-06T00:17:14.8034683Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-06T00:17:14.8036239Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-06T00:17:14.8037853Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_meandim 2025-06-06T00:17:14.8039134Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_batchnorm_relu6[affine] 2025-06-06T00:17:14.8040694Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_batch_1] 2025-06-06T00:17:14.8041831Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_batch_2] 2025-06-06T00:17:14.8043461Z [gw0] [ 29%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-06T00:17:14.8045054Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-06T00:17:14.8046827Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_batchnorm_relu6[affine] 2025-06-06T00:17:14.8048273Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_batchnorm_relu6[_no_affine] 2025-06-06T00:17:14.8050093Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-06T00:17:14.8051698Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-06T00:17:14.8053475Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_batchnorm_relu6[_no_affine] 2025-06-06T00:17:14.8092520Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_batchnorm_relu6[affine] 2025-06-06T00:17:14.8094600Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_batchnorm_relu6[affine] 2025-06-06T00:17:14.8096000Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_batchnorm_relu6[_no_affine] 2025-06-06T00:17:14.8097835Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-06T00:17:14.8099440Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-06T00:17:14.8101006Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_batch_2] 2025-06-06T00:17:14.8102082Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_mix_neg] 2025-06-06T00:17:14.8103697Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-06T00:17:14.8105224Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[two_dw_conv2d] 2025-06-06T00:17:14.8107200Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_batchnorm_relu6[_no_affine] 2025-06-06T00:17:14.8108590Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_batchnorm_relu6[affine] 2025-06-06T00:17:14.8110279Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_MI_depth_wise[two_dw_conv2d] 2025-06-06T00:17:14.8111732Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[2_1x6x4_gp6_st1] 2025-06-06T00:17:14.8113405Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_groups_6] 2025-06-06T00:17:14.8114834Z 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-06T00:17:14.8116442Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_mix_neg] 2025-06-06T00:17:14.8117527Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_small_neg] 2025-06-06T00:17:14.8119097Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[2_1x6x4_gp6_st1] 2025-06-06T00:17:14.8120671Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[two_dw_conv1d] 2025-06-06T00:17:14.8122406Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[two_dw_conv1d] 2025-06-06T00:17:14.8123983Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3_1x3x256_gp3_st1] 2025-06-06T00:17:14.8125515Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI[rand_small_neg] 2025-06-06T00:17:48.8267233Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI_failure_set[rand_2d] 2025-06-06T00:17:48.8269595Z [gw2] [ 30%] 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-06T00:17:48.8271680Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[randn_1_12_8_6_groups_6_eps] 2025-06-06T00:17:48.8273809Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3_1x3x256_gp3_st1] 2025-06-06T00:17:48.8275639Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3_1x3x14_gp3_st1] 2025-06-06T00:17:48.8277521Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI_failure_set[rand_2d] 2025-06-06T00:17:48.8278942Z backends/arm/test/ops/test_expand.py::test_expand_u55_BI_failure_set[rand_neg_mul] 2025-06-06T00:17:48.8281037Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3_1x3x14_gp3_st1] 2025-06-06T00:17:48.8282880Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-06T00:17:48.8285096Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-06T00:17:48.8286951Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-06T00:17:48.8288945Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u55_BI_failure_set[rand_neg_mul] 2025-06-06T00:17:48.8290397Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI_failure_set[rand_2d] 2025-06-06T00:17:48.8292310Z [gw2] [ 30%] 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-06T00:17:48.8294035Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[randn_1_12_8_6_groups_12] 2025-06-06T00:17:48.8296367Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-06T00:17:48.8298312Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-06T00:17:48.8300457Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_batchnorm_relu6[affine] 2025-06-06T00:17:48.8302089Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_batchnorm_relu6[_no_affine] 2025-06-06T00:17:48.8304269Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-06T00:17:48.8306164Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-06T00:17:48.8308257Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI_failure_set[rand_2d] 2025-06-06T00:17:48.8309690Z backends/arm/test/ops/test_expand.py::test_expand_u85_BI_failure_set[rand_neg_mul] 2025-06-06T00:17:48.8311454Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_expand.py::test_expand_u85_BI_failure_set[rand_neg_mul] 2025-06-06T00:17:48.8312748Z backends/arm/test/ops/test_eye.py::test_eye_tosa_MI[10x3x3] 2025-06-06T00:17:48.8314137Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_eye.py::test_eye_tosa_MI[10x3x3] 2025-06-06T00:17:48.8315248Z backends/arm/test/ops/test_eye.py::test_eye_tosa_MI[10x1] 2025-06-06T00:17:48.8317264Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-06T00:17:48.8319148Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-06T00:17:48.8321557Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-06T00:17:48.8323353Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[two_dw_conv2d] 2025-06-06T00:17:48.8325463Z [gw2] [ 30%] XPASS backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[randn_1_12_8_6_groups_12] 2025-06-06T00:17:48.8327137Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_6_8_10_12_groups_1] 2025-06-06T00:17:48.8328762Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_eye.py::test_eye_tosa_MI[10x1] 2025-06-06T00:17:48.8329922Z backends/arm/test/ops/test_eye.py::test_eye_tosa_MI[int32_int32] 2025-06-06T00:17:48.8331371Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_eye.py::test_eye_tosa_MI[int32_int32] 2025-06-06T00:17:48.8332532Z backends/arm/test/ops/test_eye.py::test_eye_tosa_BI[10x3x3] 2025-06-06T00:17:48.8334281Z [gw0] [ 30%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_tosa_BI_depth_wise[two_dw_conv2d] 2025-06-06T00:17:48.8336036Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-06T00:17:48.8337788Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_eye.py::test_eye_tosa_BI[10x3x3] 2025-06-06T00:17:48.8338904Z backends/arm/test/ops/test_eye.py::test_eye_tosa_BI[10x1] 2025-06-06T00:17:48.8340252Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_eye.py::test_eye_tosa_BI[10x1] 2025-06-06T00:17:48.8341406Z backends/arm/test/ops/test_eye.py::test_eye_tosa_BI[int32_int32] 2025-06-06T00:17:48.8342843Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_eye.py::test_eye_tosa_BI[int32_int32] 2025-06-06T00:17:48.8343990Z backends/arm/test/ops/test_eye.py::test_eye_u55_BI[10x3x3] 2025-06-06T00:17:48.8345774Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-06T00:17:48.8347704Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-06T00:17:48.8349790Z [gw2] [ 31%] XPASS backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_6_8_10_12_groups_1] 2025-06-06T00:17:48.8351500Z 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-06T00:17:48.8353616Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_batchnorm_relu6[_no_affine] 2025-06-06T00:17:48.8360084Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_batchnorm_relu6[affine] 2025-06-06T00:17:48.8362448Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_eye.py::test_eye_u55_BI[10x3x3] 2025-06-06T00:17:48.8364194Z backends/arm/test/ops/test_eye.py::test_eye_u55_BI[10x1] 2025-06-06T00:17:48.8366585Z [gw2] [ 31%] 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-06T00:17:48.8368944Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_6_8_10_12_groups_8] 2025-06-06T00:17:48.8371181Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_eye.py::test_eye_u55_BI[10x1] 2025-06-06T00:17:48.8372736Z backends/arm/test/ops/test_eye.py::test_eye_u55_BI[int32_int32] 2025-06-06T00:17:48.8375241Z [gw2] [ 31%] XPASS backends/arm/test/ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_6_8_10_12_groups_8] 2025-06-06T00:17:48.8377435Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_1] 2025-06-06T00:17:48.8380001Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_batchnorm_relu6[affine] 2025-06-06T00:17:48.8382201Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_batchnorm_relu6[_no_affine] 2025-06-06T00:17:48.8384997Z [gw0] [ 31%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-06T00:17:48.8387818Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-06T00:17:48.8390272Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_eye.py::test_eye_u55_BI[int32_int32] 2025-06-06T00:17:48.8391829Z backends/arm/test/ops/test_eye.py::test_eye_u85_BI[10x3x3] 2025-06-06T00:17:48.8393578Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_eye.py::test_eye_u85_BI[10x3x3] 2025-06-06T00:17:48.8395081Z backends/arm/test/ops/test_eye.py::test_eye_u85_BI[10x1] 2025-06-06T00:17:48.8396650Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_eye.py::test_eye_u85_BI[10x1] 2025-06-06T00:17:48.8397819Z backends/arm/test/ops/test_eye.py::test_eye_u85_BI[int32_int32] 2025-06-06T00:17:48.8399938Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_batchnorm_relu6[_no_affine] 2025-06-06T00:17:48.8401693Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_2_x_4d] 2025-06-06T00:17:48.8404084Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_2_x_4d] 2025-06-06T00:17:48.8405848Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-06T00:17:48.8407963Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-06T00:17:48.8409942Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_4d] 2025-06-06T00:17:48.8411669Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_eye.py::test_eye_u85_BI[int32_int32] 2025-06-06T00:18:23.6110997Z backends/arm/test/ops/test_eye.py::test_eye_tosa_BI_not_delegated[fp32_int64] 2025-06-06T00:18:23.6113381Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_4d] 2025-06-06T00:18:23.6115360Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-06T00:18:23.6117630Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_1] 2025-06-06T00:18:23.6200187Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_2] 2025-06-06T00:18:23.6202523Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_eye.py::test_eye_tosa_BI_not_delegated[fp32_int64] 2025-06-06T00:18:23.6204055Z backends/arm/test/ops/test_eye.py::test_eye_tosa_BI_not_delegated[fp32_int32] 2025-06-06T00:18:23.6206560Z [gw3] [ 31%] 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-06T00:18:23.6208632Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-06T00:18:23.6210623Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_eye.py::test_eye_tosa_BI_not_delegated[fp32_int32] 2025-06-06T00:18:23.6212140Z backends/arm/test/ops/test_eye.py::test_eye_tosa_BI_not_delegated[int32_int64] 2025-06-06T00:18:23.6214210Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_MI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-06T00:18:23.6216369Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_2_x_4d] 2025-06-06T00:18:23.6218666Z [gw1] [ 31%] XFAIL backends/arm/test/ops/test_eye.py::test_eye_tosa_BI_not_delegated[int32_int64] 2025-06-06T00:18:23.6220034Z backends/arm/test/ops/test_full.py::test_full_tosa_MI_only 2025-06-06T00:18:23.6221989Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_2_x_4d] 2025-06-06T00:18:23.6224089Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-06T00:18:23.6225971Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_MI_only 2025-06-06T00:18:23.6227192Z backends/arm/test/ops/test_full.py::test_full_tosa_MI_const 2025-06-06T00:18:23.6228685Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_MI_const 2025-06-06T00:18:23.6230091Z backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3_2] 2025-06-06T00:18:23.6231953Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3_2] 2025-06-06T00:18:23.6233496Z backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3] 2025-06-06T00:18:23.6235622Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-06T00:18:23.6237525Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_4d] 2025-06-06T00:18:23.6239889Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_4d] 2025-06-06T00:18:23.6241822Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-06T00:18:23.6243927Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3] 2025-06-06T00:18:23.6245431Z backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3_2_int32] 2025-06-06T00:18:23.6247652Z [gw3] [ 31%] 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-06T00:18:23.6249886Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-06T00:18:23.6252075Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3_2_int32] 2025-06-06T00:18:23.6253692Z backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3_int32] 2025-06-06T00:18:23.6261719Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_MI[full_like_value_3_int32] 2025-06-06T00:18:23.6263269Z backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_0] 2025-06-06T00:18:23.6265412Z [gw3] [ 32%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_tosa_BI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-06T00:18:23.6267403Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_2_x_4d] 2025-06-06T00:18:23.6269564Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_0] 2025-06-06T00:18:23.6270991Z backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_1] 2025-06-06T00:18:23.6272685Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_1] 2025-06-06T00:18:23.6274044Z backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_2] 2025-06-06T00:18:23.6275620Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_2] 2025-06-06T00:18:23.6276976Z backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_3] 2025-06-06T00:18:23.6279055Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_2] 2025-06-06T00:18:23.6280864Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_6] 2025-06-06T00:18:23.6282747Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_MI[slice_randn_3] 2025-06-06T00:18:23.6284152Z backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_0] 2025-06-06T00:18:23.6285813Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_0] 2025-06-06T00:18:23.6287326Z backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_1] 2025-06-06T00:18:23.6289006Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_1] 2025-06-06T00:18:23.6290392Z backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_2] 2025-06-06T00:18:23.6292066Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_2] 2025-06-06T00:18:23.6293423Z backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_3] 2025-06-06T00:18:23.6295119Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_tosa_BI[slice_randn_3] 2025-06-06T00:18:23.6296599Z backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3_2] 2025-06-06T00:18:23.6298724Z [gw3] [ 32%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_2_x_4d] 2025-06-06T00:18:23.6300654Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-06T00:18:23.6302682Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3_2] 2025-06-06T00:18:23.6304226Z backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3] 2025-06-06T00:18:23.6306040Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3] 2025-06-06T00:18:23.6307541Z backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3_2_int32] 2025-06-06T00:18:23.6311332Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3_2_int32] 2025-06-06T00:18:23.6313168Z backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3_int32] 2025-06-06T00:18:23.6315209Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_like_tosa_BI[full_like_value_3_int32] 2025-06-06T00:18:23.6316721Z backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_0] 2025-06-06T00:18:23.6318642Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_6] 2025-06-06T00:18:23.6320646Z 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-06T00:18:23.6322681Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_0] 2025-06-06T00:18:23.6324064Z backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_1] 2025-06-06T00:18:23.6326193Z [gw3] [ 32%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-06T00:18:23.6328020Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_4d] 2025-06-06T00:18:23.6329928Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_1] 2025-06-06T00:18:23.6331309Z backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_2] 2025-06-06T00:18:23.6332981Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_2] 2025-06-06T00:18:23.6334270Z backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_3] 2025-06-06T00:18:23.6336343Z [gw2] [ 32%] PASSED 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-06T00:18:23.6338292Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[randn_1_12_8_6_groups_6_eps] 2025-06-06T00:18:23.6340243Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_u85_BI[slice_randn_3] 2025-06-06T00:18:23.6341620Z backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_0] 2025-06-06T00:19:04.6859569Z [gw3] [ 32%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_4d] 2025-06-06T00:19:04.6861562Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-06T00:19:04.6863646Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_0] 2025-06-06T00:19:04.6865041Z backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_1] 2025-06-06T00:19:04.6867008Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[randn_1_12_8_6_groups_6_eps] 2025-06-06T00:19:04.6868860Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[randn_1_12_8_6_groups_12] 2025-06-06T00:19:04.6870832Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_1] 2025-06-06T00:19:04.6872276Z backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_2] 2025-06-06T00:19:04.6873950Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_2] 2025-06-06T00:19:04.6875307Z backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_3] 2025-06-06T00:19:04.6877372Z [gw3] [ 32%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_neg_0_5_x_4d] 2025-06-06T00:19:04.6879390Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-06T00:19:04.6881503Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_full.py::test_full_u55_BI[slice_randn_3] 2025-06-06T00:19:04.6882831Z backends/arm/test/ops/test_full.py::test_full_tosa_MI_integer_value 2025-06-06T00:19:04.6884681Z [gw1] [ 32%] SKIPPED backends/arm/test/ops/test_full.py::test_full_tosa_MI_integer_value 2025-06-06T00:19:04.6886131Z backends/arm/test/ops/test_full.py::test_full_tosa_MI_set_value_at_runtime 2025-06-06T00:19:04.6887927Z [gw1] [ 32%] SKIPPED backends/arm/test/ops/test_full.py::test_full_tosa_MI_set_value_at_runtime 2025-06-06T00:19:04.6889466Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank1_ones] 2025-06-06T00:19:04.6891459Z [gw2] [ 32%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[randn_1_12_8_6_groups_12] 2025-06-06T00:19:04.6893284Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_1] 2025-06-06T00:19:04.6895301Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank1_ones] 2025-06-06T00:19:04.6897024Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank2_rand] 2025-06-06T00:19:04.6898875Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank2_rand] 2025-06-06T00:19:04.6900393Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank3_randn] 2025-06-06T00:19:04.6902243Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank3_randn] 2025-06-06T00:19:04.6903804Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank4_randn] 2025-06-06T00:19:04.6905658Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_MI[ge_tensor_rank4_randn] 2025-06-06T00:19:04.6907386Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank1_ones] 2025-06-06T00:19:04.6909251Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank1_ones] 2025-06-06T00:19:04.6910812Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank2_rand] 2025-06-06T00:19:04.6912672Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank2_rand] 2025-06-06T00:19:04.6914156Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank3_randn] 2025-06-06T00:19:04.6916438Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u55_BI_relu6[combo_conv_relu_neg_2_x_4d] 2025-06-06T00:19:04.6918331Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_2_x_4d] 2025-06-06T00:19:04.6920560Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank3_randn] 2025-06-06T00:19:04.6922085Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank4_randn] 2025-06-06T00:19:04.6923935Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_MI[ge_scalar_rank4_randn] 2025-06-06T00:19:04.6925496Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank1_ones] 2025-06-06T00:19:04.6927353Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank1_ones] 2025-06-06T00:19:04.6928856Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank2_rand] 2025-06-06T00:19:04.6930705Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank2_rand] 2025-06-06T00:19:04.6932249Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank3_randn] 2025-06-06T00:19:04.6934096Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank3_randn] 2025-06-06T00:19:04.6935635Z backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank4_randn] 2025-06-06T00:19:04.6937500Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_tosa_BI[ge_tensor_rank4_randn] 2025-06-06T00:19:04.6939042Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank1_ones] 2025-06-06T00:19:04.6941281Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_2_x_4d] 2025-06-06T00:19:04.6943269Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-06T00:19:04.6945484Z [gw2] [ 33%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_1] 2025-06-06T00:19:04.6947401Z 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-06T00:19:04.6949454Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank1_ones] 2025-06-06T00:19:04.6951006Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank2_rand] 2025-06-06T00:19:04.6952968Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank2_rand] 2025-06-06T00:19:04.6954521Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank3_randn] 2025-06-06T00:19:04.6956709Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank3_randn] 2025-06-06T00:19:04.6958262Z backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank4_randn] 2025-06-06T00:19:04.6960156Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_tosa_BI[ge_scalar_rank4_randn] 2025-06-06T00:19:04.6961648Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank1_ones] 2025-06-06T00:19:04.6963686Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank1_ones] 2025-06-06T00:19:04.6965105Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank2_rand] 2025-06-06T00:19:04.6966966Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank2_rand] 2025-06-06T00:19:04.6968468Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank3_randn] 2025-06-06T00:19:04.6970556Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_0_5_x_4d] 2025-06-06T00:19:04.6972608Z backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_4d] 2025-06-06T00:19:04.6974630Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank3_randn] 2025-06-06T00:19:04.6976132Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank4_randn] 2025-06-06T00:19:04.6977972Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_u55_BI[ge_tensor_rank4_randn] 2025-06-06T00:19:04.6979495Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank1_ones] 2025-06-06T00:19:04.6981289Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank1_ones] 2025-06-06T00:19:04.6982795Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank2_rand] 2025-06-06T00:19:04.6984607Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank2_rand] 2025-06-06T00:19:04.6986121Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank3_randn] 2025-06-06T00:19:04.6987948Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank3_randn] 2025-06-06T00:19:04.6989475Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank4_randn] 2025-06-06T00:19:04.6991271Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_u55_BI[ge_scalar_rank4_randn] 2025-06-06T00:19:04.6992768Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank1_ones] 2025-06-06T00:19:04.6994798Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::test_convolution_2d_u85_BI_relu6[combo_conv_relu_4d] 2025-06-06T00:19:04.6996627Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_rand] 2025-06-06T00:19:04.6998835Z [gw2] [ 33%] 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-06T00:19:46.3362151Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_8] 2025-06-06T00:19:46.3364513Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank1_ones] 2025-06-06T00:19:46.3366073Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank2_rand] 2025-06-06T00:19:46.3367990Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_rand] 2025-06-06T00:19:46.3370013Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_negative_large_rand] 2025-06-06T00:19:46.3372105Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank2_rand] 2025-06-06T00:19:46.3373628Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank3_randn] 2025-06-06T00:19:46.3375712Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_negative_large_rand] 2025-06-06T00:19:46.3377494Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_large_randn] 2025-06-06T00:19:46.3379594Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank3_randn] 2025-06-06T00:19:46.3381567Z backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank4_randn] 2025-06-06T00:19:46.3383413Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_large_randn] 2025-06-06T00:19:46.3385086Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_zeros] 2025-06-06T00:19:46.3386982Z [gw1] [ 34%] XFAIL backends/arm/test/ops/test_ge.py::test_ge_tensor_u85_BI[ge_tensor_rank4_randn] 2025-06-06T00:19:46.3388585Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank1_ones] 2025-06-06T00:19:46.3390385Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank1_ones] 2025-06-06T00:19:46.3391859Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank2_rand] 2025-06-06T00:19:46.3393871Z [gw2] [ 34%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_8] 2025-06-06T00:19:46.3395586Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_groups_1] 2025-06-06T00:19:46.3397557Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank2_rand] 2025-06-06T00:19:46.3399084Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank3_randn] 2025-06-06T00:19:46.3401080Z [gw3] [ 34%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_zeros] 2025-06-06T00:19:46.3402715Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_ones] 2025-06-06T00:19:46.3404600Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank3_randn] 2025-06-06T00:19:46.3406136Z backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank4_randn] 2025-06-06T00:19:46.3407963Z [gw1] [ 34%] XFAIL backends/arm/test/ops/test_ge.py::test_ge_scalar_u85_BI[ge_scalar_rank4_randn] 2025-06-06T00:19:46.3409333Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[zeros_none] 2025-06-06T00:19:46.3410992Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[zeros_none] 2025-06-06T00:19:46.3412322Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ones_none] 2025-06-06T00:19:46.3414429Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_groups_1] 2025-06-06T00:19:46.3416177Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_groups_2] 2025-06-06T00:19:46.3418038Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ones_none] 2025-06-06T00:19:46.3419360Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[rand_none] 2025-06-06T00:19:46.3420979Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[rand_none] 2025-06-06T00:19:46.3422363Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_pos_none] 2025-06-06T00:19:46.3424072Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_pos_none] 2025-06-06T00:19:46.3425579Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_neg_none] 2025-06-06T00:19:46.3427411Z [gw3] [ 34%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_ones] 2025-06-06T00:19:46.3429072Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_negative_ones] 2025-06-06T00:19:46.3431000Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_neg_none] 2025-06-06T00:19:46.3432386Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ramp_none] 2025-06-06T00:19:46.3434012Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ramp_none] 2025-06-06T00:19:46.3435430Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[zeros_tanh] 2025-06-06T00:19:46.3437064Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[zeros_tanh] 2025-06-06T00:19:46.3438406Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ones_tanh] 2025-06-06T00:19:46.3440147Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ones_tanh] 2025-06-06T00:19:46.3441493Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[rand_tanh] 2025-06-06T00:19:46.3443092Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[rand_tanh] 2025-06-06T00:19:46.3444556Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_pos_tanh] 2025-06-06T00:19:46.3446275Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_pos_tanh] 2025-06-06T00:19:46.3447678Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_neg_tanh] 2025-06-06T00:19:46.3449631Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_groups_2] 2025-06-06T00:19:46.3451355Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_groups_6] 2025-06-06T00:19:46.3453212Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[randn_neg_tanh] 2025-06-06T00:19:46.3454928Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ramp_tanh] 2025-06-06T00:19:46.3456813Z [gw3] [ 34%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_negative_ones] 2025-06-06T00:19:46.3458470Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_rand] 2025-06-06T00:19:46.3460202Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_MI[ramp_tanh] 2025-06-06T00:19:46.3461538Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[zeros_none] 2025-06-06T00:19:46.3463194Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[zeros_none] 2025-06-06T00:19:46.3464502Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ones_none] 2025-06-06T00:19:46.3465909Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ones_none] 2025-06-06T00:19:46.3466972Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[rand_none] 2025-06-06T00:19:46.3468438Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[rand_none] 2025-06-06T00:19:46.3469616Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_pos_none] 2025-06-06T00:19:46.3471289Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_pos_none] 2025-06-06T00:19:46.3472667Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_neg_none] 2025-06-06T00:19:46.3474509Z [gw3] [ 34%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_rand] 2025-06-06T00:19:46.3476259Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_negative_large_rand] 2025-06-06T00:19:46.3478176Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_neg_none] 2025-06-06T00:19:46.3479833Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ramp_none] 2025-06-06T00:19:46.3481484Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ramp_none] 2025-06-06T00:19:46.3482821Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[zeros_tanh] 2025-06-06T00:19:46.3484467Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[zeros_tanh] 2025-06-06T00:19:46.3485812Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ones_tanh] 2025-06-06T00:19:46.3487433Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ones_tanh] 2025-06-06T00:19:46.3488864Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[rand_tanh] 2025-06-06T00:19:46.3490755Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_groups_6] 2025-06-06T00:19:46.3492655Z 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-06T00:19:46.3494629Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[rand_tanh] 2025-06-06T00:19:46.3496031Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_pos_tanh] 2025-06-06T00:19:46.3497734Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_pos_tanh] 2025-06-06T00:19:46.3499295Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_neg_tanh] 2025-06-06T00:19:46.3501314Z [gw3] [ 35%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_negative_large_rand] 2025-06-06T00:19:46.3503002Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_large_randn] 2025-06-06T00:20:22.9940366Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[randn_neg_tanh] 2025-06-06T00:20:22.9941283Z backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ramp_tanh] 2025-06-06T00:20:22.9942851Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_tosa_BI[ramp_tanh] 2025-06-06T00:20:22.9943583Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[zeros_none] 2025-06-06T00:20:22.9944925Z [gw2] [ 35%] PASSED 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-06T00:20:22.9946213Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[randn_1_12_8_6_groups_6_eps] 2025-06-06T00:20:22.9947649Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[zeros_none] 2025-06-06T00:20:22.9948941Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ones_none] 2025-06-06T00:20:22.9949955Z [gw3] [ 35%] XFAIL backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank4_large_randn] 2025-06-06T00:20:22.9950776Z backends/arm/test/ops/test_log.py::test_log_tosa_MI[ones_rank4] 2025-06-06T00:20:22.9951702Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_MI[ones_rank4] 2025-06-06T00:20:22.9952653Z backends/arm/test/ops/test_log.py::test_log_tosa_MI[ones_rank3] 2025-06-06T00:20:22.9953843Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[randn_1_12_8_6_groups_6_eps] 2025-06-06T00:20:22.9955185Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[randn_1_12_8_6_groups_12] 2025-06-06T00:20:22.9956253Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_MI[ones_rank3] 2025-06-06T00:20:22.9956985Z backends/arm/test/ops/test_log.py::test_log_tosa_MI[rand] 2025-06-06T00:20:22.9957846Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_MI[rand] 2025-06-06T00:20:22.9958558Z backends/arm/test/ops/test_log.py::test_log_tosa_MI[randn_pos] 2025-06-06T00:20:22.9959617Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[ones_none] 2025-06-06T00:20:22.9960471Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[rand_none] 2025-06-06T00:20:22.9961771Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_MI[randn_pos] 2025-06-06T00:20:22.9962484Z backends/arm/test/ops/test_log.py::test_log_tosa_MI[randn_spread] 2025-06-06T00:20:22.9963358Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_MI[randn_spread] 2025-06-06T00:20:22.9964032Z backends/arm/test/ops/test_log.py::test_log_tosa_MI[ramp] 2025-06-06T00:20:22.9964781Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_MI[ramp] 2025-06-06T00:20:22.9965541Z backends/arm/test/ops/test_log.py::test_log_tosa_BI[ones_rank4] 2025-06-06T00:20:22.9966354Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[rand_none] 2025-06-06T00:20:22.9967061Z backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_pos_none] 2025-06-06T00:20:22.9967914Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_BI[ones_rank4] 2025-06-06T00:20:22.9968579Z backends/arm/test/ops/test_log.py::test_log_tosa_BI[ones_rank3] 2025-06-06T00:20:22.9969467Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_BI[ones_rank3] 2025-06-06T00:20:22.9970111Z backends/arm/test/ops/test_log.py::test_log_tosa_BI[rand] 2025-06-06T00:20:22.9971078Z [gw2] [ 35%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[randn_1_12_8_6_groups_12] 2025-06-06T00:20:22.9972015Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_6_8_10_12_groups_1] 2025-06-06T00:20:22.9972932Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_BI[rand] 2025-06-06T00:20:22.9973580Z backends/arm/test/ops/test_log.py::test_log_tosa_BI[randn_pos] 2025-06-06T00:20:22.9974385Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_BI[randn_pos] 2025-06-06T00:20:22.9975076Z backends/arm/test/ops/test_log.py::test_log_tosa_BI[randn_spread] 2025-06-06T00:20:22.9975929Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_gelu.py::test_gelu_u55_BI[randn_pos_none] 2025-06-06T00:20:22.9976747Z backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI[randint_neg_8_tensor_int8] 2025-06-06T00:20:22.9977832Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI[randint_neg_8_tensor_int8] 2025-06-06T00:20:22.9978741Z backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI[randint_neg_1024_tensor_int16] 2025-06-06T00:20:22.9979717Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_BI[randn_spread] 2025-06-06T00:20:22.9980367Z backends/arm/test/ops/test_log.py::test_log_tosa_BI[ramp] 2025-06-06T00:20:22.9981344Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI[randint_neg_1024_tensor_int16] 2025-06-06T00:20:22.9982307Z backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI[randint_0_tensor_int16] 2025-06-06T00:20:22.9983211Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_log.py::test_log_tosa_BI[ramp] 2025-06-06T00:20:22.9983870Z backends/arm/test/ops/test_log.py::test_log_u55_BI[ones_rank4] 2025-06-06T00:20:22.9984804Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI[randint_0_tensor_int16] 2025-06-06T00:20:22.9985802Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI[randint_neg_8_tensor_int8] 2025-06-06T00:20:22.9987020Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI[randint_neg_8_tensor_int8] 2025-06-06T00:20:22.9988048Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI[randint_neg_1024_tensor_int16] 2025-06-06T00:20:22.9989346Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI[randint_neg_1024_tensor_int16] 2025-06-06T00:20:22.9990365Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI[randint_0_tensor_int16] 2025-06-06T00:20:22.9991557Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI[randint_0_tensor_int16] 2025-06-06T00:20:22.9992558Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI[randint_neg_8_tensor_int8] 2025-06-06T00:20:22.9993739Z [gw2] [ 35%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_6_8_10_12_groups_1] 2025-06-06T00:20:22.9994728Z 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-06T00:20:22.9995721Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_log.py::test_log_u55_BI[ones_rank4] 2025-06-06T00:20:22.9996394Z backends/arm/test/ops/test_log.py::test_log_u55_BI[ones_rank3] 2025-06-06T00:20:22.9997421Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI[randint_neg_8_tensor_int8] 2025-06-06T00:20:22.9998480Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI[randint_neg_1024_tensor_int16] 2025-06-06T00:20:22.9999615Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_log.py::test_log_u55_BI[ones_rank3] 2025-06-06T00:20:23.0000247Z backends/arm/test/ops/test_log.py::test_log_u55_BI[rand] 2025-06-06T00:20:23.0001271Z [gw2] [ 36%] 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-06T00:20:23.0002256Z backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_6_8_10_12_groups_8] 2025-06-06T00:20:23.0003427Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI[randint_neg_1024_tensor_int16] 2025-06-06T00:20:23.0004445Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI[randint_0_tensor_int16] 2025-06-06T00:20:23.0005382Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_log.py::test_log_u55_BI[rand] 2025-06-06T00:20:23.0006024Z backends/arm/test/ops/test_log.py::test_log_u55_BI[randn_pos] 2025-06-06T00:20:23.0007018Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI[randint_0_tensor_int16] 2025-06-06T00:20:23.0008000Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI[randint_neg_8_tensor_int8] 2025-06-06T00:20:23.0008988Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_log.py::test_log_u55_BI[randn_pos] 2025-06-06T00:20:23.0009650Z backends/arm/test/ops/test_log.py::test_log_u55_BI[randn_spread] 2025-06-06T00:20:23.0010690Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI[randint_neg_8_tensor_int8] 2025-06-06T00:20:23.0011785Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI[randint_neg_1024_tensor_int16] 2025-06-06T00:20:23.0012947Z [gw2] [ 36%] XFAIL backends/arm/test/ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_6_8_10_12_groups_8] 2025-06-06T00:20:23.0013804Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank1_ones] 2025-06-06T00:20:23.0014906Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI[randint_neg_1024_tensor_int16] 2025-06-06T00:20:23.0015923Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI[randint_0_tensor_int16] 2025-06-06T00:20:23.0016986Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank1_ones] 2025-06-06T00:20:23.0017818Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank2_rand] 2025-06-06T00:20:41.7365112Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank2_rand] 2025-06-06T00:20:41.7366346Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank3_randn] 2025-06-06T00:20:41.7367663Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_log.py::test_log_u55_BI[randn_spread] 2025-06-06T00:20:41.7368604Z backends/arm/test/ops/test_log.py::test_log_u55_BI[ramp] 2025-06-06T00:20:41.7369832Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank3_randn] 2025-06-06T00:20:41.7371202Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank4_randn] 2025-06-06T00:20:41.7372617Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI[randint_0_tensor_int16] 2025-06-06T00:20:41.7373745Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank1_ones] 2025-06-06T00:20:41.7375056Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_MI[gt_tensor_rank4_randn] 2025-06-06T00:20:41.7376081Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank1_ones] 2025-06-06T00:20:41.7377474Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank1_ones] 2025-06-06T00:20:41.7378468Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank2_rand] 2025-06-06T00:20:41.7379715Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank1_ones] 2025-06-06T00:20:41.7380821Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank2_rand] 2025-06-06T00:20:41.7382003Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_log.py::test_log_u55_BI[ramp] 2025-06-06T00:20:41.7382889Z backends/arm/test/ops/test_log.py::test_log_u85_BI[ones_rank4] 2025-06-06T00:20:41.7384263Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank2_rand] 2025-06-06T00:20:41.7385633Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank3_randn] 2025-06-06T00:20:41.7387229Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank2_rand] 2025-06-06T00:20:41.7388564Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank3_randn] 2025-06-06T00:20:41.7390353Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank3_randn] 2025-06-06T00:20:41.7391775Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank4_randn] 2025-06-06T00:20:41.7393432Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank3_randn] 2025-06-06T00:20:41.7394824Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank4_randn] 2025-06-06T00:20:41.7396415Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_MI[gt_scalar_rank4_randn] 2025-06-06T00:20:41.7397879Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank1_ones] 2025-06-06T00:20:41.7399784Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_MI[lt_tensor_rank4_randn] 2025-06-06T00:20:41.7401282Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank1_ones] 2025-06-06T00:20:41.7402888Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_log.py::test_log_u85_BI[ones_rank4] 2025-06-06T00:20:41.7404138Z backends/arm/test/ops/test_log.py::test_log_u85_BI[ones_rank3] 2025-06-06T00:20:41.7405731Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank1_ones] 2025-06-06T00:20:41.7406913Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank2_rand] 2025-06-06T00:20:41.7408670Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank1_ones] 2025-06-06T00:20:41.7409869Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank2_rand] 2025-06-06T00:20:41.7411430Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank2_rand] 2025-06-06T00:20:41.7412686Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank3_randn] 2025-06-06T00:20:41.7414234Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank2_rand] 2025-06-06T00:20:41.7415683Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank3_randn] 2025-06-06T00:20:41.7417385Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank3_randn] 2025-06-06T00:20:41.7418752Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank4_randn] 2025-06-06T00:20:41.7420307Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_log.py::test_log_u85_BI[ones_rank3] 2025-06-06T00:20:41.7421450Z backends/arm/test/ops/test_log.py::test_log_u85_BI[rand] 2025-06-06T00:20:41.7422954Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank3_randn] 2025-06-06T00:20:41.7424493Z backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank4_randn] 2025-06-06T00:20:41.7426279Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_MI[lt_scalar_rank4_randn] 2025-06-06T00:20:41.7427694Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank1_ones] 2025-06-06T00:20:41.7429285Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_log.py::test_log_u85_BI[rand] 2025-06-06T00:20:41.7430383Z backends/arm/test/ops/test_log.py::test_log_u85_BI[randn_pos] 2025-06-06T00:20:41.7432024Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_tosa_BI[gt_tensor_rank4_randn] 2025-06-06T00:20:41.7433479Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank1_ones] 2025-06-06T00:20:41.7435223Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank1_ones] 2025-06-06T00:20:41.7436625Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank2_rand] 2025-06-06T00:20:41.7438354Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank1_ones] 2025-06-06T00:20:41.7439905Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank2_rand] 2025-06-06T00:20:41.7441653Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank2_rand] 2025-06-06T00:20:41.7443043Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank3_randn] 2025-06-06T00:20:41.7444794Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank3_randn] 2025-06-06T00:20:41.7446343Z backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank4_randn] 2025-06-06T00:20:41.7447933Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank2_rand] 2025-06-06T00:20:41.7449193Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank3_randn] 2025-06-06T00:20:41.7450632Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_log.py::test_log_u85_BI[randn_pos] 2025-06-06T00:20:41.7451768Z backends/arm/test/ops/test_log.py::test_log_u85_BI[randn_spread] 2025-06-06T00:20:41.7453288Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_tosa_BI[lt_tensor_rank4_randn] 2025-06-06T00:20:41.7454964Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank1_ones] 2025-06-06T00:20:41.7456685Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank3_randn] 2025-06-06T00:20:41.7458376Z backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank4_randn] 2025-06-06T00:20:41.7460103Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank1_ones] 2025-06-06T00:20:41.7461550Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank2_rand] 2025-06-06T00:20:41.7463222Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_tosa_BI[gt_scalar_rank4_randn] 2025-06-06T00:20:41.7464744Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank1_ones] 2025-06-06T00:20:41.7466666Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_log.py::test_log_u85_BI[randn_spread] 2025-06-06T00:20:41.7467810Z backends/arm/test/ops/test_log.py::test_log_u85_BI[ramp] 2025-06-06T00:20:41.7469262Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank1_ones] 2025-06-06T00:20:41.7470602Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank2_rand] 2025-06-06T00:20:41.7472229Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank2_rand] 2025-06-06T00:20:41.7473848Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank3_randn] 2025-06-06T00:20:41.7475655Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank2_rand] 2025-06-06T00:20:41.7477115Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank3_randn] 2025-06-06T00:20:41.7478923Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank3_randn] 2025-06-06T00:20:41.7480457Z backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank4_randn] 2025-06-06T00:20:41.7481808Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_log.py::test_log_u85_BI[ramp] 2025-06-06T00:20:41.7482855Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rank1] 2025-06-06T00:20:41.7484299Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank3_randn] 2025-06-06T00:20:41.7485530Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank4_randn] 2025-06-06T00:21:01.0932011Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rank1] 2025-06-06T00:21:01.0933525Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rand_rank2] 2025-06-06T00:21:01.0935413Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_tosa_BI[lt_scalar_rank4_randn] 2025-06-06T00:21:01.0937022Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank1_ones] 2025-06-06T00:21:01.0939012Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_u55_BI[gt_tensor_rank4_randn] 2025-06-06T00:21:01.0940512Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank1_ones] 2025-06-06T00:21:01.0942873Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank1_ones] 2025-06-06T00:21:01.0944631Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank2_rand] 2025-06-06T00:21:01.0946584Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rand_rank2] 2025-06-06T00:21:01.0948070Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rand_rank3] 2025-06-06T00:21:01.0950037Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank2_rand] 2025-06-06T00:21:01.0951720Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank3_randn] 2025-06-06T00:21:01.0953645Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rand_rank3] 2025-06-06T00:21:01.0955588Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rand_rank4] 2025-06-06T00:21:01.0957441Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank1_ones] 2025-06-06T00:21:01.0958947Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank2_rand] 2025-06-06T00:21:01.0960902Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_MI[rand_rank4] 2025-06-06T00:21:01.0962397Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rank1] 2025-06-06T00:21:01.0964451Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank3_randn] 2025-06-06T00:21:01.0966055Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank4_randn] 2025-06-06T00:21:01.0967990Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank2_rand] 2025-06-06T00:21:01.0969514Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank3_randn] 2025-06-06T00:21:01.0971315Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rank1] 2025-06-06T00:21:01.0972945Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rand_rank2] 2025-06-06T00:21:01.0974921Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_u55_BI_not_delegated[lt_tensor_rank4_randn] 2025-06-06T00:21:01.0976650Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank1_ones] 2025-06-06T00:21:01.0978614Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank3_randn] 2025-06-06T00:21:01.0980100Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank4_randn] 2025-06-06T00:21:01.0981941Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rand_rank2] 2025-06-06T00:21:01.0983450Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rand_rank3] 2025-06-06T00:21:01.0985296Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_u55_BI[gt_scalar_rank4_randn] 2025-06-06T00:21:01.0986812Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank1_ones] 2025-06-06T00:21:01.0988649Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rand_rank3] 2025-06-06T00:21:01.0990202Z backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rand_rank4] 2025-06-06T00:21:01.0992200Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank1_ones] 2025-06-06T00:21:01.0993907Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank2_rand] 2025-06-06T00:21:01.0995848Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_tosa_BI[rand_rank4] 2025-06-06T00:21:01.0997608Z backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rank1] 2025-06-06T00:21:01.0999717Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rank1] 2025-06-06T00:21:01.1001445Z backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rand_rank2] 2025-06-06T00:21:01.1003505Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank2_rand] 2025-06-06T00:21:01.1005268Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank3_randn] 2025-06-06T00:21:01.1007275Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank1_ones] 2025-06-06T00:21:01.1008808Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank2_rand] 2025-06-06T00:21:01.1010937Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rand_rank2] 2025-06-06T00:21:01.1012644Z backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rand_rank3] 2025-06-06T00:21:01.1014715Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank3_randn] 2025-06-06T00:21:01.1016481Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank4_randn] 2025-06-06T00:21:01.1018554Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rand_rank3] 2025-06-06T00:21:01.1020392Z backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rand_rank4] 2025-06-06T00:21:01.1022495Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_u55_BI_not_delegated[lt_scalar_rank4_randn] 2025-06-06T00:21:01.1024164Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank1_ones] 2025-06-06T00:21:01.1026121Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_logical.py::test_logical_and_u55_BI_not_delegated[rand_rank4] 2025-06-06T00:21:01.1027580Z backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rank1] 2025-06-06T00:21:01.1029454Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank2_rand] 2025-06-06T00:21:01.1030951Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank3_randn] 2025-06-06T00:21:01.1032813Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank1_ones] 2025-06-06T00:21:01.1034304Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank2_rand] 2025-06-06T00:21:01.1036052Z [gw3] [ 38%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rank1] 2025-06-06T00:21:01.1037515Z backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rand_rank2] 2025-06-06T00:21:01.1039365Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank3_randn] 2025-06-06T00:21:01.1040977Z backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank4_randn] 2025-06-06T00:21:01.1042809Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank2_rand] 2025-06-06T00:21:01.1044356Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank3_randn] 2025-06-06T00:21:01.1046127Z [gw3] [ 38%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rand_rank2] 2025-06-06T00:21:01.1047631Z backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rand_rank3] 2025-06-06T00:21:01.1049445Z [gw2] [ 38%] XFAIL backends/arm/test/ops/test_gt.py::test_gt_tensor_u85_BI[gt_tensor_rank4_randn] 2025-06-06T00:21:01.1050928Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank1_ones] 2025-06-06T00:21:01.1052783Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank3_randn] 2025-06-06T00:21:01.1054463Z backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank4_randn] 2025-06-06T00:21:01.1056527Z [gw3] [ 38%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rand_rank3] 2025-06-06T00:21:01.1058010Z backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rand_rank4] 2025-06-06T00:21:01.1059829Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank1_ones] 2025-06-06T00:21:01.1061289Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank2_rand] 2025-06-06T00:21:01.1063109Z [gw3] [ 38%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_and_u85_BI[rand_rank4] 2025-06-06T00:21:01.1064533Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rank1] 2025-06-06T00:21:01.1078732Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rank1] 2025-06-06T00:21:01.1080345Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rand_rank2] 2025-06-06T00:21:01.1082208Z [gw1] [ 38%] XFAIL backends/arm/test/ops/test_lt.py::test_lt_tensor_u85_BI[lt_tensor_rank4_randn] 2025-06-06T00:21:01.1083741Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank1_ones] 2025-06-06T00:21:01.1085561Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rand_rank2] 2025-06-06T00:21:19.9591564Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rand_rank3] 2025-06-06T00:21:19.9594049Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank2_rand] 2025-06-06T00:21:19.9595567Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank3_randn] 2025-06-06T00:21:19.9597475Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rand_rank3] 2025-06-06T00:21:19.9599000Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rand_rank4] 2025-06-06T00:21:19.9600932Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank1_ones] 2025-06-06T00:21:19.9602569Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank2_rand] 2025-06-06T00:21:19.9604404Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_MI[rand_rank4] 2025-06-06T00:21:19.9605858Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rank1] 2025-06-06T00:21:19.9607601Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rank1] 2025-06-06T00:21:19.9609071Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rand_rank2] 2025-06-06T00:21:19.9610841Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank3_randn] 2025-06-06T00:21:19.9612160Z backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank4_randn] 2025-06-06T00:21:19.9613867Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rand_rank2] 2025-06-06T00:21:19.9615221Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rand_rank3] 2025-06-06T00:21:19.9617069Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rand_rank3] 2025-06-06T00:21:19.9618563Z backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rand_rank4] 2025-06-06T00:21:19.9620411Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank2_rand] 2025-06-06T00:21:19.9621911Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank3_randn] 2025-06-06T00:21:19.9623737Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_tosa_BI[rand_rank4] 2025-06-06T00:21:19.9625535Z backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rank1] 2025-06-06T00:21:19.9627430Z [gw2] [ 39%] XFAIL backends/arm/test/ops/test_gt.py::test_gt_scalar_u85_BI[gt_scalar_rank4_randn] 2025-06-06T00:21:19.9628949Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[zeros] 2025-06-06T00:21:19.9630843Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rank1] 2025-06-06T00:21:19.9632512Z backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rand_rank2] 2025-06-06T00:21:19.9634435Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank3_randn] 2025-06-06T00:21:19.9635965Z backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank4_randn] 2025-06-06T00:21:19.9637910Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rand_rank2] 2025-06-06T00:21:19.9639746Z backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rand_rank3] 2025-06-06T00:21:19.9641557Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[zeros] 2025-06-06T00:21:19.9642964Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[ones] 2025-06-06T00:21:19.9644694Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rand_rank3] 2025-06-06T00:21:19.9646189Z backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rand_rank4] 2025-06-06T00:21:19.9648140Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[ones] 2025-06-06T00:21:19.9649655Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[rand] 2025-06-06T00:21:19.9651587Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_logical.py::test_logical_xor_u55_BI_not_delegated[rand_rank4] 2025-06-06T00:21:19.9653158Z backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rank1] 2025-06-06T00:21:19.9655229Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[rand] 2025-06-06T00:21:19.9656914Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[randn_pos] 2025-06-06T00:21:19.9658786Z [gw1] [ 39%] XFAIL backends/arm/test/ops/test_lt.py::test_lt_scalar_u85_BI[lt_scalar_rank4_randn] 2025-06-06T00:21:19.9660249Z backends/arm/test/ops/test_matmul.py::test_matmul_tosa_MI[rand_rand_3d] 2025-06-06T00:21:19.9662083Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[randn_pos] 2025-06-06T00:21:19.9663668Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[randn_neg] 2025-06-06T00:21:19.9665477Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_tosa_MI[rand_rand_3d] 2025-06-06T00:21:19.9667860Z [gw0] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-06T00:21:19.9669633Z backends/arm/test/ops/test_matmul.py::test_matmul_tosa_MI[rand_rand_4d] 2025-06-06T00:21:19.9671214Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-06T00:21:19.9673006Z [gw3] [ 39%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rank1] 2025-06-06T00:21:19.9674322Z backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rand_rank2] 2025-06-06T00:21:19.9675962Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[randn_neg] 2025-06-06T00:21:19.9677269Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[ramp] 2025-06-06T00:21:19.9678851Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_tosa_MI[rand_rand_4d] 2025-06-06T00:21:19.9680702Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_MI[rand_3d] 2025-06-06T00:21:19.9682518Z [gw3] [ 39%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rand_rank2] 2025-06-06T00:21:19.9684002Z backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rand_rank3] 2025-06-06T00:21:19.9685787Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_MI[ramp] 2025-06-06T00:21:19.9687284Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[zeros] 2025-06-06T00:21:19.9689134Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_MI[rand_3d] 2025-06-06T00:21:19.9690703Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_MI[rand_4d] 2025-06-06T00:21:19.9693498Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[zeros] 2025-06-06T00:21:19.9694988Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[ones] 2025-06-06T00:21:19.9696842Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_MI[rand_4d] 2025-06-06T00:21:19.9698416Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_MI[rand_rand_rand_3d] 2025-06-06T00:21:19.9700255Z [gw3] [ 39%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rand_rank3] 2025-06-06T00:21:19.9701719Z backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rand_rank4] 2025-06-06T00:21:19.9703508Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[ones] 2025-06-06T00:21:19.9704765Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[rand] 2025-06-06T00:21:19.9706396Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_MI[rand_rand_rand_3d] 2025-06-06T00:21:19.9707815Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_MI[rand_rand_rand_4d] 2025-06-06T00:21:19.9709737Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[rand] 2025-06-06T00:21:19.9711344Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[randn_pos] 2025-06-06T00:21:19.9713285Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_MI[rand_rand_rand_4d] 2025-06-06T00:21:19.9714795Z backends/arm/test/ops/test_matmul.py::test_matmul_tosa_BI[rand_rand_3d] 2025-06-06T00:21:19.9716557Z [gw3] [ 39%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_xor_u85_BI[rand_rank4] 2025-06-06T00:21:19.9717993Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rank1] 2025-06-06T00:21:19.9719881Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_tosa_BI[rand_rand_3d] 2025-06-06T00:21:19.9721336Z backends/arm/test/ops/test_matmul.py::test_matmul_tosa_BI[rand_rand_4d] 2025-06-06T00:21:19.9723162Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[randn_pos] 2025-06-06T00:21:19.9724758Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[randn_neg] 2025-06-06T00:21:19.9726548Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rank1] 2025-06-06T00:21:19.9727991Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rand_rank2] 2025-06-06T00:21:19.9729790Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rand_rank2] 2025-06-06T00:21:19.9731247Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rand_rank3] 2025-06-06T00:21:45.4637882Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[randn_neg] 2025-06-06T00:21:45.4639803Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[ramp] 2025-06-06T00:21:45.4641996Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_tosa_BI[rand_rand_4d] 2025-06-06T00:21:45.4643624Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_BI[rand_3d] 2025-06-06T00:21:45.4645680Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rand_rank3] 2025-06-06T00:21:45.4647267Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rand_rank4] 2025-06-06T00:21:45.4649188Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_MI[rand_rank4] 2025-06-06T00:21:45.4650726Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rank1] 2025-06-06T00:21:45.4652568Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_tosa_BI[ramp] 2025-06-06T00:21:45.4654355Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[zeros] 2025-06-06T00:21:45.4656630Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_BI[rand_3d] 2025-06-06T00:21:45.4658285Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_BI[rand_4d] 2025-06-06T00:21:45.4660226Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rank1] 2025-06-06T00:21:45.4661747Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rand_rank2] 2025-06-06T00:21:45.4663723Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_single_input_tosa_BI[rand_4d] 2025-06-06T00:21:45.4665616Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_BI[rand_rand_rand_3d] 2025-06-06T00:21:45.4667611Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rand_rank2] 2025-06-06T00:21:45.4669230Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rand_rank3] 2025-06-06T00:21:45.4671145Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rand_rank3] 2025-06-06T00:21:45.4672730Z backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rand_rank4] 2025-06-06T00:21:45.4674743Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_tosa_BI[rand_rank4] 2025-06-06T00:21:45.4676405Z backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rank1] 2025-06-06T00:21:45.4678507Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_BI[rand_rand_rand_3d] 2025-06-06T00:21:45.4680329Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_BI[rand_rand_rand_4d] 2025-06-06T00:21:45.4682363Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[zeros] 2025-06-06T00:21:45.4683937Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[ones] 2025-06-06T00:21:45.4685951Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rank1] 2025-06-06T00:21:45.4687742Z backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rand_rank2] 2025-06-06T00:21:45.4689934Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rand_rank2] 2025-06-06T00:21:45.4691711Z backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rand_rank3] 2025-06-06T00:21:45.4693821Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_combo_tosa_BI[rand_rand_rand_4d] 2025-06-06T00:21:45.4695462Z backends/arm/test/ops/test_matmul.py::test_matmul_u55_BI[rand_rand_3d] 2025-06-06T00:21:45.4697445Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rand_rank3] 2025-06-06T00:21:45.4699255Z backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rand_rank4] 2025-06-06T00:21:45.4701563Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_or_u55_BI_not_delegated[rand_rank4] 2025-06-06T00:21:45.4703218Z backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rank1] 2025-06-06T00:21:45.4705116Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[ones] 2025-06-06T00:21:45.4706661Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[rand] 2025-06-06T00:21:45.4708439Z [gw3] [ 40%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rank1] 2025-06-06T00:21:45.4709932Z backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rand_rank2] 2025-06-06T00:21:45.4711807Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_u55_BI[rand_rand_3d] 2025-06-06T00:21:45.4713471Z backends/arm/test/ops/test_matmul.py::test_matmul_u55_BI[rand_rand_4d] 2025-06-06T00:21:45.4715339Z [gw3] [ 40%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rand_rank2] 2025-06-06T00:21:45.4716871Z backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rand_rank3] 2025-06-06T00:21:45.4718755Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[rand] 2025-06-06T00:21:45.4720528Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[randn_pos] 2025-06-06T00:21:45.4722430Z [gw3] [ 40%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rand_rank3] 2025-06-06T00:21:45.4724111Z backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rand_rank4] 2025-06-06T00:21:45.4726000Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_u55_BI[rand_rand_4d] 2025-06-06T00:21:45.4727554Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u55_BI[rand_3d] 2025-06-06T00:21:45.4729554Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[randn_pos] 2025-06-06T00:21:45.4731222Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[randn_neg] 2025-06-06T00:21:45.4733251Z [gw3] [ 40%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_or_u85_BI[rand_rank4] 2025-06-06T00:21:45.4734790Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rank1] 2025-06-06T00:21:45.4736626Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rank1] 2025-06-06T00:21:45.4738187Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rand_rank2] 2025-06-06T00:21:45.4740119Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rand_rank2] 2025-06-06T00:21:45.4741735Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rand_rank3] 2025-06-06T00:21:45.4743652Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rand_rank3] 2025-06-06T00:21:45.4745278Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rand_rank4] 2025-06-06T00:21:45.4747237Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u55_BI[rand_3d] 2025-06-06T00:21:45.4748875Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u55_BI[rand_4d] 2025-06-06T00:21:45.4750906Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[randn_neg] 2025-06-06T00:21:45.4752540Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[ramp] 2025-06-06T00:21:45.4754445Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_MI[rand_rank4] 2025-06-06T00:21:45.4756273Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rank1] 2025-06-06T00:21:45.4758120Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rank1] 2025-06-06T00:21:45.4760014Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rand_rank2] 2025-06-06T00:21:45.4761906Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rand_rank2] 2025-06-06T00:21:45.4762962Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rand_rank3] 2025-06-06T00:21:45.4764289Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rand_rank3] 2025-06-06T00:21:45.4765398Z backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rand_rank4] 2025-06-06T00:21:45.4766839Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u55_BI[rand_4d] 2025-06-06T00:21:45.4768120Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_u55_BI[rand_rand_rand_3d] 2025-06-06T00:21:45.4770133Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_tosa_BI[rand_rank4] 2025-06-06T00:21:45.4771738Z backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rank1] 2025-06-06T00:21:45.4773644Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u55_BI[ramp] 2025-06-06T00:21:45.4775215Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[zeros] 2025-06-06T00:21:45.4777131Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rank1] 2025-06-06T00:21:45.4778853Z backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rand_rank2] 2025-06-06T00:21:45.4781103Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rand_rank2] 2025-06-06T00:21:45.4782837Z backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rand_rank3] 2025-06-06T00:21:45.4784918Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rand_rank3] 2025-06-06T00:21:45.4786651Z backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rand_rank4] 2025-06-06T00:22:12.6166474Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[zeros] 2025-06-06T00:22:12.6167849Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[ones] 2025-06-06T00:22:12.6169590Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_not_u55_BI_not_delegated[rand_rank4] 2025-06-06T00:22:12.6171051Z backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rank1] 2025-06-06T00:22:12.6172746Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_combo_u55_BI[rand_rand_rand_3d] 2025-06-06T00:22:12.6174091Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_u55_BI[rand_rand_rand_4d] 2025-06-06T00:22:12.6175626Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[ones] 2025-06-06T00:22:12.6177016Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[rand] 2025-06-06T00:22:12.6178624Z [gw3] [ 41%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rank1] 2025-06-06T00:22:12.6179979Z backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rand_rank2] 2025-06-06T00:22:12.6181666Z [gw3] [ 41%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rand_rank2] 2025-06-06T00:22:12.6183178Z backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rand_rank3] 2025-06-06T00:22:12.6184981Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[rand] 2025-06-06T00:22:12.6186319Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[randn_pos] 2025-06-06T00:22:12.6188028Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_combo_u55_BI[rand_rand_rand_4d] 2025-06-06T00:22:12.6189632Z backends/arm/test/ops/test_matmul.py::test_matmul_u85_BI[rand_rand_3d] 2025-06-06T00:22:12.6191184Z [gw3] [ 41%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rand_rank3] 2025-06-06T00:22:12.6196384Z backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rand_rank4] 2025-06-06T00:22:12.6199610Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[randn_pos] 2025-06-06T00:22:12.6201461Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[randn_neg] 2025-06-06T00:22:12.6203601Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_u85_BI[rand_rand_3d] 2025-06-06T00:22:12.6205278Z backends/arm/test/ops/test_matmul.py::test_matmul_u85_BI[rand_rand_4d] 2025-06-06T00:22:12.6207348Z [gw3] [ 41%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_not_u85_BI[rand_rank4] 2025-06-06T00:22:12.6209287Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones] 2025-06-06T00:22:12.6211436Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[randn_neg] 2025-06-06T00:22:12.6213246Z backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[ramp] 2025-06-06T00:22:12.6215323Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones] 2025-06-06T00:22:12.6216564Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones_neg_dim] 2025-06-06T00:22:12.6218613Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones_neg_dim] 2025-06-06T00:22:12.6220378Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_u85_BI[rand_rand_4d] 2025-06-06T00:22:12.6221691Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u85_BI[rand_3d] 2025-06-06T00:22:12.6222962Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_neg_dim] 2025-06-06T00:22:12.6224824Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_neg_dim] 2025-06-06T00:22:12.6226463Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros] 2025-06-06T00:22:12.6228118Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros] 2025-06-06T00:22:12.6229459Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros_neg_dim] 2025-06-06T00:22:12.6231124Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_hardsigmoid.py::test_hardsigmoid_u85_BI[ramp] 2025-06-06T00:22:12.6232321Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[zeros] 2025-06-06T00:22:12.6234023Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros_neg_dim] 2025-06-06T00:22:12.6235440Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand] 2025-06-06T00:22:12.6237052Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[zeros] 2025-06-06T00:22:12.6238165Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[ones] 2025-06-06T00:22:12.6239825Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u85_BI[rand_3d] 2025-06-06T00:22:12.6241166Z backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u85_BI[rand_4d] 2025-06-06T00:22:12.6242763Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand] 2025-06-06T00:22:12.6243993Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand_neg_dim] 2025-06-06T00:22:12.6245555Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[ones] 2025-06-06T00:22:12.6246754Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[rand] 2025-06-06T00:22:12.6248465Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand_neg_dim] 2025-06-06T00:22:12.6249908Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_mult_batches] 2025-06-06T00:22:12.6251779Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_mult_batches] 2025-06-06T00:22:12.6253120Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones] 2025-06-06T00:22:12.6255069Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_single_input_u85_BI[rand_4d] 2025-06-06T00:22:12.6256391Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_u85_BI[rand_rand_rand_3d] 2025-06-06T00:22:12.6257932Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[rand] 2025-06-06T00:22:12.6259409Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[randn_pos] 2025-06-06T00:22:12.6261127Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[randn_pos] 2025-06-06T00:22:12.6262409Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[randn_neg] 2025-06-06T00:22:12.6264119Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[randn_neg] 2025-06-06T00:22:12.6265302Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[ramp] 2025-06-06T00:22:12.6266855Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_combo_u85_BI[rand_rand_rand_3d] 2025-06-06T00:22:12.6268234Z backends/arm/test/ops/test_matmul.py::test_matmul_combo_u85_BI[rand_rand_rand_4d] 2025-06-06T00:22:12.6269775Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_MI[ramp] 2025-06-06T00:22:12.6270918Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[zeros] 2025-06-06T00:22:12.6272553Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[zeros] 2025-06-06T00:22:12.6273932Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[ones] 2025-06-06T00:22:12.6275627Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones] 2025-06-06T00:22:12.6276879Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones_neg_dim] 2025-06-06T00:22:12.6278340Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[ones] 2025-06-06T00:22:12.6279632Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[rand] 2025-06-06T00:22:12.6281169Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_matmul.py::test_matmul_combo_u85_BI[rand_rand_rand_4d] 2025-06-06T00:22:12.6282464Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[zeros] 2025-06-06T00:22:12.6284094Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[zeros] 2025-06-06T00:22:12.6285446Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[ones] 2025-06-06T00:22:12.6287093Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[rand] 2025-06-06T00:22:12.6288433Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[randn_pos] 2025-06-06T00:22:12.6290095Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[ones] 2025-06-06T00:22:12.6291363Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[rand] 2025-06-06T00:22:12.6292813Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[rand] 2025-06-06T00:22:12.6294037Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[non_divisible] 2025-06-06T00:22:12.6295613Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[randn_pos] 2025-06-06T00:22:12.6297046Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[randn_neg] 2025-06-06T00:22:12.6298692Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones_neg_dim] 2025-06-06T00:22:12.6300148Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_neg_dim] 2025-06-06T00:22:12.6301785Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[randn_neg] 2025-06-06T00:22:50.6949956Z backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[ramp] 2025-06-06T00:22:50.6951321Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[non_divisible] 2025-06-06T00:22:50.6952386Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[non_divisible_window_height] 2025-06-06T00:22:50.6953728Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_tosa_BI[ramp] 2025-06-06T00:22:50.6954845Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[zeros] 2025-06-06T00:22:50.6956217Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[non_divisible_window_height] 2025-06-06T00:22:50.6957733Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[non_divisible_window_width] 2025-06-06T00:22:50.6958989Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_neg_dim] 2025-06-06T00:22:50.6959975Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros] 2025-06-06T00:22:50.6961312Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI[non_divisible_window_width] 2025-06-06T00:22:50.6962236Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[zeros] 2025-06-06T00:22:50.6963425Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[zeros] 2025-06-06T00:22:50.6964818Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[ones] 2025-06-06T00:22:50.6965761Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros] 2025-06-06T00:22:50.6966703Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros_neg_dim] 2025-06-06T00:22:50.6967650Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[zeros] 2025-06-06T00:22:50.6968372Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[ones] 2025-06-06T00:22:50.6969260Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[ones] 2025-06-06T00:22:50.6969980Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[rand] 2025-06-06T00:22:50.6970865Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[rand] 2025-06-06T00:22:50.6971623Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[non_divisible] 2025-06-06T00:22:50.6972596Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[non_divisible] 2025-06-06T00:22:50.6973458Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[non_divisible_window_height] 2025-06-06T00:22:50.6974493Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros_neg_dim] 2025-06-06T00:22:50.6975299Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand] 2025-06-06T00:22:50.6976313Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[non_divisible_window_height] 2025-06-06T00:22:50.6977366Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[non_divisible_window_width] 2025-06-06T00:22:50.6978423Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[ones] 2025-06-06T00:22:50.6979292Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[rand] 2025-06-06T00:22:50.6980297Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand] 2025-06-06T00:22:50.6981093Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand_neg_dim] 2025-06-06T00:22:50.6982222Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI[non_divisible_window_width] 2025-06-06T00:22:50.6983029Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[zeros] 2025-06-06T00:22:50.6983988Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand_neg_dim] 2025-06-06T00:22:50.6984846Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_mult_batches] 2025-06-06T00:22:50.6985872Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[rand] 2025-06-06T00:22:50.6986698Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[randn_pos] 2025-06-06T00:22:50.6987598Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[zeros] 2025-06-06T00:22:50.6988327Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[ones] 2025-06-06T00:22:50.6989294Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_mult_batches] 2025-06-06T00:22:50.6990118Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones] 2025-06-06T00:22:50.6991084Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[randn_pos] 2025-06-06T00:22:50.6991844Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[randn_neg] 2025-06-06T00:22:50.6992832Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[ones] 2025-06-06T00:22:50.6993555Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[rand] 2025-06-06T00:22:50.6994456Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones] 2025-06-06T00:22:50.6995282Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones_neg_dim] 2025-06-06T00:22:50.6996225Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[randn_neg] 2025-06-06T00:22:50.6996973Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[ramp] 2025-06-06T00:22:50.6997840Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[rand] 2025-06-06T00:22:50.6998596Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[non_divisible] 2025-06-06T00:22:50.6999662Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones_neg_dim] 2025-06-06T00:22:50.7000479Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_neg_dim] 2025-06-06T00:22:50.7001417Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_u55_BI[ramp] 2025-06-06T00:22:50.7002135Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[zeros] 2025-06-06T00:22:50.7003060Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[non_divisible] 2025-06-06T00:22:50.7003903Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[non_divisible_window_height] 2025-06-06T00:22:50.7004861Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[zeros] 2025-06-06T00:22:50.7005595Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[ones] 2025-06-06T00:22:50.7006624Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_neg_dim] 2025-06-06T00:22:50.7007422Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros] 2025-06-06T00:22:50.7008472Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[non_divisible_window_height] 2025-06-06T00:22:50.7009353Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[non_divisible_window_width] 2025-06-06T00:22:50.7010323Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[ones] 2025-06-06T00:22:50.7011044Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[rand] 2025-06-06T00:22:50.7011946Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros] 2025-06-06T00:22:50.7012733Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros_neg_dim] 2025-06-06T00:22:50.7013663Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[rand] 2025-06-06T00:22:50.7014463Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[randn_pos] 2025-06-06T00:22:50.7015458Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI[non_divisible_window_width] 2025-06-06T00:22:50.7016262Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[zeros] 2025-06-06T00:22:50.7017162Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[randn_pos] 2025-06-06T00:22:50.7017932Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[randn_neg] 2025-06-06T00:22:50.7018900Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros_neg_dim] 2025-06-06T00:22:50.7019713Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand] 2025-06-06T00:22:50.7020611Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[zeros] 2025-06-06T00:22:50.7021326Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[ones] 2025-06-06T00:22:50.7022227Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[randn_neg] 2025-06-06T00:22:50.7022983Z backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[ramp] 2025-06-06T00:22:50.7023882Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[ones] 2025-06-06T00:22:50.7024605Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[rand] 2025-06-06T00:22:50.7025469Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardswish.py::test_hardswish_u85_BI[ramp] 2025-06-06T00:22:50.7026206Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[zeros] 2025-06-06T00:22:50.7027103Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand] 2025-06-06T00:22:50.7027892Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand_neg_dim] 2025-06-06T00:23:26.2151304Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[rand] 2025-06-06T00:23:26.2152774Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[non_divisible] 2025-06-06T00:23:26.2154442Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[zeros] 2025-06-06T00:23:26.2156008Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[ones] 2025-06-06T00:23:26.2157597Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[ones] 2025-06-06T00:23:26.2158910Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[rand] 2025-06-06T00:23:26.2160600Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[rand] 2025-06-06T00:23:26.2161932Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[randn_pos] 2025-06-06T00:23:26.2163610Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[randn_pos] 2025-06-06T00:23:26.2164983Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[randn_neg] 2025-06-06T00:23:26.2166905Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[randn_neg] 2025-06-06T00:23:26.2168938Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[ramp] 2025-06-06T00:23:26.2170710Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand_neg_dim] 2025-06-06T00:23:26.2172256Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_mult_batches] 2025-06-06T00:23:26.2174075Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[non_divisible] 2025-06-06T00:23:26.2175611Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[non_divisible_window_height] 2025-06-06T00:23:26.2177358Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_MI[ramp] 2025-06-06T00:23:26.2178835Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[zeros] 2025-06-06T00:23:26.2180493Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[non_divisible_window_height] 2025-06-06T00:23:26.2182119Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[non_divisible_window_width] 2025-06-06T00:23:26.2183884Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[zeros] 2025-06-06T00:23:26.2185181Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[ones] 2025-06-06T00:23:26.2186897Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[ones] 2025-06-06T00:23:26.2188203Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[rand] 2025-06-06T00:23:26.2189971Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI[non_divisible_window_width] 2025-06-06T00:23:26.2191543Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI_mult_batches[randn] 2025-06-06T00:23:26.2193405Z [gw3] [ 44%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_mult_batches] 2025-06-06T00:23:26.2194974Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones] 2025-06-06T00:23:26.2196589Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[rand] 2025-06-06T00:23:26.2197938Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[randn_pos] 2025-06-06T00:23:26.2199732Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[randn_pos] 2025-06-06T00:23:26.2201106Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[randn_neg] 2025-06-06T00:23:26.2202879Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_MI_mult_batches[randn] 2025-06-06T00:23:26.2204393Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI_mult_batches[randn] 2025-06-06T00:23:26.2206232Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_tosa_BI_mult_batches[randn] 2025-06-06T00:23:26.2207751Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_mult_batches[randn] 2025-06-06T00:23:26.2209470Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[randn_neg] 2025-06-06T00:23:26.2210811Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[ramp] 2025-06-06T00:23:26.2212378Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_tosa_BI[ramp] 2025-06-06T00:23:26.2213677Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[zeros] 2025-06-06T00:23:26.2215294Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones] 2025-06-06T00:23:26.2216708Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones_neg_dim] 2025-06-06T00:23:26.2218600Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_mult_batches[randn] 2025-06-06T00:23:26.2220068Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI_mult_batches[randn] 2025-06-06T00:23:26.2221760Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[zeros] 2025-06-06T00:23:26.2223064Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[ones] 2025-06-06T00:23:26.2224736Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u85_BI_mult_batches[randn] 2025-06-06T00:23:26.2226243Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_failure_set[reject_1] 2025-06-06T00:23:26.2227961Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_failure_set[reject_1] 2025-06-06T00:23:26.2229578Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_failure_set[reject_2] 2025-06-06T00:23:26.2231436Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones_neg_dim] 2025-06-06T00:23:26.2232936Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_neg_dim] 2025-06-06T00:23:26.2234613Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[ones] 2025-06-06T00:23:26.2235879Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[rand] 2025-06-06T00:23:26.2237590Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_failure_set[reject_2] 2025-06-06T00:23:26.2239178Z backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_failure_set[reject_3] 2025-06-06T00:23:26.2241143Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_max_pool.py::test_max_pool2d_u55_BI_failure_set[reject_3] 2025-06-06T00:23:26.2242614Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[float_tensor] 2025-06-06T00:23:26.2244223Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[rand] 2025-06-06T00:23:26.2245555Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[randn_pos] 2025-06-06T00:23:26.2247363Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_neg_dim] 2025-06-06T00:23:26.2248806Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros] 2025-06-06T00:23:26.2250485Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[float_tensor] 2025-06-06T00:23:26.2251808Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[ones] 2025-06-06T00:23:26.2253354Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[ones] 2025-06-06T00:23:26.2257278Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[rand_diff] 2025-06-06T00:23:26.2266356Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[rand_diff] 2025-06-06T00:23:26.2267755Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[rand_same] 2025-06-06T00:23:26.2269389Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[rand_same] 2025-06-06T00:23:26.2270752Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[rand_large] 2025-06-06T00:23:26.2272399Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros] 2025-06-06T00:23:26.2273836Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros_neg_dim] 2025-06-06T00:23:26.2275566Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[randn_pos] 2025-06-06T00:23:26.2276917Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[randn_neg] 2025-06-06T00:23:26.2278563Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_MI[rand_large] 2025-06-06T00:23:26.2280301Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[float_tensor] 2025-06-06T00:23:26.2282021Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[float_tensor] 2025-06-06T00:23:26.2283353Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[ones] 2025-06-06T00:23:26.2285059Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros_neg_dim] 2025-06-06T00:23:26.2286499Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand] 2025-06-06T00:23:26.2288147Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[randn_neg] 2025-06-06T00:23:26.2289472Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[ramp] 2025-06-06T00:23:26.2291012Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[ones] 2025-06-06T00:23:26.2292459Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[rand_diff] 2025-06-06T00:23:26.2294124Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand] 2025-06-06T00:23:26.2295536Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand_neg_dim] 2025-06-06T00:23:58.8164130Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[rand_diff] 2025-06-06T00:23:58.8165669Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[rand_same] 2025-06-06T00:23:58.8167710Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u55_BI[ramp] 2025-06-06T00:23:58.8169098Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[zeros] 2025-06-06T00:23:58.8170824Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[rand_same] 2025-06-06T00:23:58.8172696Z backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[rand_large] 2025-06-06T00:23:58.8174643Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand_neg_dim] 2025-06-06T00:23:58.8176258Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_mult_batches] 2025-06-06T00:23:58.8178294Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[zeros] 2025-06-06T00:23:58.8179670Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[ones] 2025-06-06T00:23:58.8181404Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_tosa_BI[rand_large] 2025-06-06T00:23:58.8182872Z backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[float_tensor] 2025-06-06T00:23:58.8184577Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[ones] 2025-06-06T00:23:58.8185929Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[rand] 2025-06-06T00:23:58.8187802Z [gw3] [ 45%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_mult_batches] 2025-06-06T00:23:58.8189488Z backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI_scalar[randint_neg_8_int8] 2025-06-06T00:23:58.8191596Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI_scalar[randint_neg_8_int8] 2025-06-06T00:23:58.8193385Z backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI_scalar[randint_neg_100_int16] 2025-06-06T00:23:58.8195575Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI_scalar[randint_neg_100_int16] 2025-06-06T00:23:58.8197404Z backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI_scalar[randint_neg_100_int32] 2025-06-06T00:23:58.8199323Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[float_tensor] 2025-06-06T00:23:58.8200847Z backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[ones] 2025-06-06T00:23:58.8202707Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[rand] 2025-06-06T00:23:58.8204095Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[randn_pos] 2025-06-06T00:23:58.8206107Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_lshift.py::test_lshift_scalar_tosa_MI_scalar[randint_neg_100_int32] 2025-06-06T00:23:58.8207995Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI_scalar[randint_neg_8_int8] 2025-06-06T00:23:58.8210399Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI_scalar[randint_neg_8_int8] 2025-06-06T00:23:58.8212431Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI_scalar[randint_neg_100_int16] 2025-06-06T00:23:58.8214481Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[randn_pos] 2025-06-06T00:23:58.8216113Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[randn_neg] 2025-06-06T00:23:58.8218225Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI_scalar[randint_neg_100_int16] 2025-06-06T00:23:58.8220286Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI_scalar[randint_neg_100_int32] 2025-06-06T00:23:58.8222703Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_tosa_BI_scalar[randint_neg_100_int32] 2025-06-06T00:23:58.8224820Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI_scalar[randint_neg_8_int8] 2025-06-06T00:23:58.8226882Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[randn_neg] 2025-06-06T00:23:58.8228290Z backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[ramp] 2025-06-06T00:23:58.8229915Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[ones] 2025-06-06T00:23:58.8231274Z backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[rand_diff] 2025-06-06T00:23:58.8233344Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI_scalar[randint_neg_8_int8] 2025-06-06T00:23:58.8235439Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI_scalar[randint_neg_100_int16] 2025-06-06T00:23:58.8237439Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_hardtanh.py::test_hardtanh_u85_BI[ramp] 2025-06-06T00:23:58.8238978Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_dim] 2025-06-06T00:23:58.8240984Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[rand_diff] 2025-06-06T00:23:58.8242418Z backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[rand_same] 2025-06-06T00:23:58.8244319Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_dim] 2025-06-06T00:23:58.8246030Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims] 2025-06-06T00:23:58.8248329Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI_scalar[randint_neg_100_int16] 2025-06-06T00:23:58.8250291Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI_scalar[randint_neg_100_int32] 2025-06-06T00:23:58.8252545Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims] 2025-06-06T00:23:58.8254537Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims_not_elementwise_affine] 2025-06-06T00:23:58.8257464Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims_not_elementwise_affine] 2025-06-06T00:23:58.8259915Z 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-06T00:23:58.8262057Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[rand_same] 2025-06-06T00:23:58.8263498Z backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[rand_large] 2025-06-06T00:23:58.8265594Z [gw2] [ 45%] 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-06T00:23:58.8267672Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims] 2025-06-06T00:23:58.8269976Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u55_BI_scalar[randint_neg_100_int32] 2025-06-06T00:23:58.8271972Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI_scalar[randint_neg_8_int8] 2025-06-06T00:23:58.8274459Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims] 2025-06-06T00:23:58.8276340Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims_no_bias] 2025-06-06T00:23:58.8278687Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI_scalar[randint_neg_8_int8] 2025-06-06T00:23:58.8280736Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI_scalar[randint_neg_100_int16] 2025-06-06T00:23:58.8283285Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims_no_bias] 2025-06-06T00:23:58.8285124Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_dim] 2025-06-06T00:23:58.8287014Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_u55_BI[rand_large] 2025-06-06T00:23:58.8288467Z backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[float_tensor] 2025-06-06T00:23:58.8290603Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI_scalar[randint_neg_100_int16] 2025-06-06T00:23:58.8292715Z backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI_scalar[randint_neg_100_int32] 2025-06-06T00:23:58.8295134Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_lshift.py::test_bitwise_left_shift_tensor_u85_BI_scalar[randint_neg_100_int32] 2025-06-06T00:23:58.8296874Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_1_keepdim] 2025-06-06T00:23:58.8298849Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_dim] 2025-06-06T00:23:58.8300596Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims] 2025-06-06T00:23:58.8302541Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[float_tensor] 2025-06-06T00:23:58.8303949Z backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[ones] 2025-06-06T00:23:58.8305695Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_1_keepdim] 2025-06-06T00:23:58.8307189Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_2_keepdim] 2025-06-06T00:24:34.9902874Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_2_keepdim] 2025-06-06T00:24:34.9905054Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_3_keepdim] 2025-06-06T00:24:34.9907537Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims] 2025-06-06T00:24:34.9909838Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-06T00:24:34.9912393Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_3_keepdim] 2025-06-06T00:24:34.9914530Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_1_keepdim] 2025-06-06T00:24:34.9916739Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[ones] 2025-06-06T00:24:34.9918500Z backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[rand_diff] 2025-06-06T00:24:34.9920750Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_1_keepdim] 2025-06-06T00:24:34.9922474Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_2_keepdim] 2025-06-06T00:24:34.9924480Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_2_keepdim] 2025-06-06T00:24:34.9926112Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_3_keepdim] 2025-06-06T00:24:34.9928247Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[rand_diff] 2025-06-06T00:24:34.9929984Z backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[rand_same] 2025-06-06T00:24:34.9932492Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_3_keepdim] 2025-06-06T00:24:34.9934327Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_12_keepdim] 2025-06-06T00:24:34.9936753Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-06T00:24:34.9939449Z 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-06T00:24:34.9942522Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[rand_same] 2025-06-06T00:24:34.9947440Z backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[rand_large] 2025-06-06T00:24:34.9950703Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_12_keepdim] 2025-06-06T00:24:34.9952441Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_13_keepdim] 2025-06-06T00:24:34.9955136Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::test_maximum_u85_BI[rand_large] 2025-06-06T00:24:34.9956664Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[zeros] 2025-06-06T00:24:34.9958797Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_13_keepdim] 2025-06-06T00:24:34.9960362Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_23_keepdim] 2025-06-06T00:24:34.9962615Z [gw2] [ 46%] 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-06T00:24:34.9964541Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims] 2025-06-06T00:24:34.9966867Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[zeros] 2025-06-06T00:24:34.9968409Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[ones] 2025-06-06T00:24:34.9970265Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_23_keepdim] 2025-06-06T00:24:34.9971797Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_123_keepdim] 2025-06-06T00:24:34.9973626Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[ones] 2025-06-06T00:24:34.9975200Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[rand] 2025-06-06T00:24:34.9977056Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_123_keepdim] 2025-06-06T00:24:34.9979150Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_0123_keepdim] 2025-06-06T00:24:34.9981082Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[rand] 2025-06-06T00:24:34.9982611Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[randn] 2025-06-06T00:24:34.9984251Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[randn] 2025-06-06T00:24:34.9985697Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[zeros] 2025-06-06T00:24:34.9987645Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_0123_keepdim] 2025-06-06T00:24:34.9989153Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_1] 2025-06-06T00:24:34.9990980Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[zeros] 2025-06-06T00:24:34.9992718Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[ones] 2025-06-06T00:24:34.9994606Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[ones] 2025-06-06T00:24:34.9996178Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[rand] 2025-06-06T00:24:34.9997964Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_1] 2025-06-06T00:24:34.9999384Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_2] 2025-06-06T00:24:35.0001305Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[rand] 2025-06-06T00:24:35.0002983Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[randn] 2025-06-06T00:24:35.0005236Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[randn] 2025-06-06T00:24:35.0007020Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[zeros] 2025-06-06T00:24:35.0039850Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_2] 2025-06-06T00:24:35.0041326Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_3] 2025-06-06T00:24:35.0043502Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims] 2025-06-06T00:24:35.0045412Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims_no_bias] 2025-06-06T00:24:35.0047354Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rank_3] 2025-06-06T00:24:35.0048670Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_1] 2025-06-06T00:24:35.0050425Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[zeros] 2025-06-06T00:24:35.0051805Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[ones] 2025-06-06T00:24:35.0053553Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_1] 2025-06-06T00:24:35.0055705Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_2] 2025-06-06T00:24:35.0057428Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_2] 2025-06-06T00:24:35.0058817Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_3] 2025-06-06T00:24:35.0060871Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims_no_bias] 2025-06-06T00:24:35.0062731Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_dim] 2025-06-06T00:24:35.0064584Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_3] 2025-06-06T00:24:35.0066015Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_12] 2025-06-06T00:24:35.0068489Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[ones] 2025-06-06T00:24:35.0069964Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[rand] 2025-06-06T00:24:35.0071449Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_12] 2025-06-06T00:24:35.0072584Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_13] 2025-06-06T00:24:35.0074008Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_13] 2025-06-06T00:24:35.0075165Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_23] 2025-06-06T00:24:35.0076613Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[rand] 2025-06-06T00:24:35.0077865Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[randn] 2025-06-06T00:24:35.0079736Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_dim] 2025-06-06T00:24:35.0081124Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims] 2025-06-06T00:24:35.0082676Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_23] 2025-06-06T00:24:35.0083839Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_123] 2025-06-06T00:24:35.0085313Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_BI[randn] 2025-06-06T00:24:35.0086719Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[zeros] 2025-06-06T00:25:08.3045737Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_123] 2025-06-06T00:25:08.3047211Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_0123] 2025-06-06T00:25:08.3049456Z [gw0] [ 47%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-06T00:25:08.3051510Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-06T00:25:08.3053996Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[zeros] 2025-06-06T00:25:08.3055778Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[ones] 2025-06-06T00:25:08.3057623Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[rand_0123] 2025-06-06T00:25:08.3059190Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[u55_avg_pool_not_supported] 2025-06-06T00:25:08.3061259Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_BI[u55_avg_pool_not_supported] 2025-06-06T00:25:08.3062865Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_1_keepdim] 2025-06-06T00:25:08.3064715Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[ones] 2025-06-06T00:25:08.3066268Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[rand] 2025-06-06T00:25:08.3068259Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims] 2025-06-06T00:25:08.3070223Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-06T00:25:08.3072426Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[rand] 2025-06-06T00:25:08.3073954Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[randn] 2025-06-06T00:25:08.3075811Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_1_keepdim] 2025-06-06T00:25:08.3077257Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_2_keepdim] 2025-06-06T00:25:08.3079305Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_BI[randn] 2025-06-06T00:25:08.3080968Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_1_keepdim] 2025-06-06T00:25:08.3082794Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_1_keepdim] 2025-06-06T00:25:08.3084303Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_2_keepdim] 2025-06-06T00:25:08.3086217Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_2_keepdim] 2025-06-06T00:25:08.3087745Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_3_keepdim] 2025-06-06T00:25:08.3089988Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-06T00:25:08.3092378Z 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-06T00:25:08.3094646Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_2_keepdim] 2025-06-06T00:25:08.3096179Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_3_keepdim] 2025-06-06T00:25:08.3098044Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_3_keepdim] 2025-06-06T00:25:08.3099580Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_1_keepdim] 2025-06-06T00:25:08.3101590Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_1_keepdim] 2025-06-06T00:25:08.3103129Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_2_keepdim] 2025-06-06T00:25:08.3104965Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_2_keepdim] 2025-06-06T00:25:08.3106498Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_3_keepdim] 2025-06-06T00:25:08.3108299Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_3_keepdim] 2025-06-06T00:25:08.3109941Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_12_keepdim] 2025-06-06T00:25:08.3111795Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_12_keepdim] 2025-06-06T00:25:08.3113283Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_13_keepdim] 2025-06-06T00:25:08.3115133Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_13_keepdim] 2025-06-06T00:25:08.3116652Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_23_keepdim] 2025-06-06T00:25:08.3118514Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_23_keepdim] 2025-06-06T00:25:08.3120250Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_123_keepdim] 2025-06-06T00:25:08.3122080Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_3_keepdim] 2025-06-06T00:25:08.3123557Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_1_keepdim] 2025-06-06T00:25:08.3125432Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_123_keepdim] 2025-06-06T00:25:08.3126990Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_0123_keepdim] 2025-06-06T00:25:08.3129329Z [gw2] [ 48%] PASSED 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-06T00:25:08.3131367Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims] 2025-06-06T00:25:08.3133412Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_0123_keepdim] 2025-06-06T00:25:08.3135046Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_1] 2025-06-06T00:25:08.3136773Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_1] 2025-06-06T00:25:08.3138174Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_2] 2025-06-06T00:25:08.3139921Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_1_keepdim] 2025-06-06T00:25:08.3141404Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_2_keepdim] 2025-06-06T00:25:08.3143168Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_2] 2025-06-06T00:25:08.3144510Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_3] 2025-06-06T00:25:08.3146336Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rank_3] 2025-06-06T00:25:08.3147735Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_1] 2025-06-06T00:25:08.3149450Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_1] 2025-06-06T00:25:08.3150858Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_2] 2025-06-06T00:25:08.3152558Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_2] 2025-06-06T00:25:08.3153939Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_3] 2025-06-06T00:25:08.3156692Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_2_keepdim] 2025-06-06T00:25:08.3158245Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_3_keepdim] 2025-06-06T00:25:08.3160098Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_3] 2025-06-06T00:25:08.3161521Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_12] 2025-06-06T00:25:08.3163280Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_12] 2025-06-06T00:25:08.3164840Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_13] 2025-06-06T00:25:08.3166558Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_13] 2025-06-06T00:25:08.3167970Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_23] 2025-06-06T00:25:08.3169751Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_3_keepdim] 2025-06-06T00:25:08.3171231Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_12_keepdim] 2025-06-06T00:25:08.3172984Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_23] 2025-06-06T00:25:08.3174406Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_123] 2025-06-06T00:25:08.3176130Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_123] 2025-06-06T00:25:08.3177570Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_0123] 2025-06-06T00:25:08.3179342Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[rand_0123] 2025-06-06T00:25:08.3180898Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[u55_avg_pool_not_supported] 2025-06-06T00:25:08.3183045Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims] 2025-06-06T00:25:08.3184888Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims_no_bias] 2025-06-06T00:25:08.3187329Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_tosa_MI[u55_avg_pool_not_supported] 2025-06-06T00:25:58.8734752Z backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_2_rand_uniform] 2025-06-06T00:25:58.8737190Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_12_keepdim] 2025-06-06T00:25:58.8738764Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_13_keepdim] 2025-06-06T00:25:58.8740576Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_2_rand_uniform] 2025-06-06T00:25:58.8741998Z backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_3_all_ones] 2025-06-06T00:25:58.8743784Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_13_keepdim] 2025-06-06T00:25:58.8745332Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_23_keepdim] 2025-06-06T00:25:58.8747478Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims_no_bias] 2025-06-06T00:25:58.8749467Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_dim] 2025-06-06T00:25:58.8751353Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_3_all_ones] 2025-06-06T00:25:58.8752744Z backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_4_all_zeros] 2025-06-06T00:25:58.8754530Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_23_keepdim] 2025-06-06T00:25:58.8812275Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_123_keepdim] 2025-06-06T00:25:58.8814835Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_4_all_zeros] 2025-06-06T00:25:58.8816252Z backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_4_randn_pos] 2025-06-06T00:25:58.8818130Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_dim] 2025-06-06T00:25:58.8819839Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims] 2025-06-06T00:25:58.8821823Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_123_keepdim] 2025-06-06T00:25:58.8823535Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_0123_keepdim] 2025-06-06T00:25:58.8825332Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_4_randn_pos] 2025-06-06T00:25:58.8826717Z backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_4_randn_neg] 2025-06-06T00:25:58.8828389Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_4_randn_neg] 2025-06-06T00:25:58.8829721Z backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_1_ramp] 2025-06-06T00:25:58.8831515Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_0123_keepdim] 2025-06-06T00:25:58.8867000Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_1] 2025-06-06T00:25:58.8869233Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims] 2025-06-06T00:25:58.8871205Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-06T00:25:58.8873751Z [gw0] [ 49%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-06T00:25:58.8875731Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[two_dw_conv2d] 2025-06-06T00:25:58.8877640Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_1_ramp] 2025-06-06T00:25:58.8878918Z backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_2_rand_uniform] 2025-06-06T00:25:58.8880715Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_2_rand_uniform] 2025-06-06T00:25:58.8882086Z backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_3_all_ones] 2025-06-06T00:25:58.8884054Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_1] 2025-06-06T00:25:58.8885469Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_2] 2025-06-06T00:25:58.8887150Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_3_all_ones] 2025-06-06T00:25:58.8888500Z backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_4_all_zeros] 2025-06-06T00:25:58.8890663Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-06T00:25:58.8892855Z 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-06T00:25:58.8895021Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_4_all_zeros] 2025-06-06T00:25:58.8896546Z backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_4_randn_pos] 2025-06-06T00:25:58.8898252Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_2] 2025-06-06T00:25:58.8899632Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_3] 2025-06-06T00:25:58.8901304Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_4_randn_pos] 2025-06-06T00:25:58.8902689Z backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_4_randn_neg] 2025-06-06T00:25:58.8905049Z [gw2] [ 49%] PASSED 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-06T00:25:58.8907097Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims] 2025-06-06T00:25:58.8909056Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rank_3] 2025-06-06T00:25:58.8910445Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_1] 2025-06-06T00:25:58.8912136Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_neg.py::test_neg_u85_BI[rank_4_randn_neg] 2025-06-06T00:25:58.8913598Z backends/arm/test/ops/test_ones.py::test_ones_tosa_MI[10x3x3] 2025-06-06T00:25:58.8915195Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_ones.py::test_ones_tosa_MI[10x3x3] 2025-06-06T00:25:58.8916452Z backends/arm/test/ops/test_ones.py::test_ones_tosa_MI[10x1] 2025-06-06T00:25:58.8917957Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_ones.py::test_ones_tosa_MI[10x1] 2025-06-06T00:25:58.8919275Z backends/arm/test/ops/test_ones.py::test_ones_tosa_MI[int32_int32] 2025-06-06T00:25:58.8921070Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_ones.py::test_ones_tosa_MI[int32_int32] 2025-06-06T00:25:58.8922363Z backends/arm/test/ops/test_ones.py::test_ones_tosa_BI[10x3x3] 2025-06-06T00:25:58.8923943Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_1] 2025-06-06T00:25:58.8925309Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_2] 2025-06-06T00:25:58.8926941Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_ones.py::test_ones_tosa_BI[10x3x3] 2025-06-06T00:25:58.8928166Z backends/arm/test/ops/test_ones.py::test_ones_tosa_BI[10x1] 2025-06-06T00:25:58.8929620Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_ones.py::test_ones_tosa_BI[10x1] 2025-06-06T00:25:58.8930830Z backends/arm/test/ops/test_ones.py::test_ones_tosa_BI[int32_int32] 2025-06-06T00:25:58.8932500Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_ones.py::test_ones_tosa_BI[int32_int32] 2025-06-06T00:25:58.8933802Z backends/arm/test/ops/test_ones.py::test_ones_u55_BI[10x3x3] 2025-06-06T00:25:58.8935404Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_2] 2025-06-06T00:25:58.8936781Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_3] 2025-06-06T00:25:58.8938849Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims] 2025-06-06T00:25:58.8940727Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims_no_bias] 2025-06-06T00:25:58.8942715Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_3] 2025-06-06T00:25:58.8944109Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_12] 2025-06-06T00:25:58.8945719Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_ones.py::test_ones_u55_BI[10x3x3] 2025-06-06T00:25:58.8946897Z backends/arm/test/ops/test_ones.py::test_ones_u55_BI[10x1] 2025-06-06T00:25:58.8948384Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_ones.py::test_ones_u55_BI[10x1] 2025-06-06T00:25:58.8949779Z backends/arm/test/ops/test_ones.py::test_ones_u55_BI[int32_int32] 2025-06-06T00:25:58.8951476Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_12] 2025-06-06T00:25:58.8952874Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_13] 2025-06-06T00:25:58.8955238Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims_no_bias] 2025-06-06T00:25:58.8956959Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank1_ones] 2025-06-06T00:25:58.8958691Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank1_ones] 2025-06-06T00:25:58.8960448Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank2_rand] 2025-06-06T00:25:58.8962224Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank2_rand] 2025-06-06T00:25:58.8963656Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank3_randn] 2025-06-06T00:25:58.8965350Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_ones.py::test_ones_u55_BI[int32_int32] 2025-06-06T00:25:58.8966636Z backends/arm/test/ops/test_ones.py::test_ones_u85_BI[10x3x3] 2025-06-06T00:25:58.8968394Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank3_randn] 2025-06-06T00:26:28.3846253Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank4_randn] 2025-06-06T00:26:28.3848572Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_MI[le_rank4_randn] 2025-06-06T00:26:28.3850170Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank1_ones] 2025-06-06T00:26:28.3852055Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank1_ones] 2025-06-06T00:26:28.3854101Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank2_rand] 2025-06-06T00:26:28.3856149Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_ones.py::test_ones_u85_BI[10x3x3] 2025-06-06T00:26:28.3857828Z backends/arm/test/ops/test_ones.py::test_ones_u85_BI[10x1] 2025-06-06T00:26:28.3859574Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_13] 2025-06-06T00:26:28.3861072Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_23] 2025-06-06T00:26:28.3862915Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank2_rand] 2025-06-06T00:26:28.3864508Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank3_randn] 2025-06-06T00:26:28.3866249Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_ones.py::test_ones_u85_BI[10x1] 2025-06-06T00:26:28.3867607Z backends/arm/test/ops/test_ones.py::test_ones_u85_BI[int32_int32] 2025-06-06T00:26:28.3869422Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank3_randn] 2025-06-06T00:26:28.3870977Z backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank4_randn] 2025-06-06T00:26:28.3873141Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_tosa_BI[le_rank4_randn] 2025-06-06T00:26:28.3874775Z backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank1_ones] 2025-06-06T00:26:28.3876720Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_23] 2025-06-06T00:26:28.3878237Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_123] 2025-06-06T00:26:28.3880184Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_ones.py::test_ones_u85_BI[int32_int32] 2025-06-06T00:26:28.3881749Z backends/arm/test/ops/test_ones.py::test_ones_tosa_BI_not_delegated[fp32_int64] 2025-06-06T00:26:28.3883771Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank1_ones] 2025-06-06T00:26:28.3885693Z backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank2_rand] 2025-06-06T00:26:28.3887698Z [gw1] [ 50%] XFAIL backends/arm/test/ops/test_ones.py::test_ones_tosa_BI_not_delegated[fp32_int64] 2025-06-06T00:26:28.3889332Z backends/arm/test/ops/test_ones.py::test_ones_tosa_BI_not_delegated[fp32_int32] 2025-06-06T00:26:28.3891333Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank2_rand] 2025-06-06T00:26:28.3893018Z backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank3_randn] 2025-06-06T00:26:28.3895235Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank3_randn] 2025-06-06T00:26:28.3896963Z backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank4_randn] 2025-06-06T00:26:28.3898947Z [gw1] [ 50%] XFAIL backends/arm/test/ops/test_ones.py::test_ones_tosa_BI_not_delegated[fp32_int32] 2025-06-06T00:26:28.3900625Z backends/arm/test/ops/test_ones.py::test_ones_tosa_BI_not_delegated[int32_int64] 2025-06-06T00:26:28.3902663Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_u55_BI_not_delegated[le_rank4_randn] 2025-06-06T00:26:28.3904427Z backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank1_ones] 2025-06-06T00:26:28.3906413Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_123] 2025-06-06T00:26:28.3907904Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_0123] 2025-06-06T00:26:28.3909832Z [gw1] [ 50%] XFAIL backends/arm/test/ops/test_ones.py::test_ones_tosa_BI_not_delegated[int32_int64] 2025-06-06T00:26:28.3911364Z backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_2] 2025-06-06T00:26:28.3913155Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_2] 2025-06-06T00:26:28.3914661Z backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_3] 2025-06-06T00:26:28.3916451Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_3] 2025-06-06T00:26:28.3917968Z backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_3_2] 2025-06-06T00:26:28.3919917Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank1_ones] 2025-06-06T00:26:28.3921457Z backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank2_rand] 2025-06-06T00:26:28.3923298Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_3_2] 2025-06-06T00:26:28.3924833Z backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_4] 2025-06-06T00:26:28.3926647Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_4] 2025-06-06T00:26:28.3928152Z backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_4_2] 2025-06-06T00:26:28.3930008Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_4_2] 2025-06-06T00:26:28.3931661Z backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_4_3] 2025-06-06T00:26:28.3933537Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[rand_0123] 2025-06-06T00:26:28.3935232Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[u55_avg_pool_not_supported] 2025-06-06T00:26:28.3937239Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_MI[rank_4_3] 2025-06-06T00:26:28.3938764Z backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_2] 2025-06-06T00:26:28.3940788Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank2_rand] 2025-06-06T00:26:28.3942313Z backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank3_randn] 2025-06-06T00:26:28.3944258Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_2] 2025-06-06T00:26:28.3945747Z backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_3] 2025-06-06T00:26:28.3947261Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank3_randn] 2025-06-06T00:26:28.3948349Z backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank4_randn] 2025-06-06T00:26:28.3949623Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_3] 2025-06-06T00:26:28.3950682Z backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_3_2] 2025-06-06T00:26:28.3952058Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_3_2] 2025-06-06T00:26:28.3953116Z backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_4] 2025-06-06T00:26:28.3954534Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u55_BI[u55_avg_pool_not_supported] 2025-06-06T00:26:28.3956005Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_1_keepdim] 2025-06-06T00:26:28.3957353Z [gw2] [ 50%] XFAIL backends/arm/test/ops/test_le.py::test_le_tensor_u85_BI[le_rank4_randn] 2025-06-06T00:26:28.3958547Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[zeros] 2025-06-06T00:26:28.3959954Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_4] 2025-06-06T00:26:28.3961002Z backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_4_2] 2025-06-06T00:26:28.3962331Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[zeros] 2025-06-06T00:26:28.3963422Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[ones] 2025-06-06T00:26:28.3964713Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_4_2] 2025-06-06T00:26:28.3965915Z backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_4_3] 2025-06-06T00:26:28.3967210Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_permute.py::test_permute_tosa_BI[rank_4_3] 2025-06-06T00:26:28.3968269Z backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_2] 2025-06-06T00:26:28.3969593Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_1_keepdim] 2025-06-06T00:26:28.3970715Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_2_keepdim] 2025-06-06T00:26:28.3972056Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[ones] 2025-06-06T00:26:28.3973130Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[rand] 2025-06-06T00:26:28.3974419Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_2] 2025-06-06T00:26:28.3975433Z backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_3] 2025-06-06T00:26:28.3976857Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_2_keepdim] 2025-06-06T00:26:28.3978000Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_3_keepdim] 2025-06-06T00:26:28.3979342Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[rand] 2025-06-06T00:26:28.3980453Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[3Dtensor] 2025-06-06T00:26:28.3981749Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_3] 2025-06-06T00:26:28.3982794Z backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_3_2] 2025-06-06T00:26:28.3984114Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_3_keepdim] 2025-06-06T00:27:07.3587742Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_1_keepdim] 2025-06-06T00:27:07.3590154Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[3Dtensor] 2025-06-06T00:27:07.3593543Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[negative_slope] 2025-06-06T00:27:07.3595431Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_1_keepdim] 2025-06-06T00:27:07.3596821Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_2_keepdim] 2025-06-06T00:27:07.3598703Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_MI[negative_slope] 2025-06-06T00:27:07.3600308Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[zeros] 2025-06-06T00:27:07.3601816Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_3_2] 2025-06-06T00:27:07.3602548Z backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_4] 2025-06-06T00:27:07.3603442Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[zeros] 2025-06-06T00:27:07.3604197Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[ones] 2025-06-06T00:27:07.3605116Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_2_keepdim] 2025-06-06T00:27:07.3606101Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_3_keepdim] 2025-06-06T00:27:07.3607014Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_4] 2025-06-06T00:27:07.3607752Z backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_4_2] 2025-06-06T00:27:07.3608865Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_3_keepdim] 2025-06-06T00:27:07.3609641Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_12_keepdim] 2025-06-06T00:27:07.3610548Z [gw1] [ 51%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_4_2] 2025-06-06T00:27:07.3611278Z backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_4_3] 2025-06-06T00:27:07.3612189Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_12_keepdim] 2025-06-06T00:27:07.3612987Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_13_keepdim] 2025-06-06T00:27:07.3613890Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[ones] 2025-06-06T00:27:07.3614641Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[rand] 2025-06-06T00:27:07.3615517Z [gw1] [ 51%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u55_BI[rank_4_3] 2025-06-06T00:27:07.3616240Z backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_2] 2025-06-06T00:27:07.3617152Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_13_keepdim] 2025-06-06T00:27:07.3617933Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_23_keepdim] 2025-06-06T00:27:07.3618970Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[rand] 2025-06-06T00:27:07.3619732Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[3Dtensor] 2025-06-06T00:27:07.3620628Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_2] 2025-06-06T00:27:07.3621337Z backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_3] 2025-06-06T00:27:07.3622249Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_23_keepdim] 2025-06-06T00:27:07.3623045Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_123_keepdim] 2025-06-06T00:27:07.3623982Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[3Dtensor] 2025-06-06T00:27:07.3624935Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[negative_slope] 2025-06-06T00:27:07.3625975Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_3] 2025-06-06T00:27:07.3626781Z backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_3_2] 2025-06-06T00:27:07.3627801Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_123_keepdim] 2025-06-06T00:27:07.3628590Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_0123_keepdim] 2025-06-06T00:27:07.3629577Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_tosa_BI[negative_slope] 2025-06-06T00:27:07.3630515Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[zeros] 2025-06-06T00:27:07.3631567Z [gw0] [ 51%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u55_BI_depth_wise[two_dw_conv2d] 2025-06-06T00:27:07.3632562Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[2_1x6x4_gp6_st1] 2025-06-06T00:27:07.3633659Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_3_2] 2025-06-06T00:27:07.3634430Z backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_4] 2025-06-06T00:27:07.3635291Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_4] 2025-06-06T00:27:07.3636014Z backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_4_2] 2025-06-06T00:27:07.3636946Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_0123_keepdim] 2025-06-06T00:27:07.3637702Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_1] 2025-06-06T00:27:07.3638755Z [gw0] [ 51%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[2_1x6x4_gp6_st1] 2025-06-06T00:27:07.3639853Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[two_dw_conv1d] 2025-06-06T00:27:07.3640986Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[zeros] 2025-06-06T00:27:07.3641735Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[ones] 2025-06-06T00:27:07.3642609Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_4_2] 2025-06-06T00:27:07.3643329Z backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_4_3] 2025-06-06T00:27:07.3644194Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_1] 2025-06-06T00:27:07.3644918Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_2] 2025-06-06T00:27:07.3645788Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_permute.py::test_permute_u85_BI[rank_4_3] 2025-06-06T00:27:07.3646551Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[zero_base_pos_exp] 2025-06-06T00:27:07.3647626Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[zero_base_pos_exp] 2025-06-06T00:27:07.3648422Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[pos_base] 2025-06-06T00:27:07.3649326Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_2] 2025-06-06T00:27:07.3650043Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_3] 2025-06-06T00:27:07.3650938Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[pos_base] 2025-06-06T00:27:07.3651756Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[zero_base_zero_exp] 2025-06-06T00:27:07.3652843Z [gw0] [ 52%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[two_dw_conv1d] 2025-06-06T00:27:07.3653868Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[3_1x3x256_gp3_st1] 2025-06-06T00:27:07.3655364Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[zero_base_zero_exp] 2025-06-06T00:27:07.3656199Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[pos_base_zero_exp] 2025-06-06T00:27:07.3657217Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[pos_base_zero_exp] 2025-06-06T00:27:07.3658041Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[neg_base_zero_exp] 2025-06-06T00:27:07.3658978Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rank_3] 2025-06-06T00:27:07.3659820Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_1] 2025-06-06T00:27:07.3660872Z [gw0] [ 52%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[3_1x3x256_gp3_st1] 2025-06-06T00:27:07.3661891Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[3_1x3x14_gp3_st1] 2025-06-06T00:27:07.3662966Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[neg_base_zero_exp] 2025-06-06T00:27:07.3663859Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[base_has_lower_rank] 2025-06-06T00:27:07.3664883Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[base_has_lower_rank] 2025-06-06T00:27:07.3665712Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[exp_has_lower_rank] 2025-06-06T00:27:07.3666658Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_1] 2025-06-06T00:27:07.3667362Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_2] 2025-06-06T00:27:07.3668303Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[exp_has_lower_rank] 2025-06-06T00:27:07.3669127Z backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[f16_tensors] 2025-06-06T00:27:07.3670075Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_tensor_tosa_MI[f16_tensors] 2025-06-06T00:27:42.9080372Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_minus_three] 2025-06-06T00:27:42.9083763Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_2] 2025-06-06T00:27:42.9084973Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_3] 2025-06-06T00:27:42.9086669Z [gw0] [ 52%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u55_BI_depth_wise[3_1x3x14_gp3_st1] 2025-06-06T00:27:42.9087727Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-06T00:27:42.9088842Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_minus_three] 2025-06-06T00:27:42.9089677Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_minus_one] 2025-06-06T00:27:42.9090916Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_minus_one] 2025-06-06T00:27:42.9091832Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_zero] 2025-06-06T00:27:42.9093144Z [gw0] [ 52%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[2x2_1x6x4x4_gp6_st1] 2025-06-06T00:27:42.9094294Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-06T00:27:42.9096294Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_3] 2025-06-06T00:27:42.9097033Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_12] 2025-06-06T00:27:42.9097967Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_zero] 2025-06-06T00:27:42.9098888Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_one] 2025-06-06T00:27:42.9099824Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_one] 2025-06-06T00:27:42.9100605Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_two] 2025-06-06T00:27:42.9101527Z [gw1] [ 52%] XFAIL backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[exp_two] 2025-06-06T00:27:42.9102424Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[non_neg_base_exp_pos_decimal] 2025-06-06T00:27:42.9103789Z [gw1] [ 52%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[non_neg_base_exp_pos_decimal] 2025-06-06T00:27:42.9104887Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[neg_base_exp_pos_integer] 2025-06-06T00:27:42.9106076Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_MI[neg_base_exp_pos_integer] 2025-06-06T00:27:42.9107016Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_minus_three] 2025-06-06T00:27:42.9108209Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_12] 2025-06-06T00:27:42.9109011Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_13] 2025-06-06T00:27:42.9110048Z [gw1] [ 52%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_minus_three] 2025-06-06T00:27:42.9110958Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_minus_one] 2025-06-06T00:27:42.9112026Z [gw1] [ 52%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_minus_one] 2025-06-06T00:27:42.9112841Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_zero] 2025-06-06T00:27:42.9113749Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_13] 2025-06-06T00:27:42.9114588Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_23] 2025-06-06T00:27:42.9115506Z [gw1] [ 52%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_zero] 2025-06-06T00:27:42.9116278Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_one] 2025-06-06T00:27:42.9117420Z [gw0] [ 52%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_1x3x256x256_gp3_st1] 2025-06-06T00:27:42.9118598Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-06T00:27:42.9119791Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[ones] 2025-06-06T00:27:42.9120812Z [gw1] [ 53%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_one] 2025-06-06T00:27:42.9121573Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[rand] 2025-06-06T00:27:42.9122325Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_two] 2025-06-06T00:27:42.9123241Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_23] 2025-06-06T00:27:42.9124003Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_123] 2025-06-06T00:27:42.9124989Z [gw1] [ 53%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[exp_two] 2025-06-06T00:27:42.9125845Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[non_neg_base_exp_pos_decimal] 2025-06-06T00:27:42.9126952Z [gw1] [ 53%] XPASS backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[non_neg_base_exp_pos_decimal] 2025-06-06T00:27:42.9127867Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[neg_base_exp_pos_integer] 2025-06-06T00:27:42.9129009Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_tosa_BI[neg_base_exp_pos_integer] 2025-06-06T00:27:42.9129863Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_minus_three] 2025-06-06T00:27:42.9130807Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_123] 2025-06-06T00:27:42.9131541Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_0123] 2025-06-06T00:27:42.9132500Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_minus_three] 2025-06-06T00:27:42.9133365Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_minus_one] 2025-06-06T00:27:42.9134291Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[rand_0123] 2025-06-06T00:27:42.9135102Z backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[u55_avg_pool_not_supported] 2025-06-06T00:27:42.9136113Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_minus_one] 2025-06-06T00:27:42.9136906Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_zero] 2025-06-06T00:27:42.9137964Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_dim_u85_BI[u55_avg_pool_not_supported] 2025-06-06T00:27:42.9138882Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[float_tensor] 2025-06-06T00:27:42.9139829Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[float_tensor] 2025-06-06T00:27:42.9140567Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[ones] 2025-06-06T00:27:42.9141426Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[ones] 2025-06-06T00:27:42.9142148Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[rand_diff] 2025-06-06T00:27:42.9143047Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[rand_diff] 2025-06-06T00:27:42.9143796Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[rand_same] 2025-06-06T00:27:42.9144684Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[rand_same] 2025-06-06T00:27:42.9145439Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[rand_large] 2025-06-06T00:27:42.9146347Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_zero] 2025-06-06T00:27:42.9147122Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_one] 2025-06-06T00:27:42.9148036Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_MI[rand_large] 2025-06-06T00:27:42.9148784Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[float_tensor] 2025-06-06T00:27:42.9149695Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[rand] 2025-06-06T00:27:42.9150436Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[3Dtensor] 2025-06-06T00:27:42.9151435Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[float_tensor] 2025-06-06T00:27:42.9152182Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[ones] 2025-06-06T00:27:42.9153061Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_one] 2025-06-06T00:27:42.9153823Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_two] 2025-06-06T00:27:42.9154955Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[ones] 2025-06-06T00:27:42.9155691Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[rand_diff] 2025-06-06T00:27:42.9156615Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[3Dtensor] 2025-06-06T00:27:42.9157545Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[negative_slope] 2025-06-06T00:27:42.9158488Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[rand_diff] 2025-06-06T00:27:42.9159224Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[rand_same] 2025-06-06T00:27:42.9160242Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[exp_two] 2025-06-06T00:27:42.9161079Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[non_neg_base_exp_pos_decimal] 2025-06-06T00:28:22.4034469Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[rand_same] 2025-06-06T00:28:22.4040492Z backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[rand_large] 2025-06-06T00:28:22.4042429Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_tosa_BI[rand_large] 2025-06-06T00:28:22.4043904Z backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[float_tensor] 2025-06-06T00:28:22.4045901Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[non_neg_base_exp_pos_decimal] 2025-06-06T00:28:22.4047832Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[neg_base_exp_pos_integer] 2025-06-06T00:28:22.4049756Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[float_tensor] 2025-06-06T00:28:22.4051142Z backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[ones] 2025-06-06T00:28:22.4053009Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u55_BI[neg_base_exp_pos_integer] 2025-06-06T00:28:22.4054876Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_minus_three] 2025-06-06T00:28:22.4056762Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_minus_three] 2025-06-06T00:28:22.4058309Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_minus_one] 2025-06-06T00:28:22.4060191Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_minus_one] 2025-06-06T00:28:22.4061703Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_zero] 2025-06-06T00:28:22.4063405Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[ones] 2025-06-06T00:28:22.4064742Z backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[rand_diff] 2025-06-06T00:28:22.4066571Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u55_BI[negative_slope] 2025-06-06T00:28:22.4068080Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[zeros] 2025-06-06T00:28:22.4069797Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_zero] 2025-06-06T00:28:22.4071279Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_one] 2025-06-06T00:28:22.4073169Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[rand_diff] 2025-06-06T00:28:22.4074583Z backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[rand_same] 2025-06-06T00:28:22.4076310Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[zeros] 2025-06-06T00:28:22.4077696Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[ones] 2025-06-06T00:28:22.4079439Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_one] 2025-06-06T00:28:22.4080990Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_two] 2025-06-06T00:28:22.4082708Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[rand_same] 2025-06-06T00:28:22.4084098Z backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[rand_large] 2025-06-06T00:28:22.4085960Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[exp_two] 2025-06-06T00:28:22.4087556Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[non_neg_base_exp_pos_decimal] 2025-06-06T00:28:22.4089689Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[non_neg_base_exp_pos_decimal] 2025-06-06T00:28:22.4091400Z backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[neg_base_exp_pos_integer] 2025-06-06T00:28:22.4093272Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_u55_BI[rand_large] 2025-06-06T00:28:22.4094818Z backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[float_tensor] 2025-06-06T00:28:22.4096766Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_pow.py::test_pow_tensor_scalar_u85_BI[neg_base_exp_pos_integer] 2025-06-06T00:28:22.4098491Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank1_ones] 2025-06-06T00:28:22.4100442Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[float_tensor] 2025-06-06T00:28:22.4101819Z backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[ones] 2025-06-06T00:28:22.4103811Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank1_ones] 2025-06-06T00:28:22.4105595Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank1_rand] 2025-06-06T00:28:22.4107735Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank1_rand] 2025-06-06T00:28:22.4109633Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank1_negative_ones] 2025-06-06T00:28:22.4111994Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank1_negative_ones] 2025-06-06T00:28:22.4113864Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_ones] 2025-06-06T00:28:22.4116015Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_ones] 2025-06-06T00:28:22.4117897Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_negative_ones] 2025-06-06T00:28:22.4120333Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_negative_ones] 2025-06-06T00:28:22.4122398Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-06T00:28:22.4124447Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[ones] 2025-06-06T00:28:22.4125804Z backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[rand_diff] 2025-06-06T00:28:22.4127945Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-06T00:28:22.4130193Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_large_rand] 2025-06-06T00:28:22.4132487Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_large_rand] 2025-06-06T00:28:22.4134469Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_negative_large_rand] 2025-06-06T00:28:22.4136948Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_negative_large_rand] 2025-06-06T00:28:22.4138960Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_large_randn] 2025-06-06T00:28:22.4140929Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[rand_diff] 2025-06-06T00:28:22.4142423Z backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[rand_same] 2025-06-06T00:28:22.4144427Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_MI[op_reciprocal_rank4_large_randn] 2025-06-06T00:28:22.4146288Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank1_ones] 2025-06-06T00:28:22.4148411Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank1_ones] 2025-06-06T00:28:22.4150207Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank1_rand] 2025-06-06T00:28:22.4152196Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[rand_same] 2025-06-06T00:28:22.4153581Z backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[rand_large] 2025-06-06T00:28:22.4155757Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank1_rand] 2025-06-06T00:28:22.4157630Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank1_negative_ones] 2025-06-06T00:28:22.4160042Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank1_negative_ones] 2025-06-06T00:28:22.4162069Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_ones] 2025-06-06T00:28:22.4163966Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_minimum.py::test_minimum_u85_BI[rand_large] 2025-06-06T00:28:22.4165268Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[rand_2d] 2025-06-06T00:28:22.4167042Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_ones] 2025-06-06T00:28:22.4168899Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_negative_ones] 2025-06-06T00:28:22.4170894Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[ones] 2025-06-06T00:28:22.4172298Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[rand] 2025-06-06T00:28:22.4173864Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[rand_2d] 2025-06-06T00:28:22.4175066Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[rand_same] 2025-06-06T00:28:22.4176577Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[rand_same] 2025-06-06T00:28:22.4177761Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[ones] 2025-06-06T00:28:22.4179652Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_negative_ones] 2025-06-06T00:28:52.3394609Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-06T00:28:52.3397163Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[ones] 2025-06-06T00:28:52.3398538Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[randn_large] 2025-06-06T00:28:52.3402458Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-06T00:28:52.3404602Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_large_rand] 2025-06-06T00:28:52.3406529Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[randn_large] 2025-06-06T00:28:52.3407789Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[rand_neg] 2025-06-06T00:28:52.3409724Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_large_rand] 2025-06-06T00:28:52.3411711Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_negative_large_rand] 2025-06-06T00:28:52.3413664Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI[rand_neg] 2025-06-06T00:28:52.3415103Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[rand_2d] 2025-06-06T00:28:52.3416619Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[rand_2d] 2025-06-06T00:28:52.3417854Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[rand_same] 2025-06-06T00:28:52.3419895Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_negative_large_rand] 2025-06-06T00:28:52.3421907Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_large_randn] 2025-06-06T00:28:52.3423942Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[rand_same] 2025-06-06T00:28:52.3425118Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[ones] 2025-06-06T00:28:52.3427041Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_tosa_BI[op_reciprocal_rank4_large_randn] 2025-06-06T00:28:52.3428902Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank1_ones] 2025-06-06T00:28:52.3430679Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[ones] 2025-06-06T00:28:52.3431981Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[randn_large] 2025-06-06T00:28:52.3433806Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank1_ones] 2025-06-06T00:28:52.3435607Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank1_rand] 2025-06-06T00:28:52.3437738Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank1_rand] 2025-06-06T00:28:52.3439757Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank1_negative_ones] 2025-06-06T00:28:52.3441671Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[randn_large] 2025-06-06T00:28:52.3442934Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[rand_neg] 2025-06-06T00:28:52.3444883Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank1_negative_ones] 2025-06-06T00:28:52.3446742Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_ones] 2025-06-06T00:28:52.3448638Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[rand] 2025-06-06T00:28:52.3450382Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI[rand_neg] 2025-06-06T00:28:52.3451771Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[3Dtensor] 2025-06-06T00:28:52.3452908Z backends/arm/test/ops/test_mm.py::test_mm_u55_BI[rand_2d] 2025-06-06T00:28:52.3455001Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_ones] 2025-06-06T00:28:52.3456813Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_negative_ones] 2025-06-06T00:28:52.3458889Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[3Dtensor] 2025-06-06T00:28:52.3460306Z backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[negative_slope] 2025-06-06T00:28:52.3462401Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_negative_ones] 2025-06-06T00:28:52.3464348Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-06T00:28:52.3466315Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_mm.py::test_mm_u55_BI[rand_2d] 2025-06-06T00:28:52.3467469Z backends/arm/test/ops/test_mm.py::test_mm_u55_BI[rand_same] 2025-06-06T00:28:52.3469513Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-06T00:28:52.3471651Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_large_rand] 2025-06-06T00:28:52.3473797Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_large_rand] 2025-06-06T00:28:52.3475709Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_negative_large_rand] 2025-06-06T00:28:52.3478135Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_negative_large_rand] 2025-06-06T00:28:52.3480365Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_large_randn] 2025-06-06T00:28:52.3482219Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_mm.py::test_mm_u55_BI[rand_same] 2025-06-06T00:28:52.3483321Z backends/arm/test/ops/test_mm.py::test_mm_u55_BI[ones] 2025-06-06T00:28:52.3485164Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u55_BI[op_reciprocal_rank4_large_randn] 2025-06-06T00:28:52.3486979Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank1_ones] 2025-06-06T00:28:52.3489248Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank1_ones] 2025-06-06T00:28:52.3491011Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank1_rand] 2025-06-06T00:28:52.3493123Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank1_rand] 2025-06-06T00:28:52.3494994Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank1_negative_ones] 2025-06-06T00:28:52.3497327Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank1_negative_ones] 2025-06-06T00:28:52.3499184Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_ones] 2025-06-06T00:28:52.3500920Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_mm.py::test_mm_u55_BI[ones] 2025-06-06T00:28:52.3502084Z backends/arm/test/ops/test_mm.py::test_mm_u55_BI[randn_large] 2025-06-06T00:28:52.3504147Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_ones] 2025-06-06T00:28:52.3509024Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_negative_ones] 2025-06-06T00:28:52.3511256Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_leaky_relu.py::test_leaky_relu_u85_BI[negative_slope] 2025-06-06T00:28:52.3512860Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[default] 2025-06-06T00:28:52.3514972Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_negative_ones] 2025-06-06T00:28:52.3516914Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-06T00:28:52.3519245Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[default] 2025-06-06T00:28:52.3520991Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[ord1] 2025-06-06T00:28:52.3522692Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_mm.py::test_mm_u55_BI[randn_large] 2025-06-06T00:28:52.3523860Z backends/arm/test/ops/test_mm.py::test_mm_u55_BI[rand_neg] 2025-06-06T00:28:52.3525896Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_ones_reciprocal_negative] 2025-06-06T00:28:52.3527864Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_large_rand] 2025-06-06T00:28:52.3529938Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[ord1] 2025-06-06T00:28:52.3531623Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[ord2] 2025-06-06T00:28:52.3533681Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_large_rand] 2025-06-06T00:28:52.3535634Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_negative_large_rand] 2025-06-06T00:28:52.3538027Z [gw0] [ 56%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_1x4x256x256_gp4_nobias] 2025-06-06T00:28:52.3540249Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-06T00:28:52.3542444Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[ord2] 2025-06-06T00:29:17.4083216Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[dim_3d] 2025-06-06T00:29:17.4085436Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_MI[dim_3d] 2025-06-06T00:29:17.4087089Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[default] 2025-06-06T00:29:17.4089416Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_negative_large_rand] 2025-06-06T00:29:17.4091107Z backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_large_randn] 2025-06-06T00:29:17.4092579Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::test_reciprocal_u85_BI[op_reciprocal_rank4_large_randn] 2025-06-06T00:29:17.4093412Z backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[zeros] 2025-06-06T00:29:17.4094332Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[default] 2025-06-06T00:29:17.4095184Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[ord1] 2025-06-06T00:29:17.4096104Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[zeros] 2025-06-06T00:29:17.4096753Z backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[ones] 2025-06-06T00:29:17.4097534Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_u55_BI[rand_neg] 2025-06-06T00:29:17.4098153Z backends/arm/test/ops/test_mm.py::test_mm_u85_BI[rand_2d] 2025-06-06T00:29:17.4098935Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[ones] 2025-06-06T00:29:17.4099583Z backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[rand] 2025-06-06T00:29:17.4100573Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[ord1] 2025-06-06T00:29:17.4101891Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[ord2] 2025-06-06T00:29:17.4103411Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[rand] 2025-06-06T00:29:17.4104813Z backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[randn_pos] 2025-06-06T00:29:17.4106204Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_u85_BI[rand_2d] 2025-06-06T00:29:17.4107224Z backends/arm/test/ops/test_mm.py::test_mm_u85_BI[rand_same] 2025-06-06T00:29:17.4108618Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[ord2] 2025-06-06T00:29:17.4110222Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[dim_3d] 2025-06-06T00:29:17.4111991Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[randn_pos] 2025-06-06T00:29:17.4113323Z backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[randn_neg] 2025-06-06T00:29:17.4114850Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[randn_neg] 2025-06-06T00:29:17.4116332Z backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[ramp] 2025-06-06T00:29:17.4117856Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_tosa_BI[dim_3d] 2025-06-06T00:29:17.4119254Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[default] 2025-06-06T00:29:17.4121062Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_MI[ramp] 2025-06-06T00:29:17.4122195Z backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[zeros] 2025-06-06T00:29:17.4123507Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_u85_BI[rand_same] 2025-06-06T00:29:17.4124811Z backends/arm/test/ops/test_mm.py::test_mm_u85_BI[ones] 2025-06-06T00:29:17.4126152Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[zeros] 2025-06-06T00:29:17.4127189Z backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[ones] 2025-06-06T00:29:17.4128482Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[ones] 2025-06-06T00:29:17.4129536Z backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[rand] 2025-06-06T00:29:17.4130931Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_u85_BI[ones] 2025-06-06T00:29:17.4132053Z backends/arm/test/ops/test_mm.py::test_mm_u85_BI[randn_large] 2025-06-06T00:29:17.4133336Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[rand] 2025-06-06T00:29:17.4134559Z backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[randn_pos] 2025-06-06T00:29:17.4136040Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[default] 2025-06-06T00:29:17.4137418Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[ord1] 2025-06-06T00:29:17.4138847Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[randn_pos] 2025-06-06T00:29:17.4139930Z backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[randn_neg] 2025-06-06T00:29:17.4141300Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_u85_BI[randn_large] 2025-06-06T00:29:17.4142360Z backends/arm/test/ops/test_mm.py::test_mm_u85_BI[rand_neg] 2025-06-06T00:29:17.4143813Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[randn_neg] 2025-06-06T00:29:17.4145077Z backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[ramp] 2025-06-06T00:29:17.4146355Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_mm.py::test_mm_u85_BI[rand_neg] 2025-06-06T00:29:17.4147470Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank1_rand] 2025-06-06T00:29:17.4148820Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_tosa_BI[ramp] 2025-06-06T00:29:17.4149780Z backends/arm/test/ops/test_relu.py::test_relu_u55_BI[zeros] 2025-06-06T00:29:17.4151243Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[ord1] 2025-06-06T00:29:17.4152770Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[ord2] 2025-06-06T00:29:17.4154458Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank1_rand] 2025-06-06T00:29:17.4156100Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank2_rand] 2025-06-06T00:29:17.4157781Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank2_rand] 2025-06-06T00:29:17.4159192Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank3_randn] 2025-06-06T00:29:17.4160874Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u55_BI[zeros] 2025-06-06T00:29:17.4162074Z backends/arm/test/ops/test_relu.py::test_relu_u55_BI[ones] 2025-06-06T00:29:17.4163670Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank3_randn] 2025-06-06T00:29:17.4165151Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_randn] 2025-06-06T00:29:17.4166572Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u55_BI[ones] 2025-06-06T00:29:17.4167653Z backends/arm/test/ops/test_relu.py::test_relu_u55_BI[rand] 2025-06-06T00:29:17.4169034Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_randn] 2025-06-06T00:29:17.4170357Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_ones_mul_negative] 2025-06-06T00:29:17.4172269Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[ord2] 2025-06-06T00:29:17.4173672Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[dim_3d] 2025-06-06T00:29:17.4175295Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u55_BI[rand] 2025-06-06T00:29:17.4176353Z backends/arm/test/ops/test_relu.py::test_relu_u55_BI[randn_pos] 2025-06-06T00:29:17.4177908Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_ones_mul_negative] 2025-06-06T00:29:17.4179748Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_negative_large_rand] 2025-06-06T00:29:17.4181495Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_negative_large_rand] 2025-06-06T00:29:17.4182916Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_large_randn] 2025-06-06T00:29:17.4184485Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u55_BI[randn_pos] 2025-06-06T00:29:17.4185699Z backends/arm/test/ops/test_relu.py::test_relu_u55_BI[randn_neg] 2025-06-06T00:29:17.4187239Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_large_randn] 2025-06-06T00:29:17.4188721Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:29:17.4190641Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:29:17.4192159Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank2_rand] 2025-06-06T00:29:17.4193859Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u55_BI_fvp[dim_3d] 2025-06-06T00:29:17.4195336Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[default] 2025-06-06T00:29:17.4196941Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u55_BI[randn_neg] 2025-06-06T00:29:17.4198089Z backends/arm/test/ops/test_relu.py::test_relu_u55_BI[ramp] 2025-06-06T00:29:17.4199909Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank2_rand] 2025-06-06T00:29:17.4201737Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank3_randn] 2025-06-06T00:29:37.5444163Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank3_randn] 2025-06-06T00:29:37.5445795Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank4_randn] 2025-06-06T00:29:37.5447370Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u55_BI[ramp] 2025-06-06T00:29:37.5448438Z backends/arm/test/ops/test_relu.py::test_relu_u85_BI[zeros] 2025-06-06T00:29:37.5450050Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank4_randn] 2025-06-06T00:29:37.5451603Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank4_randn_2] 2025-06-06T00:29:37.5453410Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u85_BI[zeros] 2025-06-06T00:29:37.5458847Z backends/arm/test/ops/test_relu.py::test_relu_u85_BI[ones] 2025-06-06T00:29:37.5460550Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_MI_diff_input_ranks[op_mul_rank4_randn_2] 2025-06-06T00:29:37.5462125Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank2_rand] 2025-06-06T00:29:37.5463928Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[default] 2025-06-06T00:29:37.5465517Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[ord1] 2025-06-06T00:29:37.5467694Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u85_BI[ones] 2025-06-06T00:29:37.5468733Z backends/arm/test/ops/test_relu.py::test_relu_u85_BI[rand] 2025-06-06T00:29:37.5470342Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank2_rand] 2025-06-06T00:29:37.5471885Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank3_randn] 2025-06-06T00:29:37.5473549Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u85_BI[rand] 2025-06-06T00:29:37.5474652Z backends/arm/test/ops/test_relu.py::test_relu_u85_BI[randn_pos] 2025-06-06T00:29:37.5476259Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[ord1] 2025-06-06T00:29:37.5477689Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[ord2] 2025-06-06T00:29:37.5479586Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank3_randn] 2025-06-06T00:29:37.5481137Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank4_randn] 2025-06-06T00:29:37.5482767Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u85_BI[randn_pos] 2025-06-06T00:29:37.5483875Z backends/arm/test/ops/test_relu.py::test_relu_u85_BI[randn_neg] 2025-06-06T00:29:37.5485517Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank4_randn] 2025-06-06T00:29:37.5487097Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank4_randn_2] 2025-06-06T00:29:37.5488986Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI_diff_input_ranks[op_mul_rank4_randn_2] 2025-06-06T00:29:37.5490432Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank1_rand] 2025-06-06T00:29:37.5492073Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[ord2] 2025-06-06T00:29:37.5493507Z backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[dim_3d] 2025-06-06T00:29:37.5495145Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u85_BI[randn_neg] 2025-06-06T00:29:37.5496216Z backends/arm/test/ops/test_relu.py::test_relu_u85_BI[ramp] 2025-06-06T00:29:37.5498120Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank1_rand] 2025-06-06T00:29:37.5499435Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank2_rand] 2025-06-06T00:29:37.5500878Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::test_relu_u85_BI[ramp] 2025-06-06T00:29:37.5501973Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_1] 2025-06-06T00:29:37.5503577Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_linalg_vector_norm.py::test_vector_norm_u85_BI_fvp[dim_3d] 2025-06-06T00:29:37.5505019Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_zeros] 2025-06-06T00:29:37.5506657Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_1] 2025-06-06T00:29:37.5507806Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[2_x_2] 2025-06-06T00:29:37.5509299Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank2_rand] 2025-06-06T00:29:37.5510622Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank3_randn] 2025-06-06T00:29:37.5512683Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[2_x_2] 2025-06-06T00:29:37.5513931Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[4_x_4] 2025-06-06T00:29:37.5515484Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank3_randn] 2025-06-06T00:29:37.5516787Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_randn] 2025-06-06T00:29:37.5518274Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[4_x_4] 2025-06-06T00:29:37.5519531Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_2] 2025-06-06T00:29:37.5521094Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_zeros] 2025-06-06T00:29:37.5522550Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_ones] 2025-06-06T00:29:37.5524075Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_2] 2025-06-06T00:29:37.5525229Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_3] 2025-06-06T00:29:37.5526734Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_randn] 2025-06-06T00:29:37.5528125Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_ones_mul_negative] 2025-06-06T00:29:37.5529851Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_ones] 2025-06-06T00:29:37.5531300Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_negative_ones] 2025-06-06T00:29:37.5532897Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_3] 2025-06-06T00:29:37.5534036Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[2_x_3] 2025-06-06T00:29:37.5535674Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_negative_ones] 2025-06-06T00:29:37.5537131Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_rand] 2025-06-06T00:29:37.5538642Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[2_x_3] 2025-06-06T00:29:37.5539796Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_4] 2025-06-06T00:29:37.5541332Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_rand] 2025-06-06T00:29:37.5542908Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_negative_large_rand] 2025-06-06T00:29:37.5544767Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_ones_mul_negative] 2025-06-06T00:29:37.5546247Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_negative_large_rand] 2025-06-06T00:29:37.5548122Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_negative_large_rand] 2025-06-06T00:29:37.5549658Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_large_randn] 2025-06-06T00:29:37.5551472Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_negative_large_rand] 2025-06-06T00:29:37.5552919Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_large_randn] 2025-06-06T00:29:37.5554517Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_MI[1_x_4] 2025-06-06T00:29:37.5556892Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_1] 2025-06-06T00:29:37.5558527Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank1_large_randn] 2025-06-06T00:29:37.5560079Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_zeros] 2025-06-06T00:29:37.5561782Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_large_randn] 2025-06-06T00:29:37.5563425Z backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:29:37.5565261Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_zeros] 2025-06-06T00:29:37.5566650Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_ones] 2025-06-06T00:29:37.5568210Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_1] 2025-06-06T00:29:37.5569367Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[2_x_2] 2025-06-06T00:29:37.5571141Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_tosa_BI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:29:37.5572608Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank1_rand] 2025-06-06T00:30:08.8501585Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_ones] 2025-06-06T00:30:08.8503523Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_negative_ones] 2025-06-06T00:30:08.8505687Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[2_x_2] 2025-06-06T00:30:08.8507154Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[4_x_4] 2025-06-06T00:30:08.8509235Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_negative_ones] 2025-06-06T00:30:08.8511063Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_rand] 2025-06-06T00:30:08.8513019Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[4_x_4] 2025-06-06T00:30:08.8514464Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_2] 2025-06-06T00:30:08.8516429Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_rand] 2025-06-06T00:30:08.8518355Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_negative_large_rand] 2025-06-06T00:30:08.8520866Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_negative_large_rand] 2025-06-06T00:30:08.8522874Z backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_large_randn] 2025-06-06T00:30:08.8525237Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank1_rand] 2025-06-06T00:30:08.8526881Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank2_rand] 2025-06-06T00:30:08.8529023Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_MI[model_linear_rank4_large_randn] 2025-06-06T00:30:08.8530840Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_zeros] 2025-06-06T00:30:08.8532779Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_2] 2025-06-06T00:30:08.8534233Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_3] 2025-06-06T00:30:08.8536201Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_zeros] 2025-06-06T00:30:08.8538160Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_ones] 2025-06-06T00:30:08.8540074Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_3] 2025-06-06T00:30:08.8541588Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[2_x_3] 2025-06-06T00:30:08.8543533Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_ones] 2025-06-06T00:30:08.8545361Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_negative_ones] 2025-06-06T00:30:08.8547465Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank2_rand] 2025-06-06T00:30:08.8549262Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank3_randn] 2025-06-06T00:30:08.8551134Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[2_x_3] 2025-06-06T00:30:08.8552579Z backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_4] 2025-06-06T00:30:08.8554348Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_tosa_BI[1_x_4] 2025-06-06T00:30:08.8556085Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_1] 2025-06-06T00:30:08.8558276Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_negative_ones] 2025-06-06T00:30:08.8560236Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_rand] 2025-06-06T00:30:08.8562354Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_rand] 2025-06-06T00:30:08.8564269Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_negative_large_rand] 2025-06-06T00:30:08.8566302Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_1] 2025-06-06T00:30:08.8578656Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[2_x_2] 2025-06-06T00:30:08.8580833Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank3_randn] 2025-06-06T00:30:08.8582512Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_randn] 2025-06-06T00:30:08.8584744Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_negative_large_rand] 2025-06-06T00:30:08.8586692Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_large_randn] 2025-06-06T00:30:08.8588668Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[2_x_2] 2025-06-06T00:30:08.8590086Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[4_x_4] 2025-06-06T00:30:08.8592100Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank1_large_randn] 2025-06-06T00:30:08.8593941Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_zeros] 2025-06-06T00:30:08.8595988Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_randn] 2025-06-06T00:30:08.8597942Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_ones_mul_negative] 2025-06-06T00:30:08.8600238Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_zeros] 2025-06-06T00:30:08.8602012Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_ones] 2025-06-06T00:30:08.8603926Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[4_x_4] 2025-06-06T00:30:08.8605340Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_2] 2025-06-06T00:30:08.8607276Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_ones] 2025-06-06T00:30:08.8609115Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_negative_ones] 2025-06-06T00:30:08.8611273Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_2] 2025-06-06T00:30:08.8612713Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_3] 2025-06-06T00:30:08.8614733Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_negative_ones] 2025-06-06T00:30:08.8616573Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_rand] 2025-06-06T00:30:08.8618731Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_ones_mul_negative] 2025-06-06T00:30:08.8620750Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_negative_large_rand] 2025-06-06T00:30:08.8622718Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_3] 2025-06-06T00:30:08.8624125Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[2_x_3] 2025-06-06T00:30:08.8626069Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_rand] 2025-06-06T00:30:08.8627983Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_negative_large_rand] 2025-06-06T00:30:08.8630416Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_negative_large_rand] 2025-06-06T00:30:08.8632237Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_large_randn] 2025-06-06T00:30:08.8634121Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[2_x_3] 2025-06-06T00:30:08.8635564Z backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_4] 2025-06-06T00:30:08.8637646Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_negative_large_rand] 2025-06-06T00:30:08.8639721Z backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_large_randn] 2025-06-06T00:30:08.8641694Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u55_BI[1_x_4] 2025-06-06T00:30:08.8643115Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_1] 2025-06-06T00:30:08.8645120Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_tosa_BI[model_linear_rank4_large_randn] 2025-06-06T00:30:08.8646925Z backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_zeros] 2025-06-06T00:30:08.8649041Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_large_randn] 2025-06-06T00:30:08.8650920Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:30:08.8652953Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_1] 2025-06-06T00:30:08.8654383Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[2_x_2] 2025-06-06T00:30:08.8656339Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[2_x_2] 2025-06-06T00:30:08.8657918Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[4_x_4] 2025-06-06T00:30:08.8659843Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_zeros] 2025-06-06T00:30:08.8661600Z backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_ones] 2025-06-06T00:30:08.8663494Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[4_x_4] 2025-06-06T00:30:08.8664910Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_2] 2025-06-06T00:30:08.8667007Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u55_BI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:30:35.3454480Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank1_rand] 2025-06-06T00:30:35.3457314Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_ones] 2025-06-06T00:30:35.3459015Z backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_negative_ones] 2025-06-06T00:30:35.3461089Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_2] 2025-06-06T00:30:35.3462397Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_3] 2025-06-06T00:30:35.3464128Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank1_rand] 2025-06-06T00:30:35.3465577Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank2_rand] 2025-06-06T00:30:35.3467447Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_3] 2025-06-06T00:30:35.3468764Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[2_x_3] 2025-06-06T00:30:35.3470665Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_negative_ones] 2025-06-06T00:30:35.3472730Z backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_rand] 2025-06-06T00:30:35.3474493Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[2_x_3] 2025-06-06T00:30:35.3475932Z backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_4] 2025-06-06T00:30:35.3477652Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank2_rand] 2025-06-06T00:30:35.3479124Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank3_randn] 2025-06-06T00:30:35.3480994Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_repeat.py::test_repeat_u85_BI[1_x_4] 2025-06-06T00:30:35.3482410Z backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI_scalar[randint_neg_100_int8] 2025-06-06T00:30:35.3484420Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI_scalar[randint_neg_100_int8] 2025-06-06T00:30:35.3486157Z backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI_scalar[randint_neg_100_int16] 2025-06-06T00:30:35.3488354Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI_scalar[randint_neg_100_int16] 2025-06-06T00:30:35.3490050Z backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI_scalar[randint_neg_100_int32] 2025-06-06T00:30:35.3492040Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank3_randn] 2025-06-06T00:30:35.3493529Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_randn] 2025-06-06T00:30:35.3495409Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_rand] 2025-06-06T00:30:35.3497085Z backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_negative_large_rand] 2025-06-06T00:30:35.3499342Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI_scalar[randint_neg_100_int32] 2025-06-06T00:30:35.3501187Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI_scalar[randint_neg_100_int8] 2025-06-06T00:30:35.3503603Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI_scalar[randint_neg_100_int8] 2025-06-06T00:30:35.3505540Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI_scalar[randint_neg_100_int16] 2025-06-06T00:30:35.3507646Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_randn] 2025-06-06T00:30:35.3509186Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_ones_mul_negative] 2025-06-06T00:30:35.3511472Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI_scalar[randint_neg_100_int16] 2025-06-06T00:30:35.3513638Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI_scalar[randint_neg_100_int32] 2025-06-06T00:30:35.3515999Z [gw0] [ 60%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_1x4x256x256_gp4_st1] 2025-06-06T00:30:35.3517985Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-06T00:30:35.3520299Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_ones_mul_negative] 2025-06-06T00:30:35.3522050Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_negative_large_rand] 2025-06-06T00:30:35.3524328Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI_scalar[randint_neg_100_int32] 2025-06-06T00:30:35.3526315Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI_scalar[randint_neg_100_int8] 2025-06-06T00:30:35.3528581Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_negative_large_rand] 2025-06-06T00:30:35.3530324Z backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_large_randn] 2025-06-06T00:30:35.3532470Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_negative_large_rand] 2025-06-06T00:30:35.3534164Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_large_randn] 2025-06-06T00:30:35.3536341Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI_scalar[randint_neg_100_int8] 2025-06-06T00:30:35.3538282Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI_scalar[randint_neg_100_int16] 2025-06-06T00:30:35.3540422Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_large_randn] 2025-06-06T00:30:35.3542121Z backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:30:35.3544209Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_linear.py::test_linear_u55_BI[model_linear_rank1_large_randn] 2025-06-06T00:30:35.3545802Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_zeros] 2025-06-06T00:30:35.3548018Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI_scalar[randint_neg_100_int16] 2025-06-06T00:30:35.3550056Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI_scalar[randint_neg_100_int32] 2025-06-06T00:30:35.3552326Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_mul.py::test_mul_tensor_u85_BI[op_mul_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:30:35.3554037Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank1_ones] 2025-06-06T00:30:35.3556353Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_zeros] 2025-06-06T00:30:35.3557904Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_ones] 2025-06-06T00:30:35.3559875Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank1_ones] 2025-06-06T00:30:35.3561321Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank2_rand] 2025-06-06T00:30:35.3563137Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank2_rand] 2025-06-06T00:30:35.3564668Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank3_randn] 2025-06-06T00:30:35.3566917Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI_scalar[randint_neg_100_int32] 2025-06-06T00:30:35.3569062Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI_scalar[randint_neg_100_int8] 2025-06-06T00:30:35.3571114Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank3_randn] 2025-06-06T00:30:35.3572705Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank4_randn] 2025-06-06T00:30:35.3574581Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_ones] 2025-06-06T00:30:35.3576178Z backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_negative_ones] 2025-06-06T00:30:35.3578188Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_MI[ne_tensor_rank4_randn] 2025-06-06T00:30:35.3579664Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank1_ones] 2025-06-06T00:30:35.3581501Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank1_ones] 2025-06-06T00:30:35.3582972Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank2_rand] 2025-06-06T00:30:35.3585113Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI_scalar[randint_neg_100_int8] 2025-06-06T00:30:35.3587251Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI_scalar[randint_neg_100_int16] 2025-06-06T00:30:35.3589374Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank2_rand] 2025-06-06T00:30:35.3590916Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank3_randn] 2025-06-06T00:30:35.3592969Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_linear.py::test_linear_u85_BI[model_linear_rank1_negative_ones] 2025-06-06T00:30:35.3594590Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r4_ts] 2025-06-06T00:30:51.5057769Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI_scalar[randint_neg_100_int16] 2025-06-06T00:30:51.5059673Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI_scalar[randint_neg_100_int32] 2025-06-06T00:30:51.5061545Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r4_ts] 2025-06-06T00:30:51.5062507Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r4_st] 2025-06-06T00:30:51.5063515Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank3_randn] 2025-06-06T00:30:51.5064323Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank4_randn] 2025-06-06T00:30:51.5065292Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank4_randn] 2025-06-06T00:30:51.5066123Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank4_randn_1batch] 2025-06-06T00:30:51.5067131Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_MI[ne_scalar_rank4_randn_1batch] 2025-06-06T00:30:51.5068140Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank1_ones] 2025-06-06T00:30:51.5069102Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r4_st] 2025-06-06T00:30:51.5069873Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r1_ts] 2025-06-06T00:30:51.5071700Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI_scalar[randint_neg_100_int32] 2025-06-06T00:30:51.5073285Z backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI[randint_neg_128_int8] 2025-06-06T00:30:51.5075128Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank1_ones] 2025-06-06T00:30:51.5076489Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank2_rand] 2025-06-06T00:30:51.5078380Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI[randint_neg_128_int8] 2025-06-06T00:30:51.5079858Z backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI[randint_neg_1024_int16] 2025-06-06T00:30:51.5081619Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI[randint_neg_1024_int16] 2025-06-06T00:30:51.5082975Z backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI[randint_0_127_int32] 2025-06-06T00:30:51.5084564Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank2_rand] 2025-06-06T00:30:51.5086099Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank3_randn] 2025-06-06T00:30:51.5087832Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_rshift.py::test_rshift_scalar_tosa_MI[randint_0_127_int32] 2025-06-06T00:30:51.5089380Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI[randint_neg_128_int8] 2025-06-06T00:30:51.5091254Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank3_randn] 2025-06-06T00:30:51.5092727Z backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank4_randn] 2025-06-06T00:30:51.5094484Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r1_ts] 2025-06-06T00:30:51.5095756Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r1_st] 2025-06-06T00:30:51.5097383Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_tosa_BI[ne_tensor_rank4_randn] 2025-06-06T00:30:51.5098814Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank1_ones] 2025-06-06T00:30:51.5100399Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r1_st] 2025-06-06T00:30:51.5101817Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r4_ts] 2025-06-06T00:30:51.5103521Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI[randint_neg_128_int8] 2025-06-06T00:30:51.5105091Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI[randint_neg_1024_int16] 2025-06-06T00:30:51.5106782Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r4_ts] 2025-06-06T00:30:51.5107991Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r4_st] 2025-06-06T00:30:51.5110123Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI[randint_neg_1024_int16] 2025-06-06T00:30:51.5111721Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI[randint_0_127_int32] 2025-06-06T00:30:51.5113655Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[float_r4_st] 2025-06-06T00:30:51.5114932Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_u55_BI 2025-06-06T00:30:51.5116532Z [gw2] [ 61%] SKIPPED backends/arm/test/ops/test_scalars.py::test_sub_scalar_u55_BI 2025-06-06T00:30:51.5117735Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_u85_BI 2025-06-06T00:30:51.5119246Z [gw2] [ 61%] SKIPPED backends/arm/test/ops/test_scalars.py::test_sub_scalar_u85_BI 2025-06-06T00:30:51.5120539Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-06T00:30:51.5122096Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank1_ones] 2025-06-06T00:30:51.5123288Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank2_rand] 2025-06-06T00:30:51.5125056Z [gw0] [ 61%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[3x3_2x8x198x198_gp8_st3] 2025-06-06T00:30:51.5126909Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[two_dw_conv2d] 2025-06-06T00:30:51.5128951Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_tosa_BI[randint_0_127_int32] 2025-06-06T00:30:51.5130668Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI[randint_neg_128_int8] 2025-06-06T00:30:51.5132598Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank2_rand] 2025-06-06T00:30:51.5133955Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank3_randn] 2025-06-06T00:30:51.5135710Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-06T00:30:51.5136980Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r1_st] 2025-06-06T00:30:51.5138580Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank3_randn] 2025-06-06T00:30:51.5139908Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank4_randn] 2025-06-06T00:30:51.5141500Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r1_st] 2025-06-06T00:30:51.5143037Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-06T00:30:51.5144628Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-06T00:30:51.5145959Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r4_st] 2025-06-06T00:30:51.5147658Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank4_randn] 2025-06-06T00:30:51.5149024Z backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank4_randn_1batch] 2025-06-06T00:30:51.5150816Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI[randint_neg_128_int8] 2025-06-06T00:30:51.5152576Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI[randint_neg_1024_int16] 2025-06-06T00:30:51.5154326Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[int_r4_st] 2025-06-06T00:30:51.5156018Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-06T00:30:51.5157666Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-06T00:30:51.5159012Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r1_st] 2025-06-06T00:30:51.5160670Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_tosa_BI[ne_scalar_rank4_randn_1batch] 2025-06-06T00:30:51.5162029Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank1_ones] 2025-06-06T00:30:51.5163648Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r1_st] 2025-06-06T00:30:51.5165362Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-06T00:30:51.5167043Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank1_ones] 2025-06-06T00:30:51.5168466Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank2_rand] 2025-06-06T00:30:51.5170324Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI[randint_neg_1024_int16] 2025-06-06T00:30:51.5171927Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI[randint_0_127_int32] 2025-06-06T00:30:51.5173908Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-06T00:30:51.5175270Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r4_st] 2025-06-06T00:31:11.0003959Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank2_rand] 2025-06-06T00:31:11.0005622Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank3_randn] 2025-06-06T00:31:11.0007630Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_scalar[float_r4_st] 2025-06-06T00:31:11.0009293Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-06T00:31:11.0011259Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank3_randn] 2025-06-06T00:31:11.0013092Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank4_randn] 2025-06-06T00:31:11.0015044Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-06T00:31:11.0016696Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r1_st] 2025-06-06T00:31:11.0018663Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_u55_BI[ne_tensor_rank4_randn] 2025-06-06T00:31:11.0020216Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank1_ones] 2025-06-06T00:31:11.0022328Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r1_st] 2025-06-06T00:31:11.0023940Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-06T00:31:11.0026111Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u55_BI[randint_0_127_int32] 2025-06-06T00:31:11.0028075Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI[randint_neg_128_int8] 2025-06-06T00:31:11.0030146Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank1_ones] 2025-06-06T00:31:11.0031726Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank2_rand] 2025-06-06T00:31:11.0033681Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-06T00:31:11.0035358Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r4_st] 2025-06-06T00:31:11.0037343Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[int_r4_st] 2025-06-06T00:31:11.0039000Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-06T00:31:11.0041108Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank2_rand] 2025-06-06T00:31:11.0042668Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank3_randn] 2025-06-06T00:31:11.0044623Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-06T00:31:11.0046359Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r1_st] 2025-06-06T00:31:11.0048721Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI[randint_neg_128_int8] 2025-06-06T00:31:11.0050728Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI[randint_neg_1024_int16] 2025-06-06T00:31:11.0052841Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank3_randn] 2025-06-06T00:31:11.0054446Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank4_randn] 2025-06-06T00:31:11.0056641Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank4_randn] 2025-06-06T00:31:11.0058237Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank4_randn_1batch] 2025-06-06T00:31:11.0060252Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r1_st] 2025-06-06T00:31:11.0062097Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-06T00:31:11.0064330Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI[randint_neg_1024_int16] 2025-06-06T00:31:11.0066340Z backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI[randint_0_127_int32] 2025-06-06T00:31:11.0068477Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-06T00:31:11.0070202Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r4_st] 2025-06-06T00:31:11.0072366Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_MI_inplace[float_r4_st] 2025-06-06T00:31:11.0073967Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r1_ts] 2025-06-06T00:31:11.0075925Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_u55_BI[ne_scalar_rank4_randn_1batch] 2025-06-06T00:31:11.0077507Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank1_ones] 2025-06-06T00:31:11.0079502Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r1_ts] 2025-06-06T00:31:11.0081185Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r1_st] 2025-06-06T00:31:11.0083331Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_rshift.py::test_bitwise_right_shift_tensor_u85_BI[randint_0_127_int32] 2025-06-06T00:31:11.0084983Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[ones_4d] 2025-06-06T00:31:11.0086759Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r1_st] 2025-06-06T00:31:11.0088302Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r4_ts] 2025-06-06T00:31:11.0090173Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r4_ts] 2025-06-06T00:31:11.0091703Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r4_st] 2025-06-06T00:31:11.0093595Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank1_ones] 2025-06-06T00:31:11.0095155Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank2_rand] 2025-06-06T00:31:11.0096932Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[ones_4d] 2025-06-06T00:31:11.0098320Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[rand_4d_1] 2025-06-06T00:31:11.0100043Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[rand_4d_1] 2025-06-06T00:31:11.0101448Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[rand_4d_2] 2025-06-06T00:31:11.0103218Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[int_r4_st] 2025-06-06T00:31:11.0104772Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r1_ts] 2025-06-06T00:31:11.0106764Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[rand_4d_2] 2025-06-06T00:31:11.0108177Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[rand_3d] 2025-06-06T00:31:11.0109992Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank2_rand] 2025-06-06T00:31:11.0111590Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank3_randn] 2025-06-06T00:31:11.0113541Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r1_ts] 2025-06-06T00:31:11.0115122Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r1_st] 2025-06-06T00:31:11.0116900Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_MI[rand_3d] 2025-06-06T00:31:11.0118369Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[ones_4d] 2025-06-06T00:31:11.0120299Z [gw2] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r1_st] 2025-06-06T00:31:11.0121839Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r4_ts] 2025-06-06T00:31:11.0123585Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[ones_4d] 2025-06-06T00:31:11.0124980Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[rand_4d_1] 2025-06-06T00:31:11.0126785Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r4_ts] 2025-06-06T00:31:11.0128468Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r4_st] 2025-06-06T00:31:11.0130391Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank3_randn] 2025-06-06T00:31:11.0131966Z backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank4_randn] 2025-06-06T00:31:11.0133789Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[rand_4d_1] 2025-06-06T00:31:11.0135197Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[rand_4d_2] 2025-06-06T00:31:11.0137005Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[rand_4d_2] 2025-06-06T00:31:11.0138397Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[rand_3d] 2025-06-06T00:31:11.0140174Z [gw2] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_MI[float_r4_st] 2025-06-06T00:31:11.0141759Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-06T00:31:11.0143568Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_tosa_BI[rand_3d] 2025-06-06T00:31:11.0144949Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[ones_4d] 2025-06-06T00:31:11.0146720Z [gw3] [ 63%] XFAIL backends/arm/test/ops/test_ne.py::test_ne_tensor_u85_BI[ne_tensor_rank4_randn] 2025-06-06T00:31:11.0148263Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank1_ones] 2025-06-06T00:31:11.0150218Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-06T00:31:31.3461499Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r1_st] 2025-06-06T00:31:31.3463753Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r1_st] 2025-06-06T00:31:31.3465387Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-06T00:31:31.3467248Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank1_ones] 2025-06-06T00:31:31.3468537Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank2_rand] 2025-06-06T00:31:31.3470158Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[ones_4d] 2025-06-06T00:31:31.3471633Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[rand_4d_1] 2025-06-06T00:31:31.3473525Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-06T00:31:31.3475088Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r4_st] 2025-06-06T00:31:31.3476997Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[int_r4_st] 2025-06-06T00:31:31.3478577Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-06T00:31:31.3480582Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank2_rand] 2025-06-06T00:31:31.3482071Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank3_randn] 2025-06-06T00:31:31.3484149Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-06T00:31:31.3485767Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r1_st] 2025-06-06T00:31:31.3487682Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r1_st] 2025-06-06T00:31:31.3489310Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-06T00:31:31.3491074Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[rand_4d_1] 2025-06-06T00:31:31.3492421Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[rand_4d_2] 2025-06-06T00:31:31.3494271Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank3_randn] 2025-06-06T00:31:31.3495731Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank4_randn] 2025-06-06T00:31:31.3497413Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-06T00:31:31.3498851Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r4_st] 2025-06-06T00:31:31.3500890Z [gw0] [ 63%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::test_convolution_2d_u85_BI_depth_wise[two_dw_conv2d] 2025-06-06T00:31:31.3502952Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[2_1x6x4_gp6_st1] 2025-06-06T00:31:31.3505068Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_scalar[float_r4_st] 2025-06-06T00:31:31.3506686Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-06T00:31:31.3508533Z [gw3] [ 63%] XPASS backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank4_randn] 2025-06-06T00:31:31.3510082Z backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank4_randn_1batch] 2025-06-06T00:31:31.3511843Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[rand_4d_2] 2025-06-06T00:31:31.3513146Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[rand_3d] 2025-06-06T00:31:31.3514900Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-06T00:31:31.3516485Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r1_st] 2025-06-06T00:31:31.3518404Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r1_st] 2025-06-06T00:31:31.3520116Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-06T00:31:31.3522249Z [gw0] [ 63%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[2_1x6x4_gp6_st1] 2025-06-06T00:31:31.3524148Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[two_dw_conv1d] 2025-06-06T00:31:31.3526059Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-06T00:31:31.3527451Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r4_st] 2025-06-06T00:31:31.3529201Z [gw3] [ 63%] XPASS backends/arm/test/ops/test_ne.py::test_ne_scalar_u85_BI[ne_scalar_rank4_randn_1batch] 2025-06-06T00:31:31.3530682Z backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_1_ramp] 2025-06-06T00:31:31.3532286Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_1_ramp] 2025-06-06T00:31:31.3533646Z backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_2_rand_uniform] 2025-06-06T00:31:31.3535301Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u55_BI[rand_3d] 2025-06-06T00:31:31.3536592Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[ones_4d] 2025-06-06T00:31:31.3538447Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[int_r4_st] 2025-06-06T00:31:31.3540068Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-06T00:31:31.3542190Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[two_dw_conv1d] 2025-06-06T00:31:31.3544136Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[3_1x3x256_gp3_st1] 2025-06-06T00:31:31.3546126Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_2_rand_uniform] 2025-06-06T00:31:31.3547602Z backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_3_all_ones] 2025-06-06T00:31:31.3549444Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-06T00:31:31.3551063Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r1_st] 2025-06-06T00:31:31.3552863Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_3_all_ones] 2025-06-06T00:31:31.3554060Z backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_4_all_zeros] 2025-06-06T00:31:31.3556013Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[ones_4d] 2025-06-06T00:31:31.3557139Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[rand_4d_1] 2025-06-06T00:31:31.3558900Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[3_1x3x256_gp3_st1] 2025-06-06T00:31:31.3560948Z backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[3_1x3x14_gp3_st1] 2025-06-06T00:31:31.3562943Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_4_all_zeros] 2025-06-06T00:31:31.3564377Z backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_4_randn_pos] 2025-06-06T00:31:31.3566221Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r1_st] 2025-06-06T00:31:31.3567862Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-06T00:31:31.3569671Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_4_randn_pos] 2025-06-06T00:31:31.3571081Z backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_4_randn_neg] 2025-06-06T00:31:31.3572732Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[rand_4d_1] 2025-06-06T00:31:31.3574048Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[rand_4d_2] 2025-06-06T00:31:31.3575855Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-06T00:31:31.3577462Z backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r4_st] 2025-06-06T00:31:31.3579298Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_MI[rank_4_randn_neg] 2025-06-06T00:31:31.3580883Z backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_1_ramp] 2025-06-06T00:31:31.3582862Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_depthwise_conv.py::test_convolution_1d_u85_BI_depth_wise[3_1x3x14_gp3_st1] 2025-06-06T00:31:31.3584416Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank1_ones] 2025-06-06T00:31:31.3586006Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_1_ramp] 2025-06-06T00:31:31.3587301Z backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_2_rand_uniform] 2025-06-06T00:31:31.3588938Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_tensor_tosa_BI_inplace[float_r4_st] 2025-06-06T00:31:31.3590234Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r1_ts] 2025-06-06T00:31:31.3591992Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank1_ones] 2025-06-06T00:31:31.3593441Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank1_negative_ones] 2025-06-06T00:31:31.3595289Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_2_rand_uniform] 2025-06-06T00:31:31.3596682Z backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_3_all_ones] 2025-06-06T00:31:31.3598328Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[rand_4d_2] 2025-06-06T00:31:31.3599771Z backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[rand_3d] 2025-06-06T00:31:43.0828007Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r1_ts] 2025-06-06T00:31:43.0829522Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r1_st] 2025-06-06T00:31:43.0831536Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank1_negative_ones] 2025-06-06T00:31:43.0833037Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank1_rand] 2025-06-06T00:31:43.0834752Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_3_all_ones] 2025-06-06T00:31:43.0836286Z backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_4_all_zeros] 2025-06-06T00:31:43.0837999Z [gw2] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r1_st] 2025-06-06T00:31:43.0839513Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r4_ts] 2025-06-06T00:31:43.0841312Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank1_rand] 2025-06-06T00:31:43.0842736Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_ones] 2025-06-06T00:31:43.0844444Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_4_all_zeros] 2025-06-06T00:31:43.0845723Z backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_4_randn_pos] 2025-06-06T00:31:43.0847412Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_ones] 2025-06-06T00:31:43.0848886Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_negative_ones] 2025-06-06T00:31:43.0850497Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_rsqrt.py::test_rsqrt_u85_BI[rand_3d] 2025-06-06T00:31:43.0851738Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_int32] 2025-06-06T00:31:43.0853555Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r4_ts] 2025-06-06T00:31:43.0855336Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r4_st] 2025-06-06T00:31:43.0857130Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_negative_ones] 2025-06-06T00:31:43.0858638Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_ones_div_negative] 2025-06-06T00:31:43.0860614Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_int32] 2025-06-06T00:31:43.0862308Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_int8] 2025-06-06T00:31:43.0864157Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_int8] 2025-06-06T00:31:43.0865785Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_int16] 2025-06-06T00:31:43.0867556Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_4_randn_pos] 2025-06-06T00:31:43.0868847Z backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_4_randn_neg] 2025-06-06T00:31:43.0870404Z [gw0] [ 64%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_ones_div_negative] 2025-06-06T00:31:43.0871944Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_large_rand] 2025-06-06T00:31:43.0873490Z [gw2] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[int_r4_st] 2025-06-06T00:31:43.0874704Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r1_ts] 2025-06-06T00:31:43.0876390Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_int16] 2025-06-06T00:31:43.0877845Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_float_1] 2025-06-06T00:31:43.0879799Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_neg.py::test_neg_tosa_BI[rank_4_randn_neg] 2025-06-06T00:31:43.0880944Z backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_1_ramp] 2025-06-06T00:31:43.0882611Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_large_rand] 2025-06-06T00:31:43.0884060Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_negative_large_rand] 2025-06-06T00:31:43.0885855Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r1_ts] 2025-06-06T00:31:43.0887477Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r1_st] 2025-06-06T00:31:43.0889152Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_negative_large_rand] 2025-06-06T00:31:43.0890674Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_large_randn] 2025-06-06T00:31:43.0892316Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_large_randn] 2025-06-06T00:31:43.0893735Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:31:43.0895483Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r1_st] 2025-06-06T00:31:43.0896758Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r4_ts] 2025-06-06T00:31:43.0898576Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_float_1] 2025-06-06T00:31:43.0900112Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_float_2] 2025-06-06T00:31:43.0902019Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_MI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:31:43.0903616Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank1_ones] 2025-06-06T00:31:43.0905446Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_MI[scalar_tensor_float_2] 2025-06-06T00:31:43.0907465Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_int32] 2025-06-06T00:31:43.0909493Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r4_ts] 2025-06-06T00:31:43.0910861Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r4_st] 2025-06-06T00:31:43.0912459Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_neg.py::test_neg_u55_BI[rank_1_ramp] 2025-06-06T00:31:43.0913848Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_2_index] 2025-06-06T00:31:43.0915792Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_int32] 2025-06-06T00:31:43.0917331Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_int8] 2025-06-06T00:31:43.0919285Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank1_ones] 2025-06-06T00:31:43.0921063Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank1_negative_ones] 2025-06-06T00:31:43.0922852Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_2_index] 2025-06-06T00:31:43.0924464Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select4d_0_dim_2_index] 2025-06-06T00:31:43.0926455Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_int8] 2025-06-06T00:31:43.0928034Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_int16] 2025-06-06T00:31:43.0930007Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_mul_scalar_tosa_BI[float_r4_st] 2025-06-06T00:31:43.0931301Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_u55_BI 2025-06-06T00:31:43.0932795Z [gw2] [ 65%] SKIPPED backends/arm/test/ops/test_scalars.py::test_mul_scalar_u55_BI 2025-06-06T00:31:43.0933981Z backends/arm/test/ops/test_scalars.py::test_mul_scalar_u85_BI 2025-06-06T00:31:43.0935540Z [gw2] [ 65%] SKIPPED backends/arm/test/ops/test_scalars.py::test_mul_scalar_u85_BI 2025-06-06T00:31:43.0936866Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-06T00:31:43.0938691Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_int16] 2025-06-06T00:31:43.0940241Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_float_1] 2025-06-06T00:31:43.0942063Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select4d_0_dim_2_index] 2025-06-06T00:31:43.0943525Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select2d_0_dim_0_index] 2025-06-06T00:31:43.0945246Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank1_negative_ones] 2025-06-06T00:31:43.0946605Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank1_rand] 2025-06-06T00:31:43.0948423Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-06T00:31:43.0949850Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r1_st] 2025-06-06T00:31:43.0951688Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r1_st] 2025-06-06T00:31:43.0953126Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-06T00:31:43.0955282Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select2d_0_dim_0_index] 2025-06-06T00:31:43.0956809Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select1d_0_dim_1_index] 2025-06-06T00:31:57.4047070Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_float_1] 2025-06-06T00:31:57.4049130Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_float_2] 2025-06-06T00:31:57.4051081Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-06T00:31:57.4052563Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r4_st] 2025-06-06T00:31:57.4054828Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[int_r4_st] 2025-06-06T00:31:57.4056428Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-06T00:31:57.4058267Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select1d_0_dim_1_index] 2025-06-06T00:31:57.4059759Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select1d_0_dim_0_index] 2025-06-06T00:31:57.4061286Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-06T00:31:57.4062128Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r1_st] 2025-06-06T00:31:57.4063147Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r1_st] 2025-06-06T00:31:57.4063966Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-06T00:31:57.4065044Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_tosa_BI[scalar_tensor_float_2] 2025-06-06T00:31:57.4066084Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u55_BI[scalar_tensor_float_1] 2025-06-06T00:31:57.4067113Z [gw0] [ 65%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank1_rand] 2025-06-06T00:31:57.4067905Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_ones] 2025-06-06T00:31:57.4068877Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-06T00:31:57.4070056Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r4_st] 2025-06-06T00:31:57.4071898Z [gw2] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_scalar[float_r4_st] 2025-06-06T00:31:57.4073434Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-06T00:31:57.4075133Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-06T00:31:57.4076409Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r1_st] 2025-06-06T00:31:57.4078038Z [gw0] [ 66%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_ones] 2025-06-06T00:31:57.4079351Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_negative_ones] 2025-06-06T00:31:57.4081199Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select1d_0_dim_0_index] 2025-06-06T00:31:57.4082652Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_1_index] 2025-06-06T00:31:57.4084473Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_1_index] 2025-06-06T00:31:57.4085929Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_neg_1_dim_0_index] 2025-06-06T00:31:57.4087761Z [gw0] [ 66%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_negative_ones] 2025-06-06T00:31:57.4089268Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_ones_div_negative] 2025-06-06T00:31:57.4091160Z [gw2] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r1_st] 2025-06-06T00:31:57.4092504Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-06T00:31:57.4094491Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u55_BI[scalar_tensor_float_1] 2025-06-06T00:31:57.4096074Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u55_BI[scalar_tensor_float_2] 2025-06-06T00:31:57.4098059Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_neg_1_dim_0_index] 2025-06-06T00:31:57.4099549Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_neg_1_index] 2025-06-06T00:31:57.4101258Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-06T00:31:57.4102608Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r4_st] 2025-06-06T00:31:57.4104201Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_neg_1_index] 2025-06-06T00:31:57.4105730Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_4_index] 2025-06-06T00:31:57.4107450Z [gw0] [ 66%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_ones_div_negative] 2025-06-06T00:31:57.4108989Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_large_rand] 2025-06-06T00:31:57.4110860Z [gw2] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[int_r4_st] 2025-06-06T00:31:57.4112190Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-06T00:31:57.4113982Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_4_index] 2025-06-06T00:31:57.4115314Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_2_index] 2025-06-06T00:31:57.4116953Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-06T00:31:57.4118336Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r1_st] 2025-06-06T00:31:57.4120403Z [gw0] [ 66%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_large_rand] 2025-06-06T00:31:57.4122064Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_negative_large_rand] 2025-06-06T00:31:57.4123939Z [gw2] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r1_st] 2025-06-06T00:31:57.4125413Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-06T00:31:57.4127239Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_2_index] 2025-06-06T00:31:57.4128754Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select4d_0_dim_2_index] 2025-06-06T00:31:57.4130525Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u55_BI[scalar_tensor_float_2] 2025-06-06T00:31:57.4131996Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u85_BI[scalar_tensor_float_1] 2025-06-06T00:31:57.4133743Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-06T00:31:57.4135150Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r4_st] 2025-06-06T00:31:57.4136829Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select4d_0_dim_2_index] 2025-06-06T00:31:57.4138340Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select2d_0_dim_0_index] 2025-06-06T00:31:57.4140094Z [gw2] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_MI_inplace[float_r4_st] 2025-06-06T00:31:57.4141394Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r1_ts] 2025-06-06T00:31:57.4143242Z [gw0] [ 66%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_negative_large_rand] 2025-06-06T00:31:57.4144863Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_large_randn] 2025-06-06T00:31:57.4146490Z [gw0] [ 66%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_large_randn] 2025-06-06T00:31:57.4147984Z backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:31:57.4149901Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select2d_0_dim_0_index] 2025-06-06T00:31:57.4151428Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select1d_0_dim_1_index] 2025-06-06T00:31:57.4152934Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r1_ts] 2025-06-06T00:31:57.4154332Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r1_st] 2025-06-06T00:31:57.4156171Z [gw2] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r1_st] 2025-06-06T00:31:57.4157415Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r4_ts] 2025-06-06T00:31:57.4158992Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u85_BI[scalar_tensor_float_1] 2025-06-06T00:31:57.4160663Z backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u85_BI[scalar_tensor_float_2] 2025-06-06T00:31:57.4162663Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select1d_0_dim_1_index] 2025-06-06T00:31:57.4163997Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select1d_0_dim_0_index] 2025-06-06T00:31:57.4165831Z [gw0] [ 66%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_tosa_BI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:32:15.2364791Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank1_ones] 2025-06-06T00:32:15.2366571Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r4_ts] 2025-06-06T00:32:15.2368487Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r4_st] 2025-06-06T00:32:15.2370022Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select1d_0_dim_0_index] 2025-06-06T00:32:15.2371399Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_1_index] 2025-06-06T00:32:15.2372912Z [gw2] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[int_r4_st] 2025-06-06T00:32:15.2374078Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r1_ts] 2025-06-06T00:32:15.2375599Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI[select3d_0_dim_1_index] 2025-06-06T00:32:15.2376980Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_neg_1_dim_0_index] 2025-06-06T00:32:15.2378527Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r1_ts] 2025-06-06T00:32:15.2379748Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r1_st] 2025-06-06T00:32:15.2381347Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalar_tensor.py::test_scalar_tensor_u85_BI[scalar_tensor_float_2] 2025-06-06T00:32:15.2382648Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-06T00:32:15.2384136Z [gw0] [ 67%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank1_ones] 2025-06-06T00:32:15.2385383Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank1_negative_ones] 2025-06-06T00:32:15.2386935Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-06T00:32:15.2388343Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r1_st] 2025-06-06T00:32:15.2389791Z [gw2] [ 67%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r1_st] 2025-06-06T00:32:15.2390990Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r4_ts] 2025-06-06T00:32:15.2392466Z [gw1] [ 67%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r1_st] 2025-06-06T00:32:15.2393715Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-06T00:32:15.2395182Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r4_ts] 2025-06-06T00:32:15.2396391Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r4_st] 2025-06-06T00:32:15.2398019Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-06T00:32:15.2399282Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r4_st] 2025-06-06T00:32:15.2400980Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_neg_1_dim_0_index] 2025-06-06T00:32:15.2402369Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_neg_1_index] 2025-06-06T00:32:15.2403878Z [gw2] [ 67%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_MI[float_r4_st] 2025-06-06T00:32:15.2405179Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-06T00:32:15.2406614Z [gw1] [ 67%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[int_r4_st] 2025-06-06T00:32:15.2407861Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-06T00:32:15.2409344Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-06T00:32:15.2410583Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r1_st] 2025-06-06T00:32:15.2412111Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-06T00:32:15.2413292Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r1_st] 2025-06-06T00:32:15.2414792Z [gw1] [ 67%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r1_st] 2025-06-06T00:32:15.2415988Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-06T00:32:15.2417466Z [gw0] [ 67%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank1_negative_ones] 2025-06-06T00:32:15.2418641Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank1_rand] 2025-06-06T00:32:15.2420065Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-06T00:32:15.2421292Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r4_st] 2025-06-06T00:32:15.2422827Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_neg_1_index] 2025-06-06T00:32:15.2424143Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_4_index] 2025-06-06T00:32:15.2425623Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r1_st] 2025-06-06T00:32:15.2426805Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-06T00:32:15.2428285Z [gw1] [ 67%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_scalar[float_r4_st] 2025-06-06T00:32:15.2429484Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-06T00:32:15.2431041Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-06T00:32:15.2432232Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r4_st] 2025-06-06T00:32:15.2433682Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-06T00:32:15.2434877Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r1_st] 2025-06-06T00:32:15.2436370Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_4_index] 2025-06-06T00:32:15.2437664Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_2_index] 2025-06-06T00:32:15.2439141Z [gw1] [ 67%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r1_st] 2025-06-06T00:32:15.2440488Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-06T00:32:15.2441950Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[int_r4_st] 2025-06-06T00:32:15.2443140Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-06T00:32:15.2444554Z [gw0] [ 67%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank1_rand] 2025-06-06T00:32:15.2445673Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_ones] 2025-06-06T00:32:15.2447139Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-06T00:32:15.2448342Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r4_st] 2025-06-06T00:32:15.2449792Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-06T00:32:15.2451013Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r1_st] 2025-06-06T00:32:15.2452469Z [gw1] [ 67%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[int_r4_st] 2025-06-06T00:32:15.2453728Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-06T00:32:15.2455491Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-06T00:32:15.2456712Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r1_st] 2025-06-06T00:32:15.2458195Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r1_st] 2025-06-06T00:32:15.2459418Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-06T00:32:15.2460869Z [gw1] [ 67%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r1_st] 2025-06-06T00:32:15.2462106Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-06T00:32:15.2463621Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_2_index] 2025-06-06T00:32:15.2464908Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select4d_0_dim_2_index] 2025-06-06T00:32:15.2466410Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-06T00:32:15.2467611Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r4_st] 2025-06-06T00:32:15.2469094Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-06T00:32:15.2470316Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r4_st] 2025-06-06T00:32:15.2471798Z [gw1] [ 68%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_inplace[float_r4_st] 2025-06-06T00:32:15.2473132Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_const[r1] 2025-06-06T00:32:15.2474536Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_scalar[float_r4_st] 2025-06-06T00:32:38.8974954Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-06T00:32:38.8977454Z [gw0] [ 68%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_ones] 2025-06-06T00:32:38.8978982Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_negative_ones] 2025-06-06T00:32:38.8980853Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-06T00:32:38.8982486Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r1_st] 2025-06-06T00:32:38.8984256Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_const[r1] 2025-06-06T00:32:38.8985208Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_const[r4] 2025-06-06T00:32:38.8986311Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_MI_const[r4] 2025-06-06T00:32:38.8987710Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r1_ts] 2025-06-06T00:32:38.8988956Z [gw3] [ 68%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select4d_0_dim_2_index] 2025-06-06T00:32:38.8989937Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select2d_0_dim_0_index] 2025-06-06T00:32:38.8991220Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r1_ts] 2025-06-06T00:32:38.8992109Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r1_st] 2025-06-06T00:32:38.8993179Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r1_st] 2025-06-06T00:32:38.8994123Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-06T00:32:38.8995155Z [gw1] [ 68%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r1_st] 2025-06-06T00:32:38.8996101Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r4_ts] 2025-06-06T00:32:38.8997054Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r4_ts] 2025-06-06T00:32:38.8997821Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r4_st] 2025-06-06T00:32:38.8998897Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-06T00:32:38.8999847Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r4_st] 2025-06-06T00:32:38.9000871Z [gw0] [ 68%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_negative_ones] 2025-06-06T00:32:38.9001806Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_ones_div_negative] 2025-06-06T00:32:38.9002794Z [gw1] [ 68%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[int_r4_st] 2025-06-06T00:32:38.9003582Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r1_ts] 2025-06-06T00:32:38.9004548Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[int_r4_st] 2025-06-06T00:32:38.9005397Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-06T00:32:38.9006547Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select2d_0_dim_0_index] 2025-06-06T00:32:38.9007438Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select1d_0_dim_1_index] 2025-06-06T00:32:38.9008461Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r1_ts] 2025-06-06T00:32:38.9009444Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r1_st] 2025-06-06T00:32:38.9010454Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-06T00:32:38.9011308Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r1_st] 2025-06-06T00:32:38.9012319Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r1_st] 2025-06-06T00:32:38.9013168Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-06T00:32:38.9014130Z [gw1] [ 68%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r1_st] 2025-06-06T00:32:38.9014919Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r4_ts] 2025-06-06T00:32:38.9015939Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r4_ts] 2025-06-06T00:32:38.9016765Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r4_st] 2025-06-06T00:32:38.9017775Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select1d_0_dim_1_index] 2025-06-06T00:32:38.9018664Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select1d_0_dim_0_index] 2025-06-06T00:32:38.9019694Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-06T00:32:38.9021069Z backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r4_st] 2025-06-06T00:32:38.9022060Z [gw1] [ 68%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_MI[float_r4_st] 2025-06-06T00:32:38.9022965Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-06T00:32:38.9023985Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_tensor_tosa_BI_inplace[float_r4_st] 2025-06-06T00:32:38.9024803Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r1_ts] 2025-06-06T00:32:38.9025853Z [gw0] [ 68%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_ones_div_negative] 2025-06-06T00:32:38.9026687Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_large_rand] 2025-06-06T00:32:38.9027648Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r1_ts] 2025-06-06T00:32:38.9028433Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r1_st] 2025-06-06T00:32:38.9029427Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select1d_0_dim_0_index] 2025-06-06T00:32:38.9030305Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_1_index] 2025-06-06T00:32:38.9031311Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-06T00:32:38.9032135Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r1_st] 2025-06-06T00:32:38.9033071Z [gw2] [ 68%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r1_st] 2025-06-06T00:32:38.9033837Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r4_ts] 2025-06-06T00:32:38.9034760Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r4_ts] 2025-06-06T00:32:38.9035520Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r4_st] 2025-06-06T00:32:38.9036477Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r1_st] 2025-06-06T00:32:38.9037286Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-06T00:32:38.9038314Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI_copy[select3d_0_dim_1_index] 2025-06-06T00:32:38.9039652Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_neg_1_dim_0_index] 2025-06-06T00:32:38.9040677Z [gw0] [ 69%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_large_rand] 2025-06-06T00:32:38.9041533Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_negative_large_rand] 2025-06-06T00:32:38.9042509Z [gw2] [ 69%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[int_r4_st] 2025-06-06T00:32:38.9043286Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r1_ts] 2025-06-06T00:32:38.9044252Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-06T00:32:38.9045057Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r4_st] 2025-06-06T00:32:38.9046086Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r1_ts] 2025-06-06T00:32:38.9046863Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r1_st] 2025-06-06T00:32:38.9047872Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_neg_1_dim_0_index] 2025-06-06T00:32:38.9048841Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_neg_1_index] 2025-06-06T00:32:38.9049854Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[int_r4_st] 2025-06-06T00:32:38.9050748Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-06T00:32:38.9051703Z [gw2] [ 69%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r1_st] 2025-06-06T00:32:38.9052486Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r4_ts] 2025-06-06T00:32:38.9053431Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r4_ts] 2025-06-06T00:32:38.9054203Z backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r4_st] 2025-06-06T00:32:38.9055452Z [gw2] [ 69%] XFAIL backends/arm/test/ops/test_scalars.py::test_div_scalar_tosa_BI[float_r4_st] 2025-06-06T00:32:38.9056167Z backends/arm/test/ops/test_scalars.py::test_div_scalar_u55_BI 2025-06-06T00:33:00.7769181Z [gw2] [ 69%] SKIPPED backends/arm/test/ops/test_scalars.py::test_div_scalar_u55_BI 2025-06-06T00:33:00.7770295Z backends/arm/test/ops/test_scalars.py::test_div_scalar_u85_BI 2025-06-06T00:33:00.7771608Z [gw2] [ 69%] SKIPPED backends/arm/test/ops/test_scalars.py::test_div_scalar_u85_BI 2025-06-06T00:33:00.7772796Z backends/arm/test/ops/test_scalars.py::test_bitwise_right_shift_tensor_tosa_MI_inplace 2025-06-06T00:33:00.7774433Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-06T00:33:00.7775723Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r1_st] 2025-06-06T00:33:00.7777339Z [gw0] [ 69%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_negative_large_rand] 2025-06-06T00:33:00.7778658Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_large_randn] 2025-06-06T00:33:00.7780245Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_bitwise_right_shift_tensor_tosa_MI_inplace 2025-06-06T00:33:00.7781592Z backends/arm/test/ops/test_scalars.py::test_bitwise_right_shift_tensor_tosa_BI_inplace 2025-06-06T00:33:00.7783212Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_neg_1_index] 2025-06-06T00:33:00.7784514Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_4_index] 2025-06-06T00:33:00.7786312Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_bitwise_right_shift_tensor_tosa_BI_inplace 2025-06-06T00:33:00.7787402Z backends/arm/test/ops/test_sdpa.py::test_sdpa_MI 2025-06-06T00:33:00.7788730Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r1_st] 2025-06-06T00:33:00.7790021Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-06T00:33:00.7791566Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-06T00:33:00.7792838Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r4_st] 2025-06-06T00:33:00.7794406Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_4_index] 2025-06-06T00:33:00.7795705Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_2_index] 2025-06-06T00:33:00.7797399Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_scalar[float_r4_st] 2025-06-06T00:33:00.7798701Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-06T00:33:00.7800328Z [gw0] [ 69%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_large_randn] 2025-06-06T00:33:00.7801681Z backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:33:00.7812574Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_sdpa.py::test_sdpa_MI 2025-06-06T00:33:00.7813672Z backends/arm/test/ops/test_sdpa.py::test_sdpa_BI 2025-06-06T00:33:00.7814969Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_2_index] 2025-06-06T00:33:00.7816214Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select4d_0_dim_2_index] 2025-06-06T00:33:00.7817714Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-06T00:33:00.7818963Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r1_st] 2025-06-06T00:33:00.7820693Z [gw0] [ 69%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_u55_BI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:33:00.7821968Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank1_ones] 2025-06-06T00:33:00.7823115Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_sdpa.py::test_sdpa_BI 2025-06-06T00:33:00.7824193Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_neg_1_dim_0_index] 2025-06-06T00:33:00.7825728Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r1_st] 2025-06-06T00:33:00.7826952Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-06T00:33:00.7828509Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_neg_1_dim_0_index] 2025-06-06T00:33:00.7829852Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_neg_1_index] 2025-06-06T00:33:00.7831398Z [gw3] [ 69%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select4d_0_dim_2_index] 2025-06-06T00:33:00.7832624Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select2d_0_dim_0_index] 2025-06-06T00:33:00.7834103Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-06T00:33:00.7835318Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r4_st] 2025-06-06T00:33:00.7836847Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_neg_1_index] 2025-06-06T00:33:00.7838178Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_4_index] 2025-06-06T00:33:00.7839860Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[int_r4_st] 2025-06-06T00:33:00.7841106Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-06T00:33:00.7842646Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_4_index] 2025-06-06T00:33:00.7844224Z [gw0] [ 69%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank1_ones] 2025-06-06T00:33:00.7845396Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank1_negative_ones] 2025-06-06T00:33:00.7846497Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_2_index] 2025-06-06T00:33:00.7848060Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_2_index] 2025-06-06T00:33:00.7849450Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select4d_0_dim_2_index] 2025-06-06T00:33:00.7851005Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select4d_0_dim_2_index] 2025-06-06T00:33:00.7852319Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select2d_0_dim_0_index] 2025-06-06T00:33:00.7853821Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select2d_0_dim_0_index] 2025-06-06T00:33:00.7855434Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select1d_0_dim_1_index] 2025-06-06T00:33:00.7857054Z [gw0] [ 70%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank1_negative_ones] 2025-06-06T00:33:00.7858258Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank1_rand] 2025-06-06T00:33:00.7859725Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-06T00:33:00.7860954Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r1_st] 2025-06-06T00:33:00.7862576Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select2d_0_dim_0_index] 2025-06-06T00:33:00.7863889Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select1d_0_dim_1_index] 2025-06-06T00:33:00.7865455Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select1d_0_dim_1_index] 2025-06-06T00:33:00.7866763Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select1d_0_dim_0_index] 2025-06-06T00:33:00.7868321Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select1d_0_dim_0_index] 2025-06-06T00:33:00.7869630Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_1_index] 2025-06-06T00:33:00.7871153Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select1d_0_dim_1_index] 2025-06-06T00:33:00.7872385Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select1d_0_dim_0_index] 2025-06-06T00:33:00.7873930Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI_copy[select3d_0_dim_1_index] 2025-06-06T00:33:00.7875211Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_neg_1_dim_0_index] 2025-06-06T00:33:00.7876669Z [gw0] [ 70%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank1_rand] 2025-06-06T00:33:00.7877811Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_ones] 2025-06-06T00:33:00.7879273Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_neg_1_dim_0_index] 2025-06-06T00:33:00.7880677Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_neg_1_index] 2025-06-06T00:33:00.7882348Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r1_st] 2025-06-06T00:33:00.7883609Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-06T00:33:00.7885146Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_neg_1_index] 2025-06-06T00:33:00.7886407Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_4_index] 2025-06-06T00:33:20.7189419Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_4_index] 2025-06-06T00:33:20.7190769Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_2_index] 2025-06-06T00:33:20.7192130Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-06T00:33:20.7193198Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r4_st] 2025-06-06T00:33:20.7194223Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select1d_0_dim_0_index] 2025-06-06T00:33:20.7195085Z backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_1_index] 2025-06-06T00:33:20.7196090Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_2_index] 2025-06-06T00:33:20.7196941Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select4d_0_dim_2_index] 2025-06-06T00:33:20.7198032Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_inplace[float_r4_st] 2025-06-06T00:33:20.7198834Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_const[r1] 2025-06-06T00:33:20.7199937Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select4d_0_dim_2_index] 2025-06-06T00:33:20.7200784Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select2d_0_dim_0_index] 2025-06-06T00:33:20.7201761Z [gw0] [ 70%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_ones] 2025-06-06T00:33:20.7202656Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_negative_ones] 2025-06-06T00:33:20.7203654Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select2d_0_dim_0_index] 2025-06-06T00:33:20.7204500Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select1d_0_dim_1_index] 2025-06-06T00:33:20.7205450Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_const[r1] 2025-06-06T00:33:20.7206215Z backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_const[r4] 2025-06-06T00:33:20.7207190Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select1d_0_dim_1_index] 2025-06-06T00:33:20.7208022Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select1d_0_dim_0_index] 2025-06-06T00:33:20.7209065Z [gw0] [ 70%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_negative_ones] 2025-06-06T00:33:20.7209915Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_ones_div_negative] 2025-06-06T00:33:20.7210932Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u55_BI[select3d_0_dim_1_index] 2025-06-06T00:33:20.7211811Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_neg_1_dim_0_index] 2025-06-06T00:33:20.7212850Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select1d_0_dim_0_index] 2025-06-06T00:33:20.7213761Z backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_1_index] 2025-06-06T00:33:20.7214730Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_add_tensor_tosa_BI_const[r4] 2025-06-06T00:33:20.7215577Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r1_ts] 2025-06-06T00:33:20.7216572Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_MI[select3d_0_dim_1_index] 2025-06-06T00:33:20.7217453Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_neg_1_dim_0_index] 2025-06-06T00:33:20.7218562Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_neg_1_dim_0_index] 2025-06-06T00:33:20.7219493Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_neg_1_index] 2025-06-06T00:33:20.7220580Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_neg_1_dim_0_index] 2025-06-06T00:33:20.7221551Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_neg_1_index] 2025-06-06T00:33:20.7222636Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_neg_1_index] 2025-06-06T00:33:20.7223553Z backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_4_index] 2025-06-06T00:33:20.7224544Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r1_ts] 2025-06-06T00:33:20.7225315Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r1_st] 2025-06-06T00:33:20.7226356Z [gw0] [ 70%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_ones_div_negative] 2025-06-06T00:33:20.7227189Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_large_rand] 2025-06-06T00:33:20.7228227Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_tosa_BI_copy[select3d_0_dim_4_index] 2025-06-06T00:33:20.7229105Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[ramp] 2025-06-06T00:33:20.7230058Z [gw1] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r1_st] 2025-06-06T00:33:20.7230865Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r4_ts] 2025-06-06T00:33:20.7231877Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_neg_1_index] 2025-06-06T00:33:20.7232775Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_4_index] 2025-06-06T00:33:20.7233775Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r4_ts] 2025-06-06T00:33:20.7234537Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r4_st] 2025-06-06T00:33:20.7235551Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_4_index] 2025-06-06T00:33:20.7236415Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_2_index] 2025-06-06T00:33:20.7237434Z [gw0] [ 71%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_large_rand] 2025-06-06T00:33:20.7238277Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_negative_large_rand] 2025-06-06T00:33:20.7239263Z [gw1] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[int_r4_st] 2025-06-06T00:33:20.7240156Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r1_ts] 2025-06-06T00:33:20.7241161Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_2_index] 2025-06-06T00:33:20.7242041Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select4d_0_dim_2_index] 2025-06-06T00:33:20.7243054Z [gw2] [ 71%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[ramp] 2025-06-06T00:33:20.7243926Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ones] 2025-06-06T00:33:20.7244862Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r1_ts] 2025-06-06T00:33:20.7245638Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r1_st] 2025-06-06T00:33:20.7246637Z [gw3] [ 71%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select4d_0_dim_2_index] 2025-06-06T00:33:20.7247504Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select2d_0_dim_0_index] 2025-06-06T00:33:20.7248501Z [gw1] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r1_st] 2025-06-06T00:33:20.7249279Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r4_ts] 2025-06-06T00:33:20.7250187Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ones] 2025-06-06T00:33:20.7250982Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand] 2025-06-06T00:33:20.7251956Z [gw0] [ 71%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_negative_large_rand] 2025-06-06T00:33:20.7252810Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_large_randn] 2025-06-06T00:33:20.7253756Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand] 2025-06-06T00:33:20.7254508Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-06-06T00:33:20.7255856Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r4_ts] 2025-06-06T00:33:20.7256634Z backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r4_st] 2025-06-06T00:33:20.7257648Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select2d_0_dim_0_index] 2025-06-06T00:33:20.7258536Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select1d_0_dim_1_index] 2025-06-06T00:33:20.7259528Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-06-06T00:33:20.7260374Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-06-06T00:33:20.7261307Z [gw1] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_add_scalar_tosa_BI[float_r4_st] 2025-06-06T00:33:20.7262032Z backends/arm/test/ops/test_scalars.py::test_add_scalar_u55_BI 2025-06-06T00:33:20.7262846Z [gw1] [ 71%] SKIPPED backends/arm/test/ops/test_scalars.py::test_add_scalar_u55_BI 2025-06-06T00:33:20.7263522Z backends/arm/test/ops/test_scalars.py::test_add_scalar_u85_BI 2025-06-06T00:33:34.2752463Z [gw1] [ 71%] SKIPPED backends/arm/test/ops/test_scalars.py::test_add_scalar_u85_BI 2025-06-06T00:33:34.2753849Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-06T00:33:34.2755932Z [gw0] [ 71%] XFAIL backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_large_randn] 2025-06-06T00:33:34.2757665Z backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:33:34.2759459Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-06-06T00:33:34.2761029Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-06-06T00:33:34.2762781Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select1d_0_dim_1_index] 2025-06-06T00:33:34.2764463Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select1d_0_dim_0_index] 2025-06-06T00:33:34.2766383Z [gw1] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r1_ts] 2025-06-06T00:33:34.2767936Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r1_st] 2025-06-06T00:33:34.2769784Z [gw1] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r1_st] 2025-06-06T00:33:34.2771372Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-06T00:33:34.2773259Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-06-06T00:33:34.2774752Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ramp] 2025-06-06T00:33:34.2776606Z [gw1] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r4_ts] 2025-06-06T00:33:34.2778191Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r4_st] 2025-06-06T00:33:34.2780097Z [gw1] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[int_r4_st] 2025-06-06T00:33:34.2781878Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-06T00:33:34.2783747Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ramp] 2025-06-06T00:33:34.2785297Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[ones] 2025-06-06T00:33:34.2787275Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r1_ts] 2025-06-06T00:33:34.2788916Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r1_st] 2025-06-06T00:33:34.2791007Z [gw1] [ 71%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r1_st] 2025-06-06T00:33:34.2792597Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-06T00:33:34.2794702Z [gw0] [ 71%] PASSED backends/arm/test/ops/test_div.py::test_div_tensor_u85_BI[op_div_rank4_randn_mutltiple_broadcasts] 2025-06-06T00:33:34.2796316Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank1_ones] 2025-06-06T00:33:34.2798278Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank1_ones] 2025-06-06T00:33:34.2800153Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank2_rand] 2025-06-06T00:33:34.2802149Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r4_ts] 2025-06-06T00:33:34.2803742Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r4_st] 2025-06-06T00:33:34.2805698Z [gw1] [ 72%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_scalar[float_r4_st] 2025-06-06T00:33:34.2807290Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-06T00:33:34.2809310Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select1d_0_dim_0_index] 2025-06-06T00:33:34.2811024Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_1_index] 2025-06-06T00:33:34.2813034Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank2_rand] 2025-06-06T00:33:34.2814657Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank3_randn] 2025-06-06T00:33:34.2816626Z [gw1] [ 72%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r1_ts] 2025-06-06T00:33:34.2818212Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r1_st] 2025-06-06T00:33:34.2820185Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank3_randn] 2025-06-06T00:33:34.2821812Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank4_randn] 2025-06-06T00:33:34.2823908Z [gw1] [ 72%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r1_st] 2025-06-06T00:33:34.2825511Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-06T00:33:34.2827320Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI_tensor[eq_tensor_rank4_randn] 2025-06-06T00:33:34.2828791Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank1_ones] 2025-06-06T00:33:34.2830562Z [gw1] [ 72%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r4_ts] 2025-06-06T00:33:34.2832043Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r4_st] 2025-06-06T00:33:34.2833675Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI_copy[select3d_0_dim_1_index] 2025-06-06T00:33:34.2835213Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_neg_1_dim_0_index] 2025-06-06T00:33:34.2836792Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank1_ones] 2025-06-06T00:33:34.2838073Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank2_rand] 2025-06-06T00:33:34.2840144Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[ones] 2025-06-06T00:33:34.2841493Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand] 2025-06-06T00:33:34.2843511Z [gw1] [ 72%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[int_r4_st] 2025-06-06T00:33:34.2844864Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-06T00:33:34.2846536Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank2_rand] 2025-06-06T00:33:34.2847948Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank3_randn] 2025-06-06T00:33:34.2849825Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand] 2025-06-06T00:33:34.2851590Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand_4d] 2025-06-06T00:33:34.2853601Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_neg_1_dim_0_index] 2025-06-06T00:33:34.2855439Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_neg_1_index] 2025-06-06T00:33:34.2857196Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank3_randn] 2025-06-06T00:33:34.2858707Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank4_randn] 2025-06-06T00:33:34.2860637Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r1_ts] 2025-06-06T00:33:34.2862276Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r1_st] 2025-06-06T00:33:34.2864179Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_MI[eq_scalar_rank4_randn] 2025-06-06T00:33:34.2865758Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank1_ones] 2025-06-06T00:33:34.2867660Z [gw1] [ 72%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r1_st] 2025-06-06T00:33:34.2869271Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-06T00:33:34.2871247Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank1_ones] 2025-06-06T00:33:34.2872851Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank2_rand] 2025-06-06T00:33:34.2874818Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_neg_1_index] 2025-06-06T00:33:34.2876702Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_4_index] 2025-06-06T00:33:34.2878651Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r4_ts] 2025-06-06T00:33:34.2880308Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r4_st] 2025-06-06T00:33:34.2882172Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand_4d] 2025-06-06T00:33:34.2883637Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_pos] 2025-06-06T00:33:34.2885292Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank2_rand] 2025-06-06T00:33:34.2886608Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank3_randn] 2025-06-06T00:33:51.8995150Z [gw1] [ 72%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_MI_inplace[float_r4_st] 2025-06-06T00:33:51.8996639Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r1_ts] 2025-06-06T00:33:51.8998292Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r1_ts] 2025-06-06T00:33:51.8999702Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r1_st] 2025-06-06T00:33:51.9001506Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_4_index] 2025-06-06T00:33:51.9003156Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_2_index] 2025-06-06T00:33:51.9005273Z [gw1] [ 72%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r1_st] 2025-06-06T00:33:51.9006759Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r4_ts] 2025-06-06T00:33:51.9008668Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank3_randn] 2025-06-06T00:33:51.9010277Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank4_randn] 2025-06-06T00:33:51.9012276Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r4_ts] 2025-06-06T00:33:51.9013750Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r4_st] 2025-06-06T00:33:51.9015631Z [gw0] [ 72%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI_tensor[eq_tensor_rank4_randn] 2025-06-06T00:33:51.9017197Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank1_ones] 2025-06-06T00:33:51.9019162Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_pos] 2025-06-06T00:33:51.9020874Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_neg] 2025-06-06T00:33:51.9022874Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_2_index] 2025-06-06T00:33:51.9024502Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select4d_0_dim_2_index] 2025-06-06T00:33:51.9026224Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank1_ones] 2025-06-06T00:33:51.9027513Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank2_rand] 2025-06-06T00:33:51.9029145Z [gw1] [ 73%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[int_r4_st] 2025-06-06T00:33:51.9030502Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r1_ts] 2025-06-06T00:33:51.9032403Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank2_rand] 2025-06-06T00:33:51.9033906Z backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank3_randn] 2025-06-06T00:33:51.9035878Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_neg] 2025-06-06T00:33:51.9037766Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[ramp] 2025-06-06T00:33:51.9039808Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r1_ts] 2025-06-06T00:33:51.9041328Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r1_st] 2025-06-06T00:33:51.9043222Z [gw3] [ 73%] XFAIL backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select4d_0_dim_2_index] 2025-06-06T00:33:51.9044826Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select2d_0_dim_0_index] 2025-06-06T00:33:51.9046727Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_eq.py::test_eq_scalar_tosa_BI[eq_scalar_rank3_randn] 2025-06-06T00:33:51.9048232Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_neg_8] 2025-06-06T00:33:51.9050199Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_neg_8] 2025-06-06T00:33:51.9051709Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_slice_2] 2025-06-06T00:33:51.9053503Z [gw1] [ 73%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r1_st] 2025-06-06T00:33:51.9055131Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r4_ts] 2025-06-06T00:33:51.9056774Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r4_ts] 2025-06-06T00:33:51.9058236Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r4_st] 2025-06-06T00:33:51.9060029Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI_add_sigmoid[ramp] 2025-06-06T00:33:51.9061570Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[ones] 2025-06-06T00:33:51.9063347Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_slice_2] 2025-06-06T00:33:51.9064845Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_slice_3] 2025-06-06T00:33:51.9066814Z [gw1] [ 73%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_MI[float_r4_st] 2025-06-06T00:33:51.9068343Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-06T00:33:51.9070139Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[ones] 2025-06-06T00:33:51.9071547Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[rand] 2025-06-06T00:33:51.9073312Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_slice_3] 2025-06-06T00:33:51.9074823Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_slice_4] 2025-06-06T00:33:51.9076705Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select2d_0_dim_0_index] 2025-06-06T00:33:51.9078331Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select1d_0_dim_1_index] 2025-06-06T00:33:51.9080289Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[rand] 2025-06-06T00:33:51.9081708Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[rand_4d] 2025-06-06T00:33:51.9083507Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_slice_4] 2025-06-06T00:33:51.9084816Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_neg_3] 2025-06-06T00:33:51.9086423Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[rand_4d] 2025-06-06T00:33:51.9087694Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[randn_pos] 2025-06-06T00:33:51.9089404Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_neg_3] 2025-06-06T00:33:51.9091140Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_neg_8] 2025-06-06T00:33:51.9092998Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r1_ts] 2025-06-06T00:33:51.9094579Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r1_st] 2025-06-06T00:33:51.9096445Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[randn_pos] 2025-06-06T00:33:51.9097935Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[randn_neg] 2025-06-06T00:33:51.9099825Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select1d_0_dim_1_index] 2025-06-06T00:33:51.9101430Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select1d_0_dim_0_index] 2025-06-06T00:33:51.9103466Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_neg_8] 2025-06-06T00:33:51.9105048Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_slice_2] 2025-06-06T00:33:51.9106947Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_slice_2] 2025-06-06T00:33:51.9108533Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_slice_3] 2025-06-06T00:33:51.9110414Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r1_st] 2025-06-06T00:33:51.9112075Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-06T00:33:51.9113783Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[randn_neg] 2025-06-06T00:33:51.9115171Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[ramp] 2025-06-06T00:33:51.9116922Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select1d_0_dim_0_index] 2025-06-06T00:33:51.9118251Z backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_1_index] 2025-06-06T00:33:51.9120093Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI[ramp] 2025-06-06T00:33:51.9121376Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[ones] 2025-06-06T00:33:51.9123332Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_slice_3] 2025-06-06T00:33:51.9124901Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_slice_4] 2025-06-06T00:33:51.9126832Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_select.py::test_select_int_u85_BI[select3d_0_dim_1_index] 2025-06-06T00:33:51.9128329Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[zeros] 2025-06-06T00:33:51.9130103Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r4_ts] 2025-06-06T00:33:51.9131696Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r4_st] 2025-06-06T00:34:09.8905150Z [gw0] [ 73%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nchw[ones_slice_4] 2025-06-06T00:34:09.8906735Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_neg_3] 2025-06-06T00:34:09.8908430Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[zeros] 2025-06-06T00:34:09.8909730Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[ones] 2025-06-06T00:34:09.8911456Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[int_r4_st] 2025-06-06T00:34:09.8912968Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-06T00:34:09.8914664Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[ones] 2025-06-06T00:34:09.8916248Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[rand] 2025-06-06T00:34:09.8917958Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_neg_3] 2025-06-06T00:34:09.8919599Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_neg_8] 2025-06-06T00:34:09.8921259Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[rand] 2025-06-06T00:34:09.8922581Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[randn_pos] 2025-06-06T00:34:09.8924293Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_neg_8] 2025-06-06T00:34:09.8925793Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_slice_2] 2025-06-06T00:34:09.8927674Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[ones] 2025-06-06T00:34:09.8929381Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[rand] 2025-06-06T00:34:09.8931229Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_slice_2] 2025-06-06T00:34:09.8932726Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_slice_3] 2025-06-06T00:34:09.8934569Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r1_ts] 2025-06-06T00:34:09.8936088Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r1_st] 2025-06-06T00:34:09.8937941Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[randn_pos] 2025-06-06T00:34:09.8939304Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[randn_neg] 2025-06-06T00:34:09.8941056Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[rand] 2025-06-06T00:34:09.8942606Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[rand_4d] 2025-06-06T00:34:09.8944344Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[randn_neg] 2025-06-06T00:34:09.8945779Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[ramp] 2025-06-06T00:34:09.8947346Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI[ramp] 2025-06-06T00:34:09.8948619Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[zeros] 2025-06-06T00:34:09.8950376Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[rand_4d] 2025-06-06T00:34:09.8951952Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_pos] 2025-06-06T00:34:09.8953819Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_slice_3] 2025-06-06T00:34:09.8959684Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_slice_4] 2025-06-06T00:34:09.8961457Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[zeros] 2025-06-06T00:34:09.8962752Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[ones] 2025-06-06T00:34:09.8964450Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r1_st] 2025-06-06T00:34:09.8965988Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-06T00:34:09.8967824Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_BI_nhwc[ones_slice_4] 2025-06-06T00:34:09.8969256Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_neg_3] 2025-06-06T00:34:09.8970865Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[ones] 2025-06-06T00:34:09.8972134Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[rand] 2025-06-06T00:34:09.8974027Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r4_ts] 2025-06-06T00:34:09.8975577Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r4_st] 2025-06-06T00:34:09.8977351Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_neg_3] 2025-06-06T00:34:09.8978740Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_neg_8] 2025-06-06T00:34:09.8980345Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[rand] 2025-06-06T00:34:09.8981665Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[randn_pos] 2025-06-06T00:34:09.8983403Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_scalar[float_r4_st] 2025-06-06T00:34:09.8985047Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-06T00:34:09.8986945Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_pos] 2025-06-06T00:34:09.8988535Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_neg] 2025-06-06T00:34:09.8990322Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_neg_8] 2025-06-06T00:34:09.8991705Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_slice_2] 2025-06-06T00:34:09.8993484Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[randn_pos] 2025-06-06T00:34:09.8994844Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[randn_neg] 2025-06-06T00:34:09.8996516Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_slice_2] 2025-06-06T00:34:09.8997945Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_slice_3] 2025-06-06T00:34:09.8999885Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_neg] 2025-06-06T00:34:09.9001605Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[ramp] 2025-06-06T00:34:09.9003341Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[randn_neg] 2025-06-06T00:34:09.9004667Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[ramp] 2025-06-06T00:34:09.9006367Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r1_ts] 2025-06-06T00:34:09.9007887Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r1_st] 2025-06-06T00:34:09.9009648Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_slice_3] 2025-06-06T00:34:09.9011055Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_slice_4] 2025-06-06T00:34:09.9012682Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI[ramp] 2025-06-06T00:34:09.9013941Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI_add 2025-06-06T00:34:09.9015561Z [gw0] [ 74%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u55_BI[ones_slice_4] 2025-06-06T00:34:09.9016949Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_neg_3] 2025-06-06T00:34:09.9018714Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r1_st] 2025-06-06T00:34:09.9020235Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-06T00:34:09.9021878Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI_add 2025-06-06T00:34:09.9023112Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI_add 2025-06-06T00:34:09.9024905Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u55_BI_add_sigmoid[ramp] 2025-06-06T00:34:09.9026353Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[ones] 2025-06-06T00:34:09.9028019Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_neg_3] 2025-06-06T00:34:09.9029385Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_neg_8] 2025-06-06T00:34:09.9033527Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r4_ts] 2025-06-06T00:34:09.9035421Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r4_st] 2025-06-06T00:34:09.9037200Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_neg_8] 2025-06-06T00:34:09.9038597Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_slice_2] 2025-06-06T00:34:09.9040452Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI_add 2025-06-06T00:34:09.9041718Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI_add_2 2025-06-06T00:34:09.9043406Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[int_r4_st] 2025-06-06T00:34:09.9044939Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-06T00:34:09.9046633Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI_add_2 2025-06-06T00:34:35.8550106Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI_add_2 2025-06-06T00:34:35.8552397Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[ones] 2025-06-06T00:34:35.8553712Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[rand] 2025-06-06T00:34:35.8555637Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_slice_2] 2025-06-06T00:34:35.8557042Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_slice_3] 2025-06-06T00:34:35.8558740Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_slice_3] 2025-06-06T00:34:35.8560383Z backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_slice_4] 2025-06-06T00:34:35.8562030Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[rand] 2025-06-06T00:34:35.8563364Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[rand_4d] 2025-06-06T00:34:35.8565092Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r1_ts] 2025-06-06T00:34:35.8566621Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r1_st] 2025-06-06T00:34:35.8568369Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_u85_BI[ones_slice_4] 2025-06-06T00:34:35.8569694Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones] 2025-06-06T00:34:35.8571240Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI_add_2 2025-06-06T00:34:35.8572492Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI_add_3 2025-06-06T00:34:35.8574090Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[rand_4d] 2025-06-06T00:34:35.8575473Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[randn_pos] 2025-06-06T00:34:35.8577059Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones] 2025-06-06T00:34:35.8578369Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones_neg_dim] 2025-06-06T00:34:35.8579946Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_MI_add_3 2025-06-06T00:34:35.8581173Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI_3 2025-06-06T00:34:35.8582874Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones_neg_dim] 2025-06-06T00:34:35.8584287Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_neg_dim] 2025-06-06T00:34:35.8585988Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_neg_dim] 2025-06-06T00:34:35.8587306Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros] 2025-06-06T00:34:35.8589006Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r1_st] 2025-06-06T00:34:35.8590515Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-06T00:34:35.8592261Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[randn_pos] 2025-06-06T00:34:35.8593775Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[randn_neg] 2025-06-06T00:34:35.8595577Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros] 2025-06-06T00:34:35.8596930Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros_neg_dim] 2025-06-06T00:34:35.8598663Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r4_ts] 2025-06-06T00:34:35.8600222Z backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r4_st] 2025-06-06T00:34:35.8601955Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros_neg_dim] 2025-06-06T00:34:35.8603372Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand] 2025-06-06T00:34:35.8605104Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_tensor_tosa_BI_inplace[float_r4_st] 2025-06-06T00:34:35.8606521Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r1_ts] 2025-06-06T00:34:35.8608219Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[randn_neg] 2025-06-06T00:34:35.8609563Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[ramp] 2025-06-06T00:34:35.8611179Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_tosa_BI_3 2025-06-06T00:34:35.8612369Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[zeros] 2025-06-06T00:34:35.8613872Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand] 2025-06-06T00:34:35.8615182Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand_neg_dim] 2025-06-06T00:34:35.8616821Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand_neg_dim] 2025-06-06T00:34:35.8618240Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_mult_batches] 2025-06-06T00:34:35.8620005Z [gw0] [ 75%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_mult_batches] 2025-06-06T00:34:35.8621325Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones] 2025-06-06T00:34:35.8622924Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r1_ts] 2025-06-06T00:34:35.8624277Z backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r1_st] 2025-06-06T00:34:35.8625857Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[zeros] 2025-06-06T00:34:35.8627101Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[ones] 2025-06-06T00:34:35.8628655Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI[ramp] 2025-06-06T00:34:35.8630064Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[ones] 2025-06-06T00:34:35.8631780Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_scalars.py::test_sub_scalar_tosa_BI[int_r1_st] 2025-06-06T00:34:35.8633361Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_large_randn] 2025-06-06T00:34:35.8635010Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[ones] 2025-06-06T00:34:35.8636221Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[rand] 2025-06-06T00:34:35.8637714Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[rand] 2025-06-06T00:34:35.8638963Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[randn_pos] 2025-06-06T00:34:35.8640659Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[randn_pos] 2025-06-06T00:34:35.8641976Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[randn_neg] 2025-06-06T00:34:35.8643520Z [gw0] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones] 2025-06-06T00:34:35.8644940Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones_neg_dim] 2025-06-06T00:34:35.8646627Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_large_randn] 2025-06-06T00:34:35.8648076Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank1_ones] 2025-06-06T00:34:35.8649737Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[randn_neg] 2025-06-06T00:34:35.8651000Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[ramp] 2025-06-06T00:34:35.8652764Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[ones] 2025-06-06T00:34:35.8654219Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[rand] 2025-06-06T00:34:35.8656070Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u55_BI[ramp] 2025-06-06T00:34:35.8657344Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[zeros] 2025-06-06T00:34:35.8658844Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[zeros] 2025-06-06T00:34:35.8660072Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[ones] 2025-06-06T00:34:35.8661847Z [gw0] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones_neg_dim] 2025-06-06T00:34:35.8663236Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_neg_dim] 2025-06-06T00:34:35.8664962Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank1_ones] 2025-06-06T00:34:35.8666468Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank1_negative_ones] 2025-06-06T00:34:35.8668305Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[rand] 2025-06-06T00:34:35.8669792Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[rand_4d] 2025-06-06T00:34:35.8671439Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[ones] 2025-06-06T00:34:35.8672650Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[rand] 2025-06-06T00:34:35.8674233Z [gw0] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_neg_dim] 2025-06-06T00:34:35.8675549Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros] 2025-06-06T00:34:35.8677066Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[rand] 2025-06-06T00:34:35.8678341Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[randn_pos] 2025-06-06T00:34:35.8679989Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[randn_pos] 2025-06-06T00:34:35.8681292Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[randn_neg] 2025-06-06T00:34:35.8683028Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[rand_4d] 2025-06-06T00:34:59.6214247Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_pos] 2025-06-06T00:34:59.6216483Z [gw0] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros] 2025-06-06T00:34:59.6235226Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros_neg_dim] 2025-06-06T00:34:59.6236638Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[randn_neg] 2025-06-06T00:34:59.6237789Z backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[ramp] 2025-06-06T00:34:59.6238953Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank1_negative_ones] 2025-06-06T00:34:59.6240351Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank1_rand] 2025-06-06T00:34:59.6241489Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid.py::test_sigmoid_u85_BI[ramp] 2025-06-06T00:34:59.6242219Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ones] 2025-06-06T00:34:59.6243418Z [gw0] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros_neg_dim] 2025-06-06T00:34:59.6244579Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand] 2025-06-06T00:34:59.6246083Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ones] 2025-06-06T00:34:59.6247445Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand] 2025-06-06T00:34:59.6249171Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand] 2025-06-06T00:34:59.6250260Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-06-06T00:34:59.6251926Z [gw0] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand] 2025-06-06T00:34:59.6253341Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand_neg_dim] 2025-06-06T00:34:59.6255577Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_pos] 2025-06-06T00:34:59.6257538Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_neg] 2025-06-06T00:34:59.6259174Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-06-06T00:34:59.6260388Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-06-06T00:34:59.6262050Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank1_rand] 2025-06-06T00:34:59.6263373Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_ones] 2025-06-06T00:34:59.6265081Z [gw0] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand_neg_dim] 2025-06-06T00:34:59.6266435Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_mult_batches] 2025-06-06T00:34:59.6268032Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-06-06T00:34:59.6269414Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-06-06T00:34:59.6271114Z [gw0] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_mult_batches] 2025-06-06T00:34:59.6272407Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones] 2025-06-06T00:34:59.6273991Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_neg] 2025-06-06T00:34:59.6275476Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[ramp] 2025-06-06T00:34:59.6277301Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_ones] 2025-06-06T00:34:59.6278795Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_negative_ones] 2025-06-06T00:34:59.6280806Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-06-06T00:34:59.6282054Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ramp] 2025-06-06T00:34:59.6283457Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ramp] 2025-06-06T00:34:59.6284755Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[ones] 2025-06-06T00:34:59.6286409Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_u85_BI_add_sigmoid[ramp] 2025-06-06T00:34:59.6287866Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank1_ones] 2025-06-06T00:34:59.6289716Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_negative_ones] 2025-06-06T00:34:59.6291319Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_large_rand] 2025-06-06T00:34:59.6292838Z [gw0] [ 77%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones] 2025-06-06T00:34:59.6293949Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones_neg_dim] 2025-06-06T00:34:59.6295438Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank1_ones] 2025-06-06T00:34:59.6296677Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank1_negative_ones] 2025-06-06T00:34:59.6298524Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank1_negative_ones] 2025-06-06T00:34:59.6299942Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank1_rand] 2025-06-06T00:34:59.6301689Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank1_rand] 2025-06-06T00:34:59.6303322Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_ones] 2025-06-06T00:34:59.6305274Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[ones] 2025-06-06T00:34:59.6306746Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand] 2025-06-06T00:34:59.6308292Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_ones] 2025-06-06T00:34:59.6309585Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_negative_ones] 2025-06-06T00:34:59.6311455Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand] 2025-06-06T00:34:59.6313051Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand_4d] 2025-06-06T00:34:59.6314806Z [gw0] [ 77%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones_neg_dim] 2025-06-06T00:34:59.6316208Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_neg_dim] 2025-06-06T00:34:59.6318000Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[rand_4d] 2025-06-06T00:34:59.6319671Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_pos] 2025-06-06T00:34:59.6321471Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_negative_ones] 2025-06-06T00:34:59.6322910Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_large_rand] 2025-06-06T00:34:59.6324495Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_large_rand] 2025-06-06T00:34:59.6325974Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_negative_large_rand] 2025-06-06T00:34:59.6327595Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_large_rand] 2025-06-06T00:34:59.6329080Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_negative_large_rand] 2025-06-06T00:34:59.6330811Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_negative_large_rand] 2025-06-06T00:34:59.6332187Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_large_randn] 2025-06-06T00:34:59.6333855Z [gw0] [ 77%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_neg_dim] 2025-06-06T00:34:59.6335011Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros] 2025-06-06T00:34:59.6336549Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI[op_silu_rank4_large_randn] 2025-06-06T00:34:59.6338084Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank1_ones] 2025-06-06T00:34:59.6339826Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank1_ones] 2025-06-06T00:34:59.6341225Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank1_negative_ones] 2025-06-06T00:34:59.6343084Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_pos] 2025-06-06T00:34:59.6344720Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_neg] 2025-06-06T00:34:59.6346357Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank1_negative_ones] 2025-06-06T00:34:59.6347904Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank1_rand] 2025-06-06T00:34:59.6349548Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank1_rand] 2025-06-06T00:34:59.6350842Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_ones] 2025-06-06T00:34:59.6352578Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_negative_large_rand] 2025-06-06T00:34:59.6354079Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_large_randn] 2025-06-06T00:34:59.6356903Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[randn_neg] 2025-06-06T00:35:27.2286387Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[ramp] 2025-06-06T00:35:27.2289599Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_ones] 2025-06-06T00:35:27.2291280Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_negative_ones] 2025-06-06T00:35:27.2293144Z [gw0] [ 77%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros] 2025-06-06T00:35:27.2294590Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros_neg_dim] 2025-06-06T00:35:27.2296978Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_negative_ones] 2025-06-06T00:35:27.2298691Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_large_rand] 2025-06-06T00:35:27.2300708Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_large_rand] 2025-06-06T00:35:27.2302487Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_negative_large_rand] 2025-06-06T00:35:27.2304584Z [gw3] [ 77%] XPASS backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI_add_sigmoid[ramp] 2025-06-06T00:35:27.2306135Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[ones] 2025-06-06T00:35:27.2308038Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI_inplace[op_silu_rank4_large_randn] 2025-06-06T00:35:27.2309557Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank1_ones] 2025-06-06T00:35:27.2311486Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_negative_large_rand] 2025-06-06T00:35:27.2313065Z backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_large_randn] 2025-06-06T00:35:27.2314746Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[ones] 2025-06-06T00:35:27.2315952Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[rand] 2025-06-06T00:35:27.2317650Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros_neg_dim] 2025-06-06T00:35:27.2319067Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand] 2025-06-06T00:35:27.2321068Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_MI_inplace[op_silu_rank4_large_randn] 2025-06-06T00:35:27.2322811Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank1_ones] 2025-06-06T00:35:27.2324575Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[rand] 2025-06-06T00:35:27.2326029Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[rand_4d] 2025-06-06T00:35:27.2327808Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[rand_4d] 2025-06-06T00:35:27.2329281Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[randn_pos] 2025-06-06T00:35:27.2330995Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank1_ones] 2025-06-06T00:35:27.2332564Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank1_negative_ones] 2025-06-06T00:35:27.2334527Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank1_ones] 2025-06-06T00:35:27.2335750Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank1_negative_ones] 2025-06-06T00:35:27.2337471Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[randn_pos] 2025-06-06T00:35:27.2338942Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[randn_neg] 2025-06-06T00:35:27.2340861Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank1_negative_ones] 2025-06-06T00:35:27.2342212Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank1_rand] 2025-06-06T00:35:27.2343657Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand] 2025-06-06T00:35:27.2345000Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand_neg_dim] 2025-06-06T00:35:27.2346721Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[randn_neg] 2025-06-06T00:35:27.2348072Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[ramp] 2025-06-06T00:35:27.2349914Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank1_negative_ones] 2025-06-06T00:35:27.2351436Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank1_rand] 2025-06-06T00:35:27.2353177Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI[ramp] 2025-06-06T00:35:27.2355151Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[ones] 2025-06-06T00:35:27.2357028Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank1_rand] 2025-06-06T00:35:27.2358511Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_ones] 2025-06-06T00:35:27.2360377Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_ones] 2025-06-06T00:35:27.2361906Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_negative_ones] 2025-06-06T00:35:27.2363812Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank1_rand] 2025-06-06T00:35:27.2365452Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_ones] 2025-06-06T00:35:27.2367359Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_negative_ones] 2025-06-06T00:35:27.2368985Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_large_rand] 2025-06-06T00:35:27.2370852Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand_neg_dim] 2025-06-06T00:35:27.2372384Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_mult_batches] 2025-06-06T00:35:27.2374358Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[ones] 2025-06-06T00:35:27.2376039Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[rand] 2025-06-06T00:35:27.2377841Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_ones] 2025-06-06T00:35:27.2379017Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_negative_ones] 2025-06-06T00:35:27.2380702Z [gw0] [ 78%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_mult_batches] 2025-06-06T00:35:27.2381865Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones] 2025-06-06T00:35:27.2383130Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_large_rand] 2025-06-06T00:35:27.2384431Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_negative_large_rand] 2025-06-06T00:35:27.2385859Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[rand] 2025-06-06T00:35:27.2386969Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[rand_4d] 2025-06-06T00:35:27.2388404Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[rand_4d] 2025-06-06T00:35:27.2389656Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_pos] 2025-06-06T00:35:27.2391509Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_negative_ones] 2025-06-06T00:35:27.2392938Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_large_rand] 2025-06-06T00:35:27.2394864Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_negative_large_rand] 2025-06-06T00:35:27.2396451Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_large_randn] 2025-06-06T00:35:27.2398252Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI[op_silu_rank4_large_randn] 2025-06-06T00:35:27.2399812Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank1_ones] 2025-06-06T00:35:27.2401532Z [gw0] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones] 2025-06-06T00:35:27.2402799Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones_neg_dim] 2025-06-06T00:35:27.2404583Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_pos] 2025-06-06T00:35:27.2405984Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_neg] 2025-06-06T00:35:27.2407736Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank1_ones] 2025-06-06T00:35:27.2409139Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank1_negative_ones] 2025-06-06T00:35:27.2410647Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_large_rand] 2025-06-06T00:35:27.2412071Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_negative_large_rand] 2025-06-06T00:35:27.2413895Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank1_negative_ones] 2025-06-06T00:35:27.2415291Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank1_rand] 2025-06-06T00:35:27.2417070Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[randn_neg] 2025-06-06T00:35:27.2418336Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[ramp] 2025-06-06T00:35:27.2420009Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank1_rand] 2025-06-06T00:35:55.5285388Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_ones] 2025-06-06T00:35:55.5287444Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_negative_large_rand] 2025-06-06T00:35:55.5289248Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_large_randn] 2025-06-06T00:35:55.5291452Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_ones] 2025-06-06T00:35:55.5293079Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_negative_ones] 2025-06-06T00:35:55.5295015Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones_neg_dim] 2025-06-06T00:35:55.5296427Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_neg_dim] 2025-06-06T00:35:55.5298229Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u55_BI_add_sigmoid[ramp] 2025-06-06T00:35:55.5299385Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[ones] 2025-06-06T00:35:55.5300436Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_negative_ones] 2025-06-06T00:35:55.5301327Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_large_rand] 2025-06-06T00:35:55.5302338Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI[op_silu_rank4_large_randn] 2025-06-06T00:35:55.5303244Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank1_ones] 2025-06-06T00:35:55.5304199Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_neg_dim] 2025-06-06T00:35:55.5304925Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros] 2025-06-06T00:35:55.5305811Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[ones] 2025-06-06T00:35:55.5306533Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[rand] 2025-06-06T00:35:55.5307475Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank1_ones] 2025-06-06T00:35:55.5308839Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank1_negative_ones] 2025-06-06T00:35:55.5310541Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[rand] 2025-06-06T00:35:55.5311901Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[rand_4d] 2025-06-06T00:35:55.5313579Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_large_rand] 2025-06-06T00:35:55.5314886Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_negative_large_rand] 2025-06-06T00:35:55.5316533Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros] 2025-06-06T00:35:55.5317695Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros_neg_dim] 2025-06-06T00:35:55.5319353Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank1_negative_ones] 2025-06-06T00:35:55.5320853Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank1_rand] 2025-06-06T00:35:55.5322643Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[rand_4d] 2025-06-06T00:35:55.5323987Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[randn_pos] 2025-06-06T00:35:55.5325825Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_negative_large_rand] 2025-06-06T00:35:55.5327436Z backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_large_randn] 2025-06-06T00:35:55.5329145Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros_neg_dim] 2025-06-06T00:35:55.5330509Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand] 2025-06-06T00:35:55.5332137Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_tosa_BI_inplace[op_silu_rank4_large_randn] 2025-06-06T00:35:55.5333645Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank1_ones] 2025-06-06T00:35:55.5335294Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank1_rand] 2025-06-06T00:35:55.5336786Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_ones] 2025-06-06T00:35:55.5338429Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[randn_pos] 2025-06-06T00:35:55.5339822Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[randn_neg] 2025-06-06T00:35:55.5341481Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_ones] 2025-06-06T00:35:55.5342845Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_negative_ones] 2025-06-06T00:35:55.5344361Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand] 2025-06-06T00:35:55.5345451Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand_neg_dim] 2025-06-06T00:35:55.5346971Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank1_ones] 2025-06-06T00:35:55.5348477Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank1_negative_ones] 2025-06-06T00:35:55.5350288Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[randn_neg] 2025-06-06T00:35:55.5351484Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[ramp] 2025-06-06T00:35:55.5353071Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_negative_ones] 2025-06-06T00:35:55.5354361Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_large_rand] 2025-06-06T00:35:55.5356238Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI[ramp] 2025-06-06T00:35:55.5357491Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[ones] 2025-06-06T00:35:55.5359082Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand_neg_dim] 2025-06-06T00:35:55.5360603Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_mult_batches] 2025-06-06T00:35:55.5362518Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank1_negative_ones] 2025-06-06T00:35:55.5363774Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank1_rand] 2025-06-06T00:35:55.5365565Z [gw0] [ 79%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_mult_batches] 2025-06-06T00:35:55.5366999Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_1d_2_size_0_dim] 2025-06-06T00:35:55.5368953Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_1d_2_size_0_dim] 2025-06-06T00:35:55.5370446Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_2d_3_size_1_dim] 2025-06-06T00:35:55.5372399Z [gw0] [ 79%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_2d_3_size_1_dim] 2025-06-06T00:35:55.5373842Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_2d_2_size_4_dim] 2025-06-06T00:35:55.5375570Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_large_rand] 2025-06-06T00:35:55.5377054Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_negative_large_rand] 2025-06-06T00:35:55.5378809Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank1_rand] 2025-06-06T00:35:55.5380021Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_ones] 2025-06-06T00:35:55.5381601Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[ones] 2025-06-06T00:35:55.5383211Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[rand] 2025-06-06T00:35:55.5385089Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_2d_2_size_4_dim] 2025-06-06T00:35:55.5386521Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_4d_2_size_2_dim] 2025-06-06T00:35:55.5388295Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_4d_2_size_2_dim] 2025-06-06T00:35:55.5389858Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_3d_2_sizes_dim] 2025-06-06T00:35:55.5391852Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_3d_2_sizes_dim] 2025-06-06T00:35:55.5393313Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_4d_2_sizes_dim_neg] 2025-06-06T00:35:55.5394980Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_ones] 2025-06-06T00:35:55.5396277Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_negative_ones] 2025-06-06T00:35:55.5398007Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[rand] 2025-06-06T00:35:55.5399445Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[rand_4d] 2025-06-06T00:35:55.5401394Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI[split_4d_2_sizes_dim_neg] 2025-06-06T00:35:55.5402990Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_2[split_3d_2_sizes_dim] 2025-06-06T00:35:55.5405026Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_negative_large_rand] 2025-06-06T00:36:14.2638645Z backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_large_randn] 2025-06-06T00:36:14.2640899Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_2[split_3d_2_sizes_dim] 2025-06-06T00:36:14.2642239Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_2[split_4d_2_sizes_dim_neg] 2025-06-06T00:36:14.2643457Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_2[split_4d_2_sizes_dim_neg] 2025-06-06T00:36:14.2644403Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_1d_2_size_0_dim] 2025-06-06T00:36:14.2645506Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[rand_4d] 2025-06-06T00:36:14.2646367Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_pos] 2025-06-06T00:36:14.2647416Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u85_BI_inplace[op_silu_rank4_large_randn] 2025-06-06T00:36:14.2648172Z backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[zeros] 2025-06-06T00:36:14.2649207Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_negative_ones] 2025-06-06T00:36:14.2650025Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_large_rand] 2025-06-06T00:36:14.2651077Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_1d_2_size_0_dim] 2025-06-06T00:36:14.2652781Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_2d_3_size_1_dim] 2025-06-06T00:36:14.2654454Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[zeros] 2025-06-06T00:36:14.2656482Z backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[ones] 2025-06-06T00:36:14.2658151Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_2d_3_size_1_dim] 2025-06-06T00:36:14.2659729Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_2d_2_size_4_dim] 2025-06-06T00:36:14.2661334Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[ones] 2025-06-06T00:36:14.2662355Z backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[rand] 2025-06-06T00:36:14.2663915Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_2d_2_size_4_dim] 2025-06-06T00:36:14.2665440Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_4d_2_size_2_dim] 2025-06-06T00:36:14.2667155Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[rand] 2025-06-06T00:36:14.2668204Z backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[randn_pos] 2025-06-06T00:36:14.2669942Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_4d_2_size_2_dim] 2025-06-06T00:36:14.2671606Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_3d_2_sizes_dim] 2025-06-06T00:36:14.2673363Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[randn_pos] 2025-06-06T00:36:14.2674620Z backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[randn_neg] 2025-06-06T00:36:14.2676268Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_3d_2_sizes_dim] 2025-06-06T00:36:14.2677892Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_4d_2_sizes_dim_neg] 2025-06-06T00:36:14.2679786Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[randn_neg] 2025-06-06T00:36:14.2680896Z backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[ramp] 2025-06-06T00:36:14.2682652Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_MI_one_out[split_4d_2_sizes_dim_neg] 2025-06-06T00:36:14.2684107Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_1d_2_size_0_dim] 2025-06-06T00:36:14.2685548Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_MI[ramp] 2025-06-06T00:36:14.2686533Z backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[zeros] 2025-06-06T00:36:14.2688033Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_pos] 2025-06-06T00:36:14.2689401Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_neg] 2025-06-06T00:36:14.2691246Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_large_rand] 2025-06-06T00:36:14.2692801Z backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_negative_large_rand] 2025-06-06T00:36:14.2694303Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[zeros] 2025-06-06T00:36:14.2695315Z backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[ones] 2025-06-06T00:36:14.2696718Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[ones] 2025-06-06T00:36:14.2697734Z backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[rand] 2025-06-06T00:36:14.2699255Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_1d_2_size_0_dim] 2025-06-06T00:36:14.2700749Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_2d_3_size_1_dim] 2025-06-06T00:36:14.2702705Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_2d_3_size_1_dim] 2025-06-06T00:36:14.2704240Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_2d_2_size_4_dim] 2025-06-06T00:36:14.2705896Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[rand] 2025-06-06T00:36:14.2707204Z backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[randn_pos] 2025-06-06T00:36:14.2708848Z [gw0] [ 80%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_2d_2_size_4_dim] 2025-06-06T00:36:14.2710483Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_4d_2_size_2_dim] 2025-06-06T00:36:14.2712297Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_u85_BI_add_sigmoid[randn_neg] 2025-06-06T00:36:14.2713695Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_3d_2_sizes_dim] 2025-06-06T00:36:14.2715335Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[randn_pos] 2025-06-06T00:36:14.2716482Z backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[randn_neg] 2025-06-06T00:36:14.2718061Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_4d_2_size_2_dim] 2025-06-06T00:36:14.2719620Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_3d_2_sizes_dim] 2025-06-06T00:36:14.2721508Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_3d_2_sizes_dim] 2025-06-06T00:36:14.2723157Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_4d_2_sizes_dim_neg] 2025-06-06T00:36:14.2725006Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_silu.py::test_silu_u55_BI[op_silu_rank4_negative_large_rand] 2025-06-06T00:36:14.2726388Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_4D_2x3x4x5] 2025-06-06T00:36:14.2728049Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_3d_2_sizes_dim] 2025-06-06T00:36:14.2729645Z backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_4d_2_sizes_dim_neg] 2025-06-06T00:36:14.2731258Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[randn_neg] 2025-06-06T00:36:14.2732317Z backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[ramp] 2025-06-06T00:36:14.2733739Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_4D_2x3x4x5] 2025-06-06T00:36:14.2734946Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[zeros] 2025-06-06T00:36:14.2736515Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_4d_2_sizes_dim_neg] 2025-06-06T00:36:14.2737803Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank1_ones] 2025-06-06T00:36:14.2739274Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_BI[ramp] 2025-06-06T00:36:14.2740327Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[zeros] 2025-06-06T00:36:14.2741878Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_tosa_BI[split_4d_2_sizes_dim_neg] 2025-06-06T00:36:14.2743370Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_1d_2_size_0_dim] 2025-06-06T00:36:14.2744973Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[zeros] 2025-06-06T00:36:14.2746196Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[rand_2D_4x4] 2025-06-06T00:36:14.2747831Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank1_ones] 2025-06-06T00:36:14.2749276Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank2_random] 2025-06-06T00:36:14.2750782Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[zeros] 2025-06-06T00:36:14.2751915Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[ones] 2025-06-06T00:36:14.2753427Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank2_random] 2025-06-06T00:36:14.2754933Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank3_ones] 2025-06-06T00:36:14.2756746Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[rand_2D_4x4] 2025-06-06T00:36:14.2757988Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[rand_3D_4x4x4] 2025-06-06T00:36:33.6415028Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank3_ones] 2025-06-06T00:36:33.6416596Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank4_random] 2025-06-06T00:36:33.6418783Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[ones] 2025-06-06T00:36:33.6420193Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[rand] 2025-06-06T00:36:33.6421931Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[rand_3D_4x4x4] 2025-06-06T00:36:33.6423412Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[rand_4D_2x2x4x4] 2025-06-06T00:36:33.6425161Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank4_random] 2025-06-06T00:36:33.6426562Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank4_multibatch] 2025-06-06T00:36:33.6427995Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[rand] 2025-06-06T00:36:33.6428701Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[randn_pos] 2025-06-06T00:36:33.6429667Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_1d_2_size_0_dim] 2025-06-06T00:36:33.6430559Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_2d_3_size_1_dim] 2025-06-06T00:36:33.6431591Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_MI[sqrt_tensor_rank4_multibatch] 2025-06-06T00:36:33.6432395Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank1_ones] 2025-06-06T00:36:33.6433357Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[rand_4D_2x2x4x4] 2025-06-06T00:36:33.6434108Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[zeros] 2025-06-06T00:36:33.6434982Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[randn_pos] 2025-06-06T00:36:33.6435697Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[randn_neg] 2025-06-06T00:36:33.6436650Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_2d_3_size_1_dim] 2025-06-06T00:36:33.6438120Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_2d_2_size_4_dim] 2025-06-06T00:36:33.6440008Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[zeros] 2025-06-06T00:36:33.6441443Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[randn_4D_mutltiple_broadcasts] 2025-06-06T00:36:33.6443061Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[randn_neg] 2025-06-06T00:36:33.6444269Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[ramp] 2025-06-06T00:36:33.6445785Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank1_ones] 2025-06-06T00:36:33.6447073Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank2_random] 2025-06-06T00:36:33.6448822Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI_2[randn_4D_mutltiple_broadcasts] 2025-06-06T00:36:33.6450152Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[ones_1D_5] 2025-06-06T00:36:33.6451774Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_2d_2_size_4_dim] 2025-06-06T00:36:33.6453254Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_4d_2_size_2_dim] 2025-06-06T00:36:33.6455960Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank2_random] 2025-06-06T00:36:33.6457692Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u55_BI[ramp] 2025-06-06T00:36:33.6458911Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank3_ones] 2025-06-06T00:36:33.6459967Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[zeros] 2025-06-06T00:36:33.6461660Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_4d_2_size_2_dim] 2025-06-06T00:36:33.6463111Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_3d_2_sizes_dim] 2025-06-06T00:36:33.6464944Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank3_ones] 2025-06-06T00:36:33.6466302Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank4_random] 2025-06-06T00:36:33.6468130Z [gw0] [ 81%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_3d_2_sizes_dim] 2025-06-06T00:36:33.6469709Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_4d_2_sizes_dim_neg] 2025-06-06T00:36:33.6471485Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank4_random] 2025-06-06T00:36:33.6472772Z backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank4_multibatch] 2025-06-06T00:36:33.6474487Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u55_BI[split_4d_2_sizes_dim_neg] 2025-06-06T00:36:33.6475889Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_1d_2_size_0_dim] 2025-06-06T00:36:33.6477525Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[zeros] 2025-06-06T00:36:33.6478705Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[ones] 2025-06-06T00:36:33.6480492Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_tosa_BI[sqrt_tensor_rank4_multibatch] 2025-06-06T00:36:33.6481810Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank1_ones] 2025-06-06T00:36:33.6483200Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[ones] 2025-06-06T00:36:33.6484205Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[rand] 2025-06-06T00:36:33.6485570Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[ones_1D_5] 2025-06-06T00:36:33.6486764Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[ones_1D_50] 2025-06-06T00:36:33.6488181Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[rand] 2025-06-06T00:36:33.6489471Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[randn_pos] 2025-06-06T00:36:33.6491195Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_1d_2_size_0_dim] 2025-06-06T00:36:33.6492978Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_2d_3_size_1_dim] 2025-06-06T00:36:33.6494829Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank1_ones] 2025-06-06T00:36:33.6496294Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank2_random] 2025-06-06T00:36:33.6497854Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[randn_pos] 2025-06-06T00:36:33.6499008Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[randn_neg] 2025-06-06T00:36:33.6500557Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_2d_3_size_1_dim] 2025-06-06T00:36:33.6501973Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_2d_2_size_4_dim] 2025-06-06T00:36:33.6503557Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[randn_neg] 2025-06-06T00:36:33.6504841Z backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[ramp] 2025-06-06T00:36:33.6506278Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sin.py::test_sin_tosa_u85_BI[ramp] 2025-06-06T00:36:33.6507439Z backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_neg_3] 2025-06-06T00:36:33.6509058Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_2d_2_size_4_dim] 2025-06-06T00:36:33.6510479Z backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_4d_2_size_2_dim] 2025-06-06T00:36:33.6512274Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::test_slice_tensor_tosa_MI[ones_neg_3] 2025-06-06T00:36:33.6513400Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[rand] 2025-06-06T00:36:33.6514943Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank2_random] 2025-06-06T00:36:33.6516148Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank3_ones] 2025-06-06T00:36:33.6517821Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_split.py::test_split_with_sizes_u85_BI[split_4d_2_size_2_dim] 2025-06-06T00:36:33.6519245Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_randn_pos] 2025-06-06T00:36:33.6520781Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[rand] 2025-06-06T00:36:33.6521786Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[randn_pos] 2025-06-06T00:36:33.6523272Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[ones_1D_50] 2025-06-06T00:36:33.6524463Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_1D_10] 2025-06-06T00:36:33.6525853Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[randn_pos] 2025-06-06T00:36:33.6526974Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[randn_neg] 2025-06-06T00:36:33.6528566Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank3_ones] 2025-06-06T00:36:33.6529904Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank4_random] 2025-06-06T00:36:33.6531518Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_randn_pos] 2025-06-06T00:36:33.6532793Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_randn_neg] 2025-06-06T00:36:33.6534364Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_1D_10] 2025-06-06T00:37:00.0151018Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[randn_neg] 2025-06-06T00:37:00.0152327Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_2D_5x5] 2025-06-06T00:37:00.0153446Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[ramp] 2025-06-06T00:37:00.0155393Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[ramp] 2025-06-06T00:37:00.0156954Z backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[zeros] 2025-06-06T00:37:00.0158593Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_randn_neg] 2025-06-06T00:37:00.0160094Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_randn_neg] 2025-06-06T00:37:00.0161744Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_2D_5x5] 2025-06-06T00:37:00.0163151Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_3D_5x5x5] 2025-06-06T00:37:00.0164712Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[zeros] 2025-06-06T00:37:00.0166074Z backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[ones] 2025-06-06T00:37:00.0167750Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank4_random] 2025-06-06T00:37:00.0169455Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank4_multibatch] 2025-06-06T00:37:00.0171061Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[ones] 2025-06-06T00:37:00.0172138Z backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[rand] 2025-06-06T00:37:00.0173697Z [gw0] [ 82%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_randn_neg] 2025-06-06T00:37:00.0175036Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_ramp] 2025-06-06T00:37:00.0176595Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[rand] 2025-06-06T00:37:00.0177984Z backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[randn_pos] 2025-06-06T00:37:00.0179600Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_3D_5x5x5] 2025-06-06T00:37:00.0180966Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_4D_2x3x4x5] 2025-06-06T00:37:00.0182811Z [gw3] [ 83%] XFAIL backends/arm/test/ops/test_sqrt.py::test_sqrt_u55_BI[sqrt_tensor_rank4_multibatch] 2025-06-06T00:37:00.0184353Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank1_ones] 2025-06-06T00:37:00.0186172Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[randn_pos] 2025-06-06T00:37:00.0187455Z backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[randn_neg] 2025-06-06T00:37:00.0189123Z [gw2] [ 83%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[rand_4D_2x3x4x5] 2025-06-06T00:37:00.0190485Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[zeros] 2025-06-06T00:37:00.0192122Z [gw0] [ 83%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_ramp] 2025-06-06T00:37:00.0193444Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_ramp] 2025-06-06T00:37:00.0195110Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank1_ones] 2025-06-06T00:37:00.0196296Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank2_random] 2025-06-06T00:37:00.0197766Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[randn_neg] 2025-06-06T00:37:00.0198875Z backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[ramp] 2025-06-06T00:37:00.0200441Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u55_BI[ramp] 2025-06-06T00:37:00.0201638Z backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[zeros] 2025-06-06T00:37:00.0203309Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank2_random] 2025-06-06T00:37:00.0204811Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank3_ones] 2025-06-06T00:37:00.0206451Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI[zeros] 2025-06-06T00:37:00.0207772Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[rand_2D_4x4] 2025-06-06T00:37:00.0209518Z [gw0] [ 83%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_ramp] 2025-06-06T00:37:00.0210854Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_zeros] 2025-06-06T00:37:00.0212375Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[zeros] 2025-06-06T00:37:00.0213570Z backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[ones] 2025-06-06T00:37:00.0214946Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[ones] 2025-06-06T00:37:00.0216161Z backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[rand] 2025-06-06T00:37:00.0217765Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank3_ones] 2025-06-06T00:37:00.0219264Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank4_random] 2025-06-06T00:37:00.0221104Z [gw0] [ 83%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_zeros] 2025-06-06T00:37:00.0222395Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_zeros] 2025-06-06T00:37:00.0223919Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[rand] 2025-06-06T00:37:00.0225138Z backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[randn_pos] 2025-06-06T00:37:00.0226725Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[rand_2D_4x4] 2025-06-06T00:37:00.0227912Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[rand_3D_4x4x4] 2025-06-06T00:37:00.0229504Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[randn_pos] 2025-06-06T00:37:00.0230614Z backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[randn_neg] 2025-06-06T00:37:00.0232097Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank4_random] 2025-06-06T00:37:00.0233600Z backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank4_multibatch] 2025-06-06T00:37:00.0235368Z [gw0] [ 83%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_zeros] 2025-06-06T00:37:00.0236821Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_ones] 2025-06-06T00:37:00.0238412Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[randn_neg] 2025-06-06T00:37:00.0239788Z backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[ramp] 2025-06-06T00:37:00.0241468Z [gw3] [ 83%] XFAIL backends/arm/test/ops/test_sqrt.py::test_sqrt_u85_BI[sqrt_tensor_rank4_multibatch] 2025-06-06T00:37:00.0242950Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI[squeeze3d] 2025-06-06T00:37:00.0244661Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI[squeeze3d] 2025-06-06T00:37:00.0245930Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI[squeeze4d_dims] 2025-06-06T00:37:00.0247524Z [gw0] [ 83%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_ones] 2025-06-06T00:37:00.0248792Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_ones] 2025-06-06T00:37:00.0250454Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[rand_3D_4x4x4] 2025-06-06T00:37:00.0251860Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[rand_4D_2x2x4x4] 2025-06-06T00:37:00.0253443Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_u85_BI[ramp] 2025-06-06T00:37:00.0254926Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_fp16] 2025-06-06T00:37:00.0256678Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI[squeeze4d_dims] 2025-06-06T00:37:00.0258183Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI[squeeze3d_dims_mix] 2025-06-06T00:37:00.0260161Z [gw0] [ 83%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_ones] 2025-06-06T00:37:00.0261358Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_rand] 2025-06-06T00:37:00.0262791Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_fp16] 2025-06-06T00:37:00.0263979Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_fp32] 2025-06-06T00:37:00.0265516Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI[squeeze3d_dims_mix] 2025-06-06T00:37:00.0266954Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI[squeeze3d] 2025-06-06T00:37:00.0268651Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_fp32] 2025-06-06T00:37:00.0269981Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_int8] 2025-06-06T00:37:00.0271670Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_int8] 2025-06-06T00:37:00.0273000Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_int8_int32] 2025-06-06T00:37:00.0274707Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI[squeeze3d] 2025-06-06T00:37:00.0276125Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI[squeeze4d_dims] 2025-06-06T00:37:00.0277775Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_int8_int32] 2025-06-06T00:37:00.0279074Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_int32] 2025-06-06T00:37:00.0281127Z [gw2] [ 83%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[rand_4D_2x2x4x4] 2025-06-06T00:37:00.0282507Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[zeros] 2025-06-06T00:37:00.0284169Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_MI[rand_int32] 2025-06-06T00:37:00.0285547Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int8_fp32] 2025-06-06T00:37:21.5673568Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI[squeeze4d_dims] 2025-06-06T00:37:21.5675411Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI[squeeze3d_dims_mix] 2025-06-06T00:37:21.5676859Z [gw0] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_rand] 2025-06-06T00:37:21.5677660Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_rand] 2025-06-06T00:37:21.5678664Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int8_fp32] 2025-06-06T00:37:21.5679687Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int16_fp32] 2025-06-06T00:37:21.5680774Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI[squeeze3d_dims_mix] 2025-06-06T00:37:21.5681686Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI[squeeze3d] 2025-06-06T00:37:21.5682726Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int16_fp32] 2025-06-06T00:37:21.5683616Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int32_fp32] 2025-06-06T00:37:21.5684612Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int32_fp32] 2025-06-06T00:37:21.5685447Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int32_fp16] 2025-06-06T00:37:21.5686440Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int32_fp16] 2025-06-06T00:37:21.5687289Z backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int32_bf16] 2025-06-06T00:37:21.5688339Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[zeros] 2025-06-06T00:37:21.5689209Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[randn_4D_mutltiple_broadcasts] 2025-06-06T00:37:21.5690411Z [gw0] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_rand] 2025-06-06T00:37:21.5691225Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_randn_pos] 2025-06-06T00:37:21.5692316Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_to_copy.py::test_copy_tosa_BI[rand_int32_bf16] 2025-06-06T00:37:21.5693148Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_zeros] 2025-06-06T00:37:21.5694120Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI[squeeze3d] 2025-06-06T00:37:21.5695666Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI[squeeze4d_dims] 2025-06-06T00:37:21.5696686Z [gw0] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_randn_pos] 2025-06-06T00:37:21.5697665Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_randn_pos] 2025-06-06T00:37:21.5698705Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_zeros] 2025-06-06T00:37:21.5699442Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_zeros] 2025-06-06T00:37:21.5700834Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u55_BI_2[randn_4D_mutltiple_broadcasts] 2025-06-06T00:37:21.5702293Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[ones_1D_5] 2025-06-06T00:37:21.5703527Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_zeros] 2025-06-06T00:37:21.5704410Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_ones] 2025-06-06T00:37:21.5705272Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_ones] 2025-06-06T00:37:21.5706010Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_ones] 2025-06-06T00:37:21.5706896Z [gw0] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_randn_pos] 2025-06-06T00:37:21.5707648Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_randn_neg] 2025-06-06T00:37:21.5708642Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI[squeeze4d_dims] 2025-06-06T00:37:21.5709473Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI[squeeze3d_dims_mix] 2025-06-06T00:37:21.5710397Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_ones] 2025-06-06T00:37:21.5711117Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_rand] 2025-06-06T00:37:21.5711986Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_rand] 2025-06-06T00:37:21.5712687Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_rand] 2025-06-06T00:37:21.5713554Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_rand] 2025-06-06T00:37:21.5714281Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_randn_pos] 2025-06-06T00:37:21.5715178Z [gw0] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_randn_neg] 2025-06-06T00:37:21.5715925Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_randn_neg] 2025-06-06T00:37:21.5716805Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[ones_1D_5] 2025-06-06T00:37:21.5717544Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[ones_1D_50] 2025-06-06T00:37:21.5718430Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_randn_pos] 2025-06-06T00:37:21.5719188Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_randn_pos] 2025-06-06T00:37:21.5720254Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_randn_pos] 2025-06-06T00:37:21.5720998Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_randn_neg] 2025-06-06T00:37:21.5722054Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI[squeeze3d_dims_mix] 2025-06-06T00:37:21.5722850Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI[squeeze3d] 2025-06-06T00:37:21.5723772Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_randn_neg] 2025-06-06T00:37:21.5724513Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_randn_neg] 2025-06-06T00:37:21.5725423Z [gw0] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_randn_neg] 2025-06-06T00:37:21.5726152Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_ramp] 2025-06-06T00:37:21.5727020Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_randn_neg] 2025-06-06T00:37:21.5727803Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_ramp] 2025-06-06T00:37:21.5728652Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[ceil_ramp] 2025-06-06T00:37:21.5729365Z backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_ramp] 2025-06-06T00:37:21.5730251Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[ones_1D_50] 2025-06-06T00:37:21.5730975Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_1D_10] 2025-06-06T00:37:21.5731884Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI[squeeze3d] 2025-06-06T00:37:21.5732710Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI[squeeze4d_dims] 2025-06-06T00:37:21.5733614Z [gw0] [ 84%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u85_BI[ceil_ramp] 2025-06-06T00:37:21.5734313Z backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_ramp] 2025-06-06T00:37:21.5735168Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_MI[floor_ramp] 2025-06-06T00:37:21.5735886Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_zeros] 2025-06-06T00:37:21.5736802Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_1D_10] 2025-06-06T00:37:21.5737552Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_2D_5x5] 2025-06-06T00:37:21.5738417Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_zeros] 2025-06-06T00:37:21.5739136Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_zeros] 2025-06-06T00:37:21.5740001Z [gw0] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u85_BI[floor_ramp] 2025-06-06T00:37:21.5740721Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_5] 2025-06-06T00:37:21.5741669Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI[squeeze4d_dims] 2025-06-06T00:37:21.5742486Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI[squeeze3d_dims_mix] 2025-06-06T00:37:21.5743426Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_zeros] 2025-06-06T00:37:21.5744140Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_ones] 2025-06-06T00:37:21.5745005Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_2D_5x5] 2025-06-06T00:37:21.5745757Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_3D_5x5x5] 2025-06-06T00:37:21.5746625Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_ones] 2025-06-06T00:37:21.5747340Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_ones] 2025-06-06T00:37:21.5748287Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI[squeeze3d_dims_mix] 2025-06-06T00:37:21.5749130Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI_2[squeeze3d_dim_neg_2] 2025-06-06T00:37:21.5750164Z [gw0] [ 85%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_5] 2025-06-06T00:37:21.5750931Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_(5, 5)] 2025-06-06T00:37:21.5751838Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_ones] 2025-06-06T00:37:21.5752545Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_rand] 2025-06-06T00:37:45.9257660Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_3D_5x5x5] 2025-06-06T00:37:45.9259361Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_4D_2x3x4x5] 2025-06-06T00:37:45.9261747Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI_2[squeeze3d_dim_neg_2] 2025-06-06T00:37:45.9264084Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI_2[squeeze4d_dim_pos_3] 2025-06-06T00:37:45.9265461Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI_2[squeeze4d_dim_pos_3] 2025-06-06T00:37:45.9266337Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI_2[squeeze4d_dim_neg_2] 2025-06-06T00:37:45.9267268Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_rand] 2025-06-06T00:37:45.9267981Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_rand] 2025-06-06T00:37:45.9269026Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_MI_2[squeeze4d_dim_neg_2] 2025-06-06T00:37:45.9269891Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI_2[squeeze3d_dim_neg_2] 2025-06-06T00:37:45.9270863Z [gw2] [ 85%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[rand_4D_2x3x4x5] 2025-06-06T00:37:45.9271604Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[zeros] 2025-06-06T00:37:45.9272468Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_rand] 2025-06-06T00:37:45.9273255Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_randn_pos] 2025-06-06T00:37:45.9274240Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI_2[squeeze3d_dim_neg_2] 2025-06-06T00:37:45.9275090Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI_2[squeeze4d_dim_pos_3] 2025-06-06T00:37:45.9276063Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_randn_pos] 2025-06-06T00:37:45.9276818Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_randn_pos] 2025-06-06T00:37:45.9278161Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI_2[squeeze4d_dim_pos_3] 2025-06-06T00:37:45.9279777Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI_2[squeeze4d_dim_neg_2] 2025-06-06T00:37:45.9281136Z [gw0] [ 85%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_(5, 5)] 2025-06-06T00:37:45.9282027Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_(5, 4)] 2025-06-06T00:37:45.9283053Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_randn_pos] 2025-06-06T00:37:45.9283915Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_randn_neg] 2025-06-06T00:37:45.9285068Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_tosa_BI_2[squeeze4d_dim_neg_2] 2025-06-06T00:37:45.9286005Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI_2[squeeze3d_dim_neg_2] 2025-06-06T00:37:45.9287009Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI_2[zeros] 2025-06-06T00:37:45.9287815Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[rand_2D_4x4] 2025-06-06T00:37:45.9288983Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_randn_neg] 2025-06-06T00:37:45.9289834Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_randn_neg] 2025-06-06T00:37:45.9290845Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_randn_neg] 2025-06-06T00:37:45.9291568Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_ramp] 2025-06-06T00:37:45.9292524Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[rand_2D_4x4] 2025-06-06T00:37:45.9293250Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[rand_3D_4x4x4] 2025-06-06T00:37:45.9294259Z [gw0] [ 85%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_(5, 4)] 2025-06-06T00:37:45.9295060Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_(5, 4, 3)] 2025-06-06T00:37:45.9296041Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[ceil_ramp] 2025-06-06T00:37:45.9296757Z backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_ramp] 2025-06-06T00:37:45.9297638Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[rand_3D_4x4x4] 2025-06-06T00:37:45.9298481Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[rand_4D_2x2x4x4] 2025-06-06T00:37:45.9299455Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI_2[squeeze3d_dim_neg_2] 2025-06-06T00:37:45.9300362Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI_2[squeeze4d_dim_pos_3] 2025-06-06T00:37:45.9301307Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unary.py::test_unary_tosa_BI[floor_ramp] 2025-06-06T00:37:45.9302011Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_zeros] 2025-06-06T00:37:45.9302893Z [gw2] [ 86%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[rand_4D_2x2x4x4] 2025-06-06T00:37:45.9303604Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[zeros] 2025-06-06T00:37:45.9304498Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_zeros] 2025-06-06T00:37:45.9305294Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_zeros] 2025-06-06T00:37:45.9306242Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI_2[squeeze4d_dim_pos_3] 2025-06-06T00:37:45.9307097Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI_2[squeeze4d_dim_neg_2] 2025-06-06T00:37:45.9308010Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[zeros] 2025-06-06T00:37:45.9308796Z backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[randn_4D_mutltiple_broadcasts] 2025-06-06T00:37:45.9309811Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_MI[rand_(5, 4, 3)] 2025-06-06T00:37:45.9310585Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_5] 2025-06-06T00:37:45.9311574Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_u85_BI[randn_4D_mutltiple_broadcasts] 2025-06-06T00:37:45.9312392Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[1d_dim_0_keep] 2025-06-06T00:37:45.9313296Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_zeros] 2025-06-06T00:37:45.9313990Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_ones] 2025-06-06T00:37:45.9314942Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u55_BI_2[squeeze4d_dim_neg_2] 2025-06-06T00:37:45.9315794Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI_2[squeeze3d_dim_neg_2] 2025-06-06T00:37:45.9316751Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_5] 2025-06-06T00:37:45.9317576Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_(5, 5)] 2025-06-06T00:37:45.9318619Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[1d_dim_0_keep] 2025-06-06T00:37:45.9319428Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[2d_dim_1_no_keep] 2025-06-06T00:37:45.9320523Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[2d_dim_1_no_keep] 2025-06-06T00:37:45.9321307Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[3d_dims_keep] 2025-06-06T00:37:45.9322264Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_(5, 5)] 2025-06-06T00:37:45.9323050Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_(5, 4)] 2025-06-06T00:37:45.9324051Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[3d_dims_keep] 2025-06-06T00:37:45.9324848Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[4d_dims_no_keep] 2025-06-06T00:37:45.9325799Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_(5, 4)] 2025-06-06T00:37:45.9326607Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_(5, 4, 3)] 2025-06-06T00:37:45.9327601Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI_2[squeeze3d_dim_neg_2] 2025-06-06T00:37:45.9328456Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI_2[squeeze4d_dim_pos_3] 2025-06-06T00:37:45.9329431Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_ones] 2025-06-06T00:37:45.9330123Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_ones] 2025-06-06T00:37:45.9331047Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[4d_dims_no_keep] 2025-06-06T00:37:45.9331844Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[4d_dim_3_keep] 2025-06-06T00:37:45.9332818Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_tosa_BI[rand_(5, 4, 3)] 2025-06-06T00:37:45.9333638Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_5] 2025-06-06T00:37:45.9334558Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[4d_dim_3_keep] 2025-06-06T00:37:45.9335347Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[4d_dims_keep] 2025-06-06T00:37:45.9336334Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI_2[squeeze4d_dim_pos_3] 2025-06-06T00:37:45.9337192Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI_2[squeeze4d_dim_neg_2] 2025-06-06T00:38:05.0004488Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_MI[4d_dims_keep] 2025-06-06T00:38:05.0006075Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[1d_dim_0_keep] 2025-06-06T00:38:05.0007843Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_5] 2025-06-06T00:38:05.0009401Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_(5, 5)] 2025-06-06T00:38:05.0011104Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_ones] 2025-06-06T00:38:05.0012416Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_rand] 2025-06-06T00:38:05.0013969Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[1d_dim_0_keep] 2025-06-06T00:38:05.0015236Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[2d_dim_1_no_keep] 2025-06-06T00:38:05.0016768Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_(5, 5)] 2025-06-06T00:38:05.0018245Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_(5, 4)] 2025-06-06T00:38:05.0019820Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dim_u85_BI_2[squeeze4d_dim_neg_2] 2025-06-06T00:38:05.0021149Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_MI[squeeze3d_dims_0_1] 2025-06-06T00:38:05.0022681Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[2d_dim_1_no_keep] 2025-06-06T00:38:05.0023913Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[3d_dims_keep] 2025-06-06T00:38:05.0025377Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_(5, 4)] 2025-06-06T00:38:05.0026631Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_(5, 4, 3)] 2025-06-06T00:38:05.0028176Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_MI[squeeze3d_dims_0_1] 2025-06-06T00:38:05.0029740Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_MI[squeeze4d_dims_0_neg_1] 2025-06-06T00:38:05.0031364Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_MI[squeeze4d_dims_0_neg_1] 2025-06-06T00:38:05.0032705Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_MI[squeeze4d_dims_0_neg_2] 2025-06-06T00:38:05.0034227Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[3d_dims_keep] 2025-06-06T00:38:05.0035445Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[4d_dims_no_keep] 2025-06-06T00:38:05.0037191Z [gw0] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u55_BI[rand_(5, 4, 3)] 2025-06-06T00:38:05.0038455Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_5] 2025-06-06T00:38:05.0040210Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_MI[squeeze4d_dims_0_neg_2] 2025-06-06T00:38:05.0041603Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_BI[squeeze3d_dims_0_1] 2025-06-06T00:38:05.0043249Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_rand] 2025-06-06T00:38:05.0044299Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_rand] 2025-06-06T00:38:05.0045869Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[4d_dims_no_keep] 2025-06-06T00:38:05.0047190Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[4d_dim_3_keep] 2025-06-06T00:38:05.0048802Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[4d_dim_3_keep] 2025-06-06T00:38:05.0050095Z backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[4d_dims_keep] 2025-06-06T00:38:05.0051639Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_5] 2025-06-06T00:38:05.0052913Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_(5, 5)] 2025-06-06T00:38:05.0055026Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_BI[squeeze3d_dims_0_1] 2025-06-06T00:38:05.0056408Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_BI[squeeze4d_dims_0_neg_1] 2025-06-06T00:38:05.0058364Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_BI[squeeze4d_dims_0_neg_1] 2025-06-06T00:38:05.0059848Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_BI[squeeze4d_dims_0_neg_2] 2025-06-06T00:38:05.0061468Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u55_BI[floor_rand] 2025-06-06T00:38:05.0062658Z backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_randn_pos] 2025-06-06T00:38:05.0064188Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_(5, 5)] 2025-06-06T00:38:05.0065675Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_(5, 4)] 2025-06-06T00:38:05.0067257Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_sum.py::test_sum_dim_intlist_tosa_BI[4d_dims_keep] 2025-06-06T00:38:05.0068531Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[1d_dim_0_keep] 2025-06-06T00:38:05.0070138Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_tosa_BI[squeeze4d_dims_0_neg_2] 2025-06-06T00:38:05.0071529Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u55_BI[squeeze3d_dims_0_1] 2025-06-06T00:38:05.0073054Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_unary.py::test_unary_u55_BI[ceil_randn_pos] 2025-06-06T00:38:05.0074747Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_same_size_negative] 2025-06-06T00:38:05.0076859Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_(5, 4)] 2025-06-06T00:38:05.0078092Z backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_(5, 4, 3)] 2025-06-06T00:38:05.0080356Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_same_size_negative] 2025-06-06T00:38:05.0082399Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_double_scale] 2025-06-06T00:38:05.0084363Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u55_BI[squeeze3d_dims_0_1] 2025-06-06T00:38:05.0085699Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u55_BI[squeeze4d_dims_0_neg_1] 2025-06-06T00:38:05.0087189Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[1d_dim_0_keep] 2025-06-06T00:38:05.0088349Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[2d_dim_1_no_keep] 2025-06-06T00:38:05.0090161Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_double_scale] 2025-06-06T00:38:05.0091997Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_double_scale_one_dim] 2025-06-06T00:38:05.0093835Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_unsqueeze.py::test_unsqueeze_u85_BI[rand_(5, 4, 3)] 2025-06-06T00:38:05.0095345Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_double_scale] 2025-06-06T00:38:05.0097611Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_double_scale] 2025-06-06T00:38:05.0099874Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_double_scale_one_dim] 2025-06-06T00:38:05.0102523Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_double_scale_one_dim] 2025-06-06T00:38:05.0104774Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_double_size] 2025-06-06T00:38:05.0106997Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u55_BI[squeeze4d_dims_0_neg_1] 2025-06-06T00:38:05.0108546Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u55_BI[squeeze4d_dims_0_neg_2] 2025-06-06T00:38:05.0110831Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_double_scale_one_dim] 2025-06-06T00:38:05.0112979Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_double_size] 2025-06-06T00:38:05.0115674Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_double_size] 2025-06-06T00:38:05.0118018Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_double_scale] 2025-06-06T00:38:05.0120300Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[2d_dim_1_no_keep] 2025-06-06T00:38:05.0121617Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[3d_dims_keep] 2025-06-06T00:38:05.0123676Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_double_size] 2025-06-06T00:38:05.0125848Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_double_scale] 2025-06-06T00:38:18.6096804Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_double_scale] 2025-06-06T00:38:18.6099553Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_double_size] 2025-06-06T00:38:18.6102198Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_double_size] 2025-06-06T00:38:18.6103687Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_same_scale] 2025-06-06T00:38:18.6105386Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_double_scale] 2025-06-06T00:38:18.6106600Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_double_size] 2025-06-06T00:38:18.6107821Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u55_BI[squeeze4d_dims_0_neg_2] 2025-06-06T00:38:18.6108697Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u85_BI[squeeze3d_dims_0_1] 2025-06-06T00:38:18.6110020Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_double_size] 2025-06-06T00:38:18.6111203Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_same_scale] 2025-06-06T00:38:18.6113416Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[3d_dims_keep] 2025-06-06T00:38:18.6114645Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[4d_dims_no_keep] 2025-06-06T00:38:18.6116859Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_same_scale] 2025-06-06T00:38:18.6118951Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_same_size] 2025-06-06T00:38:18.6121536Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_same_scale] 2025-06-06T00:38:18.6123547Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_same_size] 2025-06-06T00:38:18.6125902Z [gw0] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_same_size] 2025-06-06T00:38:18.6128042Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_half_scale] 2025-06-06T00:38:18.6130513Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_same_size] 2025-06-06T00:38:18.6132534Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_half_scale] 2025-06-06T00:38:18.6134977Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u85_BI[squeeze3d_dims_0_1] 2025-06-06T00:38:18.6136402Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u85_BI[squeeze4d_dims_0_neg_1] 2025-06-06T00:38:18.6138572Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_half_scale] 2025-06-06T00:38:18.6140845Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_half_size] 2025-06-06T00:38:18.6143364Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_half_scale] 2025-06-06T00:38:18.6145127Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_half_size] 2025-06-06T00:38:18.6147651Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_half_size] 2025-06-06T00:38:18.6149791Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_and_half_scale] 2025-06-06T00:38:18.6151851Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[4d_dims_no_keep] 2025-06-06T00:38:18.6153211Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[4d_dim_3_keep] 2025-06-06T00:38:18.6155669Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_half_size] 2025-06-06T00:38:18.6157548Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_and_half_scale] 2025-06-06T00:38:18.6159629Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u85_BI[squeeze4d_dims_0_neg_1] 2025-06-06T00:38:18.6160990Z backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u85_BI[squeeze4d_dims_0_neg_2] 2025-06-06T00:38:18.6163402Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_and_half_scale] 2025-06-06T00:38:18.6165696Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_and_half_size] 2025-06-06T00:38:18.6168434Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_and_half_scale] 2025-06-06T00:38:18.6170642Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_and_half_size] 2025-06-06T00:38:18.6173289Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[rand_one_and_half_size] 2025-06-06T00:38:18.6175491Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_double_scale_negative] 2025-06-06T00:38:18.6177961Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[rand_one_and_half_size] 2025-06-06T00:38:18.6179969Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_double_scale_negative] 2025-06-06T00:38:18.6182679Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_double_scale_negative] 2025-06-06T00:38:18.6184926Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_double_scale_one_dim_negative] 2025-06-06T00:38:18.6187999Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_double_scale_negative] 2025-06-06T00:38:18.6190149Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_double_scale_one_dim_negative] 2025-06-06T00:38:18.6192129Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[4d_dim_3_keep] 2025-06-06T00:38:18.6193453Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[4d_dims_keep] 2025-06-06T00:38:18.6195547Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_double_scale_one_dim_negative] 2025-06-06T00:38:18.6197637Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_double_size_negative] 2025-06-06T00:38:18.6199886Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_squeeze.py::test_squeeze_dims_u85_BI[squeeze4d_dims_0_neg_2] 2025-06-06T00:38:18.6201977Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[ones_1D_5] 2025-06-06T00:38:18.6203551Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[ones_1D_5] 2025-06-06T00:38:18.6204751Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[ones_1D_50] 2025-06-06T00:38:18.6206834Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_double_scale_one_dim_negative] 2025-06-06T00:38:18.6209309Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_double_size_negative] 2025-06-06T00:38:18.6211451Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[ones_1D_50] 2025-06-06T00:38:18.6212690Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_1D_10] 2025-06-06T00:38:18.6214864Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_double_size_negative] 2025-06-06T00:38:18.6217226Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_double_scale_negative] 2025-06-06T00:38:18.6219446Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_1D_10] 2025-06-06T00:38:18.6220670Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_2D_5x5] 2025-06-06T00:38:29.9491102Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_double_scale_negative] 2025-06-06T00:38:29.9492600Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_double_size_negative] 2025-06-06T00:38:29.9494156Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_double_size_negative] 2025-06-06T00:38:29.9495438Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_double_scale_negative] 2025-06-06T00:38:29.9496619Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_2D_5x5] 2025-06-06T00:38:29.9497356Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_3D_5x5x5] 2025-06-06T00:38:29.9498272Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_3D_5x5x5] 2025-06-06T00:38:29.9499028Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_4D_2x3x4x5] 2025-06-06T00:38:29.9500336Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_double_size_negative] 2025-06-06T00:38:29.9501910Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_same_scale_negative] 2025-06-06T00:38:29.9503449Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_double_scale_negative] 2025-06-06T00:38:29.9504836Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_double_size_negative] 2025-06-06T00:38:29.9506030Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[rand_4D_2x3x4x5] 2025-06-06T00:38:29.9506780Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[zeros] 2025-06-06T00:38:29.9508037Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_sum.py::test_view_u55_BI_1_0[4d_dims_keep] 2025-06-06T00:38:29.9509297Z backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[1d_dim_0_keep] 2025-06-06T00:38:29.9510886Z [gw0] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_UpsamplingBilinear2d[randn_one_same_scale_negative] 2025-06-06T00:38:29.9512162Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_half_scale] 2025-06-06T00:38:29.9513620Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_double_size_negative] 2025-06-06T00:38:29.9514892Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_same_scale_negative] 2025-06-06T00:38:29.9516106Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI[zeros] 2025-06-06T00:38:29.9516837Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[rand_2D_4x4] 2025-06-06T00:38:29.9517757Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[rand_2D_4x4] 2025-06-06T00:38:29.9518512Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[rand_3D_4x4x4] 2025-06-06T00:38:29.9519852Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_same_scale_negative] 2025-06-06T00:38:29.9521275Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_same_size_negative] 2025-06-06T00:38:29.9522805Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_half_scale] 2025-06-06T00:38:29.9523983Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_half_size] 2025-06-06T00:38:29.9525083Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[1d_dim_0_keep] 2025-06-06T00:38:29.9525826Z backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[2d_dim_1_no_keep] 2025-06-06T00:38:29.9527126Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Upsample[randn_one_same_size_negative] 2025-06-06T00:38:29.9528354Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_double_scale] 2025-06-06T00:38:29.9529735Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_half_size] 2025-06-06T00:38:29.9530929Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_and_half_scale] 2025-06-06T00:38:29.9532104Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[rand_3D_4x4x4] 2025-06-06T00:38:29.9532875Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[rand_4D_2x2x4x4] 2025-06-06T00:38:29.9534210Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_double_scale] 2025-06-06T00:38:29.9535443Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_double_scale_one_dim] 2025-06-06T00:38:29.9536628Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[rand_4D_2x2x4x4] 2025-06-06T00:38:29.9537385Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[zeros] 2025-06-06T00:38:29.9538580Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_and_half_scale] 2025-06-06T00:38:29.9539990Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_and_half_size] 2025-06-06T00:38:29.9541464Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_double_scale_one_dim] 2025-06-06T00:38:29.9542732Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_double_size] 2025-06-06T00:38:29.9543845Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[zeros] 2025-06-06T00:38:29.9544653Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[randn_4D_mutltiple_broadcasts] 2025-06-06T00:38:29.9545627Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[2d_dim_1_no_keep] 2025-06-06T00:38:29.9546370Z backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[3d_dims_keep] 2025-06-06T00:38:29.9547503Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_MI_2[randn_4D_mutltiple_broadcasts] 2025-06-06T00:38:29.9548325Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[ones_1D_5] 2025-06-06T00:38:29.9549491Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_double_size] 2025-06-06T00:38:29.9550680Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_double_scale] 2025-06-06T00:38:29.9552156Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_and_half_size] 2025-06-06T00:38:29.9553391Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_double_scale_negative] 2025-06-06T00:38:29.9555248Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_double_scale] 2025-06-06T00:38:29.9556484Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_double_size] 2025-06-06T00:38:29.9557623Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[3d_dims_keep] 2025-06-06T00:38:29.9558369Z backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[4d_dims_no_keep] 2025-06-06T00:38:29.9559690Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_double_scale_negative] 2025-06-06T00:38:29.9560993Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_double_scale_one_dim_negative] 2025-06-06T00:38:29.9562478Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_double_size] 2025-06-06T00:38:29.9563675Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_same_scale] 2025-06-06T00:38:29.9564968Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[ones_1D_5] 2025-06-06T00:38:29.9565720Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[ones_1D_50] 2025-06-06T00:38:29.9567026Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_same_scale] 2025-06-06T00:38:29.9568231Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_same_size] 2025-06-06T00:38:42.8077803Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_double_scale_one_dim_negative] 2025-06-06T00:38:42.8080540Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_double_size_negative] 2025-06-06T00:38:42.8082901Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[4d_dims_no_keep] 2025-06-06T00:38:42.8084505Z backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[4d_dim_3_keep] 2025-06-06T00:38:42.8086860Z [gw0] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_double_size_negative] 2025-06-06T00:38:42.8089364Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_double_scale_negative] 2025-06-06T00:38:42.8091695Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[ones_1D_50] 2025-06-06T00:38:42.8093089Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_1D_10] 2025-06-06T00:38:42.8095525Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_same_size] 2025-06-06T00:38:42.8097692Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_half_scale] 2025-06-06T00:38:42.8099759Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_1D_10] 2025-06-06T00:38:42.8101151Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_2D_5x5] 2025-06-06T00:38:42.8103391Z [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-06T00:38:42.8106115Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_double_size_negative] 2025-06-06T00:38:42.8108320Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_2D_5x5] 2025-06-06T00:38:42.8109774Z backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_3D_5x5x5] 2025-06-06T00:38:42.8112002Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_half_scale] 2025-06-06T00:38:42.8114256Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_half_size] 2025-06-06T00:38:42.8116415Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[4d_dim_3_keep] 2025-06-06T00:38:42.8117742Z backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[4d_dims_keep] 2025-06-06T00:38:42.8120204Z [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-06T00:38:42.8122668Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tensor_tosa_BI[rand_3D_5x5x5] 2025-06-06T00:38:42.8124589Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_half_size] 2025-06-06T00:38:42.8126854Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_same_scale_negative] 2025-06-06T00:38:42.8129852Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_half_size] 2025-06-06T00:38:42.8132152Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_and_half_scale] 2025-06-06T00:38:42.8134950Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_and_half_scale] 2025-06-06T00:38:42.8137319Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_and_half_size] 2025-06-06T00:38:42.8140140Z [gw0] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_same_scale_negative] 2025-06-06T00:38:42.8142579Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_same_size_negative] 2025-06-06T00:38:42.8145570Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[rand_one_and_half_size] 2025-06-06T00:38:42.8148042Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_double_scale_negative] 2025-06-06T00:38:42.8150672Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_half_size] 2025-06-06T00:38:42.8153124Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_one_and_half_scale] 2025-06-06T00:38:42.8162444Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_double_scale_negative] 2025-06-06T00:38:42.8165628Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_double_scale_one_dim_negative] 2025-06-06T00:38:42.8168700Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_sum.py::test_view_u85_BI_1_0[4d_dims_keep] 2025-06-06T00:38:42.8170568Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_not_delegated[reject_large_0_dim] 2025-06-06T00:38:42.8173992Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_one_and_half_scale] 2025-06-06T00:38:42.8176433Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_one_and_half_size] 2025-06-06T00:38:42.8179510Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_double_scale_one_dim_negative] 2025-06-06T00:38:42.8182009Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_double_size_negative] 2025-06-06T00:38:42.8184846Z [gw0] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[randn_one_same_size_negative] 2025-06-06T00:38:42.8187149Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_double_scale] 2025-06-06T00:38:42.8189398Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_sum.py::test_view_u55_BI_not_delegated[reject_large_0_dim] 2025-06-06T00:38:42.8190985Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_not_delegated[reject_large_2_dim] 2025-06-06T00:38:42.8193395Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_double_size_negative] 2025-06-06T00:38:42.8195861Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_double_scale_negative] 2025-06-06T00:38:42.8198976Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_one_and_half_size] 2025-06-06T00:38:42.8201447Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_double_scale] 2025-06-06T00:38:42.8204015Z [gw0] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_double_scale] 2025-06-06T00:38:42.8206231Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_double_scale_one_dim] 2025-06-06T00:38:42.8209094Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_double_scale_negative] 2025-06-06T00:38:42.8211595Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_double_size_negative] 2025-06-06T00:38:42.8214162Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_sum.py::test_view_u55_BI_not_delegated[reject_large_2_dim] 2025-06-06T00:38:42.8215796Z backends/arm/test/ops/test_sum.py::test_view_u55_BI_not_delegated[reject_large_1_dim] 2025-06-06T00:38:42.8218007Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_double_scale] 2025-06-06T00:38:42.8220078Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_double_scale_one_dim] 2025-06-06T00:38:42.8222964Z [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-06T00:38:42.8225196Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_double_size] 2025-06-06T00:38:42.8227719Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_double_scale_one_dim] 2025-06-06T00:38:42.8229753Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_double_size] 2025-06-06T00:38:53.7912889Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_sum.py::test_view_u55_BI_not_delegated[reject_large_1_dim] 2025-06-06T00:38:53.7914674Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[zeros] 2025-06-06T00:38:53.7916771Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_double_size_negative] 2025-06-06T00:38:53.7918873Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_same_scale_negative] 2025-06-06T00:38:53.7920235Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[zeros] 2025-06-06T00:38:53.7920884Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[ones] 2025-06-06T00:38:53.7921954Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_double_size] 2025-06-06T00:38:53.7923013Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_double_scale] 2025-06-06T00:38:53.7924351Z [gw0] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_double_size] 2025-06-06T00:38:53.7925535Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_double_scale] 2025-06-06T00:38:53.7926981Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_same_scale_negative] 2025-06-06T00:38:53.7929418Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_same_size_negative] 2025-06-06T00:38:53.7931532Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[ones] 2025-06-06T00:38:53.7943253Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[rand] 2025-06-06T00:38:53.7945152Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_double_scale] 2025-06-06T00:38:53.7947101Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_double_size] 2025-06-06T00:38:53.7948904Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[rand] 2025-06-06T00:38:53.7950110Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[randn_pos] 2025-06-06T00:38:53.7952206Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_MI_Interpolate[randn_one_same_size_negative] 2025-06-06T00:38:53.7954429Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_double_scale] 2025-06-06T00:38:53.7957385Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_double_size] 2025-06-06T00:38:53.7959273Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_same_scale] 2025-06-06T00:38:53.7961535Z [gw0] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_double_scale] 2025-06-06T00:38:53.7963438Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_double_size] 2025-06-06T00:38:53.7965412Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[randn_pos] 2025-06-06T00:38:53.7966485Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[randn_neg] 2025-06-06T00:38:53.7968431Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_same_scale] 2025-06-06T00:38:53.7970432Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_same_size] 2025-06-06T00:38:53.7972761Z [gw0] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_double_size] 2025-06-06T00:38:53.7974529Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_same_scale] 2025-06-06T00:38:53.7976311Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[randn_neg] 2025-06-06T00:38:53.7977414Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[ramp] 2025-06-06T00:38:53.7979344Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_double_scale] 2025-06-06T00:38:53.7981615Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_double_scale_one_dim] 2025-06-06T00:38:53.7984180Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_same_size] 2025-06-06T00:38:53.7986099Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_half_scale] 2025-06-06T00:38:53.7987719Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_MI[ramp] 2025-06-06T00:38:53.7988814Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[zeros] 2025-06-06T00:38:53.7990633Z [gw0] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_same_scale] 2025-06-06T00:38:53.7992566Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_same_size] 2025-06-06T00:38:53.7994748Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_half_scale] 2025-06-06T00:38:53.7996679Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_half_size] 2025-06-06T00:38:53.7998325Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[zeros] 2025-06-06T00:38:53.7999423Z backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[ones] 2025-06-06T00:38:53.8001610Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_double_scale_one_dim] 2025-06-06T00:38:53.8003660Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_double_size] 2025-06-06T00:38:53.8005954Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_half_size] 2025-06-06T00:38:53.8007971Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_and_half_scale] 2025-06-06T00:38:53.8009683Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_tanh.py::test_tanh_tosa_BI[ones] 2025-06-06T00:38:53.8011180Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_and_half_scale] 2025-06-06T00:38:53.8013417Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_and_half_scale] 2025-06-06T00:38:53.8015219Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_and_half_size] 2025-06-06T00:38:53.8017640Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_double_size] 2025-06-06T00:38:53.8019548Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_double_scale] 2025-06-06T00:38:53.8022087Z [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-06T00:38:53.8024161Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_and_half_size] 2025-06-06T00:38:53.8026652Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI[rand_one_and_half_size] 2025-06-06T00:38:53.8028593Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_double_scale] 2025-06-06T00:38:53.8030828Z [gw0] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_same_size] 2025-06-06T00:38:53.8032777Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_half_scale] 2025-06-06T00:38:53.8035109Z [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-06T00:38:53.8037124Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_double_scale] 2025-06-06T00:38:53.8039717Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_double_scale] 2025-06-06T00:38:53.8041837Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_double_scale_one_dim] 2025-06-06T00:38:53.8044479Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_double_scale] 2025-06-06T00:38:53.8046703Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_double_size] 2025-06-06T00:39:04.9376662Z [gw0] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_half_scale] 2025-06-06T00:39:04.9379202Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_half_size] 2025-06-06T00:39:04.9381946Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_double_scale_one_dim] 2025-06-06T00:39:04.9384195Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_double_size] 2025-06-06T00:39:04.9386840Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_double_scale] 2025-06-06T00:39:04.9389188Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_double_scale_one_dim] 2025-06-06T00:39:04.9391979Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_double_size] 2025-06-06T00:39:04.9394219Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_double_scale] 2025-06-06T00:39:04.9396956Z [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-06T00:39:04.9399295Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_double_size] 2025-06-06T00:39:04.9402198Z [gw0] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_half_size] 2025-06-06T00:39:04.9404508Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_and_half_scale] 2025-06-06T00:39:04.9407300Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_double_size] 2025-06-06T00:39:04.9409681Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_same_scale] 2025-06-06T00:39:04.9412474Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_double_scale] 2025-06-06T00:39:04.9414749Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_double_size] 2025-06-06T00:39:04.9417394Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_double_size] 2025-06-06T00:39:04.9419713Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_double_scale] 2025-06-06T00:39:04.9422470Z [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-06T00:39:04.9424841Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[rand_one_and_half_size] 2025-06-06T00:39:04.9427600Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_same_scale] 2025-06-06T00:39:04.9429969Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_same_size] 2025-06-06T00:39:04.9432719Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_double_scale] 2025-06-06T00:39:04.9435071Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_double_size] 2025-06-06T00:39:04.9437803Z [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-06T00:39:04.9440424Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_double_scale_negative] 2025-06-06T00:39:04.9443191Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_double_size] 2025-06-06T00:39:04.9445425Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_same_scale] 2025-06-06T00:39:04.9448048Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_same_scale] 2025-06-06T00:39:04.9450277Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_same_size] 2025-06-06T00:39:04.9452956Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_intropolate[rand_one_same_size] 2025-06-06T00:39:04.9461738Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-06T00:39:04.9465577Z [gw0] [ 91%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_double_scale_negative] 2025-06-06T00:39:04.9468795Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_double_scale_one_dim_negative] 2025-06-06T00:39:04.9472277Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_same_size] 2025-06-06T00:39:04.9476019Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_half_scale] 2025-06-06T00:39:04.9479283Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_half_scale] 2025-06-06T00:39:04.9482057Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_half_size] 2025-06-06T00:39:04.9485694Z [gw0] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_double_scale_one_dim_negative] 2025-06-06T00:39:04.9489025Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_double_size_negative] 2025-06-06T00:39:04.9492640Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_double_size] 2025-06-06T00:39:04.9497081Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_same_scale] 2025-06-06T00:39:04.9499917Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_half_size] 2025-06-06T00:39:04.9502325Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_and_half_scale] 2025-06-06T00:39:04.9504939Z [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-06T00:39:04.9506705Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_4d_keep_dim_1_correction] 2025-06-06T00:39:04.9509864Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_and_half_scale] 2025-06-06T00:39:04.9512388Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_and_half_size] 2025-06-06T00:39:04.9515091Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_same_scale] 2025-06-06T00:39:04.9517413Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_same_size] 2025-06-06T00:39:04.9520959Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_nearest[rand_one_and_half_size] 2025-06-06T00:39:04.9523241Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_double_scale] 2025-06-06T00:39:04.9526274Z [gw0] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_double_size_negative] 2025-06-06T00:39:04.9528745Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_one_double_scale_negative] 2025-06-06T00:39:04.9531536Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_double_scale] 2025-06-06T00:39:04.9533892Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_double_scale_one_dim] 2025-06-06T00:39:04.9536783Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_same_size] 2025-06-06T00:39:04.9539061Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_half_scale] 2025-06-06T00:39:04.9541798Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_double_scale_one_dim] 2025-06-06T00:39:18.7474948Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_double_size] 2025-06-06T00:39:18.7477265Z [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-06T00:39:18.7478812Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-06T00:39:18.7481193Z [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-06T00:39:18.7483697Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_one_double_size_negative] 2025-06-06T00:39:18.7486517Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_half_scale] 2025-06-06T00:39:18.7488802Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_half_size] 2025-06-06T00:39:18.7491256Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_half_size] 2025-06-06T00:39:18.7493369Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_and_half_scale] 2025-06-06T00:39:18.7495935Z [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-06T00:39:18.7498095Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_one_same_scale_negative] 2025-06-06T00:39:18.7500753Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_double_size] 2025-06-06T00:39:18.7502813Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_double_scale] 2025-06-06T00:39:18.7505381Z [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-06T00:39:18.7507454Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_interpolate[rand_one_and_half_size] 2025-06-06T00:39:18.7510311Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_double_scale] 2025-06-06T00:39:18.7512501Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_double_size] 2025-06-06T00:39:18.7514904Z [gw1] [ 92%] 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-06T00:39:18.7516543Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_4d_keep_dim_0_correction] 2025-06-06T00:39:18.7518870Z [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-06T00:39:18.7521339Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_tosa_BI_Upsample[randn_one_same_size_negative] 2025-06-06T00:39:18.7524300Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_double_size] 2025-06-06T00:39:18.7526565Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_same_scale] 2025-06-06T00:39:18.7529222Z [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-06T00:39:18.7531394Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_double_scale] 2025-06-06T00:39:18.7534184Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_same_scale] 2025-06-06T00:39:18.7536439Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_same_size] 2025-06-06T00:39:18.7538829Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_double_scale] 2025-06-06T00:39:18.7540765Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_double_scale_one_dim] 2025-06-06T00:39:18.7543433Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_one_same_size] 2025-06-06T00:39:18.7545322Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_half_scale] 2025-06-06T00:39:18.7547759Z [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-06T00:39:18.7549735Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_half_scale] 2025-06-06T00:39:18.7552192Z [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-06T00:39:18.7554324Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_double_size] 2025-06-06T00:39:18.7562404Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_half_scale] 2025-06-06T00:39:18.7564449Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_half_size] 2025-06-06T00:39:18.7566984Z [gw0] [ 92%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_half_scale] 2025-06-06T00:39:18.7568934Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_half_size] 2025-06-06T00:39:18.7571260Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_MI_interpolate[rand_half_size] 2025-06-06T00:39:18.7573406Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-06T00:39:18.7575566Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-06T00:39:18.7577411Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-06T00:39:18.7579775Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_half_size] 2025-06-06T00:39:18.7581870Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_one_and_half_scale] 2025-06-06T00:39:18.7584407Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_double_size] 2025-06-06T00:39:18.7586718Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_double_scale] 2025-06-06T00:39:18.7589165Z [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-06T00:39:18.7590996Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-06T00:39:18.7593378Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_double_scale] 2025-06-06T00:39:18.7595813Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_double_size] 2025-06-06T00:39:18.7598492Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_one_and_half_scale] 2025-06-06T00:39:18.7600775Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_one_and_half_size] 2025-06-06T00:39:18.7603042Z [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-06T00:39:18.7604958Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-06T00:39:18.7607210Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_double_size] 2025-06-06T00:39:18.7609281Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_same_scale] 2025-06-06T00:39:18.7611524Z [gw1] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_4d_keep_dim_0_correction] 2025-06-06T00:39:18.7613061Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-06T00:39:18.7615193Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Upsample[rand_one_and_half_size] 2025-06-06T00:39:18.7617302Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_half_scale] 2025-06-06T00:39:37.2517578Z [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-06T00:39:37.2519684Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-06T00:39:37.2522253Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_same_scale] 2025-06-06T00:39:37.2524466Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_same_size] 2025-06-06T00:39:37.2527171Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_half_scale] 2025-06-06T00:39:37.2529715Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_half_size] 2025-06-06T00:39:37.2532485Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_half_size] 2025-06-06T00:39:37.2534817Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_one_and_half_scale] 2025-06-06T00:39:37.2537562Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_same_size] 2025-06-06T00:39:37.2539754Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_half_scale] 2025-06-06T00:39:37.2542174Z [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-06T00:39:37.2544280Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-06T00:39:37.2546746Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_half_scale] 2025-06-06T00:39:37.2548893Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_half_size] 2025-06-06T00:39:37.2551632Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_one_and_half_scale] 2025-06-06T00:39:37.2554244Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_one_and_half_size] 2025-06-06T00:39:37.2557285Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_half_size] 2025-06-06T00:39:37.2559540Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_and_half_scale] 2025-06-06T00:39:37.2562369Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_Interpolate[rand_one_and_half_size] 2025-06-06T00:39:37.2564954Z backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_half_scale] 2025-06-06T00:39:37.2567775Z [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-06T00:39:37.2570086Z backends/arm/test/ops/test_upsample_nearest2d.py::test_upsample_nearest2d_vec_tosa_BI_nearest[rand_one_and_half_size] 2025-06-06T00:39:37.2572573Z [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-06T00:39:37.2574504Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-06T00:39:37.2576558Z [gw1] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-06T00:39:37.2578268Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_4d_keep_dim_1_correction] 2025-06-06T00:39:37.2580770Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_upsample_bilinear2d.py::test_upsample_bilinear2d_vec_U85_BI_UpsamplingBilinear2d[rand_half_scale] 2025-06-06T00:39:37.2582680Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2_4] 2025-06-06T00:39:37.2584925Z [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-06T00:39:37.2586925Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_4d_keep_dim_0_correction] 2025-06-06T00:39:37.2589144Z [gw3] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-06T00:39:37.2591318Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-06T00:39:37.2593489Z [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-06T00:39:37.2595248Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-06T00:39:37.2597143Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2_4] 2025-06-06T00:39:37.2598540Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2_4_big] 2025-06-06T00:39:37.2600404Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2_4_big] 2025-06-06T00:39:37.2601773Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_4] 2025-06-06T00:39:37.2603644Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_4] 2025-06-06T00:39:37.2604999Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_4_big] 2025-06-06T00:39:37.2606973Z [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-06T00:39:37.2608725Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_4d_keep_dim_1_correction] 2025-06-06T00:39:37.2610593Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_4_big] 2025-06-06T00:39:37.2612155Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_3] 2025-06-06T00:39:37.2613824Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_3] 2025-06-06T00:39:37.2615167Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_2] 2025-06-06T00:39:37.2617061Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_4d_keep_dim_1_correction] 2025-06-06T00:39:37.2618817Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-06T00:39:37.2620820Z [gw0] [ 93%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4_2] 2025-06-06T00:39:37.2622190Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2_4_same] 2025-06-06T00:39:37.2624150Z [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-06T00:39:37.2625913Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_4d_keep_dim_0_correction] 2025-06-06T00:39:37.2628083Z [gw3] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-06T00:39:37.2629955Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-06T00:39:37.2631905Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2_4_same] 2025-06-06T00:39:37.2633528Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_1d_neg] 2025-06-06T00:39:37.2635418Z [gw1] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_4d_keep_dim_1_correction] 2025-06-06T00:39:37.2637125Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-06T00:39:37.2638998Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_1d_neg] 2025-06-06T00:39:37.2640461Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_neg] 2025-06-06T00:39:37.2642338Z [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-06T00:39:37.2643874Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_2] 2025-06-06T00:39:37.2645648Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_neg] 2025-06-06T00:39:37.2647040Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4d_small] 2025-06-06T00:39:37.2648720Z [gw2] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_2] 2025-06-06T00:39:37.2650102Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2_4_same] 2025-06-06T00:39:37.2651847Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4d_small] 2025-06-06T00:39:37.2653209Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4d] 2025-06-06T00:39:37.2655165Z [gw2] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2_4_same] 2025-06-06T00:39:37.2656514Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_1d_neg] 2025-06-06T00:39:37.2658695Z [gw3] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-06T00:39:37.2660554Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-06T00:40:07.5179073Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4d] 2025-06-06T00:40:07.5180476Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2d] 2025-06-06T00:40:07.5181936Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2d] 2025-06-06T00:40:07.5183337Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_3d] 2025-06-06T00:40:07.5184392Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_3d] 2025-06-06T00:40:07.5185082Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_1] 2025-06-06T00:40:07.5186086Z [gw1] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-06T00:40:07.5186990Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_4d_keep_dim_0_correction] 2025-06-06T00:40:07.5188037Z [gw2] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_1d_neg] 2025-06-06T00:40:07.5188735Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_neg] 2025-06-06T00:40:07.5189559Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_1] 2025-06-06T00:40:07.5190245Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2] 2025-06-06T00:40:07.5191072Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2] 2025-06-06T00:40:07.5191768Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2_4] 2025-06-06T00:40:07.5192785Z [gw3] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-06T00:40:07.5194289Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-06T00:40:07.5196090Z [gw2] [ 94%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_neg] 2025-06-06T00:40:07.5197341Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4d_small] 2025-06-06T00:40:07.5198840Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2_4] 2025-06-06T00:40:07.5199981Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2_4_big] 2025-06-06T00:40:07.5201639Z [gw1] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_4d_keep_dim_0_correction] 2025-06-06T00:40:07.5203068Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-06T00:40:07.5204704Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_2_4_big] 2025-06-06T00:40:07.5206069Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_4] 2025-06-06T00:40:07.5207465Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_4] 2025-06-06T00:40:07.5208677Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_4_big] 2025-06-06T00:40:07.5210200Z [gw2] [ 94%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4d_small] 2025-06-06T00:40:07.5211419Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4d] 2025-06-06T00:40:07.5212958Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_4_big] 2025-06-06T00:40:07.5214236Z backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_3] 2025-06-06T00:40:07.5215722Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_BI[rand_4d_4_3] 2025-06-06T00:40:07.5217042Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_1d_neg] 2025-06-06T00:40:07.5218698Z [gw1] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-06T00:40:07.5220328Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_4d_keep_dim_1_correction] 2025-06-06T00:40:07.5222262Z [gw3] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-06T00:40:07.5223929Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-06T00:40:07.5225669Z [gw0] [ 94%] PASSED backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_1d_neg] 2025-06-06T00:40:07.5226738Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_neg] 2025-06-06T00:40:07.5228063Z [gw2] [ 94%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4d] 2025-06-06T00:40:07.5229095Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2d] 2025-06-06T00:40:07.5230816Z [gw3] [ 94%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-06T00:40:07.5232696Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-06T00:40:07.5234399Z [gw0] [ 94%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_neg] 2025-06-06T00:40:07.5235521Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4d_small] 2025-06-06T00:40:07.5237105Z [gw1] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_4d_keep_dim_1_correction] 2025-06-06T00:40:07.5238506Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-06T00:40:07.5240179Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2d] 2025-06-06T00:40:07.5241311Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_3d] 2025-06-06T00:40:07.5243163Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_3d_dims_keep_dim_0_correction] 2025-06-06T00:40:07.5244877Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-06T00:40:07.5246767Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4d_small] 2025-06-06T00:40:07.5248039Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4d] 2025-06-06T00:40:07.5249576Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_3d] 2025-06-06T00:40:07.5250790Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_1] 2025-06-06T00:40:07.5252373Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-06T00:40:07.5254140Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-06T00:40:07.5256088Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4d] 2025-06-06T00:40:07.5257185Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2d] 2025-06-06T00:40:07.5258831Z [gw1] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_no_dim[var_4d_no_keep_dim_0_5_correction] 2025-06-06T00:40:07.5260292Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_4d_dim_1_keep_dim_unbiased] 2025-06-06T00:40:07.5262100Z [gw1] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_4d_dim_1_keep_dim_unbiased] 2025-06-06T00:40:07.5263527Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_3d_dim_neg_2_no_keep_dim_unbiased] 2025-06-06T00:40:07.5265458Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2d] 2025-06-06T00:40:07.5266593Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_3d] 2025-06-06T00:40:07.5268302Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-06T00:40:07.5269670Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_1d_neg] 2025-06-06T00:40:07.5271159Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_1] 2025-06-06T00:40:07.5272389Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2] 2025-06-06T00:40:07.5273859Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_1d_neg] 2025-06-06T00:40:07.5275038Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_neg] 2025-06-06T00:40:07.5276429Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_neg] 2025-06-06T00:40:07.5277594Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4d_small] 2025-06-06T00:40:07.5279146Z [gw1] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_3d_dim_neg_2_no_keep_dim_unbiased] 2025-06-06T00:40:07.5280956Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_3d_dim_neg_3_keep_dim_biased] 2025-06-06T00:40:07.5282606Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4d_small] 2025-06-06T00:40:07.5283719Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4d] 2025-06-06T00:40:07.5285051Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_3d] 2025-06-06T00:40:07.5286197Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_1] 2025-06-06T00:40:07.5287784Z [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-06T00:40:07.5289326Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-06T00:40:07.5291163Z [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-06T00:40:07.5292761Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_4d_dim_1_keep_dim_unbiased] 2025-06-06T00:40:07.5294397Z [gw2] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2] 2025-06-06T00:40:07.5295515Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2_4] 2025-06-06T00:40:33.6662126Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_4d] 2025-06-06T00:40:33.6663425Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2d] 2025-06-06T00:40:33.6664412Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_1] 2025-06-06T00:40:33.6665562Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2] 2025-06-06T00:40:33.6666733Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2d] 2025-06-06T00:40:33.6667534Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_3d] 2025-06-06T00:40:33.6668616Z [gw1] [ 95%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_4d_dim_1_keep_dim_unbiased] 2025-06-06T00:40:33.6669586Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_3d_dim_neg_2_no_keep_dim_unbiased] 2025-06-06T00:40:33.6670698Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_3d] 2025-06-06T00:40:33.6671467Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_1] 2025-06-06T00:40:33.6672395Z [gw2] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2_4] 2025-06-06T00:40:33.6673189Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2_4_big] 2025-06-06T00:40:33.6674246Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_1] 2025-06-06T00:40:33.6675014Z backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2] 2025-06-06T00:40:33.6675926Z [gw0] [ 95%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2] 2025-06-06T00:40:33.6676679Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2_4] 2025-06-06T00:40:33.6677607Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_tosa_MI[rand_4d_2] 2025-06-06T00:40:33.6678488Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[two_dim_tensor_cond] 2025-06-06T00:40:33.6679842Z [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-06T00:40:33.6680885Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_3d_dim_neg_3_keep_dim_biased] 2025-06-06T00:40:33.6682020Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[two_dim_tensor_cond] 2025-06-06T00:40:33.6682952Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[three_dim_tensor_cond] 2025-06-06T00:40:33.6684121Z [gw3] [ 95%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[three_dim_tensor_cond] 2025-06-06T00:40:33.6685097Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_tensor_cond] 2025-06-06T00:40:33.6686102Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2_4] 2025-06-06T00:40:33.6686800Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2_4_big] 2025-06-06T00:40:33.6687851Z [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-06T00:40:33.6688714Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-06T00:40:33.6689764Z [gw2] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2_4_big] 2025-06-06T00:40:33.6690473Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_4] 2025-06-06T00:40:33.6691382Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_tensor_cond] 2025-06-06T00:40:33.6693619Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[two_dim_scalar_cond] 2025-06-06T00:40:33.6695061Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[two_dim_scalar_cond] 2025-06-06T00:40:33.6695897Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[three_dim_scalar_cond] 2025-06-06T00:40:33.6696962Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[three_dim_scalar_cond] 2025-06-06T00:40:33.6697780Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_scalar_cond] 2025-06-06T00:40:33.6698822Z [gw1] [ 96%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_BI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-06T00:40:33.6699842Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI[var_4d_dim_1_keep_dim_unbiased] 2025-06-06T00:40:33.6700892Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2_4_big] 2025-06-06T00:40:33.6701601Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_4] 2025-06-06T00:40:33.6702431Z [gw2] [ 96%] PASSED backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_4] 2025-06-06T00:40:33.6703144Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_4_big] 2025-06-06T00:40:33.6704235Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_scalar_cond] 2025-06-06T00:40:33.6705100Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_tensor_cond_tuple_dtype] 2025-06-06T00:40:33.6706267Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_tensor_cond_tuple_dtype] 2025-06-06T00:40:33.6707193Z backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_tensor_cond_tuple_dtype_bool] 2025-06-06T00:40:33.6708186Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_4] 2025-06-06T00:40:33.6708898Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_4_big] 2025-06-06T00:40:33.6709912Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_MI[float32_tensor_cond_tuple_dtype_bool] 2025-06-06T00:40:33.6710847Z backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[two_dim_tensor_cond] 2025-06-06T00:40:33.6711839Z [gw1] [ 96%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u55_BI[var_4d_dim_1_keep_dim_unbiased] 2025-06-06T00:40:33.6712686Z backends/arm/test/ops/test_var.py::test_var_dim_u55_BI[var_4d_dim_neg_3_keep_dim_biased] 2025-06-06T00:40:33.6713632Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_4_big] 2025-06-06T00:40:33.6714338Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_3] 2025-06-06T00:40:33.6715316Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[two_dim_tensor_cond] 2025-06-06T00:40:33.6716138Z backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[three_dim_tensor_cond] 2025-06-06T00:40:33.6717078Z [gw2] [ 96%] PASSED backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_4_big] 2025-06-06T00:40:33.6717779Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_3] 2025-06-06T00:40:33.6718716Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[three_dim_tensor_cond] 2025-06-06T00:40:33.6719672Z backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[float32_tensor_cond] 2025-06-06T00:40:33.6720580Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_3] 2025-06-06T00:40:33.6721281Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_2] 2025-06-06T00:40:33.6722212Z [gw1] [ 96%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u55_BI[var_4d_dim_neg_3_keep_dim_biased] 2025-06-06T00:40:33.6723062Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_4d_dim_1_keep_dim_unbiased] 2025-06-06T00:40:33.6723971Z [gw2] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_3] 2025-06-06T00:40:33.6724648Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_2] 2025-06-06T00:40:33.6725481Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_4_2] 2025-06-06T00:40:33.6726176Z backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2_4_same] 2025-06-06T00:40:33.6727132Z [gw1] [ 96%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_4d_dim_1_keep_dim_unbiased] 2025-06-06T00:40:33.6728049Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_2_no_keep_dim_unbiased] 2025-06-06T00:40:33.6729069Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[float32_tensor_cond] 2025-06-06T00:40:33.6729897Z backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[two_dim_scalar_cond] 2025-06-06T00:40:33.6730812Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u85_BI[rand_4d_2_4_same] 2025-06-06T00:40:33.6731589Z backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[float32_scalar_cond] 2025-06-06T00:40:33.6732500Z [gw2] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_4_2] 2025-06-06T00:40:33.6733201Z backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2_4_same] 2025-06-06T00:40:33.6734183Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[two_dim_scalar_cond] 2025-06-06T00:40:33.6735006Z backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[three_dim_scalar_cond] 2025-06-06T00:40:33.6736013Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[three_dim_scalar_cond] 2025-06-06T00:40:33.6736763Z backends/arm/test/ops/test_zeros.py::test_zeros_u85_BI[10x3x3] 2025-06-06T00:40:33.6737597Z [gw2] [ 96%] XFAIL backends/arm/test/ops/test_view.py::test_view_u55_BI[rand_4d_2_4_same] 2025-06-06T00:40:33.6738367Z backends/arm/test/ops/test_where.py::test_where_self_u85_BI[float32_scalar_cond] 2025-06-06T00:40:33.6739382Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_tosa_BI[float32_scalar_cond] 2025-06-06T00:40:33.6740262Z backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[two_dim_tensor_cond] 2025-06-06T00:40:49.1044791Z [gw1] [ 96%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_2_no_keep_dim_unbiased] 2025-06-06T00:40:49.1046871Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_3_keep_dim_biased] 2025-06-06T00:40:49.1049319Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_u85_BI[10x3x3] 2025-06-06T00:40:49.1050668Z backends/arm/test/ops/test_zeros.py::test_zeros_u85_BI[10x1] 2025-06-06T00:40:49.1052699Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[two_dim_tensor_cond] 2025-06-06T00:40:49.1054917Z backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[three_dim_tensor_cond] 2025-06-06T00:40:49.1057149Z [gw1] [ 96%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_3_keep_dim_biased] 2025-06-06T00:40:49.1058906Z backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-06T00:40:49.1061186Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[three_dim_tensor_cond] 2025-06-06T00:40:49.1063107Z backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[float32_tensor_cond] 2025-06-06T00:40:49.1065064Z [gw3] [ 96%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_u85_BI[10x1] 2025-06-06T00:40:49.1066472Z backends/arm/test/ops/test_zeros.py::test_zeros_u85_BI[int32_int32] 2025-06-06T00:40:49.1068316Z [gw2] [ 97%] PASSED backends/arm/test/ops/test_where.py::test_where_self_u85_BI[float32_scalar_cond] 2025-06-06T00:40:49.1069829Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_MI[10x3x3] 2025-06-06T00:40:49.1071487Z [gw2] [ 97%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_tosa_MI[10x3x3] 2025-06-06T00:40:49.1072830Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_MI[10x1] 2025-06-06T00:40:49.1074778Z [gw1] [ 97%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-06T00:40:49.1076929Z backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-06T00:40:49.1079213Z [gw3] [ 97%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_u85_BI[int32_int32] 2025-06-06T00:40:49.1080849Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI_not_delegated[fp32_int64] 2025-06-06T00:40:49.1082678Z [gw2] [ 97%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_tosa_MI[10x1] 2025-06-06T00:40:49.1084088Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_MI[int32_int32] 2025-06-06T00:40:49.1086201Z [gw1] [ 97%] PASSED backends/arm/test/ops/test_var.py::test_var_dim_tosa_MI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-06T00:40:49.1088173Z backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[div] 2025-06-06T00:40:49.1090318Z [gw2] [ 97%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_tosa_MI[int32_int32] 2025-06-06T00:40:49.1091756Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI[10x3x3] 2025-06-06T00:40:49.1093619Z [gw3] [ 97%] XFAIL backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI_not_delegated[fp32_int64] 2025-06-06T00:40:49.1095323Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI_not_delegated[fp32_int32] 2025-06-06T00:40:49.1097697Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[div] 2025-06-06T00:40:49.1099414Z backends/arm/test/passes/test_cast_int64_pass.py::test_int64_model[rand] 2025-06-06T00:40:49.1101611Z [gw3] [ 97%] XFAIL backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI_not_delegated[fp32_int32] 2025-06-06T00:40:49.1103336Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI_not_delegated[int32_int64] 2025-06-06T00:40:49.1105201Z [gw2] [ 97%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI[10x3x3] 2025-06-06T00:40:49.1106581Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI[10x1] 2025-06-06T00:40:49.1108357Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_cast_int64_pass.py::test_int64_model[rand] 2025-06-06T00:40:49.1110286Z backends/arm/test/passes/test_convert_expand_copy_to_repeat.py::test_expand_to_repeat_tosa_BI 2025-06-06T00:40:49.1112661Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[float32_tensor_cond] 2025-06-06T00:40:49.1114617Z backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[two_dim_scalar_cond] 2025-06-06T00:40:49.1116842Z [gw3] [ 97%] XFAIL backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI_not_delegated[int32_int64] 2025-06-06T00:40:49.1118649Z backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[add] 2025-06-06T00:40:49.1121141Z [gw3] [ 97%] PASSED backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[add] 2025-06-06T00:40:49.1123059Z backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[sub] 2025-06-06T00:40:49.1125358Z [gw3] [ 97%] PASSED backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[sub] 2025-06-06T00:40:49.1127296Z backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[mul] 2025-06-06T00:40:49.1129662Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_convert_expand_copy_to_repeat.py::test_expand_to_repeat_tosa_BI 2025-06-06T00:40:49.1131596Z backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[square] 2025-06-06T00:40:49.1133883Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[square] 2025-06-06T00:40:49.1135838Z backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_2] 2025-06-06T00:40:49.1138219Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[two_dim_scalar_cond] 2025-06-06T00:40:49.1140128Z backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[three_dim_scalar_cond] 2025-06-06T00:40:49.1142469Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_2] 2025-06-06T00:40:49.1144314Z backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_3] 2025-06-06T00:40:49.1146579Z [gw3] [ 97%] PASSED backends/arm/test/passes/test_broadcast_args_pass.py::test_multiple_broacasts_model[mul] 2025-06-06T00:40:49.1148571Z backends/arm/test/passes/test_convert_split_to_slice.py::test_split_to_slice_tosa_BI[split_basic] 2025-06-06T00:40:49.1150907Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_3] 2025-06-06T00:40:49.1152906Z backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_0] 2025-06-06T00:40:49.1155503Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_0] 2025-06-06T00:40:49.1157297Z backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_neg_2] 2025-06-06T00:40:49.1158630Z [gw2] [ 97%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI[10x1] 2025-06-06T00:40:49.1159685Z backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI[int32_int32] 2025-06-06T00:40:49.1161390Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_convert_int_pow_to_muls.py::test_convert_pow_to_muls[pow_neg_2] 2025-06-06T00:40:49.1162818Z backends/arm/test/passes/test_decompose_layernorm_pass.py::test_decompose_layernorm_tosa_MI 2025-06-06T00:40:49.1164852Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[three_dim_scalar_cond] 2025-06-06T00:40:49.1166713Z backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[float32_scalar_cond] 2025-06-06T00:40:49.1169052Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_decompose_layernorm_pass.py::test_decompose_layernorm_tosa_MI 2025-06-06T00:40:49.1171203Z backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py::test_decompose_vector_norm_tosa_BI[default_p2] 2025-06-06T00:40:49.1173378Z [gw2] [ 97%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_tosa_BI[int32_int32] 2025-06-06T00:40:49.1174732Z backends/arm/test/ops/test_zeros.py::test_zeros_u55_BI[10x3x3] 2025-06-06T00:40:49.1176756Z [gw3] [ 97%] PASSED backends/arm/test/passes/test_convert_split_to_slice.py::test_split_to_slice_tosa_BI[split_basic] 2025-06-06T00:40:49.1178706Z backends/arm/test/passes/test_convert_split_to_slice.py::test_split_to_slice_tosa_BI[split_tensor] 2025-06-06T00:40:49.1181274Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py::test_decompose_vector_norm_tosa_BI[default_p2] 2025-06-06T00:40:49.1183536Z backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py::test_decompose_vector_norm_tosa_BI[p1] 2025-06-06T00:40:49.1186122Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py::test_decompose_vector_norm_tosa_BI[p1] 2025-06-06T00:40:49.1188261Z backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_tosa_BI[meandim_basic] 2025-06-06T00:40:49.1190680Z [gw3] [ 97%] PASSED backends/arm/test/passes/test_convert_split_to_slice.py::test_split_to_slice_tosa_BI[split_tensor] 2025-06-06T00:40:49.1192487Z backends/arm/test/passes/test_convert_to_clamp.py::test_tosa_MI_hardtahn[rand] 2025-06-06T00:40:49.1194760Z [gw1] [ 97%] PASSED backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_tosa_BI[meandim_basic] 2025-06-06T00:41:01.8327199Z backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_tosa_BI[meandim_tensor] 2025-06-06T00:41:01.8329539Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_where.py::test_where_self_u55_BI_not_delegated[float32_scalar_cond] 2025-06-06T00:41:01.8330952Z backends/arm/test/ops/test_where.py::test_where_self_u85_BI[two_dim_tensor_cond] 2025-06-06T00:41:01.8332011Z [gw3] [ 98%] PASSED backends/arm/test/passes/test_convert_to_clamp.py::test_tosa_MI_hardtahn[rand] 2025-06-06T00:41:01.8332833Z backends/arm/test/passes/test_convert_to_clamp.py::test_tosa_MI_relu[rand] 2025-06-06T00:41:01.8333792Z [gw3] [ 98%] PASSED backends/arm/test/passes/test_convert_to_clamp.py::test_tosa_MI_relu[rand] 2025-06-06T00:41:01.8334791Z backends/arm/test/passes/test_decompose_cosine_similarity_pass.py::test_decompose_cosine_similarity_tosa_BI[cosine_basic] 2025-06-06T00:41:01.8336063Z [gw2] [ 98%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_u55_BI[10x3x3] 2025-06-06T00:41:01.8336731Z backends/arm/test/ops/test_zeros.py::test_zeros_u55_BI[10x1] 2025-06-06T00:41:01.8337780Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_tosa_BI[meandim_tensor] 2025-06-06T00:41:01.8339023Z backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_u55_BI[meandim_basic] 2025-06-06T00:41:01.8340216Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_where.py::test_where_self_u85_BI[two_dim_tensor_cond] 2025-06-06T00:41:01.8341232Z backends/arm/test/ops/test_where.py::test_where_self_u85_BI[three_dim_tensor_cond] 2025-06-06T00:41:01.8343155Z [gw3] [ 98%] PASSED backends/arm/test/passes/test_decompose_cosine_similarity_pass.py::test_decompose_cosine_similarity_tosa_BI[cosine_basic] 2025-06-06T00:41:01.8344305Z backends/arm/test/passes/test_decompose_div_pass.py::test_decompose_div_tosa_MI[div_basic] 2025-06-06T00:41:01.8345449Z [gw2] [ 98%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_u55_BI[10x1] 2025-06-06T00:41:01.8346310Z backends/arm/test/ops/test_zeros.py::test_zeros_u55_BI[int32_int32] 2025-06-06T00:41:01.8347476Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_u55_BI[meandim_basic] 2025-06-06T00:41:01.8348687Z backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_u55_BI[meandim_tensor] 2025-06-06T00:41:01.8349876Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_where.py::test_where_self_u85_BI[three_dim_tensor_cond] 2025-06-06T00:41:01.8350842Z backends/arm/test/ops/test_where.py::test_where_self_u85_BI[float32_tensor_cond] 2025-06-06T00:41:01.8352003Z [gw3] [ 98%] PASSED backends/arm/test/passes/test_decompose_div_pass.py::test_decompose_div_tosa_MI[div_basic] 2025-06-06T00:41:01.8353030Z backends/arm/test/passes/test_decompose_div_pass.py::test_decompose_div_tosa_MI[div_tensor] 2025-06-06T00:41:01.8354321Z [gw3] [ 98%] PASSED backends/arm/test/passes/test_decompose_div_pass.py::test_decompose_div_tosa_MI[div_tensor] 2025-06-06T00:41:01.8355752Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn] 2025-06-06T00:41:01.8357011Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_decompose_meandim_pass.py::test_decompose_meandim_u55_BI[meandim_tensor] 2025-06-06T00:41:01.8357966Z backends/arm/test/passes/test_decompose_softmax_pass.py::test_softmax_basic_tosa_MI 2025-06-06T00:41:01.8359114Z [gw3] [ 98%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn] 2025-06-06T00:41:01.8360275Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_two_of_two_bn_affine] 2025-06-06T00:41:01.8361528Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_decompose_softmax_pass.py::test_softmax_basic_tosa_MI 2025-06-06T00:41:01.8362396Z backends/arm/test/passes/test_decompose_softmax_pass.py::test_softmax_log_tosa_MI 2025-06-06T00:41:01.8363668Z [gw3] [ 98%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_two_of_two_bn_affine] 2025-06-06T00:41:01.8364790Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_multiple_users_bn_affine] 2025-06-06T00:41:01.8366028Z [gw2] [ 98%] PASSED backends/arm/test/ops/test_zeros.py::test_zeros_u55_BI[int32_int32] 2025-06-06T00:41:01.8367133Z backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[varcorrection_keepdim] 2025-06-06T00:41:01.8368283Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_decompose_softmax_pass.py::test_softmax_log_tosa_MI 2025-06-06T00:41:01.8369281Z backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[vardim_keepdim] 2025-06-06T00:41:01.8370492Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[varcorrection_keepdim] 2025-06-06T00:41:01.8371558Z backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[varcorrection_no_keepdim] 2025-06-06T00:41:01.8372862Z [gw3] [ 98%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_multiple_users_bn_affine] 2025-06-06T00:41:01.8374580Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[vardim_keepdim] 2025-06-06T00:41:01.8376209Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_MI[fuse_parameter] 2025-06-06T00:41:01.8377775Z backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[vardim_no_keepdim] 2025-06-06T00:41:01.8380034Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[varcorrection_no_keepdim] 2025-06-06T00:41:01.8381528Z backends/arm/test/passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI[rand] 2025-06-06T00:41:01.8383451Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_decompose_var_pass.py::test_decompose_var_tosa_MI[vardim_no_keepdim] 2025-06-06T00:41:01.8385049Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_BI[fuse_buffer] 2025-06-06T00:41:01.8387092Z [gw3] [ 98%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_MI[fuse_parameter] 2025-06-06T00:41:01.8388696Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_MI[fuse_buffer] 2025-06-06T00:41:01.8390650Z [gw3] [ 98%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_MI[fuse_buffer] 2025-06-06T00:41:01.8392373Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_MI[fuse_const_tensor] 2025-06-06T00:41:01.8394282Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI[rand] 2025-06-06T00:41:01.8395991Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn_affine] 2025-06-06T00:41:01.8398223Z [gw3] [ 98%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_MI[fuse_const_tensor] 2025-06-06T00:41:01.8400109Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_BI[fuse_parameter] 2025-06-06T00:41:01.8402105Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_BI[fuse_buffer] 2025-06-06T00:41:01.8403827Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_BI[fuse_const_tensor] 2025-06-06T00:41:01.8406212Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn_affine] 2025-06-06T00:41:01.8408222Z backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py::test_fuse_equal_placeholders_state_dict_tosa_MI 2025-06-06T00:41:01.8410347Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_BI[fuse_const_tensor] 2025-06-06T00:41:01.8411990Z backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py::test_fuse_equal_placeholders_constants_tosa_MI 2025-06-06T00:41:01.8414225Z [gw2] [ 98%] PASSED backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py::test_fuse_equal_placeholders_state_dict_tosa_MI 2025-06-06T00:41:01.8416153Z backends/arm/test/passes/test_insert_table_ops_pass.py::test_insert_table_tosa_BI[rand] 2025-06-06T00:41:01.8418374Z [gw3] [ 98%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_const_ops_tosa_BI[fuse_parameter] 2025-06-06T00:41:01.8420039Z backends/arm/test/passes/test_remove_clone_pass.py::test_remove_clone_tosa_BI 2025-06-06T00:41:01.8422051Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py::test_fuse_equal_placeholders_constants_tosa_MI 2025-06-06T00:41:01.8423859Z backends/arm/test/passes/test_rescale_pass.py::test_nonzero_zp_for_int32 2025-06-06T00:41:01.8425390Z [gw1] [ 98%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_nonzero_zp_for_int32 2025-06-06T00:41:01.8426698Z backends/arm/test/passes/test_rescale_pass.py::test_zp_outside_range 2025-06-06T00:41:01.8428149Z [gw1] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_zp_outside_range 2025-06-06T00:41:01.8429404Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[rand] 2025-06-06T00:41:01.8431065Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_where.py::test_where_self_u85_BI[float32_tensor_cond] 2025-06-06T00:41:39.0797634Z backends/arm/test/ops/test_where.py::test_where_self_u85_BI[two_dim_scalar_cond] 2025-06-06T00:41:39.0800401Z [gw2] [ 99%] PASSED backends/arm/test/passes/test_insert_table_ops_pass.py::test_insert_table_tosa_BI[rand] 2025-06-06T00:41:39.0801448Z backends/arm/test/passes/test_ioquantization_pass.py::test_ioquantisation_pass_u55_BI[rand_rand] 2025-06-06T00:41:39.0802589Z [gw3] [ 99%] PASSED backends/arm/test/passes/test_remove_clone_pass.py::test_remove_clone_tosa_BI 2025-06-06T00:41:39.0803459Z backends/arm/test/passes/test_rescale_pass.py::test_rescale_op 2025-06-06T00:41:39.0804293Z [gw3] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_rescale_op 2025-06-06T00:41:39.0805096Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[randn_large] 2025-06-06T00:41:39.0806267Z [gw2] [ 99%] PASSED backends/arm/test/passes/test_ioquantization_pass.py::test_ioquantisation_pass_u55_BI[rand_rand] 2025-06-06T00:41:39.0807283Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[ones] 2025-06-06T00:41:39.0808336Z [gw1] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[rand] 2025-06-06T00:41:39.0809194Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[randn] 2025-06-06T00:41:39.0810209Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_where.py::test_where_self_u85_BI[two_dim_scalar_cond] 2025-06-06T00:41:39.0811037Z backends/arm/test/ops/test_where.py::test_where_self_u85_BI[three_dim_scalar_cond] 2025-06-06T00:41:39.0812614Z [gw3] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[randn_large] 2025-06-06T00:41:39.0813913Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[rand] 2025-06-06T00:41:39.0815978Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_where.py::test_where_self_u85_BI[three_dim_scalar_cond] 2025-06-06T00:41:39.0817222Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[ones] 2025-06-06T00:41:39.0818593Z [gw2] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[ones] 2025-06-06T00:41:39.0819953Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[randn_ones] 2025-06-06T00:41:39.0821358Z [gw1] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[randn] 2025-06-06T00:41:39.0822580Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[randn] 2025-06-06T00:41:39.0824005Z [gw3] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[rand] 2025-06-06T00:41:39.0825291Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[randn_ones] 2025-06-06T00:41:39.0826468Z [gw2] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_tosa_bi[randn_ones] 2025-06-06T00:41:39.0827668Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[rand] 2025-06-06T00:41:39.0829017Z [gw1] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[randn] 2025-06-06T00:41:39.0829872Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[randn] 2025-06-06T00:41:39.0831395Z [gw0] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[ones] 2025-06-06T00:41:39.0832551Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[randn_large] 2025-06-06T00:41:39.0833830Z [gw1] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[randn] 2025-06-06T00:41:39.0834999Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[randn_large] 2025-06-06T00:41:39.0836663Z [gw3] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[randn_ones] 2025-06-06T00:41:39.0838009Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[ones] 2025-06-06T00:41:39.0839418Z [gw2] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[rand] 2025-06-06T00:41:39.0840841Z backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[randn_ones] 2025-06-06T00:41:39.0842269Z [gw0] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u55[randn_large] 2025-06-06T00:41:39.0843300Z backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[insert_view] 2025-06-06T00:41:39.0845258Z [gw0] [ 99%] PASSED backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[insert_view] 2025-06-06T00:41:39.0846726Z backends/arm/test/quantizer/test_generic_annotater.py::test_reshape 2025-06-06T00:41:39.0848132Z [gw0] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_reshape 2025-06-06T00:41:39.0849252Z backends/arm/test/quantizer/test_generic_annotater.py::test_view 2025-06-06T00:41:39.0851089Z [gw1] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[randn_large] 2025-06-06T00:41:39.0853034Z backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[dont_insert_view] 2025-06-06T00:41:39.0855302Z [gw2] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[randn_ones] 2025-06-06T00:41:39.0856616Z backends/arm/test/quantizer/test_generic_annotater.py::test_unsqueeze 2025-06-06T00:41:39.0858345Z [gw1] [ 99%] PASSED backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[dont_insert_view] 2025-06-06T00:41:39.0860017Z backends/arm/test/quantizer/test_generic_annotater.py::test_transpose 2025-06-06T00:41:39.0861318Z [gw0] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_view 2025-06-06T00:41:39.0862154Z backends/arm/test/quantizer/test_generic_annotater.py::test_slice 2025-06-06T00:41:39.0863371Z [gw2] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_unsqueeze 2025-06-06T00:41:39.0864411Z backends/arm/test/quantizer/test_generic_annotater.py::test_tile 2025-06-06T00:41:39.0866076Z [gw3] [ 99%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_quantized_rescale_u85[ones] 2025-06-06T00:41:39.0867187Z backends/arm/test/quantizer/test_generic_annotater.py::test_squeeze 2025-06-06T00:41:39.0868561Z [gw0] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_slice 2025-06-06T00:41:39.0869476Z backends/arm/test/quantizer/test_generic_annotater.py::test_concat 2025-06-06T00:41:39.0870589Z [gw2] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_tile 2025-06-06T00:41:39.0872052Z [gw0] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_concat 2025-06-06T00:41:39.0873324Z [gw3] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_squeeze 2025-06-06T00:41:39.0874681Z [gw1] [ 99%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_transpose 2025-06-06T00:41:39.0875998Z backends/arm/test/quantizer/test_generic_annotater.py::test_flip 2025-06-06T00:41:39.0877109Z [gw1] [100%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::test_flip 2025-06-06T00:41:39.0877597Z 2025-06-06T00:41:39.0877897Z =============================== warnings summary =============================== 2025-06-06T00:41:39.0878683Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-06-06T00:41:39.0880025Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-06-06T00:41:39.0881374Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-06-06T00:41:39.0882617Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-06-06T00:41:39.0884702Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2025-06-06T00:41:39.0886316Z import pkg_resources 2025-06-06T00:41:39.0886574Z 2025-06-06T00:41:39.0887032Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147 2025-06-06T00:41:39.0887848Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147 2025-06-06T00:41:39.0888598Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147 2025-06-06T00:41:39.0889690Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147 2025-06-06T00:41:39.0891462Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3147: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`. 2025-06-06T00:41:39.0893982Z Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages 2025-06-06T00:41:39.0895637Z declare_namespace(pkg) 2025-06-06T00:41:39.0895958Z 2025-06-06T00:41:39.0896602Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-06-06T00:41:39.0897887Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-06-06T00:41:39.0899299Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-06-06T00:41:39.0900772Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-06-06T00:41:39.0902744Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20: ExperimentalWarning: This API is experimental and subject to change without notice. 2025-06-06T00:41:39.0904472Z _warnings.warn( 2025-06-06T00:41:39.0904717Z 2025-06-06T00:41:39.0904930Z ops/test_amax.py: 5 warnings 2025-06-06T00:41:39.0905382Z ops/test_batch_norm.py: 12 warnings 2025-06-06T00:41:39.0905806Z ops/test_conv1d.py: 26 warnings 2025-06-06T00:41:39.0906244Z ops/test_amin.py: 5 warnings 2025-06-06T00:41:39.0906705Z ops/test_bitwise.py: 24 warnings 2025-06-06T00:41:39.0907250Z misc/test_multiple_outputs.py: 4 warnings 2025-06-06T00:41:39.0907710Z ops/test_abs.py: 14 warnings 2025-06-06T00:41:39.0908105Z ops/test_any.py: 15 warnings 2025-06-06T00:41:39.0908522Z ops/test_bmm.py: 28 warnings 2025-06-06T00:41:39.0908841Z ops/test_arange.py: 6 warnings 2025-06-06T00:41:39.0909368Z ops/test_conv2d.py: 36 warnings 2025-06-06T00:41:39.0909827Z ops/test_add.py: 34 warnings 2025-06-06T00:41:39.0910235Z ops/test_avg_pool2d.py: 20 warnings 2025-06-06T00:41:39.0910741Z ops/test_cat.py: 36 warnings 2025-06-06T00:41:39.0911172Z ops/test_alias_copy.py: 8 warnings 2025-06-06T00:41:39.0911633Z ops/test_conv_combos.py: 26 warnings 2025-06-06T00:41:39.0912068Z ops/test_clamp.py: 14 warnings 2025-06-06T00:41:39.0912568Z ops/test_eq.py: 12 warnings 2025-06-06T00:41:39.0913037Z ops/test_erf.py: 12 warnings 2025-06-06T00:41:39.0913525Z ops/test_exp.py: 12 warnings 2025-06-06T00:41:39.0913825Z ops/test_gelu.py: 24 warnings 2025-06-06T00:41:39.0914260Z ops/test_expand.py: 14 warnings 2025-06-06T00:41:39.0914713Z ops/test_depthwise_conv.py: 20 warnings 2025-06-06T00:41:39.0915062Z ops/test_eye.py: 6 warnings 2025-06-06T00:41:39.0915405Z ops/test_group_norm.py: 18 warnings 2025-06-06T00:41:39.0915777Z ops/test_full.py: 8 warnings 2025-06-06T00:41:39.0916381Z ops/test_ge.py: 12 warnings 2025-06-06T00:41:39.0916789Z ops/test_linear.py: 18 warnings 2025-06-06T00:41:39.0917166Z ops/test_log.py: 12 warnings 2025-06-06T00:41:39.0917624Z ops/test_lshift.py: 18 warnings 2025-06-06T00:41:39.0918080Z ops/test_gt.py: 12 warnings 2025-06-06T00:41:39.0918546Z ops/test_lt.py: 12 warnings 2025-06-06T00:41:39.0918973Z ops/test_logical.py: 28 warnings 2025-06-06T00:41:39.0919440Z ops/test_hardsigmoid.py: 12 warnings 2025-06-06T00:41:39.0920126Z ops/test_matmul.py: 24 warnings 2025-06-06T00:41:39.0920495Z ops/test_hardswish.py: 12 warnings 2025-06-06T00:41:39.0920923Z ops/test_max_pool.py: 14 warnings 2025-06-06T00:41:39.0921426Z ops/test_logsoftmax.py: 16 warnings 2025-06-06T00:41:39.0921866Z ops/test_hardtanh.py: 12 warnings 2025-06-06T00:41:39.0922329Z ops/test_maximum.py: 20 warnings 2025-06-06T00:41:39.0922774Z ops/test_mean_dim.py: 54 warnings 2025-06-06T00:41:39.0923265Z ops/test_layer_norm.py: 12 warnings 2025-06-06T00:41:39.0923620Z ops/test_neg.py: 12 warnings 2025-06-06T00:41:39.0924066Z ops/test_ones.py: 6 warnings 2025-06-06T00:41:39.0924456Z ops/test_le.py: 8 warnings 2025-06-06T00:41:39.0924823Z ops/test_permute.py: 12 warnings 2025-06-06T00:41:39.0925152Z ops/test_leaky_relu.py: 10 warnings 2025-06-06T00:41:39.0925641Z ops/test_pow.py: 14 warnings 2025-06-06T00:41:39.0926133Z ops/test_minimum.py: 20 warnings 2025-06-06T00:41:39.0926507Z ops/test_mm.py: 20 warnings 2025-06-06T00:41:39.0927019Z ops/test_linalg_vector_norm.py: 8 warnings 2025-06-06T00:41:39.0927430Z ops/test_mul.py: 32 warnings 2025-06-06T00:41:39.0927945Z ops/test_rshift.py: 18 warnings 2025-06-06T00:41:39.0928349Z ops/test_ne.py: 13 warnings 2025-06-06T00:41:39.0928781Z ops/test_rsqrt.py: 8 warnings 2025-06-06T00:41:39.0929149Z ops/test_scalar_tensor.py: 4 warnings 2025-06-06T00:41:39.0929583Z ops/test_div.py: 40 warnings 2025-06-06T00:41:39.0929939Z ops/test_select.py: 36 warnings 2025-06-06T00:41:39.0930345Z ops/test_sigmoid_16bit.py: 12 warnings 2025-06-06T00:41:39.0930708Z ops/test_sigmoid_32bit.py: 12 warnings 2025-06-06T00:41:39.0931042Z ops/test_silu.py: 32 warnings 2025-06-06T00:41:39.0931362Z ops/test_softmax.py: 16 warnings 2025-06-06T00:41:39.0931674Z ops/test_sub.py: 34 warnings 2025-06-06T00:41:39.0931983Z ops/test_sqrt.py: 10 warnings 2025-06-06T00:41:39.0932291Z ops/test_unary.py: 24 warnings 2025-06-06T00:41:39.0932591Z ops/test_squeeze.py: 18 warnings 2025-06-06T00:41:39.0932923Z ops/test_unsqueeze.py: 4 warnings 2025-06-06T00:41:39.0933237Z ops/test_sum.py: 12 warnings 2025-06-06T00:41:39.0933535Z ops/test_var.py: 22 warnings 2025-06-06T00:41:39.0933821Z ops/test_view.py: 30 warnings 2025-06-06T00:41:39.0934125Z ops/test_zeros.py: 6 warnings 2025-06-06T00:41:39.0934420Z ops/test_where.py: 12 warnings 2025-06-06T00:41:39.0934829Z passes/test_rescale_pass.py: 20 warnings 2025-06-06T00:41:39.0945620Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/test/runner_utils.py:369: DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so passing copy=False failed. __array__ must implement 'dtype' and 'copy' keyword arguments. To learn more, see the migration guide https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword 2025-06-06T00:41:39.0947765Z data_np = np.array(data.detach(), order="C").astype( 2025-06-06T00:41:39.0948060Z 2025-06-06T00:41:39.0948309Z misc/test_bn_relu_folding_qat.py::test_qat_tosa_BI[conv_bn_relu] 2025-06-06T00:41:39.0949320Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_2) on an already erased node 2025-06-06T00:41:39.0950256Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:39.0950612Z 2025-06-06T00:41:39.0950735Z ops/test_batch_norm.py: 18 warnings 2025-06-06T00:41:39.0951087Z ops/test_conv_combos.py: 9 warnings 2025-06-06T00:41:39.0951888Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm) on an already erased node 2025-06-06T00:41:39.0952845Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:39.0953191Z 2025-06-06T00:41:39.0953326Z misc/test_debug_feats.py: 1 warning 2025-06-06T00:41:39.0953739Z misc/test_partition_decomposed_quantized_ops.py: 1 warning 2025-06-06T00:41:39.0954182Z ops/test_bmm.py: 12 warnings 2025-06-06T00:41:39.0954479Z ops/test_add.py: 15 warnings 2025-06-06T00:41:39.0955091Z ops/test_linalg_vector_norm.py: 9 warnings 2025-06-06T00:41:39.0955463Z ops/test_sigmoid.py: 1 warning 2025-06-06T00:41:39.0955761Z ops/test_sub.py: 21 warnings 2025-06-06T00:41:39.0956722Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default) on an already erased node 2025-06-06T00:41:39.0957833Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:39.0958200Z 2025-06-06T00:41:39.0958315Z ops/test_bitwise.py: 12 warnings 2025-06-06T00:41:39.0958631Z ops/test_any.py: 15 warnings 2025-06-06T00:41:39.0958943Z ops/test_batch_norm.py: 3 warnings 2025-06-06T00:41:39.0959266Z ops/test_conv3d.py: 2 warnings 2025-06-06T00:41:39.0959689Z ops/test_eye.py: 6 warnings 2025-06-06T00:41:39.0959999Z ops/test_full.py: 2 warnings 2025-06-06T00:41:39.0960294Z ops/test_lshift.py: 18 warnings 2025-06-06T00:41:39.0960609Z ops/test_logical.py: 16 warnings 2025-06-06T00:41:39.0960914Z ops/test_ones.py: 6 warnings 2025-06-06T00:41:39.0961222Z ops/test_rshift.py: 18 warnings 2025-06-06T00:41:39.0961533Z ops/test_scalar_tensor.py: 3 warnings 2025-06-06T00:41:39.0961879Z ops/test_scalars.py: 1 warning 2025-06-06T00:41:39.0962183Z ops/test_to_copy.py: 5 warnings 2025-06-06T00:41:39.0962500Z ops/test_zeros.py: 6 warnings 2025-06-06T00:41:39.0963681Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchao/quantization/pt2e/quantize_pt2e.py:310: DeprecationWarning: torch.ao.quantization is deprecated and will be removed in 2.10. 2025-06-06T00:41:39.0964755Z For migrations of users: 2025-06-06T00:41:39.0965643Z 1. Eager mode quantization (torch.ao.quantization.quantize, torch.ao.quantization.quantize_dynamic), please migrate to use torchao eager mode quantize_ API instead 2025-06-06T00:41:39.0967333Z 2. FX graph mode quantization (torch.ao.quantization.quantize_fx.prepare_fx,torch.ao.quantization.quantize_fx.convert_fx, please migrate to use torchao pt2e quantization API instead (prepare_pt2e, convert_pt2e) 2025-06-06T00:41:39.0968818Z 3. pt2e quantization has been migrated to torchao (https://github.com/pytorch/ao/tree/main/torchao/quantization/pt2e) 2025-06-06T00:41:39.0969623Z see https://github.com/pytorch/ao/issues/2259 for more details 2025-06-06T00:41:39.0970291Z return torch_convert_pt2e(model, use_reference_representation, fold_quantize) 2025-06-06T00:41:39.0970707Z 2025-06-06T00:41:39.0970893Z ops/test_add.py::test_add_tensor_tosa_BI_i32[5d_float] 2025-06-06T00:41:39.0971347Z ops/test_add.py::test_add_tensor_tosa_BI_i32[1d_ones] 2025-06-06T00:41:39.0971812Z ops/test_add.py::test_add_tensor_tosa_BI_i32[1d_randn] 2025-06-06T00:41:39.0972282Z ops/test_add.py::test_add_tensor_tosa_BI_i32[4d_ones_1] 2025-06-06T00:41:39.0972736Z ops/test_add.py::test_add_tensor_tosa_BI_i32[4d_ones_2] 2025-06-06T00:41:39.0973241Z passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI[rand] 2025-06-06T00:41:39.0974391Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1) on an already erased node 2025-06-06T00:41:39.0975519Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:39.0975869Z 2025-06-06T00:41:39.0976105Z ops/test_conv_combos.py::test_convolution_2d_tosa_BI_block_bottleneck 2025-06-06T00:41:39.0976700Z ops/test_conv_combos.py::test_convolution_2d_u55_BI_block_bottleneck 2025-06-06T00:41:39.0977286Z ops/test_conv_combos.py::test_convolution_2d_u85_BI_block_bottleneck 2025-06-06T00:41:39.0978209Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(batch_norm_1) on an already erased node 2025-06-06T00:41:39.0979201Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:39.0979549Z 2025-06-06T00:41:39.0979659Z ops/test_erf.py: 12 warnings 2025-06-06T00:41:39.0980117Z ops/test_exp.py: 12 warnings 2025-06-06T00:41:39.0980536Z ops/test_gelu.py: 24 warnings 2025-06-06T00:41:39.0980934Z ops/test_cos.py: 12 warnings 2025-06-06T00:41:39.0981345Z ops/test_group_norm.py: 18 warnings 2025-06-06T00:41:39.0981666Z ops/test_log.py: 12 warnings 2025-06-06T00:41:39.0981985Z ops/test_hardsigmoid.py: 12 warnings 2025-06-06T00:41:39.0982425Z ops/test_hardswish.py: 12 warnings 2025-06-06T00:41:39.0982863Z ops/test_logsoftmax.py: 48 warnings 2025-06-06T00:41:39.0983382Z ops/test_layer_norm.py: 12 warnings 2025-06-06T00:41:39.0983930Z ops/test_pow.py: 14 warnings 2025-06-06T00:41:39.0984468Z ops/test_reciprocal.py: 18 warnings 2025-06-06T00:41:39.0984979Z ops/test_linalg_vector_norm.py: 6 warnings 2025-06-06T00:41:39.0985436Z ops/test_rsqrt.py: 8 warnings 2025-06-06T00:41:39.0985742Z ops/test_div.py: 20 warnings 2025-06-06T00:41:39.0986063Z ops/test_sigmoid_16bit.py: 24 warnings 2025-06-06T00:41:39.0986400Z ops/test_sigmoid_32bit.py: 24 warnings 2025-06-06T00:41:39.0986749Z ops/test_sigmoid.py: 12 warnings 2025-06-06T00:41:39.0987059Z ops/test_silu.py: 32 warnings 2025-06-06T00:41:39.0987379Z ops/test_softmax.py: 32 warnings 2025-06-06T00:41:39.0987684Z ops/test_sin.py: 12 warnings 2025-06-06T00:41:39.0987987Z ops/test_sqrt.py: 10 warnings 2025-06-06T00:41:39.0988283Z ops/test_unary.py: 24 warnings 2025-06-06T00:41:39.0988592Z ops/test_tanh.py: 12 warnings 2025-06-06T00:41:39.0988918Z passes/test_rescale_pass.py: 30 warnings 2025-06-06T00:41:39.0991060Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/operators/op_table.py:57: DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so passing copy=False failed. __array__ must implement 'dtype' and 'copy' keyword arguments. To learn more, see the migration guide https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword 2025-06-06T00:41:39.0993153Z table_attr.TableAttribute(np.array(table)) 2025-06-06T00:41:39.0993414Z 2025-06-06T00:41:39.0993543Z ops/test_group_norm.py: 16 warnings 2025-06-06T00:41:39.0994539Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_13) on an already erased node 2025-06-06T00:41:39.0995665Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:39.0996016Z 2025-06-06T00:41:39.0996371Z ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-06T00:41:39.0997115Z ops/test_group_norm.py::test_native_group_norm_tosa_BI[rand_6_8_10_12_groups_4_no_affine] 2025-06-06T00:41:42.1451679Z ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-06T00:41:42.1452704Z ops/test_group_norm.py::test_native_group_norm_u85_BI[rand_6_8_10_12_groups_4_no_affine] 2025-06-06T00:41:42.1453465Z ops/test_var.py::test_var_dim_tosa_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-06T00:41:42.1454156Z ops/test_var.py::test_var_dim_u55_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-06T00:41:42.1455322Z ops/test_var.py::test_var_dim_u85_BI_no_dim[var_3d_no_keep_dim_0_correction] 2025-06-06T00:41:42.1456846Z /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-06T00:41:42.1458066Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:42.1458428Z 2025-06-06T00:41:42.1458683Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_1] 2025-06-06T00:41:42.1459283Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_2] 2025-06-06T00:41:42.1459960Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_groups_6] 2025-06-06T00:41:42.1460648Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_1] 2025-06-06T00:41:42.1461291Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_8] 2025-06-06T00:41:42.1462463Z /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-06T00:41:42.1463580Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:42.1464001Z 2025-06-06T00:41:42.1464313Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_4_6_8_groups_2_eps_no_affine] 2025-06-06T00:41:42.1465028Z ops/test_group_norm.py::test_native_group_norm_u55_BI[rand_6_8_10_12_groups_4_no_affine] 2025-06-06T00:41:42.1466233Z /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-06T00:41:42.1467371Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:42.1467721Z 2025-06-06T00:41:42.1467874Z ops/test_log.py::test_log_tosa_BI[randn_spread] 2025-06-06T00:41:42.1468292Z ops/test_log.py::test_log_u55_BI[randn_spread] 2025-06-06T00:41:42.1468687Z ops/test_log.py::test_log_u85_BI[randn_spread] 2025-06-06T00:41:42.1469676Z /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-06T00:41:42.1470756Z warnings.warn("torch.inf detected in input tensor, ignoring input") 2025-06-06T00:41:42.1471206Z 2025-06-06T00:41:42.1471443Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_dim] 2025-06-06T00:41:42.1472132Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims] 2025-06-06T00:41:42.1472729Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_dim] 2025-06-06T00:41:42.1473331Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims] 2025-06-06T00:41:42.1473918Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_dim] 2025-06-06T00:41:42.1474517Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims] 2025-06-06T00:41:42.1475677Z /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-06T00:41:42.1476793Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:42.1477156Z 2025-06-06T00:41:42.1477551Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-06T00:41:42.1478346Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-06T00:41:42.1479144Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine] 2025-06-06T00:41:42.1480501Z /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-06T00:41:42.1481624Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:42.1481987Z 2025-06-06T00:41:42.1482110Z ops/test_layer_norm.py: 3 warnings 2025-06-06T00:41:42.1482475Z ops/test_var.py: 9 warnings 2025-06-06T00:41:42.1483453Z /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-06T00:41:42.1484676Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:42.1485028Z 2025-06-06T00:41:42.1485288Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims] 2025-06-06T00:41:42.1485930Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims] 2025-06-06T00:41:42.1486594Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims] 2025-06-06T00:41:42.1487757Z /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-06T00:41:42.1488884Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:42.1489229Z 2025-06-06T00:41:42.1489527Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims_no_bias] 2025-06-06T00:41:42.1490235Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims_no_bias] 2025-06-06T00:41:42.1490936Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims_no_bias] 2025-06-06T00:41:42.1492111Z /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-06T00:41:42.1493235Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:42.1493584Z 2025-06-06T00:41:42.1493870Z ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-06T00:41:42.1494544Z ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-06T00:41:42.1495218Z ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-06T00:41:42.1495871Z ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-06T00:41:42.1496539Z ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_0_correction] 2025-06-06T00:41:42.1497193Z ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_0_5_correction] 2025-06-06T00:41:42.1497873Z ops/test_var.py::test_var_dim_tosa_BI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-06T00:41:42.1498472Z ops/test_var.py::test_var_dim_u85_BI[var_3d_dim_neg_1_no_keep_dim_biased] 2025-06-06T00:41:42.1499590Z /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-06T00:41:42.1500718Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:42.1501065Z 2025-06-06T00:41:42.1501175Z ops/test_var.py: 11 warnings 2025-06-06T00:41:42.1502146Z /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-06T00:41:42.1503262Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:42.1503648Z 2025-06-06T00:41:42.1503919Z ops/test_var.py::test_var_dim_tosa_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-06T00:41:42.1504593Z ops/test_var.py::test_var_dim_u55_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-06T00:41:42.1505238Z ops/test_var.py::test_var_dim_u85_BI_correction[var_4d_dims_keep_dim_1_correction] 2025-06-06T00:41:42.1506398Z /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-06T00:41:42.1507516Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:42.1507862Z 2025-06-06T00:41:42.1508111Z passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI[rand] 2025-06-06T00:41:42.1509211Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1157: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_2) on an already erased node 2025-06-06T00:41:42.1510317Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-06-06T00:41:42.1510771Z 2025-06-06T00:41:42.1511044Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2025-06-06T00:41:42.1512326Z = 3019 passed, 82 skipped, 238 xfailed, 26 xpassed, 2009 warnings in 2043.07s (0:34:03) = 2025-06-06T00:41:42.1513194Z test_arm_baremetal.sh test_pytest_ops_ethosu_fvp: PASS 2025-06-06T00:41:42.1563510Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-06T00:41:42.1564081Z with: 2025-06-06T00:41:42.1564403Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:41:42.1564839Z fail-on-empty: false 2025-06-06T00:41:42.1565088Z env: 2025-06-06T00:41:42.1565367Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:41:42.1565763Z REPOSITORY: pytorch/executorch 2025-06-06T00:41:42.1566058Z PR_NUMBER: 2025-06-06T00:41:42.1568644Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:41:42.1571386Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:41:42.1572040Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:41:42.1572653Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:41:42.1573070Z ##[endgroup] 2025-06-06T00:41:42.2205458Z Prepare all required actions 2025-06-06T00:41:42.2246008Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-06T00:41:42.2246407Z with: 2025-06-06T00:41:42.2246791Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-06T00:41:42.2247426Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:41:42.2247893Z env: 2025-06-06T00:41:42.2248165Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:41:42.2248545Z REPOSITORY: pytorch/executorch 2025-06-06T00:41:42.2248854Z PR_NUMBER: 2025-06-06T00:41:42.2251396Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:41:42.2254235Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:41:42.2255268Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:41:42.2255875Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:41:42.2256308Z ##[endgroup] 2025-06-06T00:41:42.2282265Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:41:42.2283053Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:41:42.2292697Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:41:42.2293120Z env: 2025-06-06T00:41:42.2293423Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:41:42.2293838Z REPOSITORY: pytorch/executorch 2025-06-06T00:41:42.2294147Z PR_NUMBER: 2025-06-06T00:41:42.2296654Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:41:42.2299501Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:41:42.2300164Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:41:42.2300779Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:41:42.2301373Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:41:42.2302004Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-06T00:41:42.2302469Z ##[endgroup] 2025-06-06T00:41:42.2497573Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-06-06T00:41:42.4735422Z latest: Pulling from tool/alpine 2025-06-06T00:41:42.4735837Z 540db60ca938: Pulling fs layer 2025-06-06T00:41:42.5658874Z 540db60ca938: Download complete 2025-06-06T00:41:42.6621145Z 540db60ca938: Pull complete 2025-06-06T00:41:42.6731386Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-06T00:41:42.6772851Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-06T00:41:45.4210690Z Prepare all required actions 2025-06-06T00:41:45.4241843Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-06T00:41:45.4242250Z with: 2025-06-06T00:41:45.4242573Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-06T00:41:45.4243113Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:41:45.4243589Z env: 2025-06-06T00:41:45.4243853Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:41:45.4244262Z REPOSITORY: pytorch/executorch 2025-06-06T00:41:45.4244564Z PR_NUMBER: 2025-06-06T00:41:45.4247135Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:41:45.4250015Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:41:45.4250661Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:41:45.4251278Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:41:45.4251715Z ##[endgroup] 2025-06-06T00:41:45.4278013Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:41:45.4278809Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:41:45.4288497Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:41:45.4288920Z env: 2025-06-06T00:41:45.4289220Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:41:45.4289638Z REPOSITORY: pytorch/executorch 2025-06-06T00:41:45.4289940Z PR_NUMBER: 2025-06-06T00:41:45.4292449Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:41:45.4295299Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:41:45.4295957Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:41:45.4296571Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:41:45.4297160Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:41:45.4297698Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-06T00:41:45.4298096Z ##[endgroup] 2025-06-06T00:41:46.3654049Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-06T00:41:46.3655067Z # Only do these steps if we actually want to upload an artifact 2025-06-06T00:41:46.3655599Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-06T00:41:46.3656219Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-06T00:41:46.3656911Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-06T00:41:46.3657470Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-06T00:41:46.3657947Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-06T00:41:46.3658313Z  fi 2025-06-06T00:41:46.3658622Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-06T00:41:46.3659114Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-06T00:41:46.3659573Z  fi 2025-06-06T00:41:46.3659845Z fi 2025-06-06T00:41:46.3660058Z  2025-06-06T00:41:46.3660290Z upload_docs=0 2025-06-06T00:41:46.3660723Z # Check if there are files in the documentation folder to upload, note that 2025-06-06T00:41:46.3661242Z # empty folders do not count 2025-06-06T00:41:46.3661741Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-06T00:41:46.3662399Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-06T00:41:46.3662947Z  # upload will probably not work correctly 2025-06-06T00:41:46.3663313Z  upload_docs=1 2025-06-06T00:41:46.3663584Z fi 2025-06-06T00:41:46.3663913Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-06T00:41:46.3670344Z shell: /usr/bin/bash -e {0} 2025-06-06T00:41:46.3670647Z env: 2025-06-06T00:41:46.3670921Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:41:46.3671453Z REPOSITORY: pytorch/executorch 2025-06-06T00:41:46.3671755Z PR_NUMBER: 2025-06-06T00:41:46.3674272Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:41:46.3677024Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:41:46.3677683Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:41:46.3678288Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:41:46.3678816Z UPLOAD_ARTIFACT_NAME: 2025-06-06T00:41:46.3679090Z ##[endgroup] 2025-06-06T00:41:46.3787225Z Prepare all required actions 2025-06-06T00:41:46.3825900Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-06T00:41:46.3826410Z with: 2025-06-06T00:41:46.3826632Z env: 2025-06-06T00:41:46.3826903Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:41:46.3827309Z REPOSITORY: pytorch/executorch 2025-06-06T00:41:46.3827612Z PR_NUMBER: 2025-06-06T00:41:46.3830183Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:41:46.3832936Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:41:46.3833581Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:41:46.3834204Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:41:46.3834633Z ##[endgroup] 2025-06-06T00:41:46.3862714Z ##[group]Run set -eou pipefail 2025-06-06T00:41:46.3863080Z set -eou pipefail 2025-06-06T00:41:46.3863368Z  2025-06-06T00:41:46.3863762Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-06T00:41:46.3864284Z for _ in $(seq 1440); do 2025-06-06T00:41:46.3864641Z  # Break if no ssh session exists anymore 2025-06-06T00:41:46.3865026Z  if [ "$(who)" = "" ]; then 2025-06-06T00:41:46.3865342Z  break 2025-06-06T00:41:46.3865607Z  fi 2025-06-06T00:41:46.3865837Z  echo "." 2025-06-06T00:41:46.3866113Z  sleep 5 2025-06-06T00:41:46.3866366Z done 2025-06-06T00:41:46.3872620Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:41:46.3873048Z env: 2025-06-06T00:41:46.3873329Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:41:46.3873730Z REPOSITORY: pytorch/executorch 2025-06-06T00:41:46.3874029Z PR_NUMBER: 2025-06-06T00:41:46.3876533Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:41:46.3879379Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:41:46.3880165Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:41:46.3880772Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:41:46.3881204Z ##[endgroup] 2025-06-06T00:41:46.3906680Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-06T00:41:46.3992035Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-06T00:41:46.3992694Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-06T00:41:46.3993174Z # shellcheck disable=SC2046 2025-06-06T00:41:46.3993542Z docker stop $(docker ps -q) || true 2025-06-06T00:41:46.3993935Z # Prune all of the docker images 2025-06-06T00:41:46.3994299Z docker system prune -af 2025-06-06T00:41:46.4000723Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:41:46.4001317Z env: 2025-06-06T00:41:46.4001611Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:41:46.4002008Z REPOSITORY: pytorch/executorch 2025-06-06T00:41:46.4002392Z PR_NUMBER: 2025-06-06T00:41:46.4004908Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:41:46.4007671Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:41:46.4008328Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:41:46.4008948Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:41:46.4009372Z ##[endgroup] 2025-06-06T00:41:58.1466023Z e67400803dac 2025-06-06T00:41:58.8101369Z Deleted Containers: 2025-06-06T00:41:58.8101841Z e67400803dac1ea99143106427a92cb7b0f2d74659628f079247f01c29a9bb0f 2025-06-06T00:41:58.8102225Z 2025-06-06T00:42:02.3817426Z Deleted Images: 2025-06-06T00:42:02.3818178Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-06T00:42:02.3819204Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-06T00:42:02.3820219Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-06-06T00:42:02.3820975Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-06-06T00:42:02.3822046Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-06T00:42:02.3823481Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk@sha256:0d5c21d463984bfbc970f6581a94145d33d344740c70e25bc23e6befdbb949c9 2025-06-06T00:42:02.3824661Z deleted: sha256:1a94608f22c41f81740bef06f7422764772eeea94a9eada7dd0f5cce39df18ad 2025-06-06T00:42:02.3825400Z deleted: sha256:5ec601ff95a05daba3cfa975165fec54009d3f235b3bffe3840ed920708e19e6 2025-06-06T00:42:02.3826161Z deleted: sha256:d4ff3fbb3ee1e372db334df0deb64ad5811a8fb59eb2f3b55166bb51e0a6a00a 2025-06-06T00:42:02.3826915Z deleted: sha256:13b9dc560352117be7cdbf8c9eb2d388c305715dec91fd8f2dd24e6330985d57 2025-06-06T00:42:02.3827631Z deleted: sha256:28199aade928a08022ff3bcc905892a68604917e4304bfc5045bac458173316f 2025-06-06T00:42:02.3828351Z deleted: sha256:d22c0c0c983837fa91aa33719705b4f83c04a336de23e3deb417758a159a9331 2025-06-06T00:42:02.3829487Z deleted: sha256:995f58b357536e57fd2a23d75b4035fc28c7f691ee117ecba82b81252776a914 2025-06-06T00:42:02.3830218Z deleted: sha256:5823e3d6e6649efc863a8b5312c2141ec7cc6067bfcd7f97ca43d7e309f74388 2025-06-06T00:42:02.3830983Z deleted: sha256:5402b2d94db9e51a4fe381173b9b4c0c7942e79d2c958970454ac282f69d12ef 2025-06-06T00:42:02.3831704Z deleted: sha256:e33f45752794bc0ded008164409bdf30abaa2c2d8099dabed02ec98006eca5c0 2025-06-06T00:42:02.3832428Z deleted: sha256:99b891705016c4b6a61b86360344948bf1ff94dd44e6f6c549073050549e85db 2025-06-06T00:42:02.3833132Z deleted: sha256:11eb87bc8c2f60ba3f5d31a02d355d21074d72f036dac5212ac9acb717769f13 2025-06-06T00:42:02.3833859Z deleted: sha256:a44ed3578f03e2160fa67337d098e4813cca068486c93617c1b151e0e45551ed 2025-06-06T00:42:02.3834558Z deleted: sha256:75f6c567b2876963fd837392b9a7ac2f0b134403afa83a29f19f4aa8d070818e 2025-06-06T00:42:02.3835288Z deleted: sha256:c194a5c3b0249f7c4b6d945ce2b2160b4f22cbc3e820351f7f6d3e206e2edbc3 2025-06-06T00:42:02.3836027Z deleted: sha256:db7ef66a1b940af1ebcd108d5465c32d41afe7e70615db0c545525fea7464d1e 2025-06-06T00:42:02.3836936Z deleted: sha256:c6f0c6c0007356db7e4308d352c535c71641cd1bf2e09690007881b4404b7c8b 2025-06-06T00:42:02.3837671Z deleted: sha256:b7a4234cbb69c9b1b6ef28a2291fb8d3f6be32f6c3374554dbd73d6c27ed7a8e 2025-06-06T00:42:02.3838556Z deleted: sha256:7179506bce74a48fac649b2439485eb565fe406667d78bb064426185245c9203 2025-06-06T00:42:02.3839270Z deleted: sha256:4128da566c1e767391cd1076cdace155fb183515f4e245c0e4963214e6637db5 2025-06-06T00:42:02.3840092Z deleted: sha256:7c75042edf3132b2949d54c6b6eaecb95426b5c939024d58903c60871b01eca4 2025-06-06T00:42:02.3841046Z deleted: sha256:d24f5c3fdfc6dac6e1d30d9cd675296fa1e0ae425708668d3c4476dde53f487c 2025-06-06T00:42:02.3842149Z deleted: sha256:632585fa2e3a4f1f3052f12cf256c77e9704e70498b3aa3ed801d161ebf4db2f 2025-06-06T00:42:02.3843415Z deleted: sha256:80b4fecf8cbf57d22bc034bd9e96ade01236ea5792e3ad0fbca7c8a1bef14d07 2025-06-06T00:42:02.3844833Z deleted: sha256:42f2808ef3fa764d4dd359409f8b0d904c86892f21543fa566639e95d16e7f34 2025-06-06T00:42:02.3846213Z deleted: sha256:f56165fb92e8468f382269b4f4b5a68ccee7b9ad9a47e975519dfcc1e9d227ea 2025-06-06T00:42:02.3847454Z deleted: sha256:6baef9a92114b1fe0cc5db5c6c84771005b1acf37eac03ce633afac431709b8e 2025-06-06T00:42:02.3848794Z deleted: sha256:b6e526fd3e38f0a22b44a36e6f0150bd7c59e9cf21eae74d4fec050c7c73de19 2025-06-06T00:42:02.3849979Z deleted: sha256:525c340bf46ccb79454e4e0f765a3c0b39a374f2301e347f88744d1589d7185e 2025-06-06T00:42:02.3851209Z deleted: sha256:0293f81f5c939bdd5e81947acbcacf4ec1b4b58bb9d029712fc7ffc4192edace 2025-06-06T00:42:02.3852499Z deleted: sha256:9f85e5da08a04976d2cfad6ab7dbcf7531fce0c7f3aa1352c4f3a89f276ec6e7 2025-06-06T00:42:02.3853852Z deleted: sha256:dffaca05acc53ad0f09dd2ee3a8dbdf2c99ae48a24e7b60e9025e55d3d0bc741 2025-06-06T00:42:02.3855445Z deleted: sha256:f60a46c766fa98bfc19ad2143c8230b4591cfe3ed0c6ce95fdc23268adfd4494 2025-06-06T00:42:02.3856638Z deleted: sha256:39c60a951c2b18262a626041ff1137e647cfcb65977b7352b0356ed098a60b26 2025-06-06T00:42:02.3857386Z deleted: sha256:ff02322f624aa4da0c0229f90e430b3960ce174fa4c88ea83447640dda32ce80 2025-06-06T00:42:02.3858099Z deleted: sha256:bb80166d4410f46deb56858f88f277bfc87b8c6f912d802aa80ac611299bc1d9 2025-06-06T00:42:02.3858943Z deleted: sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226 2025-06-06T00:42:02.3859692Z 2025-06-06T00:42:02.3859926Z Total reclaimed space: 14.46GB 2025-06-06T00:42:02.3894601Z ##[group]Run set +e 2025-06-06T00:42:02.3894908Z set +e 2025-06-06T00:42:02.3895198Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-06T00:42:02.3895636Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-06T00:42:02.3896052Z else 2025-06-06T00:42:02.3896364Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-06T00:42:02.3896739Z fi 2025-06-06T00:42:02.3896980Z set -e 2025-06-06T00:42:02.3904751Z shell: /usr/bin/bash -e {0} 2025-06-06T00:42:02.3905155Z env: 2025-06-06T00:42:02.3905436Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-06-06T00:42:02.3905843Z REPOSITORY: pytorch/executorch 2025-06-06T00:42:02.3906145Z PR_NUMBER: 2025-06-06T00:42:02.3908726Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Increase number of files user can monitor to bypass buck failures. # Hopefully this is high enough for this setup. sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024 ARM_TEST=test_pytest_ops_ethosu_fvp # Test test_arm_baremetal.sh with test backends/arm/test/test_arm_baremetal.sh "${ARM_TEST}" 2025-06-06T00:42:02.3911470Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:42:02.3912115Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:42:02.3912733Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:42:02.3913153Z NO_SUDO: false 2025-06-06T00:42:02.3913401Z ##[endgroup] 2025-06-06T00:42:05.7321030Z Post job cleanup. 2025-06-06T00:42:05.8505884Z Post job cleanup. 2025-06-06T00:42:05.9613895Z [command]/usr/bin/git version 2025-06-06T00:42:05.9658077Z git version 2.47.1 2025-06-06T00:42:05.9705353Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9f816414-29b4-41b4-b167-a2bfc7dff9ec' before making global git config changes 2025-06-06T00:42:05.9706453Z Adding repository directory to the temporary git global config as a safe directory 2025-06-06T00:42:05.9710960Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-06T00:42:05.9745948Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-06T00:42:05.9788049Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-06T00:42:06.0087836Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-06T00:42:06.0110337Z http.https://github.com/.extraheader 2025-06-06T00:42:06.0122755Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-06T00:42:06.0154384Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-06T00:42:06.0520007Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-06T00:42:06.0547231Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-06T00:42:06.0552849Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:42:06.0553307Z ##[endgroup] 2025-06-06T00:42:06.0643513Z [!ALERT!] Swap in detected! [!ALERT!] 2025-06-06T00:42:19.2338200Z [!ALERT!] Swap out detected [!ALERT!] 2025-06-06T00:42:40.1519294Z Cleaning up orphan processes