2025-03-21T20:17:42.5872588Z Current runner version: '2.323.0' 2025-03-21T20:17:42.5879455Z Runner name: 'i-099c7081e8d5b4605' 2025-03-21T20:17:42.5880500Z Runner group name: 'Default' 2025-03-21T20:17:42.5881420Z Machine name: 'ip-10-0-6-240' 2025-03-21T20:17:42.5884566Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:42.5887100Z Contents: read 2025-03-21T20:17:42.5887828Z Metadata: read 2025-03-21T20:17:42.5888449Z ##[endgroup] 2025-03-21T20:17:42.5892036Z Secret source: Actions 2025-03-21T20:17:42.5892949Z Prepare workflow directory 2025-03-21T20:17:42.9022518Z Prepare all required actions 2025-03-21T20:17:42.9065574Z Getting action download info 2025-03-21T20:17:43.1243398Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:43.3748942Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:56.1789339Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:56.4971955Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:56.6044360Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:56.9780677Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:57.2188898Z Getting action download info 2025-03-21T20:17:57.3602823Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:57.3604792Z ##[group] Inputs 2025-03-21T20:17:57.3607093Z script: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:17:57.3609928Z timeout: 90 2025-03-21T20:17:57.3610182Z runner: linux.2xlarge 2025-03-21T20:17:57.3610463Z upload-artifact: 2025-03-21T20:17:57.3611061Z upload-artifact-to-s3: false 2025-03-21T20:17:57.3611393Z download-artifact: 2025-03-21T20:17:57.3611664Z repository: 2025-03-21T20:17:57.3611930Z fetch-depth: 1 2025-03-21T20:17:57.3612183Z submodules: true 2025-03-21T20:17:57.3612496Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:57.3612891Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:57.3613247Z test-infra-ref: 2025-03-21T20:17:57.3613542Z docker-image: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:57.3613918Z docker-build-dir: .ci/docker 2025-03-21T20:17:57.3614247Z gpu-arch-type: cpu 2025-03-21T20:17:57.3614530Z gpu-arch-version: 2025-03-21T20:17:57.3614794Z job-name: linux-job 2025-03-21T20:17:57.3615058Z continue-on-error: false 2025-03-21T20:17:57.3615359Z binary-matrix: 2025-03-21T20:17:57.3615614Z run-with-docker: true 2025-03-21T20:17:57.3615892Z secrets-env: 2025-03-21T20:17:57.3616146Z no-sudo: false 2025-03-21T20:17:57.3616408Z ##[endgroup] 2025-03-21T20:17:57.3616678Z Complete job name: unittest-arm / linux-job 2025-03-21T20:17:57.4027146Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:57.4128372Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:57.4137515Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:57.4138188Z ##[endgroup] 2025-03-21T20:17:59.0193350Z Runner Type: linux.2xlarge 2025-03-21T20:17:59.0193811Z Instance Type: c5.2xlarge 2025-03-21T20:17:59.0194109Z AMI Name: unknown 2025-03-21T20:17:59.0215071Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:04.1588779Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:04.1589208Z set -euxo pipefail 2025-03-21T20:18:04.1589538Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:04.1589950Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:04.1590361Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:04.1590697Z else 2025-03-21T20:18:04.1590994Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:04.1591365Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:04.1591685Z fi 2025-03-21T20:18:04.1591989Z  2025-03-21T20:18:04.1592288Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:04.1592629Z echo "::endgroup::" 2025-03-21T20:18:04.1600916Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:04.1601225Z env: 2025-03-21T20:18:04.1601516Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:04.1601898Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.1602240Z PR_NUMBER: 2025-03-21T20:18:04.1604439Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:04.1606711Z NO_SUDO: false 2025-03-21T20:18:04.1606957Z ##[endgroup] 2025-03-21T20:18:04.1632471Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:04.1643507Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:04.1644059Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:04.1650789Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:04.2654583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:04.2656354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:04.2658190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:04.2660084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:04.2661860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:04.2663590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:04.2665389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:04.2667115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:04.2668779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:04.2670440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:04.2672224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:04.2673917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:04.2675593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:04.2677261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:04.2679208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:04.2680932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:04.2682341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:04.2683840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:04.2685270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:04.2686617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:04.2687988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:04.2689456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:04.2691141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:04.2692768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:04.2694479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:04.2696179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:04.2697730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:04.2699137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:04.2701166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.pack' 2025-03-21T20:18:04.2703511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.rev' 2025-03-21T20:18:04.2705824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.idx' 2025-03-21T20:18:04.2707562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:04.2709031Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:04.2710396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:04.2711848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:04.2713102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:04.2714559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:04.2716414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:04.2718147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:04.2719688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:04.2721315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:04.2722953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:04.2724449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:04.2725912Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:04.2727658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:04.2729300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:04.2730754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:04.2732122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:04.2733573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:04.2735103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:04.2736663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:04.2738694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:04.2740687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:04.2742543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:04.2744475Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:04.2746457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:04.2748592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:04.2750520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:04.2752435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:04.2754358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:04.2756252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:04.2758137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:04.2760043Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:04.2761957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:04.2763783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:04.2765636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:04.2767680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:04.2769657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:04.2771688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:04.2773584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:04.2775389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:04.2777305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:04.2779449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:04.2781435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:04.2783166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:04.2784995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:04.2786901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:04.2788800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:04.2790741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:04.2792728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:04.2794653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:04.2796544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:04.2798448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:04.2800505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:04.2802448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:04.2804341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:04.2806296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:04.2808185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:04.2810072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:04.2811882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:04.2813668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:04.2815626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:04.2817462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:04.2819385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:04.2821313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:04.2823204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:04.2825129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:04.2827037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:04.2828927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:04.2830825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:04.2832972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:04.2835058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:04.2836967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:04.2838963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:04.2841002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:04.2842792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:04.2844395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:04.2846056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:04.2847687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:04.2849251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:04.2850994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:04.2852666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:04.2854219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:04.2856382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-03-21T20:18:04.2859152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-03-21T20:18:04.2861760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:04.2864138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-03-21T20:18:04.2866800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-03-21T20:18:04.2869486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-03-21T20:18:04.2872167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-03-21T20:18:04.2874647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:18:04.2876939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:04.2879185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:04.2881290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:04.2883226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:04.2885266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:04.2887225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:04.2889046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:04.2890954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:04.2892791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:04.2894589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:04.2896408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:04.2897977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:04.2899314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:04.2901065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:04.2902251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:04.2903758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:04.2904827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:04.2905875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:04.2907456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:04.2908530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:04.2909585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:04.2910997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:04.2911972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:04.2913020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:04.2914531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:04.2915662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:04.2916972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:04.2918270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:04.2919367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:04.2920815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:04.2921980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:04.2923023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:04.2924661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:04.2925818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:04.2926889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:04.2928093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:04.2929352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:04.2930680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:04.2931924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:04.2933021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:04.2934178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:04.2935381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:04.2936502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:04.2937644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:04.2938819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:04.2939980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:04.2941197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:04.2942275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:04.2943317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:04.2944343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:04.2945311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:04.2946801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:04.2947897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:04.2949010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:04.2950387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:04.2951480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:04.2953077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:04.2954167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:04.2955271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:04.2956912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:04.2958136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:04.2959736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:04.2960885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:04.2962143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:04.2963829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:04.2964947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:04.2966033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:04.2967161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:04.2968829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:18:04.2970200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:04.2971376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:04.2973064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:04.2974223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:04.2975429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:04.2976664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:04.2977839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:04.2978922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:04.2979993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:04.2981020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:04.2982166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:04.2983302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:04.2984346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:04.2985334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:04.2986298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:04.2987357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:04.2988439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:04.2989575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:04.2990806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:04.2991886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:04.2992968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:04.2994088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:04.2995217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:04.2996629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:04.2997926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:04.2999072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:04.3000304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:04.3001739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:04.3002790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:04.3003856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:04.3005362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:04.3006460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:04.3008032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:04.3009128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:04.3010301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:04.3011415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:04.3012478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:04.3013555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:04.3014994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:04.3016062Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:04.3016809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:04.3017567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:04.3018379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:04.3019161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:04.3019917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:04.3020843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:04.3021644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:04.3022344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:04.3023434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:04.3024290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:04.3025144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:04.3026005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:04.3027336Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:04.3028076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:04.3029020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:04.3029940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:04.3030954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:04.3032096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:04.3033247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:04.3034412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:04.3035715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:04.3036971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:04.3038259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:04.3039483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:04.3040704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:04.3041879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:04.3042996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:04.3044112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:04.3045155Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:04.3046131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:04.3047162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:04.3048240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:04.3049346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:04.3050430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:04.3051310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:04.3052107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:04.3052968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:04.3053900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:04.3054863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:04.3055814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:04.3056781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:04.3057745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:04.3058739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:04.3059827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:04.3060972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:04.3062156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:04.3063340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:04.3064546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:04.3065776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:04.3066920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:04.3067985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:04.3069033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:04.3070129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:04.3071268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:04.3072355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:04.3073347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:04.3074288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:04.3075264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:04.3076283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:04.3077318Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:04.3078339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:04.3079324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:04.3080357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:04.3081429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:04.3082439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:04.3083406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:04.3084366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:04.3085326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:04.3086276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:04.3087248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:04.3088395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-03-21T20:18:04.3089529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:04.3090628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:04.3091785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:18:04.3092936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:04.3093985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:04.3094991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:04.3096031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:04.3097077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:04.3098092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:04.3099130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:04.3100356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:04.3101385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:04.3102364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:04.3103325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:04.3104292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:04.3105369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:04.3106423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:04.3107417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:04.3108673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2025-03-21T20:18:04.3110259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2025-03-21T20:18:04.3111629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:04.3112661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:04.3113608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:04.3114575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:04.3115571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:04.3116613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:04.3117699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:04.3118805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:04.3119880Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:04.3120891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:04.3121885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:04.3122934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:18:04.3124014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:04.3125057Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:04.3126056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:04.3127053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:04.3128103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:04.3129168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:04.3130272Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:04.3131212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:04.3132208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_lambda_oss_ci_job_queue_time.py' 2025-03-21T20:18:04.3133315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:04.3134309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:04.3135245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:04.3136279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:04.3137375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:04.3138498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:04.3139684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-03-21T20:18:04.3140913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-03-21T20:18:04.3142090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:04.3143156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:04.3144190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:04.3145226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:04.3146324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:04.3147462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:04.3148582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:04.3149727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:18:04.3150848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:04.3151777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:04.3152692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:04.3153798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:18:04.3154970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:04.3156068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:04.3156995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:04.3157780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:04.3158607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:04.3159588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:04.3160667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:04.3161879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-03-21T20:18:04.3163177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:18:04.3164379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:18:04.3165528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:04.3166711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-03-21T20:18:04.3167979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-03-21T20:18:04.3169154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:04.3170220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:04.3171027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:04.3171767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:04.3172552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:04.3173396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:04.3174245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:04.3175090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:04.3176018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:04.3176981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:04.3177911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:04.3178807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:04.3179695Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:04.3180598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:04.3181583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:04.3182590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:04.3183583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:04.3184489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:04.3185340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:04.3186210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:04.3187036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:04.3187840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:04.3188780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:04.3189707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:04.3190589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:04.3191527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:04.3192430Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:04.3193259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:04.3194116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:04.3194982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:04.3195861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:04.3196704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:04.3197641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:04.3198639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:04.3199592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:04.3200742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:04.3201619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:04.3202469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:04.3203370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:04.3204283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:04.3205135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:04.3205996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:04.3206853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:04.3207682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:04.3208522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:04.3209351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:04.3210251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:04.3211023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:04.3211791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:04.3212675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:04.3213673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:04.3214674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:04.3215769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:04.3216840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:04.3217903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:04.3219000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:04.3219998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:04.3220959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:04.3222052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:04.3223269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:04.3224466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:04.3225655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:04.3226873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:04.3228085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:04.3229330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:18:04.3230614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:18:04.3232068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2025-03-21T20:18:04.3233667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-03-21T20:18:04.3235218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-03-21T20:18:04.3236782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-03-21T20:18:04.3238363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-03-21T20:18:04.3239938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2025-03-21T20:18:04.3241538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2025-03-21T20:18:04.3243138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2025-03-21T20:18:04.3244737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2025-03-21T20:18:04.3246456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2025-03-21T20:18:04.3248241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2025-03-21T20:18:04.3249989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2025-03-21T20:18:04.3251620Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2025-03-21T20:18:04.3253429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2025-03-21T20:18:04.3255427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2025-03-21T20:18:04.3257400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2025-03-21T20:18:04.3259303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2025-03-21T20:18:04.3261093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2025-03-21T20:18:04.3262750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2025-03-21T20:18:04.3264357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2025-03-21T20:18:04.3265941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2025-03-21T20:18:04.3267508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-03-21T20:18:04.3268970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:18:04.3270267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:18:04.3271539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:18:04.3272933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-03-21T20:18:04.3274401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-03-21T20:18:04.3275806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:18:04.3277261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-03-21T20:18:04.3278707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:18:04.3280034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:18:04.3281340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:18:04.3282625Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:04.3283878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:04.3285159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:18:04.3286428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:04.3287650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:04.3288942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:04.3290307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:18:04.3291755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-03-21T20:18:04.3293341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2025-03-21T20:18:04.3294922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-03-21T20:18:04.3296432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-03-21T20:18:04.3297960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-03-21T20:18:04.3299399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:04.3301402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:18:04.3303155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-03-21T20:18:04.3304604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-03-21T20:18:04.3306076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-03-21T20:18:04.3307611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-03-21T20:18:04.3309284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-03-21T20:18:04.3310896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-03-21T20:18:04.3312399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-03-21T20:18:04.3313883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-03-21T20:18:04.3315293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-03-21T20:18:04.3316661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-03-21T20:18:04.3317992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:04.3319271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:04.3320506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:04.3321671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:04.3322804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:04.3323975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:04.3325234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:18:04.3326526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:04.3327798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:04.3329082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:04.3330424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:18:04.3331734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-03-21T20:18:04.3333061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:18:04.3334404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-03-21T20:18:04.3335742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-03-21T20:18:04.3337140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2025-03-21T20:18:04.3338682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-03-21T20:18:04.3340218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2025-03-21T20:18:04.3341713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-03-21T20:18:04.3343216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2025-03-21T20:18:04.3344719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2025-03-21T20:18:04.3346251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2025-03-21T20:18:04.3347776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2025-03-21T20:18:04.3349307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2025-03-21T20:18:04.3350832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2025-03-21T20:18:04.3352364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2025-03-21T20:18:04.3353882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2025-03-21T20:18:04.3355375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-03-21T20:18:04.3356876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2025-03-21T20:18:04.3358375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-03-21T20:18:04.3359868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2025-03-21T20:18:04.3361371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-03-21T20:18:04.3362890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2025-03-21T20:18:04.3364417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2025-03-21T20:18:04.3365954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.test.ts' 2025-03-21T20:18:04.3367526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.ts' 2025-03-21T20:18:04.3369130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2025-03-21T20:18:04.3370761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2025-03-21T20:18:04.3372252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2025-03-21T20:18:04.3373719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-03-21T20:18:04.3375193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2025-03-21T20:18:04.3376677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-03-21T20:18:04.3378125Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-03-21T20:18:04.3379532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/template.yml' 2025-03-21T20:18:04.3380842Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:18:04.3382164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-03-21T20:18:04.3383616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2025-03-21T20:18:04.3385103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-03-21T20:18:04.3386467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-03-21T20:18:04.3387779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-03-21T20:18:04.3389077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-03-21T20:18:04.3390345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:04.3391559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:04.3392715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:04.3393842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:04.3395060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-03-21T20:18:04.3396386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-03-21T20:18:04.3397739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-03-21T20:18:04.3399178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up-chron.json' 2025-03-21T20:18:04.3400775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-03-21T20:18:04.3402147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-03-21T20:18:04.3403609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2025-03-21T20:18:04.3404989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:04.3406178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:04.3407373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up-chron.tf' 2025-03-21T20:18:04.3408557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:04.3409711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:04.3410905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:04.3412109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-03-21T20:18:04.3413383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-03-21T20:18:04.3414650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-03-21T20:18:04.3415919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-03-21T20:18:04.3417330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json' 2025-03-21T20:18:04.3418808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-03-21T20:18:04.3420243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-03-21T20:18:04.3421705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-03-21T20:18:04.3423119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-03-21T20:18:04.3424448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-03-21T20:18:04.3425715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:04.3426926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:04.3428074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:04.3429411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-03-21T20:18:04.3430786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:04.3432053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:04.3433333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:04.3434621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:04.3435914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-03-21T20:18:04.3437278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-03-21T20:18:04.3438629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-03-21T20:18:04.3439960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-03-21T20:18:04.3441300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-03-21T20:18:04.3442625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-03-21T20:18:04.3443933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-03-21T20:18:04.3445257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-03-21T20:18:04.3446598Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-03-21T20:18:04.3447997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-03-21T20:18:04.3449432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-03-21T20:18:04.3450881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-03-21T20:18:04.3452217Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:18:04.3453538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-03-21T20:18:04.3455112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2025-03-21T20:18:04.3456627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-03-21T20:18:04.3457984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:18:04.3459360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:18:04.3460695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:18:04.3461957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:04.3463184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:04.3464333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:04.3465465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:04.3466613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:04.3467867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:18:04.3469234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:18:04.3470626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:04.3471951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:04.3473148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:04.3474328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:04.3475479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:04.3476609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:04.3477692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:04.3478716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:04.3479841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:04.3481013Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:04.3482136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:04.3483270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:04.3484403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:04.3485586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:04.3486720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:04.3487838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:04.3489010Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:04.3490141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:04.3491140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:04.3492021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:04.3492866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:04.3493818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:04.3494795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:04.3495753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:04.3496715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:04.3497691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:04.3498667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:04.3499585Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:04.3500657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:04.3501701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:04.3502790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:04.3503902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:04.3504966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:04.3505922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:04.3506986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-03-21T20:18:04.3508239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-03-21T20:18:04.3509431Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:04.3510560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-03-21T20:18:04.3511852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-03-21T20:18:04.3513208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:04.3532188Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:04.3533531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:04.3534904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:04.3536067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:04.3537086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:04.3538036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:04.3538982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:04.3539907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:04.3540834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:04.3541807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:04.3542853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:04.3543943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:18:04.3544970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:04.3545955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:04.3546913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:04.3547869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:04.3548849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:04.3549817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:04.3550767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:04.3551785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:04.3552801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:04.3553761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:04.3554723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:04.3555671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:04.3556634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:04.3557568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:04.3558532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:04.3559480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:04.3560440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:04.3561440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:04.3562494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:04.3563489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:04.3564389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:04.3565258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:04.3566198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:04.3567159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:04.3568016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:04.3568906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:04.3569885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:04.3570752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:04.3571613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:04.3572494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:04.3573405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:04.3574412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:04.3575480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:04.3576543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:04.3577572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:04.3578605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:04.3579644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:04.3580691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:04.3581739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:04.3582784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:04.3583833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:04.3584835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:04.3585803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:04.3586748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:04.3587696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:04.3588648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:04.3589674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:04.3590704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:04.3591624Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:04.3592504Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:04.3593390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:04.3594337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:04.3595359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:04.3596372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:04.3597364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:04.3598378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:04.3599387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:04.3600538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:04.3601449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:04.3602380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:04.3603316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:04.3604296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:04.3605267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:04.3606232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:04.3607244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:04.3608270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:04.3609281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:04.3610325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:04.3611239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:04.3612196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:04.3613263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:04.3614193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:04.3615105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:04.3616093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:04.3617175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:04.3618304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:04.3619423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:18:04.3620566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:04.3621703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:04.3622894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-03-21T20:18:04.3624047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:04.3625085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:04.3626006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:04.3626878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:04.3627793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:04.3628816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:04.3629805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:04.3630700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:04.3631612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:04.3632551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:04.3633468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:04.3634369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:04.3635335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:04.3636283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:04.3637192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:04.3638115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:04.3639065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:04.3640007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:04.3640899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:04.3641815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:04.3642778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:04.3643897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:04.3645057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:04.3646135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:04.3647148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:04.3648121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:04.3649085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:04.3650137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:04.3651157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:04.3652168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:04.3653185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:04.3654159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:04.3655069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:04.3655942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:04.3656768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:04.3657726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:04.3658825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:04.3659962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:18:04.3661097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:04.3662186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:04.3663253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:04.3664300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:04.3665389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:04.3666501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:04.3667614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:04.3668602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:04.3669561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:04.3670582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:04.3671669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:04.3672697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:04.3673558Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:04.3674373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:04.3675228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:04.3676098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:04.3677011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:04.3677948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:04.3678843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:04.3679733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:04.3680598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:04.3681479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:04.3682343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:04.3683250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:04.3684308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:04.3685445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:04.3686571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:04.3687623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:04.3688543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:04.3689385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:04.3690441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:18:04.3691459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:04.3692400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:04.3693372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:04.3694359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:04.3695304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:04.3696198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:04.3697068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:04.3697945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:04.3698859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:04.3699693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:04.3701107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:04.3702314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:04.3703602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:04.3704455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:04.3705256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:04.3706100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:04.3706898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:04.3707879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:04.3709077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:04.3710253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:04.3711467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:18:04.3712711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:18:04.3713947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:04.3715148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:04.3716315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:04.3717469Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:04.3718593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:04.3719712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:04.3720840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:04.3721946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:04.3723079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:04.3724250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:04.3725397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:04.3726535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:04.3727778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:04.3728954Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:04.3730220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:04.3731477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:04.3732713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:04.3734013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:04.3735343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:04.3736662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:04.3737886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:04.3739025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:04.3740129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:04.3741251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:04.3742359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:04.3743446Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:04.3744564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:18:04.3745715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:18:04.3746850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:04.3748020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:18:04.3749227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:18:04.3750428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:04.3751610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:04.3752760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:04.3753888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:04.3755031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:04.3756232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:04.3757411Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:04.3758537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:04.3759655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:04.3760752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:04.3761890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:18:04.3763061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:18:04.3764230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:04.3765412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:18:04.3766605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:18:04.3767788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:04.3768968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:04.3770238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:04.3771424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:04.3772584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:04.3773749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:04.3774899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:04.3776055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:04.3777218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:04.3778359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:04.3779488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:04.3780603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:04.3781682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:04.3782815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:04.3784034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:04.3785227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:04.3786406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:18:04.3787617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:18:04.3788811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:04.3790050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:18:04.3791306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:18:04.3792557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:04.3793789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:04.3794995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:04.3796188Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:04.3797422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:04.3798633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:04.3800001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:04.3801188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:04.3802351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:04.3803502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:04.3804695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:18:04.3805927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:18:04.3807151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:04.3808384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:18:04.3809635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:18:04.3810946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:04.3812196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:04.3813566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:04.3814868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:04.3816104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:04.3817333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:04.3818555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:04.3819744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:04.3820898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:04.3822043Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:04.3823200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:04.3824377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:04.3825536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:04.3826808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/params.json' 2025-03-21T20:18:04.3828203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/query.sql' 2025-03-21T20:18:04.3829580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test' 2025-03-21T20:18:04.3830951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/params.json' 2025-03-21T20:18:04.3832293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/query.sql' 2025-03-21T20:18:04.3833634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests' 2025-03-21T20:18:04.3835010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/params.json' 2025-03-21T20:18:04.3836405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/query.sql' 2025-03-21T20:18:04.3837782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info' 2025-03-21T20:18:04.3839089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:04.3840301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:04.3841480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:04.3842685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:04.3843970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/params.json' 2025-03-21T20:18:04.3845268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/query.sql' 2025-03-21T20:18:04.3846553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:18:04.3847802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:04.3849010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:04.3850269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:04.3851456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:04.3852619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:04.3853748Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:04.3854849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:04.3855972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:04.3857138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:04.3858285Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:04.3859445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:04.3860610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:04.3861764Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:04.3862902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:04.3864036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:04.3865157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:04.3866242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:04.3867295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:04.3868343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:04.3869405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:04.3870530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:04.3871644Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:04.3872749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:04.3873875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:04.3874983Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:04.3876129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:04.3877317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:04.3878492Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:04.3879634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:04.3880759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:04.3881858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:04.3882989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:04.3884143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:04.3885281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:04.3886445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:04.3887628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:04.3888790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:04.3890013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:04.3891186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:04.3892337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:04.3893485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:04.3894616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:04.3895728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:04.3896845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:04.3897966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:04.3899207Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:04.3900556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:04.3901835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:04.3902976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:04.3904127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:04.3905284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:04.3906428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:04.3907589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:04.3908777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:04.3909951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:04.3911167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-03-21T20:18:04.3912416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-03-21T20:18:04.3913662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:04.3914890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:04.3916098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:04.3917276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:04.3918429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:04.3919537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:04.3920629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:04.3921763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-03-21T20:18:04.3922945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-03-21T20:18:04.3924108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:04.3925299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-03-21T20:18:04.3926507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-03-21T20:18:04.3927812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:04.3929072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-03-21T20:18:04.3930322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-03-21T20:18:04.3931502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:04.3932662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:04.3933800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:04.3934921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:04.3936009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:04.3937066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:04.3938112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:04.3938706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-03-21T20:18:04.3939277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-03-21T20:18:04.3939858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:04.3940409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:04.3940943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:04.3941486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:04.3942013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:04.3942540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:04.3943051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:04.3943593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:04.3944113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:04.3944637Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:04.3945200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/params.json' 2025-03-21T20:18:04.3945760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/query.sql' 2025-03-21T20:18:04.3946362Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info' 2025-03-21T20:18:04.3946944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:04.3947455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:04.3947968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:04.3948464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:04.3948943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:04.3949438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:04.3949918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:04.3950398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:04.3950861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:04.3951377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:04.3951868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:04.3952365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:04.3952902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:04.3953438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:04.3953963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:04.3954555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:04.3955131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:04.3955701Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:04.3956240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:04.3956758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:04.3957275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:04.3957823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:04.3958376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:04.3958959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:04.3959499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:04.3959965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:04.3960442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:04.3960972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:04.3961497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:04.3962010Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:04.3962533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:04.3963057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:04.3963562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:04.3964123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:04.3964655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:04.3965195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:04.3965662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:04.3966127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:04.3966578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:04.3967111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:04.3967618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:04.3968124Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:04.3968698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:04.3969267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:04.3969885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:04.3970437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:04.3970984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:04.3971520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:04.3972111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:04.3972692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:04.3973212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:04.3973706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:04.3974194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:04.3974671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:04.3975159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:04.3975631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:04.3976107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:04.3976645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:04.3977173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:04.3977699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:04.3978209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:04.3978715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:04.3979208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:04.3979732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:04.3980237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:04.3980755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:04.3981335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-03-21T20:18:04.3981920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-03-21T20:18:04.3982492Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-03-21T20:18:04.3983012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:04.3983518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:04.3984016Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:04.3984602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-03-21T20:18:04.3985224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-03-21T20:18:04.3985846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-03-21T20:18:04.3986343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:04.3986836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:04.3987316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:04.3987826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:04.3988303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:04.3988787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:04.3989317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:04.3989846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:04.3990361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:04.3990934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:04.3991496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:04.3992053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:04.3992663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:04.3993257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:04.3993854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:04.3994457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:04.3995066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:04.3995662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:04.3996180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:04.3996673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:04.3997169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:04.3997636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:04.3998139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:04.3998637Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:04.3999180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:04.3999708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:04.4000496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:04.4001101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:04.4001685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:04.4002270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:04.4002769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:04.4003264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:04.4003742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:04.4004302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:04.4004844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:04.4005395Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:04.4005953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-03-21T20:18:04.4006509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-03-21T20:18:04.4007050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:04.4007587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:04.4008123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:04.4008653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:04.4009186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:04.4009702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:04.4010344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:04.4010914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:04.4011569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:04.4012177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:04.4012675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:04.4013149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:04.4013631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:04.4014044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:04.4014542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:04.4014994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:04.4015428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:04.4015850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:04.4016248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:04.4016658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:04.4017069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:04.4017499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:04.4017931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:04.4018383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:04.4018842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:04.4019293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:04.4019743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:04.4020154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:04.4020622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:04.4021045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:04.4021481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:04.4021909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:04.4022309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:04.4022714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:04.4023128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:04.4023586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:04.4024104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:04.4024509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:04.4024961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:04.4025391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:04.4025837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:04.4026268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:04.4026658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:04.4027092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:04.4027544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:04.4027991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:04.4028394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:04.4028866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:04.4029306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:04.4029710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:04.4030182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:04.4030601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:04.4031018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:04.4031469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:04.4031886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:04.4032330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:04.4032843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:04.4033349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:04.4033879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:04.4034380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:04.4034849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:04.4035375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:04.4035834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:04.4036365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:04.4036927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:04.4037368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:04.4037887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:04.4038449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:04.4038945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:04.4039495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:04.4040011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:04.4040526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:04.4041080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:04.4041595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:04.4042080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:04.4042553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:04.4043088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:04.4043646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:04.4044193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:04.4044764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:04.4045449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:04.4046116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:04.4046804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:04.4047393Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:04.4047902Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:04.4048442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:04.4048927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:04.4049432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:04.4050047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:04.4050536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:04.4050997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:04.4051428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:04.4051976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:04.4052517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:04.4053199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLineChartComponents.module.css' 2025-03-21T20:18:04.4053835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:04.4054416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:04.4055076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:04.4055656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:04.4056306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/ChartCheckboxGroups.tsx' 2025-03-21T20:18:04.4056925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/CheckboxGroup.tsx' 2025-03-21T20:18:04.4057515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/DropList.tsx' 2025-03-21T20:18:04.4058111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/Tooltip.tsx' 2025-03-21T20:18:04.4058683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:04.4059224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:04.4059728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:04.4060244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:04.4060743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:04.4061248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:04.4061726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:04.4062138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:04.4062609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:04.4063111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:04.4063554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:04.4064019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:04.4064466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:04.4064870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:04.4065281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:04.4065711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:04.4066210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:04.4066687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:04.4067205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:04.4067711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:04.4068167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:04.4068577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:04.4069016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:04.4069484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:04.4069890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:04.4070429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:04.4070922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:04.4071486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:04.4072154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:04.4072860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:04.4073501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:04.4074138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:04.4074771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:04.4075481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:04.4076099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:04.4076845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:04.4077551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:04.4078159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:04.4078746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:04.4079234Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:04.4079692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:04.4080135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:04.4080581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:04.4081020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:04.4081408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:04.4081792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:04.4082154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:04.4082511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:04.4082915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:04.4083289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:04.4083695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:04.4084090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:04.4084470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:04.4084909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:04.4085402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:04.4085847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:04.4086266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:04.4086804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:04.4087292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:04.4087742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:04.4088244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:04.4088819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:04.4089284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:04.4089727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:04.4090216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:04.4090609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:04.4090995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:04.4091377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:04.4091785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:04.4092217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:04.4092685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:04.4093118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:04.4093503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:04.4093953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:04.4094328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:04.4094707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:04.4095100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:04.4095537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:04.4095953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:04.4096333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:04.4096752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:04.4097154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:04.4097628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:04.4098077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:04.4098446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:04.4098911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:04.4099331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:04.4099694Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:04.4100270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:04.4100735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:04.4101179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:04.4101546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:04.4101895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:04.4102269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:04.4102642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:04.4103106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:04.4103504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:04.4103870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:04.4104274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:04.4104638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:04.4105052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:04.4105425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:04.4105797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:04.4106144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:04.4106546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:04.4106905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:04.4107283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:04.4107652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:04.4108022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:04.4108350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:04.4108718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:04.4109100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:04.4109589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:04.4109968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:04.4110309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:04.4110662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:04.4111095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:04.4111474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:04.4111847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:04.4112299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:04.4112902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:04.4113384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:04.4113847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:04.4114247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:04.4114656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:04.4115001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:04.4115361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:04.4115715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:04.4116070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:04.4116567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:04.4117067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:04.4117598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:04.4118088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:04.4118612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:04.4119099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:04.4119566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:04.4119975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:04.4120338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:04.4120847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:04.4121364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:04.4121894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:04.4122398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:04.4122877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:04.4123306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:04.4123778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:04.4124213Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:04.4124699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:04.4125173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:04.4125580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:04.4126034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:04.4126467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:04.4126938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:04.4127334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:04.4127735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:04.4128119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:04.4128557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:04.4128993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:04.4129442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:04.4129934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:04.4130381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:04.4130998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-03-21T20:18:04.4131626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:04.4132186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:04.4132700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:04.4133148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:04.4133578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:04.4133985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:04.4134529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:04.4135072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:04.4135572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:04.4136029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:04.4136417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:04.4136836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:04.4137333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:04.4137922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:04.4138526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-03-21T20:18:04.4139136Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:04.4139749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-03-21T20:18:04.4140348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:04.4140898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:04.4141390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:04.4141847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:04.4142390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:04.4142916Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:04.4143490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:04.4144049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:04.4144543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:04.4144993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:04.4145366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:04.4145849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:04.4146319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:04.4146877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:04.4147410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:04.4147899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:04.4148340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:04.4148712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:04.4149241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:04.4149776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:04.4150268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:04.4150696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:04.4151103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:04.4151518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:04.4151924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:04.4152341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:04.4152737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:04.4153121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:04.4153707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:04.4154266Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:04.4154777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:04.4155250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:04.4155660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:04.4156041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:04.4156421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:04.4156976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:04.4157490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:04.4157975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:04.4158406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:04.4158778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:04.4159145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:04.4159528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:04.4159905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:04.4160474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:04.4161024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:04.4161517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:04.4162023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:04.4162471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:04.4162859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:04.4163302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:04.4163853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:04.4164375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:04.4164841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:04.4165262Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:04.4165614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:04.4166017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:04.4166418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:04.4166808Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:04.4167258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:04.4167672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:04.4168227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:04.4168744Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:04.4169230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:04.4169653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:04.4170110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:04.4170699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:04.4171264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:04.4171780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:04.4172262Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:04.4172676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:04.4173041Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:04.4173479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:04.4173850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:04.4174225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:04.4174681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:04.4175167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:04.4175531Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:04.4175957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:04.4176329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:04.4176689Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:04.4177081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:04.4177498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:04.4177949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:04.4178428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:04.4178874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:04.4179285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:04.4179733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:04.4180087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:04.4180521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:04.4180890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:04.4181278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:04.4181670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:04.4182074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:04.4182477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:04.4182911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:04.4183357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:04.4183797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:04.4184232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:04.4184655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:04.4185128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:04.4185592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:04.4186072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:04.4186581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:04.4187117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:04.4187613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:04.4188077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:04.4188543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:04.4189052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:04.4189530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:04.4190022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:04.4190563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:04.4191098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:04.4191670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:04.4192212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:04.4192679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:04.4193078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:04.4193596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:04.4194073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:04.4194507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:04.4194995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:04.4195384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:04.4195783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:04.4196202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:04.4196627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:04.4197029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:04.4197407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:04.4197798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:04.4198201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:04.4198560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:04.4199027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:04.4199502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:04.4200150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:04.4200720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:04.4201716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:04.4202547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:04.4203471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:04.4204649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:04.4205555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:04.4206367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:04.4207218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:04.4208066Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:04.4208855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:04.4209627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:04.4210442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:04.4211161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:04.4211822Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:04.4212369Z + echo ::endgroup:: 2025-03-21T20:18:04.4213327Z ##[endgroup] 2025-03-21T20:18:04.4314304Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:04.4314649Z with: 2025-03-21T20:18:04.4314896Z repository: pytorch/test-infra 2025-03-21T20:18:04.4315216Z path: test-infra 2025-03-21T20:18:04.4315468Z submodules: recursive 2025-03-21T20:18:04.4315867Z token: *** 2025-03-21T20:18:04.4316109Z ssh-strict: true 2025-03-21T20:18:04.4316354Z ssh-user: git 2025-03-21T20:18:04.4316600Z persist-credentials: true 2025-03-21T20:18:04.4316878Z clean: true 2025-03-21T20:18:04.4317133Z sparse-checkout-cone-mode: true 2025-03-21T20:18:04.4317439Z fetch-depth: 1 2025-03-21T20:18:04.4317681Z fetch-tags: false 2025-03-21T20:18:04.4317920Z show-progress: true 2025-03-21T20:18:04.4318176Z lfs: false 2025-03-21T20:18:04.4318415Z set-safe-directory: true 2025-03-21T20:18:04.4318694Z env: 2025-03-21T20:18:04.4318949Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:04.4319316Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.4319609Z PR_NUMBER: 2025-03-21T20:18:04.4321816Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:04.4324052Z ##[endgroup] 2025-03-21T20:18:04.5501777Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:04.5502978Z ##[group]Getting Git version info 2025-03-21T20:18:04.5504193Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:04.5505591Z [command]/usr/bin/git version 2025-03-21T20:18:04.5506050Z git version 2.47.1 2025-03-21T20:18:04.5520670Z ##[endgroup] 2025-03-21T20:18:04.5531231Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/5de65dae-58cc-4bee-bdbe-e9845f55bf9f/.gitconfig' 2025-03-21T20:18:04.5539942Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/5de65dae-58cc-4bee-bdbe-e9845f55bf9f' before making global git config changes 2025-03-21T20:18:04.5540925Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:04.5551981Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:04.5581935Z ##[group]Initializing the repository 2025-03-21T20:18:04.5585417Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:04.5614022Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:04.5615178Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:04.5616197Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:04.5616920Z hint: 2025-03-21T20:18:04.5617453Z hint: git config --global init.defaultBranch 2025-03-21T20:18:04.5618071Z hint: 2025-03-21T20:18:04.5618683Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:04.5619691Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:04.5620495Z hint: 2025-03-21T20:18:04.5620892Z hint: git branch -m 2025-03-21T20:18:04.5621901Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:04.5627442Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:04.5650662Z ##[endgroup] 2025-03-21T20:18:04.5651446Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:04.5655452Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:04.5678470Z ##[endgroup] 2025-03-21T20:18:04.5679247Z ##[group]Setting up auth 2025-03-21T20:18:04.5684584Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:04.5709992Z [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-03-21T20:18:04.5953473Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:04.5977642Z [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-03-21T20:18:04.6222357Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:04.6262908Z ##[endgroup] 2025-03-21T20:18:04.6263757Z ##[group]Determining the default branch 2025-03-21T20:18:04.6266798Z Retrieving the default branch name 2025-03-21T20:18:04.8111352Z Default branch 'main' 2025-03-21T20:18:04.8112007Z ##[endgroup] 2025-03-21T20:18:04.8112453Z ##[group]Fetching the repository 2025-03-21T20:18:04.8117668Z [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-03-21T20:18:05.1547917Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:05.1548436Z * [new branch] main -> origin/main 2025-03-21T20:18:05.1569459Z ##[endgroup] 2025-03-21T20:18:05.1569979Z ##[group]Determining the checkout info 2025-03-21T20:18:05.1570969Z ##[endgroup] 2025-03-21T20:18:05.1575213Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:05.1605236Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:05.1627379Z ##[group]Checking out the ref 2025-03-21T20:18:05.1630339Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:05.2418823Z Switched to a new branch 'main' 2025-03-21T20:18:05.2420784Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:05.2426626Z ##[endgroup] 2025-03-21T20:18:05.2427089Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:05.2431001Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:05.2468281Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:05.2492234Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:05.2515760Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:05.2536514Z ##[endgroup] 2025-03-21T20:18:05.2536928Z ##[group]Fetching submodules 2025-03-21T20:18:05.2539974Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:05.2784927Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:05.3029885Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:05.3265789Z ##[endgroup] 2025-03-21T20:18:05.3266253Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:05.3270403Z [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-03-21T20:18:05.3508543Z [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-03-21T20:18:05.3749128Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:05.3991696Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:05.4229079Z ##[endgroup] 2025-03-21T20:18:05.4256600Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:05.4274563Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:05.4458757Z Prepare all required actions 2025-03-21T20:18:05.4459309Z Getting action download info 2025-03-21T20:18:05.5482082Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:06.9244087Z Getting action download info 2025-03-21T20:18:07.0308113Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:07.1824530Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:07.1824924Z env: 2025-03-21T20:18:07.1825202Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:07.1825565Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.1825874Z PR_NUMBER: 2025-03-21T20:18:07.1828036Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:07.1830218Z ##[endgroup] 2025-03-21T20:18:07.1914908Z ##[group]Run set -euo pipefail 2025-03-21T20:18:07.1915283Z set -euo pipefail 2025-03-21T20:18:07.1915745Z function get_ec2_metadata() { 2025-03-21T20:18:07.1916143Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:07.1916786Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:07.1917360Z  category=$1 2025-03-21T20:18:07.1918249Z  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-03-21T20:18:07.1919158Z } 2025-03-21T20:18:07.1919428Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:07.1919867Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:07.1920358Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:07.1920790Z echo "system info $(uname -a)" 2025-03-21T20:18:07.1926442Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.1926847Z env: 2025-03-21T20:18:07.1927109Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:07.1927481Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.1927781Z PR_NUMBER: 2025-03-21T20:18:07.1930009Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:07.1932193Z ##[endgroup] 2025-03-21T20:18:07.2052801Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:07.2142798Z instance-id: i-099c7081e8d5b4605 2025-03-21T20:18:07.2229301Z instance-type: c5.2xlarge 2025-03-21T20:18:07.2238979Z system info Linux ip-10-0-6-240.ec2.internal 6.1.129-138.220.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 25 22:18:43 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-21T20:18:07.2288561Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:07.2289642Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:07.2295308Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.2295688Z env: 2025-03-21T20:18:07.2295951Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:07.2296318Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.2296626Z PR_NUMBER: 2025-03-21T20:18:07.2298727Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:07.2301166Z ##[endgroup] 2025-03-21T20:18:07.2370552Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:07.2370995Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:07.2371372Z  echo "Docker daemon is running..."; 2025-03-21T20:18:07.2371705Z else 2025-03-21T20:18:07.2372063Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:07.2372503Z fi 2025-03-21T20:18:07.2377413Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.2377945Z env: 2025-03-21T20:18:07.2378200Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:07.2378552Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.2378836Z PR_NUMBER: 2025-03-21T20:18:07.2380936Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:07.2383096Z ##[endgroup] 2025-03-21T20:18:07.2446980Z Docker daemon is running... 2025-03-21T20:18:07.2474427Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:07.2475075Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:07.2475595Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:07.2476207Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:07.2476948Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:07.2482100Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.2482492Z env: 2025-03-21T20:18:07.2482769Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:07.2483143Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.2483428Z PR_NUMBER: 2025-03-21T20:18:07.2485551Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:07.2487748Z AWS_RETRY_MODE: standard 2025-03-21T20:18:07.2488175Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:07.2488437Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:07.2488722Z ##[endgroup] 2025-03-21T20:18:08.2252797Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:08.2253782Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:08.2254653Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:08.2255359Z 2025-03-21T20:18:08.2255516Z Login Succeeded 2025-03-21T20:18:08.2302505Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:08.2303106Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:08.2303628Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:08.2310020Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:08.2310413Z env: 2025-03-21T20:18:08.2310724Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:08.2311115Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.2311414Z PR_NUMBER: 2025-03-21T20:18:08.2313532Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:08.2315859Z ##[endgroup] 2025-03-21T20:18:08.2392844Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:08.2393341Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:08.2393753Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:08.2394143Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:08.2394596Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:08.2395042Z  2025-03-21T20:18:08.2395365Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:08.2395808Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:08.2396191Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:08.2396686Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:08.2397148Z  2025-03-21T20:18:08.2397407Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:08.2397766Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:08.2398112Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:08.2398529Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:08.2404094Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:08.2404478Z env: 2025-03-21T20:18:08.2404757Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:08.2405137Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.2405439Z PR_NUMBER: 2025-03-21T20:18:08.2407553Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:08.2409818Z ##[endgroup] 2025-03-21T20:18:08.7600997Z ##[group]Run needs=0 2025-03-21T20:18:08.7601302Z needs=0 2025-03-21T20:18:08.7601835Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:08.7602292Z  needs=1 2025-03-21T20:18:08.7602543Z fi 2025-03-21T20:18:08.7602821Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:08.7609245Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:08.7609642Z env: 2025-03-21T20:18:08.7610014Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:08.7610396Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.7610718Z PR_NUMBER: 2025-03-21T20:18:08.7612854Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:08.7615173Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:08.7615774Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:08.7616337Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:08.7616746Z ##[endgroup] 2025-03-21T20:18:08.7795304Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:08.7795903Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:08.7796348Z # shellcheck disable=SC2046 2025-03-21T20:18:08.7796688Z docker stop $(docker ps -q) || true 2025-03-21T20:18:08.7797052Z # Prune all of the docker images 2025-03-21T20:18:08.7797397Z docker system prune -af 2025-03-21T20:18:08.7803339Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:08.7803737Z env: 2025-03-21T20:18:08.7804009Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:08.7804386Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.7804684Z PR_NUMBER: 2025-03-21T20:18:08.7806799Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:08.7809136Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:08.7809812Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:08.7810377Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:08.7810784Z ##[endgroup] 2025-03-21T20:18:08.8036782Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:08.8037409Z See 'docker stop --help'. 2025-03-21T20:18:08.8037610Z 2025-03-21T20:18:08.8037779Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:08.8038067Z 2025-03-21T20:18:08.8038186Z Stop one or more running containers 2025-03-21T20:18:08.8167405Z Total reclaimed space: 0B 2025-03-21T20:18:08.8236944Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:08.8237324Z with: 2025-03-21T20:18:08.8237751Z github-secret: *** 2025-03-21T20:18:08.8238454Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-21T20:18:08.8239215Z activate-with-label: false 2025-03-21T20:18:08.8239508Z label: with-ssh 2025-03-21T20:18:08.8239768Z remove-existing-keys: true 2025-03-21T20:18:08.8240061Z fail-silently: true 2025-03-21T20:18:08.8240303Z env: 2025-03-21T20:18:08.8240572Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:08.8240950Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.8241244Z PR_NUMBER: 2025-03-21T20:18:08.8243405Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:08.8245723Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:08.8246322Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:08.8246867Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:08.8247265Z ##[endgroup] 2025-03-21T20:18:08.9273872Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:08.9275886Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:08.9385806Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:08.9386247Z with: 2025-03-21T20:18:08.9386567Z repository: pytorch/executorch 2025-03-21T20:18:08.9387062Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:08.9387522Z path: pytorch/executorch 2025-03-21T20:18:08.9387905Z fetch-depth: 1 2025-03-21T20:18:08.9388228Z submodules: true 2025-03-21T20:18:08.9388702Z token: *** 2025-03-21T20:18:08.9389060Z ssh-strict: true 2025-03-21T20:18:08.9389405Z ssh-user: git 2025-03-21T20:18:08.9389729Z persist-credentials: true 2025-03-21T20:18:08.9390051Z clean: true 2025-03-21T20:18:08.9390403Z sparse-checkout-cone-mode: true 2025-03-21T20:18:08.9390784Z fetch-tags: false 2025-03-21T20:18:08.9391150Z show-progress: true 2025-03-21T20:18:08.9391480Z lfs: false 2025-03-21T20:18:08.9391754Z set-safe-directory: true 2025-03-21T20:18:08.9392132Z env: 2025-03-21T20:18:08.9392470Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:08.9393073Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.9393406Z PR_NUMBER: 2025-03-21T20:18:08.9395599Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:08.9398062Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:08.9398692Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:08.9399319Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:08.9400104Z ##[endgroup] 2025-03-21T20:18:09.0316090Z Syncing repository: pytorch/executorch 2025-03-21T20:18:09.0323833Z ##[group]Getting Git version info 2025-03-21T20:18:09.0324545Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:09.0349381Z [command]/usr/bin/git version 2025-03-21T20:18:09.0381921Z git version 2.47.1 2025-03-21T20:18:09.0405436Z ##[endgroup] 2025-03-21T20:18:09.0412510Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/fef7d663-6986-4231-9617-b9394336ed3a/.gitconfig' 2025-03-21T20:18:09.0420502Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/fef7d663-6986-4231-9617-b9394336ed3a' before making global git config changes 2025-03-21T20:18:09.0421612Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:09.0433558Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:09.0474119Z ##[group]Initializing the repository 2025-03-21T20:18:09.0474734Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:09.0493445Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:09.0494091Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:09.0494663Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:09.0495074Z hint: 2025-03-21T20:18:09.0495365Z hint: git config --global init.defaultBranch 2025-03-21T20:18:09.0495718Z hint: 2025-03-21T20:18:09.0496053Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:09.0496623Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:09.0497056Z hint: 2025-03-21T20:18:09.0497287Z hint: git branch -m 2025-03-21T20:18:09.0498251Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:09.0503455Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:09.0526211Z ##[endgroup] 2025-03-21T20:18:09.0526646Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:09.0530084Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:09.0551915Z ##[endgroup] 2025-03-21T20:18:09.0552312Z ##[group]Setting up auth 2025-03-21T20:18:09.0557426Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:09.0581981Z [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-03-21T20:18:09.0825922Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:09.0848372Z [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-03-21T20:18:09.1089428Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:09.1126965Z ##[endgroup] 2025-03-21T20:18:09.1127681Z ##[group]Fetching the repository 2025-03-21T20:18:09.1135298Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:10.5353507Z From https://github.com/pytorch/executorch 2025-03-21T20:18:10.5354039Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:10.5373585Z ##[endgroup] 2025-03-21T20:18:10.5374107Z ##[group]Determining the checkout info 2025-03-21T20:18:10.5375854Z ##[endgroup] 2025-03-21T20:18:10.5380273Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:10.5410283Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:10.5434047Z ##[group]Checking out the ref 2025-03-21T20:18:10.5437113Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:11.0042553Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:11.0042907Z 2025-03-21T20:18:11.0043139Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:11.0043707Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:11.0044269Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:11.0044590Z 2025-03-21T20:18:11.0044816Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:11.0045320Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:11.0045629Z 2025-03-21T20:18:11.0045748Z git switch -c 2025-03-21T20:18:11.0045999Z 2025-03-21T20:18:11.0046116Z Or undo this operation with: 2025-03-21T20:18:11.0046300Z 2025-03-21T20:18:11.0046410Z git switch - 2025-03-21T20:18:11.0046546Z 2025-03-21T20:18:11.0046798Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:11.0047147Z 2025-03-21T20:18:11.0047324Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:11.0085839Z ##[endgroup] 2025-03-21T20:18:11.0086287Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:11.0091743Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:11.0129301Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:11.0152091Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:11.0176798Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:11.0196212Z ##[endgroup] 2025-03-21T20:18:11.0196638Z ##[group]Fetching submodules 2025-03-21T20:18:11.0199495Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:11.0449229Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:11.0690106Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://github.com/pytorch-labs/ethos-u-core-driver-mirror) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:11.0692019Z Submodule 'backends/arm/third-party/serialization_lib' (https://github.com/pytorch-labs/tosa_serialization_lib-mirror) registered for path 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:11.0695391Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:11.0699277Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:11.0707928Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:11.0710220Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:11.0713016Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:11.0715944Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:11.0718890Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:11.0721751Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:11.0724905Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:11.0727893Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:11.0731332Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:11.0734458Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:11.0737783Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:11.0741612Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:11.0746328Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:11.0750060Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:11.0753868Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:11.0757652Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:11.0761678Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:11.0765684Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:11.0769971Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:11.0796117Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:11.3368315Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:11.3370582Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:11.3371972Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:11.3373350Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:11.3402308Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:11.4821934Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:11.4823722Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:11.4846259Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:11.7408505Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:11.7409920Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:11.7411002Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:11.7412150Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:11.7431659Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:11.8643474Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:11.8673874Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:11.9621423Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:11.9623191Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:11.9624269Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:12.0623411Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:12.1105656Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:12.1117263Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:12.2067046Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:12.6985433Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:12.6986296Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:12.7104849Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:13.1888898Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:13.1889873Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:13.1998550Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:13.2091925Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:13.8957416Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:13.8958129Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:13.9438927Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:14.5278447Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:14.5279154Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:14.5579785Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:15.0122212Z From https://github.com/zeux/volk 2025-03-21T20:18:15.0122760Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:15.0195800Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:15.4021794Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:15.4022344Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:15.4113248Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:15.8079089Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:15.8079600Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:15.8139829Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:17.2672316Z From https://github.com/google/XNNPACK 2025-03-21T20:18:17.2673125Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:17.8491857Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:18.3101860Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:18.3102403Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:18.3939547Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:18.7751100Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:18.7751661Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:18.7839000Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:19.2594908Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:19.2595471Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:19.2840263Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:20.8104891Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:20.8105434Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:20.9331034Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:20.9494629Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:21.4519269Z From https://github.com/pytorch/ao 2025-03-21T20:18:21.4519955Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:21.5190742Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:22.1562940Z From https://github.com/google/flatbuffers 2025-03-21T20:18:22.1563522Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:22.2564255Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:22.7069925Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:22.7070464Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:22.7315122Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:23.1914361Z From https://github.com/gflags/gflags 2025-03-21T20:18:23.1914902Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:23.2006758Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:24.5324172Z From https://github.com/google/googletest 2025-03-21T20:18:24.5324711Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:24.5659087Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:24.9636035Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:24.9636601Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:24.9710023Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:24.9778906Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:25.6379179Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:25.6380007Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:25.7120114Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:26.2985208Z From https://github.com/pybind/pybind11 2025-03-21T20:18:26.2985791Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:26.3247527Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:26.3262287Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:26.3506329Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:26.3530513Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:26.3554374Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:26.3578790Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:26.3602891Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:26.3626868Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:26.3650807Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:26.3674566Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:26.3698356Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:26.3722398Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:26.3746314Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:26.3769961Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:26.3793476Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:26.3817170Z Entering 'shim' 2025-03-21T20:18:26.3840504Z Entering 'third-party/ao' 2025-03-21T20:18:26.3864258Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:26.3886964Z Entering 'third-party/flatcc' 2025-03-21T20:18:26.3910443Z Entering 'third-party/gflags' 2025-03-21T20:18:26.3934436Z Entering 'third-party/googletest' 2025-03-21T20:18:26.3957812Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:26.3980968Z Entering 'third-party/pocketfft' 2025-03-21T20:18:26.4004910Z Entering 'third-party/prelude' 2025-03-21T20:18:26.4028531Z Entering 'third-party/pybind11' 2025-03-21T20:18:26.4060022Z ##[endgroup] 2025-03-21T20:18:26.4060556Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:26.4066647Z [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-03-21T20:18:26.4307066Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:26.4355365Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:26.4404340Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:26.4452601Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:26.4500672Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:26.4548860Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:26.4596818Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:26.4645173Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:26.4693061Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:26.4756856Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:26.4805708Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:26.4853967Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:26.4902512Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:26.4952199Z Entering 'shim' 2025-03-21T20:18:26.5000264Z Entering 'third-party/ao' 2025-03-21T20:18:26.5049699Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:26.5099572Z Entering 'third-party/flatcc' 2025-03-21T20:18:26.5147690Z Entering 'third-party/gflags' 2025-03-21T20:18:26.5195326Z Entering 'third-party/googletest' 2025-03-21T20:18:26.5243461Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:26.5290850Z Entering 'third-party/pocketfft' 2025-03-21T20:18:26.5338415Z Entering 'third-party/prelude' 2025-03-21T20:18:26.5386554Z Entering 'third-party/pybind11' 2025-03-21T20:18:26.5447198Z [command]/usr/bin/git submodule foreach 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-03-21T20:18:26.5689532Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:26.5734879Z 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-03-21T20:18:26.5736016Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:26.5781995Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-03-21T20:18:26.5783088Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:26.5828806Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-03-21T20:18:26.5830006Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:26.5875944Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-03-21T20:18:26.5877123Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:26.5923178Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-03-21T20:18:26.5924240Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:26.5969224Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-03-21T20:18:26.5970510Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:26.6017646Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-03-21T20:18:26.6018715Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:26.6064460Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-03-21T20:18:26.6065783Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:26.6111745Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-03-21T20:18:26.6112895Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:26.6157709Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-03-21T20:18:26.6158928Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:26.6204648Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-03-21T20:18:26.6205664Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:26.6251075Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:26.6252294Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:26.6297974Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-03-21T20:18:26.6298888Z Entering 'shim' 2025-03-21T20:18:26.6344055Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:26.6345581Z Entering 'third-party/ao' 2025-03-21T20:18:26.6390744Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:26.6391878Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:26.6436284Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:26.6437406Z Entering 'third-party/flatcc' 2025-03-21T20:18:26.6482565Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:26.6483682Z Entering 'third-party/gflags' 2025-03-21T20:18:26.6528527Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:26.6529656Z Entering 'third-party/googletest' 2025-03-21T20:18:26.6574654Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:26.6575682Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:26.6621374Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-03-21T20:18:26.6622410Z Entering 'third-party/pocketfft' 2025-03-21T20:18:26.6668014Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:26.6669108Z Entering 'third-party/prelude' 2025-03-21T20:18:26.6714626Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:26.6715681Z Entering 'third-party/pybind11' 2025-03-21T20:18:26.6761092Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:26.7045920Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:26.7284974Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:26.7309139Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:26.7332655Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:26.7356426Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:26.7380220Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:26.7405170Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:26.7428625Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:26.7451871Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:26.7474972Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:26.7498234Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:26.7521782Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:26.7544990Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:26.7568155Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:26.7591446Z Entering 'shim' 2025-03-21T20:18:26.7615203Z Entering 'third-party/ao' 2025-03-21T20:18:26.7637995Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:26.7660985Z Entering 'third-party/flatcc' 2025-03-21T20:18:26.7683878Z Entering 'third-party/gflags' 2025-03-21T20:18:26.7707821Z Entering 'third-party/googletest' 2025-03-21T20:18:26.7730705Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:26.7753560Z Entering 'third-party/pocketfft' 2025-03-21T20:18:26.7776795Z Entering 'third-party/prelude' 2025-03-21T20:18:26.7799960Z Entering 'third-party/pybind11' 2025-03-21T20:18:26.7833758Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:26.8070530Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:26.8093896Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:26.8117370Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:26.8141069Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:26.8164352Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:26.8187685Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:26.8214567Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:26.8237803Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:26.8260993Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:26.8284171Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:26.8307926Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:26.8331050Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:26.8354206Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:26.8377290Z Entering 'shim' 2025-03-21T20:18:26.8400404Z Entering 'third-party/ao' 2025-03-21T20:18:26.8423730Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:26.8446656Z Entering 'third-party/flatcc' 2025-03-21T20:18:26.8469702Z Entering 'third-party/gflags' 2025-03-21T20:18:26.8492662Z Entering 'third-party/googletest' 2025-03-21T20:18:26.8516052Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:26.8540028Z Entering 'third-party/pocketfft' 2025-03-21T20:18:26.8562596Z Entering 'third-party/prelude' 2025-03-21T20:18:26.8585617Z Entering 'third-party/pybind11' 2025-03-21T20:18:26.8615714Z ##[endgroup] 2025-03-21T20:18:26.8644684Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:26.8662948Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:26.8854907Z Prepare all required actions 2025-03-21T20:18:26.8855491Z Getting action download info 2025-03-21T20:18:27.0057356Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:27.1778615Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:27.1779048Z with: 2025-03-21T20:18:27.1779340Z docker-image-name: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:27.1779735Z docker-build-dir: .ci/docker 2025-03-21T20:18:27.1780059Z working-directory: pytorch/executorch 2025-03-21T20:18:27.1780484Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.1780899Z force-push: false 2025-03-21T20:18:27.1781132Z env: 2025-03-21T20:18:27.1781396Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:27.1781766Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.1782064Z PR_NUMBER: 2025-03-21T20:18:27.1784226Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:27.1786672Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.1787271Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.1787819Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.1788223Z ##[endgroup] 2025-03-21T20:18:27.1816786Z ##[group]Run set -ex 2025-03-21T20:18:27.1817131Z set -ex 2025-03-21T20:18:27.1817367Z  2025-03-21T20:18:27.1817787Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:27.1818473Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:27.1819046Z # job could then download the pre-built image as usual 2025-03-21T20:18:27.1819572Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:27.1820058Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.1820509Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.1820932Z  2025-03-21T20:18:27.1821295Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:27.1821746Z  exit 0 2025-03-21T20:18:27.1821987Z else 2025-03-21T20:18:27.1822252Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.1822596Z fi 2025-03-21T20:18:27.1822822Z  2025-03-21T20:18:27.1823176Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:27.1823789Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:27.1824336Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:27.1824819Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:27.1825337Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.1825838Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.1826261Z else 2025-03-21T20:18:27.1826590Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:27.1827067Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.1827865Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.1828448Z fi 2025-03-21T20:18:27.1833927Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:27.1834317Z env: 2025-03-21T20:18:27.1834596Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:27.1834973Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.1835265Z PR_NUMBER: 2025-03-21T20:18:27.1837374Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:27.1839689Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.1840395Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.1840961Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.1841377Z REPO_NAME: executorch 2025-03-21T20:18:27.1841715Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:27.1842104Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:27.1842477Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.1842883Z ##[endgroup] 2025-03-21T20:18:27.1886321Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:27.1886605Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:27.1886887Z + echo skip=false 2025-03-21T20:18:27.1887678Z + [[ 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-03-21T20:18:27.1890648Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:27.1904793Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.1905254Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.1906066Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.1942133Z ##[group]Run set +e 2025-03-21T20:18:27.1942455Z set +e 2025-03-21T20:18:27.1942686Z set -x 2025-03-21T20:18:27.1942913Z  2025-03-21T20:18:27.1943126Z login() { 2025-03-21T20:18:27.1943594Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:27.1944113Z } 2025-03-21T20:18:27.1944327Z  2025-03-21T20:18:27.1944538Z retry () { 2025-03-21T20:18:27.1944810Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:27.1945116Z } 2025-03-21T20:18:27.1945343Z  2025-03-21T20:18:27.1945578Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:27.1945904Z  2025-03-21T20:18:27.1946124Z START_TIME=$(date +%s) 2025-03-21T20:18:27.1946414Z # Wait up to 120 minutes 2025-03-21T20:18:27.1946773Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:27.1947263Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:27.1947746Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:27.1948107Z  exit 0 2025-03-21T20:18:27.1948359Z  fi 2025-03-21T20:18:27.1948579Z  2025-03-21T20:18:27.1948976Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:27.1949644Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:27.1950449Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:27.1950990Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:27.1951406Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:27.1951759Z  break 2025-03-21T20:18:27.1952010Z  else 2025-03-21T20:18:27.1952367Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:27.1952797Z  sleep 300 2025-03-21T20:18:27.1953061Z  fi 2025-03-21T20:18:27.1953283Z done 2025-03-21T20:18:27.1953517Z  2025-03-21T20:18:27.1953882Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:27.1954461Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:27.1954985Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:27.1955463Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:27.1955871Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:27.1956289Z else 2025-03-21T20:18:27.1956636Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:27.1957129Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:27.1957511Z fi 2025-03-21T20:18:27.1957732Z  2025-03-21T20:18:27.1957982Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:27.1958352Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.1958699Z  2025-03-21T20:18:27.1959174Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:27.1959731Z  exit 0 2025-03-21T20:18:27.1959960Z fi 2025-03-21T20:18:27.1960186Z  2025-03-21T20:18:27.1960506Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:27.1961200Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:27.1961800Z  exit 1 2025-03-21T20:18:27.1962031Z fi 2025-03-21T20:18:27.1962257Z  2025-03-21T20:18:27.1962628Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:27.1963295Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:27.1963893Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:27.1964578Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:27.1965332Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:27.1965800Z fi 2025-03-21T20:18:27.1966031Z  2025-03-21T20:18:27.1966312Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.1971813Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:27.1972206Z env: 2025-03-21T20:18:27.1972852Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.1973612Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.1973918Z PR_NUMBER: 2025-03-21T20:18:27.1976129Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:27.1978448Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.1979058Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.1979624Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.1980045Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:27.1980403Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:27.1980843Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.1981293Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.1981698Z DOCKER_PUSH: 2025-03-21T20:18:27.1981943Z ##[endgroup] 2025-03-21T20:18:27.2003223Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.2003682Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.2005809Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:27.2007073Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.7131559Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:27.7132542Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:27.7133326Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:27.7133719Z 2025-03-21T20:18:27.7133845Z Login Succeeded 2025-03-21T20:18:27.7145199Z ++ date +%s 2025-03-21T20:18:27.7153443Z + START_TIME=1742588307 2025-03-21T20:18:27.7156376Z ++ date +%s 2025-03-21T20:18:27.7164399Z + [[ 1742581107 -lt 1742588307 ]] 2025-03-21T20:18:27.7165540Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.9399706Z { 2025-03-21T20:18:27.9400264Z "schemaVersion": 2, 2025-03-21T20:18:27.9400935Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:27.9401601Z "config": { 2025-03-21T20:18:27.9402012Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:27.9402446Z "size": 15115, 2025-03-21T20:18:27.9402946Z "digest": "sha256:5dd25b8799b1b715b328f6b37661e983e3ab8dd881569ea179bbcaa71e9be426" 2025-03-21T20:18:27.9403483Z }, 2025-03-21T20:18:27.9403714Z "layers": [ 2025-03-21T20:18:27.9403935Z { 2025-03-21T20:18:27.9404359Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9404806Z "size": 30440118, 2025-03-21T20:18:27.9405238Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:27.9405738Z }, 2025-03-21T20:18:27.9405960Z { 2025-03-21T20:18:27.9406317Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9406751Z "size": 632, 2025-03-21T20:18:27.9407158Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:27.9407645Z }, 2025-03-21T20:18:27.9407859Z { 2025-03-21T20:18:27.9408210Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9408646Z "size": 157526564, 2025-03-21T20:18:27.9409074Z "digest": "sha256:9477f9ca85e933b8759445ff3e3411d3afa2b9ddc34c3bb3b903d6821185ac2e" 2025-03-21T20:18:27.9409562Z }, 2025-03-21T20:18:27.9409854Z { 2025-03-21T20:18:27.9410209Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9410648Z "size": 623, 2025-03-21T20:18:27.9411062Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:27.9411548Z }, 2025-03-21T20:18:27.9411768Z { 2025-03-21T20:18:27.9412111Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9412545Z "size": 19308773, 2025-03-21T20:18:27.9412985Z "digest": "sha256:60efa3734e02f033c86ecaee3fac91efdcbc7b301321e531fc0a1060847a2bb4" 2025-03-21T20:18:27.9413480Z }, 2025-03-21T20:18:27.9413907Z { 2025-03-21T20:18:27.9414262Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9414702Z "size": 737, 2025-03-21T20:18:27.9415125Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:27.9415630Z }, 2025-03-21T20:18:27.9415854Z { 2025-03-21T20:18:27.9416206Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9416641Z "size": 131418260, 2025-03-21T20:18:27.9417151Z "digest": "sha256:b12c3e7daf6a6e5ec491309e1aeccdfbad641bb3af622328b4f27733663aeb7f" 2025-03-21T20:18:27.9418000Z }, 2025-03-21T20:18:27.9418396Z { 2025-03-21T20:18:27.9418905Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9419340Z "size": 447, 2025-03-21T20:18:27.9419747Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:27.9420232Z }, 2025-03-21T20:18:27.9420445Z { 2025-03-21T20:18:27.9420794Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9421370Z "size": 104, 2025-03-21T20:18:27.9421780Z "digest": "sha256:49b7cb3e3363a5f3dac8175af32fe4816b39e161a46bf969e6912750f5f9bec9" 2025-03-21T20:18:27.9422272Z }, 2025-03-21T20:18:27.9422492Z { 2025-03-21T20:18:27.9422841Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9423277Z "size": 637, 2025-03-21T20:18:27.9423681Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:27.9424163Z }, 2025-03-21T20:18:27.9424378Z { 2025-03-21T20:18:27.9424718Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9425148Z "size": 33695134, 2025-03-21T20:18:27.9425577Z "digest": "sha256:50ae2a7d008d7e152fceef255f5185a42faf64aa7b3ebcf8735132f5bc71ed5f" 2025-03-21T20:18:27.9426069Z }, 2025-03-21T20:18:27.9426281Z { 2025-03-21T20:18:27.9426632Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9427062Z "size": 319, 2025-03-21T20:18:27.9427467Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:27.9427948Z }, 2025-03-21T20:18:27.9428163Z { 2025-03-21T20:18:27.9428507Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9428943Z "size": 249991145, 2025-03-21T20:18:27.9429356Z "digest": "sha256:e15c962584172201d52c159906d8e8488c0d43532598fc6bbd530346c7cb93ed" 2025-03-21T20:18:27.9429837Z }, 2025-03-21T20:18:27.9430060Z { 2025-03-21T20:18:27.9430418Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9430837Z "size": 475, 2025-03-21T20:18:27.9431273Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:27.9431770Z }, 2025-03-21T20:18:27.9431984Z { 2025-03-21T20:18:27.9432328Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9432753Z "size": 1042, 2025-03-21T20:18:27.9433183Z "digest": "sha256:40e3350d1dbaf47df9f33ca00913ccd843867d641eb30f02cc50265af6c684bd" 2025-03-21T20:18:27.9433671Z }, 2025-03-21T20:18:27.9433884Z { 2025-03-21T20:18:27.9434231Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9434652Z "size": 613, 2025-03-21T20:18:27.9435096Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:27.9435605Z }, 2025-03-21T20:18:27.9435825Z { 2025-03-21T20:18:27.9436174Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9436604Z "size": 77561383, 2025-03-21T20:18:27.9437055Z "digest": "sha256:b37951d5b4cd5a54fb79e2c6e128a428cd1f4a33e3b28c4c2b59ce1cbfc72025" 2025-03-21T20:18:27.9437555Z }, 2025-03-21T20:18:27.9437776Z { 2025-03-21T20:18:27.9438127Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9438552Z "size": 562, 2025-03-21T20:18:27.9439128Z "digest": "sha256:da5f9c0761b561a3d23cff5113c656cac5305ea22d6fb44a14f2aced9bc3fd4c" 2025-03-21T20:18:27.9439640Z }, 2025-03-21T20:18:27.9439862Z { 2025-03-21T20:18:27.9440214Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9440631Z "size": 209, 2025-03-21T20:18:27.9441052Z "digest": "sha256:c42592812bfd31051467654f689d11d3b318d7b03f98f5a43ca7ddab5923e48a" 2025-03-21T20:18:27.9441533Z }, 2025-03-21T20:18:27.9441745Z { 2025-03-21T20:18:27.9442085Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9442500Z "size": 1189, 2025-03-21T20:18:27.9442937Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:27.9443429Z }, 2025-03-21T20:18:27.9443641Z { 2025-03-21T20:18:27.9443982Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9444398Z "size": 679, 2025-03-21T20:18:27.9444824Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:27.9445364Z }, 2025-03-21T20:18:27.9445577Z { 2025-03-21T20:18:27.9445920Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9446344Z "size": 6839266096, 2025-03-21T20:18:27.9446780Z "digest": "sha256:20520b201e38b3fccb0ec195f3673107d4539f86651d29d7c10127c7e40613c1" 2025-03-21T20:18:27.9447262Z }, 2025-03-21T20:18:27.9447481Z { 2025-03-21T20:18:27.9447827Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9448244Z "size": 1383, 2025-03-21T20:18:27.9448677Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:27.9449163Z }, 2025-03-21T20:18:27.9449374Z { 2025-03-21T20:18:27.9449831Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9450249Z "size": 679, 2025-03-21T20:18:27.9450671Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:27.9451153Z }, 2025-03-21T20:18:27.9451373Z { 2025-03-21T20:18:27.9451718Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9452136Z "size": 230830221, 2025-03-21T20:18:27.9452569Z "digest": "sha256:9ba16c6414258f010e15d758f332f76ff36257994dedb64967b10133485a2db9" 2025-03-21T20:18:27.9453047Z }, 2025-03-21T20:18:27.9453260Z { 2025-03-21T20:18:27.9453603Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9454022Z "size": 828, 2025-03-21T20:18:27.9454452Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:27.9454947Z }, 2025-03-21T20:18:27.9455159Z { 2025-03-21T20:18:27.9455498Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9455911Z "size": 679, 2025-03-21T20:18:27.9456329Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:27.9456809Z }, 2025-03-21T20:18:27.9457022Z { 2025-03-21T20:18:27.9457370Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9457790Z "size": 178598690, 2025-03-21T20:18:27.9458228Z "digest": "sha256:64ce996e90996ad2c6a73c6f339b0d643e3ba89000dd9f1f0cf8cc6d6d62486d" 2025-03-21T20:18:27.9458715Z }, 2025-03-21T20:18:27.9458928Z { 2025-03-21T20:18:27.9459272Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9459686Z "size": 530, 2025-03-21T20:18:27.9460106Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:27.9460591Z }, 2025-03-21T20:18:27.9460802Z { 2025-03-21T20:18:27.9461144Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9461560Z "size": 679, 2025-03-21T20:18:27.9461970Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:27.9462445Z }, 2025-03-21T20:18:27.9462743Z { 2025-03-21T20:18:27.9463092Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9463513Z "size": 357, 2025-03-21T20:18:27.9463940Z "digest": "sha256:a19a1e7e8dc5b225af8e166c3b13de92c16258a3139aac772e8875437e38c17e" 2025-03-21T20:18:27.9464431Z }, 2025-03-21T20:18:27.9464649Z { 2025-03-21T20:18:27.9464999Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9465425Z "size": 32, 2025-03-21T20:18:27.9465854Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:27.9466344Z }, 2025-03-21T20:18:27.9466559Z { 2025-03-21T20:18:27.9466905Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9467323Z "size": 165, 2025-03-21T20:18:27.9467747Z "digest": "sha256:3a170b4f167583aed5b8b43cd1c60dc616d5858c51f067771cb2ce7f0f331eb8" 2025-03-21T20:18:27.9468231Z }, 2025-03-21T20:18:27.9468459Z { 2025-03-21T20:18:27.9468809Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9469299Z "size": 1111, 2025-03-21T20:18:27.9469729Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:27.9470221Z }, 2025-03-21T20:18:27.9470444Z { 2025-03-21T20:18:27.9470793Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9471214Z "size": 32, 2025-03-21T20:18:27.9471651Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:27.9472147Z }, 2025-03-21T20:18:27.9472369Z { 2025-03-21T20:18:27.9472703Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.9473142Z "size": 108, 2025-03-21T20:18:27.9473572Z "digest": "sha256:a4ecfbb2800a7709f9f513a97827e757ffd84e267c4789caf5dadc03a51d72d9" 2025-03-21T20:18:27.9474074Z } 2025-03-21T20:18:27.9474293Z ] 2025-03-21T20:18:27.9474498Z } 2025-03-21T20:18:27.9474726Z + exit 0 2025-03-21T20:18:27.9510861Z ##[group]Run set -eux 2025-03-21T20:18:27.9511187Z set -eux 2025-03-21T20:18:27.9512071Z 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-03-21T20:18:27.9518723Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:27.9519104Z env: 2025-03-21T20:18:27.9519384Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:27.9519763Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.9520068Z PR_NUMBER: 2025-03-21T20:18:27.9522210Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:27.9524537Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.9525141Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.9525707Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.9526140Z ##[endgroup] 2025-03-21T20:18:27.9553680Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:27.9554555Z + jq --raw-output .SecretString 2025-03-21T20:18:27.9555322Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:27.9557550Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:28.5218699Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:28.5219922Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:28.5220709Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:28.5221177Z 2025-03-21T20:18:28.5225464Z Login Succeeded 2025-03-21T20:18:28.5304416Z Prepare all required actions 2025-03-21T20:18:28.5343251Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:28.5343646Z with: 2025-03-21T20:18:28.5344307Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.5345151Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.5345540Z env: 2025-03-21T20:18:28.5345809Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:28.5346182Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:28.5346475Z PR_NUMBER: 2025-03-21T20:18:28.5348633Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:28.5351089Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:28.5351682Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:28.5352249Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:28.5352639Z ##[endgroup] 2025-03-21T20:18:28.5376484Z ##[group]Run set -x 2025-03-21T20:18:28.5376778Z set -x 2025-03-21T20:18:28.5377024Z set +e 2025-03-21T20:18:28.5377264Z  2025-03-21T20:18:28.5377480Z login() { 2025-03-21T20:18:28.5377976Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:28.5378506Z } 2025-03-21T20:18:28.5378736Z  2025-03-21T20:18:28.5378959Z retry () { 2025-03-21T20:18:28.5379236Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:28.5379565Z } 2025-03-21T20:18:28.5379788Z  2025-03-21T20:18:28.5380038Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:28.5380355Z  2025-03-21T20:18:28.5380561Z set -e 2025-03-21T20:18:28.5380910Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:28.5381403Z # only pull docker image if it's not available locally 2025-03-21T20:18:28.5381951Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:28.5382462Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:28.5382793Z fi 2025-03-21T20:18:28.5388466Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:28.5388851Z env: 2025-03-21T20:18:28.5389515Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.5390265Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:28.5390563Z PR_NUMBER: 2025-03-21T20:18:28.5392667Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:18:28.5394977Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:28.5395678Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:28.5396243Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:28.5396725Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.5397129Z ##[endgroup] 2025-03-21T20:18:28.5421870Z + set +e 2025-03-21T20:18:28.5422508Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.5422986Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.5425518Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:28.5426914Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.0644913Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:29.0645673Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:29.0646666Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:29.0647072Z 2025-03-21T20:18:29.0647192Z Login Succeeded 2025-03-21T20:18:29.0657446Z + set -e 2025-03-21T20:18:29.0658644Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.0763292Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.0764498Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.3087706Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:29.3093875Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:29.3094391Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:29.3094870Z 9477f9ca85e9: Pulling fs layer 2025-03-21T20:18:29.3095328Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:29.3095794Z 60efa3734e02: Pulling fs layer 2025-03-21T20:18:29.3096279Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:29.3096706Z b12c3e7daf6a: Pulling fs layer 2025-03-21T20:18:29.3097134Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:29.3097597Z 49b7cb3e3363: Pulling fs layer 2025-03-21T20:18:29.3097980Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:29.3098273Z 261c0f487ad0: Waiting 2025-03-21T20:18:29.3098544Z 50ae2a7d008d: Pulling fs layer 2025-03-21T20:18:29.3098826Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:29.3099111Z 60efa3734e02: Waiting 2025-03-21T20:18:29.3099377Z e15c96258417: Pulling fs layer 2025-03-21T20:18:29.3099667Z a0c2fdb93dec: Waiting 2025-03-21T20:18:29.3100124Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:29.3100412Z 40e3350d1dba: Pulling fs layer 2025-03-21T20:18:29.3100703Z 49b7cb3e3363: Waiting 2025-03-21T20:18:29.3100962Z b12c3e7daf6a: Waiting 2025-03-21T20:18:29.3101336Z 5a102502de33: Waiting 2025-03-21T20:18:29.3101738Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:29.3102182Z b37951d5b4cd: Pulling fs layer 2025-03-21T20:18:29.3102694Z 85f4a172d5b6: Waiting 2025-03-21T20:18:29.3103160Z da5f9c0761b5: Pulling fs layer 2025-03-21T20:18:29.3103592Z 50ae2a7d008d: Waiting 2025-03-21T20:18:29.3103922Z e15c96258417: Waiting 2025-03-21T20:18:29.3104217Z 5120711d46e3: Waiting 2025-03-21T20:18:29.3104483Z c42592812bfd: Pulling fs layer 2025-03-21T20:18:29.3104773Z e1fd02ccae09: Waiting 2025-03-21T20:18:29.3105045Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:29.3105335Z 40e3350d1dba: Waiting 2025-03-21T20:18:29.3105584Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:29.3105876Z 20520b201e38: Pulling fs layer 2025-03-21T20:18:29.3106160Z b37951d5b4cd: Waiting 2025-03-21T20:18:29.3106417Z da5f9c0761b5: Waiting 2025-03-21T20:18:29.3106687Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:29.3106974Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:29.3107293Z c42592812bfd: Waiting 2025-03-21T20:18:29.3107545Z 59fe3e940463: Waiting 2025-03-21T20:18:29.3107809Z 9ba16c641425: Pulling fs layer 2025-03-21T20:18:29.3108431Z db5c552aa08b: Waiting 2025-03-21T20:18:29.3108828Z 20520b201e38: Waiting 2025-03-21T20:18:29.3109241Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:29.3109668Z 64ce996e9099: Pulling fs layer 2025-03-21T20:18:29.3110015Z 9ba16c641425: Waiting 2025-03-21T20:18:29.3110429Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:29.3110833Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:29.3111089Z 64ce996e9099: Waiting 2025-03-21T20:18:29.3111596Z 77ba92adb139: Waiting 2025-03-21T20:18:29.3112004Z a19a1e7e8dc5: Pulling fs layer 2025-03-21T20:18:29.3112482Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:29.3112984Z 3a170b4f1675: Pulling fs layer 2025-03-21T20:18:29.3113469Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:29.3113813Z a4ecfbb2800a: Pulling fs layer 2025-03-21T20:18:29.3114133Z a19a1e7e8dc5: Waiting 2025-03-21T20:18:29.3114387Z 3a170b4f1675: Waiting 2025-03-21T20:18:29.3114827Z 4f4fb700ef54: Waiting 2025-03-21T20:18:29.3115088Z 040f4b25fe47: Waiting 2025-03-21T20:18:29.3115345Z a4ecfbb2800a: Waiting 2025-03-21T20:18:29.3825028Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:29.3825389Z 86e413e13063: Download complete 2025-03-21T20:18:29.4526319Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:18:29.4526713Z 261c0f487ad0: Download complete 2025-03-21T20:18:29.6721741Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:29.6722115Z 8f84a9f2102e: Download complete 2025-03-21T20:18:29.7045275Z 60efa3734e02: Verifying Checksum 2025-03-21T20:18:29.7045816Z 60efa3734e02: Download complete 2025-03-21T20:18:29.7609767Z a0c2fdb93dec: Verifying Checksum 2025-03-21T20:18:29.7610368Z a0c2fdb93dec: Download complete 2025-03-21T20:18:29.8436014Z 5a102502de33: Verifying Checksum 2025-03-21T20:18:29.8436518Z 5a102502de33: Download complete 2025-03-21T20:18:29.9287688Z 49b7cb3e3363: Download complete 2025-03-21T20:18:29.9959423Z 85f4a172d5b6: Verifying Checksum 2025-03-21T20:18:29.9960048Z 85f4a172d5b6: Download complete 2025-03-21T20:18:30.4006242Z 50ae2a7d008d: Verifying Checksum 2025-03-21T20:18:30.4006947Z 50ae2a7d008d: Download complete 2025-03-21T20:18:30.4806669Z 5120711d46e3: Verifying Checksum 2025-03-21T20:18:30.4807240Z 5120711d46e3: Download complete 2025-03-21T20:18:30.5979295Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:30.6197716Z 86e413e13063: Pull complete 2025-03-21T20:18:30.9465692Z 9477f9ca85e9: Download complete 2025-03-21T20:18:31.0186992Z e1fd02ccae09: Download complete 2025-03-21T20:18:31.0784808Z b12c3e7daf6a: Verifying Checksum 2025-03-21T20:18:31.0785420Z b12c3e7daf6a: Download complete 2025-03-21T20:18:31.0991796Z 40e3350d1dba: Download complete 2025-03-21T20:18:31.1701020Z 6ff1ffcc6d84: Verifying Checksum 2025-03-21T20:18:31.1701593Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:31.2481481Z da5f9c0761b5: Verifying Checksum 2025-03-21T20:18:31.2482092Z da5f9c0761b5: Download complete 2025-03-21T20:18:31.3331899Z c42592812bfd: Verifying Checksum 2025-03-21T20:18:31.3332381Z c42592812bfd: Download complete 2025-03-21T20:18:31.4244682Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:31.5729782Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:31.5730378Z 59fe3e940463: Download complete 2025-03-21T20:18:32.0068416Z b37951d5b4cd: Verifying Checksum 2025-03-21T20:18:32.0068960Z b37951d5b4cd: Download complete 2025-03-21T20:18:32.0759515Z db5c552aa08b: Download complete 2025-03-21T20:18:33.0375331Z e15c96258417: Verifying Checksum 2025-03-21T20:18:33.0376178Z e15c96258417: Download complete 2025-03-21T20:18:33.1248821Z 32a4dbb2ef2f: Verifying Checksum 2025-03-21T20:18:33.1249499Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:34.8324777Z 9ba16c641425: Verifying Checksum 2025-03-21T20:18:34.8325345Z 9ba16c641425: Download complete 2025-03-21T20:18:34.9101518Z 77ba92adb139: Verifying Checksum 2025-03-21T20:18:34.9102007Z 77ba92adb139: Download complete 2025-03-21T20:18:34.9803210Z 64ce996e9099: Verifying Checksum 2025-03-21T20:18:34.9803693Z 64ce996e9099: Download complete 2025-03-21T20:18:34.9894759Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:34.9966605Z a19a1e7e8dc5: Download complete 2025-03-21T20:18:35.0540901Z 9477f9ca85e9: Pull complete 2025-03-21T20:18:35.0668884Z 3a170b4f1675: Verifying Checksum 2025-03-21T20:18:35.0669220Z 3a170b4f1675: Download complete 2025-03-21T20:18:35.0763829Z 040f4b25fe47: Download complete 2025-03-21T20:18:35.1457370Z a4ecfbb2800a: Download complete 2025-03-21T20:18:35.1717302Z 261c0f487ad0: Pull complete 2025-03-21T20:18:35.5191346Z 60efa3734e02: Pull complete 2025-03-21T20:18:35.6503431Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:38.1589092Z b12c3e7daf6a: Pull complete 2025-03-21T20:18:38.3200613Z 5a102502de33: Pull complete 2025-03-21T20:18:38.3950303Z 49b7cb3e3363: Pull complete 2025-03-21T20:18:38.4561264Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:39.0279182Z 50ae2a7d008d: Pull complete 2025-03-21T20:18:39.1341746Z 5120711d46e3: Pull complete 2025-03-21T20:18:44.4342878Z e15c96258417: Pull complete 2025-03-21T20:18:44.6107517Z e1fd02ccae09: Pull complete 2025-03-21T20:18:44.7339758Z 40e3350d1dba: Pull complete 2025-03-21T20:18:44.8837165Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:18:46.8239096Z b37951d5b4cd: Pull complete 2025-03-21T20:18:47.0131931Z da5f9c0761b5: Pull complete 2025-03-21T20:18:47.1898641Z c42592812bfd: Pull complete 2025-03-21T20:18:47.3607362Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:18:47.4977087Z 59fe3e940463: Pull complete 2025-03-21T20:20:16.9916384Z 20520b201e38: Verifying Checksum 2025-03-21T20:20:16.9918040Z 20520b201e38: Download complete 2025-03-21T20:21:30.0902553Z 20520b201e38: Pull complete 2025-03-21T20:21:30.2677060Z db5c552aa08b: Pull complete 2025-03-21T20:21:37.4775885Z 9ba16c641425: Pull complete 2025-03-21T20:21:37.5505036Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:44.2068552Z 64ce996e9099: Pull complete 2025-03-21T20:21:44.2715626Z 77ba92adb139: Pull complete 2025-03-21T20:21:44.3275867Z a19a1e7e8dc5: Pull complete 2025-03-21T20:21:44.3542631Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:44.3883325Z 3a170b4f1675: Pull complete 2025-03-21T20:21:44.4210993Z 040f4b25fe47: Pull complete 2025-03-21T20:21:44.5072091Z a4ecfbb2800a: Pull complete 2025-03-21T20:21:44.5501390Z Digest: sha256:073cf913dee2284ff75fa810e9e06ddae9544bc5fdd63e5feeb52a8eac5cb2c8 2025-03-21T20:21:44.5730516Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:44.5830702Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:44.5874848Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:44.5875820Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:44.5882641Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:44.5883108Z env: 2025-03-21T20:21:44.5883633Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:21:44.5884026Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:44.5884337Z PR_NUMBER: 2025-03-21T20:21:44.5886508Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:21:44.5888838Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:44.5889451Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:44.5890105Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:44.5890521Z ##[endgroup] 2025-03-21T20:21:44.6044863Z ##[group]Run set -ex 2025-03-21T20:21:44.6045239Z set -ex 2025-03-21T20:21:44.6045486Z { 2025-03-21T20:21:44.6045725Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:44.6046072Z  echo "set -eou pipefail"; 2025-03-21T20:21:44.6046458Z  # shellcheck disable=SC2016 2025-03-21T20:21:44.6046818Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:44.6047178Z  echo "set -x"; 2025-03-21T20:21:44.6047466Z  echo "${SCRIPT}"; 2025-03-21T20:21:44.6047762Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:44.6048119Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:44.6048896Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:44.6054975Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:44.6055267Z env: 2025-03-21T20:21:44.6056016Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:44.6056781Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:44.6057082Z PR_NUMBER: 2025-03-21T20:21:44.6059196Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:21:44.6061524Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:44.6062129Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:44.6062676Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:44.6063352Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:44.6063681Z ##[endgroup] 2025-03-21T20:21:44.6086255Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:44.6086678Z + echo 'set -eou pipefail' 2025-03-21T20:21:44.6087473Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:44.6087809Z + echo 'set -x' 2025-03-21T20:21:44.6088060Z + echo 'set -eux 2025-03-21T20:21:44.6088221Z 2025-03-21T20:21:44.6088474Z # The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:44.6089013Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:44.6089412Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:44.6089600Z 2025-03-21T20:21:44.6089725Z BUILD_TOOL="cmake" 2025-03-21T20:21:44.6089946Z 2025-03-21T20:21:44.6090180Z # Setup MacOS dependencies as there is no Docker support on MacOS atm 2025-03-21T20:21:44.6090629Z PYTHON_EXECUTABLE=python \ 2025-03-21T20:21:44.6090935Z EXECUTORCH_BUILD_PYBIND=ON \ 2025-03-21T20:21:44.6091248Z EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ 2025-03-21T20:21:44.6091643Z .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:21:44.6091924Z 2025-03-21T20:21:44.6092050Z # Install Arm dependencies 2025-03-21T20:21:44.6092375Z .ci/scripts/setup-arm-baremetal-tools.sh 2025-03-21T20:21:44.6092608Z 2025-03-21T20:21:44.6092719Z # Run pytest without simulator 2025-03-21T20:21:44.6093072Z backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:21:44.6093434Z ' 2025-03-21T20:21:44.6093752Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:44.6105613Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:22:05.3239259Z Running command: 2025-03-21T20:22:05.3246106Z 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_14000170672" `# 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_6ea80f88-27ac-4d0e-bb05-01dc4659d04e":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_6ea80f88-27ac-4d0e-bb05-01dc4659d04e" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:22:05.3252318Z 2025-03-21T20:22:05.3252675Z 0d66375c73acbe59369780633cab7948a966e4fe0722d8c43450e1ace9d47068 2025-03-21T20:22:05.3253368Z Running command: docker exec -t 0d66375c73acbe59369780633cab7948a966e4fe0722d8c43450e1ace9d47068 /exec 2025-03-21T20:22:05.3253936Z + set -eux 2025-03-21T20:22:05.3254184Z ++ conda env list --json 2025-03-21T20:22:05.3254458Z ++ local cmd=env 2025-03-21T20:22:05.3254699Z ++ case "$cmd" in 2025-03-21T20:22:05.3254964Z ++ __conda_exe env list --json 2025-03-21T20:22:05.3255264Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:22:05.3255557Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:22:05.3255883Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:22:05.3256211Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:22:05.3256587Z + local cmd=activate 2025-03-21T20:22:05.3256937Z + case "$cmd" in 2025-03-21T20:22:05.3257240Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:22:05.3257581Z + '[' -n '' ']' 2025-03-21T20:22:05.3257823Z + local ask_conda 2025-03-21T20:22:05.3258071Z ++ PS1='(base) ' 2025-03-21T20:22:05.3258391Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:05.3258895Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:05.3259328Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:22:05.3260198Z 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-03-21T20:22:05.3261128Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:05.3261502Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:05.3261815Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:05.3262170Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:05.3262545Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:05.3262902Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:05.3263247Z export _CE_M='\'''\'' 2025-03-21T20:22:05.3263516Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:05.3263840Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:05.3264219Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:22:05.3265060Z 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-03-21T20:22:05.3265974Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:05.3266341Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:05.3266780Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:05.3267139Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:05.3267510Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:05.3267867Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:05.3268211Z export _CE_M='\'''\'' 2025-03-21T20:22:05.3268479Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:05.3268807Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:05.3269179Z ++ PS1='(py_3.10) ' 2025-03-21T20:22:05.3269967Z ++ 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-03-21T20:22:05.3271321Z ++ 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-03-21T20:22:05.3272240Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:05.3272604Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:05.3272916Z ++ export CONDA_SHLVL=2 2025-03-21T20:22:05.3273178Z ++ CONDA_SHLVL=2 2025-03-21T20:22:05.3273442Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:05.3273764Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:05.3274122Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:22:05.3274476Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:22:05.3274793Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:05.3275110Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:05.3275415Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:05.3275753Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:05.3276048Z ++ export _CE_M= 2025-03-21T20:22:05.3276274Z ++ _CE_M= 2025-03-21T20:22:05.3276499Z ++ export _CE_CONDA= 2025-03-21T20:22:05.3276751Z ++ _CE_CONDA= 2025-03-21T20:22:05.3277025Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:05.3277395Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:05.3277704Z + __conda_hashr 2025-03-21T20:22:05.3277943Z + '[' -n '' ']' 2025-03-21T20:22:05.3278177Z + '[' -n '' ']' 2025-03-21T20:22:05.3278408Z + hash -r 2025-03-21T20:22:05.3278623Z + BUILD_TOOL=cmake 2025-03-21T20:22:05.3278882Z + PYTHON_EXECUTABLE=python 2025-03-21T20:22:05.3279176Z + EXECUTORCH_BUILD_PYBIND=ON 2025-03-21T20:22:05.3279479Z + EXECUTORCH_BUILD_ARM_BAREMETAL=ON 2025-03-21T20:22:05.3279831Z + .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:22:05.3280191Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:22:05.3280516Z + source .ci/scripts/utils.sh 2025-03-21T20:22:05.3280824Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:22:05.3281163Z ++ parse_args --build-tool cmake 2025-03-21T20:22:05.3281472Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:22:05.3281746Z ++ local args 2025-03-21T20:22:05.3281984Z ++ local i 2025-03-21T20:22:05.3282212Z ++ local BUILD_TOOL= 2025-03-21T20:22:05.3282548Z ++ local BUILD_MODE= 2025-03-21T20:22:05.3282802Z ++ local EDITABLE= 2025-03-21T20:22:05.3283106Z ++ (( i=0 )) 2025-03-21T20:22:05.3283363Z ++ (( i<2 )) 2025-03-21T20:22:05.3283597Z ++ case "${args[$i]}" in 2025-03-21T20:22:05.3283870Z ++ BUILD_TOOL=cmake 2025-03-21T20:22:05.3284115Z ++ i=1 2025-03-21T20:22:05.3284336Z ++ (( i++ )) 2025-03-21T20:22:05.3284561Z ++ (( i<2 )) 2025-03-21T20:22:05.3284779Z ++ '[' -z cmake ']' 2025-03-21T20:22:05.3285036Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:22:05.3285337Z ++ BUILD_MODE=Release 2025-03-21T20:22:05.3285615Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:22:05.3285926Z ++ EDITABLE=false 2025-03-21T20:22:05.3286178Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:22:05.3286488Z ++ echo 'cmake Release false' 2025-03-21T20:22:05.3286786Z + [[ false == \t\r\u\e ]] 2025-03-21T20:22:05.3287104Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:22:05.3287565Z + which pip 2025-03-21T20:22:05.3287843Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:22:05.3288251Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:22:05.3288909Z 2025-03-21 20:22:04,263 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:22:05.3289579Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:05.3290472Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:22:05.3291542Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:22:05.3292453Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:22:05.3293186Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:22:05.3293706Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:22:05.3294853Z 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-03-21T20:22:05.3296083Z 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 5)) (4.47.1) 2025-03-21T20:22:05.3296963Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:22:05.3297809Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:22:05.3298762Z 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.0) 2025-03-21T20:22:05.3300044Z 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-03-21T20:22:05.3301198Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:22:05.3302357Z 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-03-21T20:22:05.3303466Z 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-03-21T20:22:05.3304578Z 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-03-21T20:22:05.3305802Z 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.29.3) 2025-03-21T20:22:05.3307091Z 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-03-21T20:22:05.3308416Z 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 5)) (3.18.0) 2025-03-21T20:22:05.3309756Z 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 5)) (2.2.4) 2025-03-21T20:22:17.4285608Z 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 5)) (24.2) 2025-03-21T20:22:17.4287707Z 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 5)) (2024.11.6) 2025-03-21T20:22:17.4289290Z 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 5)) (2.32.3) 2025-03-21T20:22:17.4290992Z 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 5)) (0.21.1) 2025-03-21T20:22:17.4292361Z 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 5)) (4.67.1) 2025-03-21T20:22:17.4293551Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:22:17.4294542Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:22:17.4295466Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:22:17.4296375Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:22:17.4297398Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:22:17.4298362Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.1.0) 2025-03-21T20:22:17.4299380Z 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-03-21T20:22:17.4300585Z 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-03-21T20:22:17.4301871Z 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 5)) (3.4.1) 2025-03-21T20:22:17.4303339Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T20:22:17.4304770Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T20:22:17.4306225Z 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 5)) (2025.1.31) 2025-03-21T20:22:17.4307173Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:22:17.4308184Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:22:17.4308897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 80.2 MB/s eta 0:00:00 2025-03-21T20:22:17.4309659Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:22:17.4310430Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:22:17.4311166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 263.2 MB/s eta 0:00:00 2025-03-21T20:22:17.4311718Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:22:17.4312091Z Attempting uninstall: timm 2025-03-21T20:22:17.4312404Z Found existing installation: timm 0.6.13 2025-03-21T20:22:17.4312753Z Uninstalling timm-0.6.13: 2025-03-21T20:22:17.4313075Z Successfully uninstalled timm-0.6.13 2025-03-21T20:22:17.4313446Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:22:17.4313813Z Processing ./third-party/ao 2025-03-21T20:22:17.4314214Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:22:17.4314696Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:22:17.4315222Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:22:17.4316341Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=b6772bac603a9c74b7e2d5fb1b9af71c82bf6f29dfd03ed29c1b766146c260f8 2025-03-21T20:22:17.4317702Z Stored in directory: /tmp/pip-ephem-wheel-cache-xi5w_278/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:22:17.4318398Z Successfully built torchao 2025-03-21T20:22:17.4318699Z Installing collected packages: torchao 2025-03-21T20:22:17.4319081Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:22:17.4319632Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:22:17.4320362Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:17.4320908Z Processing /pytorch/executorch 2025-03-21T20:22:17.4321269Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:22:17.4321633Z running dist_info 2025-03-21T20:22:17.4322000Z creating /tmp/pip-modern-metadata-95sqti5z/executorch.egg-info 2025-03-21T20:22:17.4322665Z writing /tmp/pip-modern-metadata-95sqti5z/executorch.egg-info/PKG-INFO 2025-03-21T20:22:17.4323404Z writing dependency_links to /tmp/pip-modern-metadata-95sqti5z/executorch.egg-info/dependency_links.txt 2025-03-21T20:22:17.4324231Z writing entry points to /tmp/pip-modern-metadata-95sqti5z/executorch.egg-info/entry_points.txt 2025-03-21T20:22:17.4324999Z writing requirements to /tmp/pip-modern-metadata-95sqti5z/executorch.egg-info/requires.txt 2025-03-21T20:22:17.4325747Z writing top-level names to /tmp/pip-modern-metadata-95sqti5z/executorch.egg-info/top_level.txt 2025-03-21T20:22:17.4326505Z writing manifest file '/tmp/pip-modern-metadata-95sqti5z/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:17.4327247Z reading manifest file '/tmp/pip-modern-metadata-95sqti5z/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:17.4327789Z adding license file 'LICENSE' 2025-03-21T20:22:17.4328292Z writing manifest file '/tmp/pip-modern-metadata-95sqti5z/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:17.4329013Z creating '/tmp/pip-modern-metadata-95sqti5z/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:22:17.4329667Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:17.4330533Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.1.6) 2025-03-21T20:22:17.4331334Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:17.4332552Z 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-03-21T20:22:17.4333851Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:22:17.4334727Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.84.2) 2025-03-21T20:22:17.4335817Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.3.0) 2025-03-21T20:22:17.4336897Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.4) 2025-03-21T20:22:17.4337975Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (24.2) 2025-03-21T20:22:17.4339055Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.3) 2025-03-21T20:22:17.4340265Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.9.0) 2025-03-21T20:22:17.4341357Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (7.2.0) 2025-03-21T20:22:17.4342133Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:17.4343399Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2025-03-21T20:22:17.4344617Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:22:17.4345180Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:17.4346495Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/89/37/54e5ffc7c0cebee7cf30a3ac5915faa7e7abf8bdfdf3228c277f7c192489/pytest_rerunfailures-15.0-py3-none-any.whl.metadata 2025-03-21T20:22:17.4347840Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:22:17.4348694Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.0.1) 2025-03-21T20:22:29.9994001Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.17.32) 2025-03-21T20:22:29.9996054Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.13.3) 2025-03-21T20:22:29.9997368Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:29.9999435Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-03-21T20:22:30.0001698Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:22:30.0003215Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (4.12.2) 2025-03-21T20:22:30.0005525Z 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.6.0a0+be92d7d) (2.9.0.post0) 2025-03-21T20:22:30.0007794Z 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.6.0a0+be92d7d) (2025.1) 2025-03-21T20:22:30.0010038Z 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.6.0a0+be92d7d) (2025.1) 2025-03-21T20:22:30.0012219Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (25.3.0) 2025-03-21T20:22:30.0014519Z 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.6.0a0+be92d7d) (2.4.0) 2025-03-21T20:22:30.0016871Z Requirement already satisfied: exceptiongroup>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (1.2.2) 2025-03-21T20:22:30.0019127Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.1.0) 2025-03-21T20:22:30.0021258Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (1.5.0) 2025-03-21T20:22:30.0023368Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.0.1) 2025-03-21T20:22:30.0024784Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:30.0026804Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/30/3d/64ad57c803f1fa1e963a7946b6e0fea4a70df53c1a7fed304586539c2bac/pytest-8.3.5-py3-none-any.whl.metadata 2025-03-21T20:22:30.0028823Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:22:30.0029736Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:30.0032145Z 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-03-21T20:22:30.0034338Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:22:30.0035996Z 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.6.0a0+be92d7d) (0.2.12) 2025-03-21T20:22:30.0038357Z 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.6.0a0+be92d7d) (1.17.0) 2025-03-21T20:22:30.0040056Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:22:30.0040985Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:22:30.0041824Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:22:30.0042780Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:22:30.0043548Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:22:30.0044298Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:22:30.0045023Z Building wheels for collected packages: executorch 2025-03-21T20:22:30.0045857Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:22:30.0046582Z running bdist_wheel 2025-03-21T20:22:30.0047017Z running build 2025-03-21T20:22:30.0047456Z command options for 'CustomBuild': 2025-03-21T20:22:30.0047989Z build_base = pip-out 2025-03-21T20:22:30.0048466Z build_purelib = pip-out/lib 2025-03-21T20:22:30.0049001Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:30.0049800Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:30.0050464Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:22:30.0051102Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:22:30.0051768Z plat_name = linux-x86_64 2025-03-21T20:22:30.0052246Z compiler = None 2025-03-21T20:22:30.0052655Z parallel = 7 2025-03-21T20:22:30.0053062Z debug = None 2025-03-21T20:22:30.0053446Z force = None 2025-03-21T20:22:30.0053924Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:22:30.0054826Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:22:30.0056071Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:22:30.0058087Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:22:30.0060043Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:30.0061307Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:30.0062818Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:30.0063979Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:30.0064976Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:30.0066440Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:30.0067998Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:22:30.0069084Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:22:30.0069684Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:22:30.0070268Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:22:30.0070885Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:30.0071492Z CMake Warning: 2025-03-21T20:22:30.0072055Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:30.0072555Z 2025-03-21T20:22:30.0072565Z 2025-03-21T20:22:30.0072838Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:30.0073707Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:30.0074322Z git describe failed with exit code: 128 2025-03-21T20:22:30.0074710Z 2025-03-21T20:22:30.0074995Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:30.0075643Z Call Stack (most recent call first): 2025-03-21T20:22:30.0076161Z CMakeLists.txt:5 (include) 2025-03-21T20:22:30.0076462Z 2025-03-21T20:22:30.0076469Z 2025-03-21T20:22:30.0076673Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:30.0077571Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:30.0078923Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:30.0080241Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:30.0081891Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:30.0083541Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:30.0085125Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:30.0086574Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:30.0087874Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:30.0089349Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:30.0090590Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:30.0091250Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:30.0092312Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:30.0093865Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:30.0095336Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:30.0096746Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:30.0098222Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:30.0099704Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:30.0102466Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:30.0103995Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:30.0105545Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:22:30.0106637Z [ 1%] Linking C static library libpthreadpool.a 2025-03-21T20:22:30.0107791Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:22:30.0108905Z [ 1%] Built target pthreadpool 2025-03-21T20:22:30.0109958Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:22:30.0111516Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:31.0174138Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:31.0175434Z [ 2%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:31.0176026Z [ 2%] Built target flatccrt 2025-03-21T20:22:31.0176367Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:31.0177188Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:31.0177928Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:31.0178427Z -- Detecting CXX compile features 2025-03-21T20:22:31.0178776Z -- Detecting CXX compile features - done 2025-03-21T20:22:31.0179444Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:31.0180098Z -- Looking for strtof_l 2025-03-21T20:22:31.0180895Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:31.0181998Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:31.0182942Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:31.0183784Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:31.0184684Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:22:31.0185574Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:31.0186378Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:31.0187191Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:22:31.0188169Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:22:31.0189165Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:22:31.0190267Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-03-21T20:22:31.0191419Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:31.0192071Z -- Looking for strtof_l - found 2025-03-21T20:22:31.0192386Z -- Looking for strtoull_l 2025-03-21T20:22:31.0193057Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:22:31.0193898Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:31.0194797Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:22:31.0195817Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:31.0196459Z [ 3%] Built target indirection 2025-03-21T20:22:31.0197116Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:22:31.0198154Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:31.0199030Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:31.0200250Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-03-21T20:22:31.0201489Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:22:31.0202447Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:22:31.0203354Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:22:31.0204446Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:31.0225978Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:31.0227100Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:31.0228175Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:22:31.0229053Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:22:31.0229690Z -- Looking for strtoull_l - found 2025-03-21T20:22:31.0230023Z -- Looking for realpath 2025-03-21T20:22:31.0230590Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:31.0231579Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:31.0232328Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:31.0233101Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:22:31.0233978Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:22:31.0235015Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:31.0236058Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:31.0236930Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:31.0237834Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:31.0238627Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:22:31.0239215Z [ 4%] Built target logging 2025-03-21T20:22:31.0239939Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:22:31.0240863Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:31.0241670Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:31.0242502Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:31.0243326Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:22:31.0243918Z [ 4%] Built target microparams-init 2025-03-21T20:22:31.0244269Z -- Looking for realpath - found 2025-03-21T20:22:31.0244642Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:31.0245034Z -- Configuring done (1.1s) 2025-03-21T20:22:31.0245630Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:22:31.0246260Z -- Generating done (0.0s) 2025-03-21T20:22:31.0246902Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:22:31.0248024Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:31.0248836Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:22:31.0249444Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:22:31.0250343Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:22:31.0251286Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:31.0251992Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:31.0252429Z [ 4%] Built target normalization 2025-03-21T20:22:31.0252849Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:31.0253528Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:22:31.0254206Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:31.0254646Z [ 4%] Linking C static library libcpuinfo.a 2025-03-21T20:22:31.0254995Z [ 4%] Built target cpuinfo 2025-03-21T20:22:31.0255378Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:31.0256030Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:22:31.0257125Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-03-21T20:22:31.0258148Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:22:31.0259160Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-03-21T20:22:31.0260163Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:31.0260837Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:31.0261531Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:31.0262364Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:31.0263206Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:22:32.0806971Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:22:32.0808508Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:22:32.0810048Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:32.0811493Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:22:32.0813012Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:22:32.0814826Z [ 7%] 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-03-21T20:22:32.0816639Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:32.0818410Z [ 7%] 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-03-21T20:22:32.0820279Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:22:32.0821505Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:32.0822639Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:22:32.0823692Z [ 7%] Linking CXX static library libeigen_blas.a 2025-03-21T20:22:32.0824509Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:32.0826099Z [ 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-03-21T20:22:32.0827514Z [ 7%] Built target eigen_blas 2025-03-21T20:22:32.0828034Z [ 7%] Built target packing 2025-03-21T20:22:32.0828856Z [ 7%] Built target allocator 2025-03-21T20:22:32.0830176Z [ 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-03-21T20:22:32.0832330Z [ 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-03-21T20:22:32.0833846Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:22:32.0835162Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:22:32.0836547Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:32.0837734Z [ 7%] Built target cache 2025-03-21T20:22:32.0839203Z [ 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-03-21T20:22:32.0841185Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:22:32.0842792Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:22:32.0844032Z [ 7%] Built target datatype 2025-03-21T20:22:32.0844965Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:22:32.0845989Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:32.0847427Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:22:32.0848860Z [ 7%] Built target mutex 2025-03-21T20:22:32.0850508Z [ 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-03-21T20:22:32.0852507Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:22:32.0853728Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:32.0854678Z [ 7%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:32.0855441Z [ 7%] Built target memory 2025-03-21T20:22:32.0855893Z [ 7%] Built target flatcc 2025-03-21T20:22:32.0857086Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:22:32.0858811Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:22:32.0860058Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:32.0860857Z [ 7%] Built target operator-utils 2025-03-21T20:22:32.0862008Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:22:32.0863235Z [ 7%] Built target operator-run 2025-03-21T20:22:32.0864731Z [ 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-03-21T20:22:32.0866561Z [ 7%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:32.0867483Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:32.0869075Z [ 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-03-21T20:22:32.0870656Z [ 7%] Built target hardware-config 2025-03-21T20:22:32.0871478Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:32.0873070Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:22:32.0874450Z [ 7%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:22:32.0875908Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:22:32.0877854Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:22:32.0879865Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:22:32.0881884Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:22:32.0883202Z [ 8%] Built target flatcc_cli 2025-03-21T20:22:32.0884552Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:22:32.0886819Z [ 8%] 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-03-21T20:22:32.0888402Z [ 8%] Generating etdump headers 2025-03-21T20:22:32.0888960Z [ 8%] Built target etdump_schema 2025-03-21T20:22:32.0890933Z [ 8%] 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-03-21T20:22:32.0892645Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:32.0894386Z [ 9%] 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-03-21T20:22:32.0896883Z [ 9%] 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-03-21T20:22:32.0899122Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:22:32.0900624Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:32.0901901Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-03-21T20:22:32.0903631Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:22:32.0905707Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:32.0907828Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:22:32.0909766Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:22:32.0912022Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-03-21T20:22:32.0913736Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:32.0915294Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:22:32.0917529Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:22:32.0919906Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:32.0921600Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:32.0922596Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:32.0923822Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:32.0925298Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:22:33.2780225Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:22:33.2782818Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:22:33.2784688Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:22:33.2786441Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:22:33.2788093Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:33.2789091Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:33.2790062Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:33.2791606Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:22:33.2793856Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:33.2796079Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:22:33.2798257Z [ 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-03-21T20:22:33.2800844Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:33.2803139Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:22:33.2805033Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:22:33.2806968Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:22:33.2808991Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:22:33.2811153Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:22:33.2813466Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-03-21T20:22:33.2815704Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-03-21T20:22:33.2817371Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:33.2819041Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-03-21T20:22:33.2820617Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:33.2822029Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:22:33.2824017Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-03-21T20:22:33.2826232Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-03-21T20:22:33.2828472Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:22:33.2830522Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-03-21T20:22:33.2832588Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:22:33.2834639Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-03-21T20:22:33.2836351Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:33.2838107Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-03-21T20:22:33.2840434Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-03-21T20:22:33.2842532Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:22:33.2844601Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-03-21T20:22:33.2846833Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-03-21T20:22:33.2849101Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-03-21T20:22:33.2850614Z [ 12%] Built target operators 2025-03-21T20:22:33.2851711Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:22:33.2853609Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:33.2854656Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:33.2855602Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:33.2857146Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-03-21T20:22:33.2859037Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:22:33.2860822Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-03-21T20:22:33.2862721Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:22:33.2864545Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-03-21T20:22:33.2866750Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-03-21T20:22:33.2868382Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:33.2869831Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:22:33.2871796Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:22:33.2873759Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:22:33.2875619Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:22:33.2877365Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:22:33.2879835Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:22:33.2881947Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-03-21T20:22:33.2884237Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-03-21T20:22:33.2886475Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-03-21T20:22:33.2888719Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-03-21T20:22:33.2890484Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:33.2891835Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:22:33.2893375Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:33.2894939Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:22:33.2896791Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:22:33.2898643Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:22:33.2902150Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:22:33.2904373Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-03-21T20:22:33.2906675Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-03-21T20:22:34.2991983Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-03-21T20:22:34.2994214Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-03-21T20:22:34.2995848Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:34.2996739Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:34.2998307Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:22:34.3000231Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:22:34.3001724Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:34.3003251Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-03-21T20:22:34.3005280Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-03-21T20:22:34.3007300Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-03-21T20:22:34.3009338Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:22:34.3011109Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:22:34.3012939Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-03-21T20:22:34.3014762Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:22:34.3016422Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:34.3017559Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:34.3018998Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:22:34.3020442Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:34.3022118Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:34.3024404Z [ 15%] 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-03-21T20:22:34.3026694Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:22:34.3028308Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:34.3029941Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:34.3032265Z [ 15%] 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-03-21T20:22:34.3034698Z [ 15%] 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-03-21T20:22:34.3036378Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-03-21T20:22:34.3037764Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:22:34.3039159Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-03-21T20:22:34.3040537Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:22:34.3041837Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:22:34.3042902Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:34.3043943Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:22:34.3045324Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-03-21T20:22:34.3046823Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:22:34.3048192Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:22:34.3049228Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:34.3050408Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:22:34.3051684Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:22:34.3052907Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:22:34.3054067Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:22:34.3055536Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:22:34.3057295Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-03-21T20:22:34.3058954Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:22:34.3060623Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-03-21T20:22:34.3061972Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:22:34.3063332Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:22:34.3065096Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-03-21T20:22:34.3066140Z [100%] Linking CXX executable flatc 2025-03-21T20:22:34.3067210Z [ 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-03-21T20:22:34.3068888Z [ 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-03-21T20:22:34.3069942Z [ 17%] Built target subgraph 2025-03-21T20:22:34.3070939Z [ 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-03-21T20:22:34.3072580Z [ 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-03-21T20:22:34.3074280Z [ 17%] 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-03-21T20:22:34.3076089Z [ 17%] 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-03-21T20:22:34.3077834Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-03-21T20:22:34.3079544Z [ 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-03-21T20:22:34.3081284Z [ 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-03-21T20:22:34.3082958Z [ 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-03-21T20:22:34.3084602Z [ 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-03-21T20:22:34.3086175Z [ 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-03-21T20:22:34.3087747Z [ 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-03-21T20:22:34.3089459Z [ 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-03-21T20:22:34.3091331Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-03-21T20:22:35.2303763Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:35.2305542Z [ 18%] 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-03-21T20:22:35.2306950Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:22:35.2308294Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-03-21T20:22:35.2310299Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-03-21T20:22:35.2312589Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-03-21T20:22:35.2314882Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:35.2316607Z [ 18%] 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-03-21T20:22:35.2317872Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:22:35.2319675Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-03-21T20:22:35.2321963Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-03-21T20:22:35.2324251Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-03-21T20:22:35.2326332Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-03-21T20:22:35.2328572Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-03-21T20:22:35.2330008Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-03-21T20:22:35.2331322Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-03-21T20:22:35.2332600Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:35.2334301Z [ 19%] 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-03-21T20:22:35.2335583Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:22:35.2336787Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-03-21T20:22:35.2338127Z [ 19%] 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-03-21T20:22:35.2339568Z [ 19%] 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-03-21T20:22:35.2341957Z [ 19%] 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-03-21T20:22:35.2344781Z [ 19%] 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-03-21T20:22:35.2347063Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:22:35.2348602Z [ 20%] 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-03-21T20:22:35.2350149Z [ 20%] 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-03-21T20:22:35.2352266Z [ 20%] 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-03-21T20:22:35.2354959Z [ 20%] 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-03-21T20:22:35.2357642Z [ 20%] 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-03-21T20:22:35.2360305Z [ 20%] 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-03-21T20:22:35.2362955Z [ 20%] 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-03-21T20:22:35.2365551Z [ 20%] 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-03-21T20:22:35.2367786Z [ 20%] 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-03-21T20:22:35.2370003Z [ 20%] 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-03-21T20:22:35.2372178Z [ 20%] 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-03-21T20:22:35.2374377Z [ 20%] 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-03-21T20:22:35.2376468Z [ 20%] 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-03-21T20:22:35.2378621Z [ 20%] 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-03-21T20:22:35.2380697Z [ 20%] 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-03-21T20:22:35.2381941Z [ 21%] 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-03-21T20:22:35.2383931Z [ 21%] 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-03-21T20:22:35.2385240Z [100%] Built target flatc 2025-03-21T20:22:35.2386379Z [ 21%] 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-03-21T20:22:35.2387685Z [ 21%] 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-03-21T20:22:35.2388916Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:35.2390155Z [ 21%] No install step for 'flatbuffers' 2025-03-21T20:22:35.2391422Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:22:35.2392598Z [ 21%] Completed 'flatbuffers' 2025-03-21T20:22:35.2393080Z [ 21%] Built target flatbuffers 2025-03-21T20:22:35.2394195Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:22:35.2395368Z [ 21%] Generating common_schema headers 2025-03-21T20:22:35.2395896Z [ 23%] Generating xnnpack_schema headers 2025-03-21T20:22:35.2396430Z [ 23%] Built target common_schema 2025-03-21T20:22:35.2397634Z [ 23%] 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-03-21T20:22:35.2398533Z [ 23%] Generating bundled_program headers 2025-03-21T20:22:35.2398894Z [ 23%] Generating program_schema headers 2025-03-21T20:22:35.2399753Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:35.2401347Z [ 23%] Built target bundled_program_schema 2025-03-21T20:22:35.2401992Z [ 23%] Built target xnnpack_schema 2025-03-21T20:22:35.2403339Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T20:22:36.5376896Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-03-21T20:22:36.5378370Z [ 23%] Built target program_schema 2025-03-21T20:22:36.5379277Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:36.5380551Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:36.5382006Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:36.5383695Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:36.5385279Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:36.5387331Z [ 23%] 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-03-21T20:22:36.5389129Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:36.5390900Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:22:36.5393153Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:22:36.5394882Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:36.5396744Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:36.5398979Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:36.5403745Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:36.5405029Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:36.5406374Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:36.5407706Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:36.5409442Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:36.5411473Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:22:36.5413413Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:36.5414907Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:36.5416729Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:22:36.5419024Z [ 25%] 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-03-21T20:22:36.5420859Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:36.5422278Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:36.5423533Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:36.5425452Z [ 25%] 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-03-21T20:22:36.5427367Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:36.5428643Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:36.5429981Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:36.5431957Z [ 25%] 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-03-21T20:22:36.5434522Z [ 25%] 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-03-21T20:22:36.5437025Z [ 25%] 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-03-21T20:22:36.5439548Z [ 25%] 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-03-21T20:22:36.5441994Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T20:22:36.5443589Z [ 25%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:36.5444273Z [ 25%] Built target executorch_core 2025-03-21T20:22:36.5445625Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-03-21T20:22:36.5447464Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:36.5448816Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:22:36.5450310Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:22:36.5451585Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:36.5453391Z [ 26%] 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-03-21T20:22:36.5455885Z [ 26%] 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-03-21T20:22:36.5458382Z [ 26%] 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-03-21T20:22:36.5460506Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:36.5462427Z [ 26%] 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-03-21T20:22:36.5464473Z [ 28%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:36.5466041Z [ 28%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:36.5467248Z [ 28%] Linking CXX static library libextension_tensor.a 2025-03-21T20:22:36.5468791Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:36.5471105Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T20:22:36.5472738Z [ 29%] Built target extension_tensor 2025-03-21T20:22:36.5474116Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:22:36.5476007Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:36.5477211Z [ 29%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:36.5478336Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:36.5479436Z [ 29%] Built target executorch 2025-03-21T20:22:36.5480872Z [ 29%] 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-03-21T20:22:36.5483206Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:36.5485545Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T20:22:36.5487285Z [ 29%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:36.5489009Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:22:36.5491457Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:36.5493515Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:22:36.5494947Z [ 29%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:22:36.5496124Z [ 29%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:22:36.5497410Z [ 29%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:36.5498542Z [ 29%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:36.5499288Z [ 29%] Built target extension_threadpool 2025-03-21T20:22:36.5500566Z [ 29%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:22:36.5502134Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:22:36.5503566Z [ 30%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:22:38.9596588Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:22:38.9598222Z [ 30%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:22:38.9599369Z [ 30%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:38.9600586Z [ 30%] Built target extension_data_loader 2025-03-21T20:22:38.9602254Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:22:38.9604010Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:38.9605554Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:38.9607351Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:38.9608636Z [ 31%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:38.9609305Z [ 31%] Built target bundled_program 2025-03-21T20:22:38.9610276Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:38.9612268Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:38.9613827Z [ 31%] Linking CXX static library libetdump.a 2025-03-21T20:22:38.9614438Z [ 31%] Built target etdump 2025-03-21T20:22:38.9615440Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:38.9617423Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:38.9619747Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:22:38.9621694Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:38.9622864Z [ 31%] Linking CXX static library libcpublas.a 2025-03-21T20:22:38.9624027Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:38.9625596Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:38.9626684Z [ 31%] Built target cpublas 2025-03-21T20:22:38.9627719Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:38.9629613Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:22:38.9631557Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:38.9634006Z [ 31%] 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-03-21T20:22:38.9636024Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:38.9638075Z [ 31%] 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-03-21T20:22:38.9640711Z [ 31%] 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-03-21T20:22:38.9642475Z [ 31%] Linking CXX static library libutil.a 2025-03-21T20:22:38.9644163Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:38.9646772Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:38.9648335Z [ 32%] Built target util 2025-03-21T20:22:38.9649868Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:38.9652158Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:38.9653869Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:38.9656027Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:38.9658106Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:38.9659732Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:38.9661427Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:38.9663534Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:38.9666186Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:22:38.9668164Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:38.9669642Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:38.9671149Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:38.9672723Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:38.9674344Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:38.9676352Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:38.9678979Z [ 32%] 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-03-21T20:22:38.9681114Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:38.9682582Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:38.9684136Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:38.9685724Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:38.9687861Z [ 32%] 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-03-21T20:22:38.9690203Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:38.9691919Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:38.9694070Z [ 32%] 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-03-21T20:22:38.9696158Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:38.9698172Z [ 32%] 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-03-21T20:22:38.9702799Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:38.9704375Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:38.9706344Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:38.9708661Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:38.9710336Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:38.9712471Z [ 35%] 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-03-21T20:22:38.9715162Z [ 35%] 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-03-21T20:22:38.9717269Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:38.9718782Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:38.9720984Z [ 35%] 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-03-21T20:22:38.9723131Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:38.9724747Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:38.9726775Z [ 36%] 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-03-21T20:22:43.6201736Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:43.6203835Z [ 36%] 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-03-21T20:22:43.6206016Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:43.6208238Z [ 36%] 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-03-21T20:22:43.6211177Z [ 36%] 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-03-21T20:22:43.6213266Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:43.6214829Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:43.6216964Z [ 36%] 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-03-21T20:22:43.6219111Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:43.6221341Z [ 36%] 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-03-21T20:22:43.6223490Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:43.6225647Z [ 36%] 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-03-21T20:22:43.6228407Z [ 36%] 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-03-21T20:22:43.6230595Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:43.6232739Z [ 36%] 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-03-21T20:22:43.6235039Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:43.6237134Z [ 36%] 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-03-21T20:22:43.6239611Z [ 36%] 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-03-21T20:22:43.6241583Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:43.6243657Z [ 36%] 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-03-21T20:22:43.6246211Z [ 36%] 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-03-21T20:22:43.6248540Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:43.6250844Z [ 36%] 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-03-21T20:22:43.6252909Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:43.6255106Z [ 36%] 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-03-21T20:22:43.6257232Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:43.6259446Z [ 36%] 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-03-21T20:22:43.6261597Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:43.6263513Z [ 37%] 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-03-21T20:22:43.6265794Z [ 37%] 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-03-21T20:22:43.6267819Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:43.6269904Z [ 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-03-21T20:22:43.6271942Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:43.6274040Z [ 39%] 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-03-21T20:22:43.6276489Z [ 39%] 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-03-21T20:22:43.6278939Z [ 39%] 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-03-21T20:22:43.6281090Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:43.6283116Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:43.6285368Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:43.6287280Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:43.6289283Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:43.6291634Z [ 39%] 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-03-21T20:22:43.6293534Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:43.6295495Z [ 39%] 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-03-21T20:22:43.6297434Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:43.6299460Z [ 39%] 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-03-21T20:22:43.6302118Z [ 39%] 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-03-21T20:22:43.6304136Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:43.6306157Z [ 39%] 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-03-21T20:22:43.6308486Z [ 39%] 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-03-21T20:22:43.6311201Z [ 39%] 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-03-21T20:22:43.6313625Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:43.6316066Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-03-21T20:22:43.6318308Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:43.6319866Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:43.6322227Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:22:43.6324543Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:43.6326808Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-03-21T20:22:43.6329560Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-03-21T20:22:45.5492401Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-03-21T20:22:45.5494925Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:22:45.5497016Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:45.5499142Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-03-21T20:22:45.5501436Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:45.5503702Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-03-21T20:22:45.5506113Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:45.5508139Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:45.5510162Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:22:45.5512547Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-03-21T20:22:45.5514500Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:45.5516901Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:45.5518877Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-03-21T20:22:45.5521247Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:45.5523317Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:45.5524986Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:45.5526976Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:22:45.5528965Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:45.5531103Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-03-21T20:22:45.5533077Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:45.5534675Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:45.5536612Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-03-21T20:22:45.5538832Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-03-21T20:22:45.5540785Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:45.5542454Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:45.5544416Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T20:22:45.5546350Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:45.5547983Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:45.5549925Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-03-21T20:22:45.5552171Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-03-21T20:22:45.5554471Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:22:45.5556960Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:22:45.5559278Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:22:45.5561530Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-03-21T20:22:45.5563452Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:45.5565037Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:45.5566611Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:45.5568650Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-03-21T20:22:45.5571017Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T20:22:45.5573212Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-03-21T20:22:45.5575357Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-03-21T20:22:45.5577590Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-03-21T20:22:45.5579844Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:22:45.5582058Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-03-21T20:22:45.5584246Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-03-21T20:22:45.5586131Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:45.5588032Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-03-21T20:22:45.5590276Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:22:45.5592481Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-03-21T20:22:45.5594639Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-03-21T20:22:45.5596896Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-03-21T20:22:45.5598818Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:45.5602143Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:45.5603805Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:45.5605759Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:22:45.5607685Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:45.5609618Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-03-21T20:22:45.5611864Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:45.5613828Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-03-21T20:22:45.5615715Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:45.5617343Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:45.5618921Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:45.5620829Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-03-21T20:22:47.0708857Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:22:47.0710848Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:47.0712568Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:47.0714559Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-03-21T20:22:47.0716633Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:47.0718666Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-03-21T20:22:47.0720532Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:47.0722439Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-03-21T20:22:47.0724693Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T20:22:47.0726917Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-03-21T20:22:47.0729108Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-03-21T20:22:47.0731445Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-03-21T20:22:47.0733749Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:22:47.0735983Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-03-21T20:22:47.0737905Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:47.0739522Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:47.0741407Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-03-21T20:22:47.0743559Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-03-21T20:22:47.0745825Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:22:47.0747972Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-03-21T20:22:47.0750446Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-03-21T20:22:47.0752691Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-03-21T20:22:47.0754950Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:22:47.0756862Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:47.0758749Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-03-21T20:22:47.0760699Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:47.0762547Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:47.0764265Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:47.0765960Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:47.0767915Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-03-21T20:22:47.0769976Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:47.0771644Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:47.0773604Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-03-21T20:22:47.0775529Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:47.0777165Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:47.0778892Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:47.0780067Z [ 47%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:47.0781568Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:22:47.0783585Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:47.0785588Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-03-21T20:22:47.0787480Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:47.0789424Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-03-21T20:22:47.0791524Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:47.0793557Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:47.0794928Z [ 48%] Built target optimized_kernels 2025-03-21T20:22:47.0796326Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-03-21T20:22:47.0798239Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:47.0799987Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:47.0802165Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:22:47.0804455Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-03-21T20:22:47.0806379Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:47.0808000Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:47.0809933Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-03-21T20:22:47.0811812Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:47.0813538Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:47.0815522Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-03-21T20:22:47.0817460Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:47.0819220Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:47.0821282Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:22:47.0823502Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-03-21T20:22:47.0825715Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-03-21T20:22:47.0827779Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:47.0829594Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:47.0831281Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:47.0832853Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:47.0834465Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:48.4977350Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:48.4979332Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-03-21T20:22:48.4981314Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:48.4983065Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:48.4985148Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:22:48.4987421Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-03-21T20:22:48.4989683Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-03-21T20:22:48.4991713Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:48.4993517Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:48.4995857Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-03-21T20:22:48.4998194Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:22:48.5000431Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:48.5001980Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:48.5003628Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:48.5005627Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-03-21T20:22:48.5007896Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:48.5009997Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-03-21T20:22:48.5012275Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-03-21T20:22:48.5014315Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:48.5016367Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:22:48.5018635Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T20:22:48.5020560Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:48.5022627Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-03-21T20:22:48.5024588Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:48.5026217Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:48.5027844Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:48.5029574Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:48.5031404Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:48.5033519Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-03-21T20:22:48.5035608Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:48.5037698Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:22:48.5039996Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-03-21T20:22:48.5042269Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-03-21T20:22:48.5044579Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-03-21T20:22:48.5046689Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:48.5048979Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T20:22:48.5051041Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:48.5052648Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:48.5054612Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-03-21T20:22:48.5056862Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-03-21T20:22:48.5059110Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-03-21T20:22:48.5061456Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:22:48.5063668Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-03-21T20:22:48.5065861Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-03-21T20:22:48.5067769Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:48.5069377Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:48.5071045Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:48.5072749Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:48.5074731Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-03-21T20:22:48.5077016Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:22:48.5079260Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-03-21T20:22:48.5081476Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-03-21T20:22:48.5083454Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:48.5085479Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-03-21T20:22:48.5087750Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:22:48.5090064Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-03-21T20:22:48.5092034Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:48.5094009Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-03-21T20:22:48.5096244Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-03-21T20:22:48.5098467Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:22:48.5100638Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:48.5102525Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:48.5104138Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:48.5105732Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:49.8655760Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-03-21T20:22:49.8657705Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:49.8659684Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:22:49.8661916Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:49.8663665Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:49.8665730Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:22:49.8668111Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:22:49.8670425Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:22:49.8672394Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:49.8674265Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T20:22:49.8676278Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:49.8678070Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:49.8679832Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:49.8681417Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:49.8683369Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T20:22:49.8685331Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:49.8687293Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:22:49.8689588Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T20:22:49.8691958Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T20:22:49.8693911Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:49.8705995Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T20:22:49.8708042Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:49.8710025Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:22:49.8712253Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:49.8713872Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:49.8715446Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:49.8717329Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T20:22:49.8719635Z [ 57%] 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-03-21T20:22:49.8721661Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:49.8723811Z [ 57%] 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-03-21T20:22:49.8726204Z [ 57%] 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-03-21T20:22:49.8728573Z [ 57%] 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-03-21T20:22:49.8731134Z [ 57%] 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-03-21T20:22:49.8733575Z [ 57%] 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-03-21T20:22:49.8735489Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:49.8737428Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:22:49.8739442Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:49.8741544Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-03-21T20:22:49.8743596Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:49.8745641Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-03-21T20:22:49.8748130Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-03-21T20:22:49.8750619Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:22:49.8753093Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-03-21T20:22:49.8755479Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-03-21T20:22:49.8757772Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-03-21T20:22:49.8759685Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:49.8761356Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:49.8763367Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-03-21T20:22:49.8765725Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:22:49.8767967Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-03-21T20:22:49.8769942Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:49.8771985Z [ 58%] 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-03-21T20:22:49.8774046Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:49.8776173Z [ 58%] 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-03-21T20:22:49.8778488Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:49.8780662Z [ 58%] 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-03-21T20:22:49.8783104Z [ 58%] 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-03-21T20:22:49.8785513Z [ 58%] 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-03-21T20:22:49.8787812Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-03-21T20:22:49.8789848Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:49.8791934Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-03-21T20:22:49.8793892Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:51.1235033Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:51.1236672Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:51.1238223Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:51.1239896Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:51.1241848Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:22:51.1244014Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-03-21T20:22:51.1246037Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:51.1248008Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:51.1250020Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:51.1251670Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:51.1253445Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-03-21T20:22:51.1255231Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:51.1257439Z [ 60%] 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-03-21T20:22:51.1259681Z [ 60%] 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-03-21T20:22:51.1261749Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:22:51.1263667Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-03-21T20:22:51.1265404Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:51.1267153Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-03-21T20:22:51.1269333Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:22:51.1271132Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:51.1272953Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:22:51.1274729Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:51.1276490Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-03-21T20:22:51.1278546Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-03-21T20:22:51.1280640Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-03-21T20:22:51.1282678Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-03-21T20:22:51.1284536Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:51.1286425Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:22:51.1288318Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:51.1290270Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:22:51.1292237Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:51.1294107Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-03-21T20:22:51.1295949Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:51.1297817Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-03-21T20:22:51.1299980Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-03-21T20:22:51.1301853Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:51.1303531Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:51.1305297Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:51.1307077Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-03-21T20:22:51.1308849Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:51.1310452Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:51.1312294Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:22:51.1314091Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:51.1316122Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:22:51.1317939Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:51.1319780Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-03-21T20:22:51.1321747Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-03-21T20:22:51.1323735Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-03-21T20:22:51.1325761Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-03-21T20:22:51.1327778Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:22:51.1330004Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:22:51.1332039Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-03-21T20:22:51.1334035Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-03-21T20:22:51.1336043Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:51.1338214Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-03-21T20:22:51.1340510Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:51.1342772Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:22:51.1344866Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:22:51.1346426Z [ 64%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:51.1347561Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-03-21T20:22:51.1349790Z [ 64%] 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-03-21T20:22:52.2270339Z [ 64%] 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-03-21T20:22:52.2273454Z [ 64%] 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-03-21T20:22:52.2276351Z [ 64%] 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-03-21T20:22:52.2278986Z [ 64%] 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-03-21T20:22:52.2281681Z [ 64%] 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-03-21T20:22:52.2284141Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:52.2286636Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-03-21T20:22:52.2289003Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:52.2291398Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:22:52.2293697Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-03-21T20:22:52.2295207Z [ 65%] Built target optimized_portable_kernels 2025-03-21T20:22:52.2296753Z [ 65%] 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-03-21T20:22:52.2299243Z [ 65%] 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-03-21T20:22:52.2301004Z [ 65%] Merging kernel yaml files 2025-03-21T20:22:52.2302517Z [ 65%] 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-03-21T20:22:52.2305005Z [ 65%] 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-03-21T20:22:52.2307503Z [ 65%] 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-03-21T20:22:52.2309804Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T20:22:52.2311925Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T20:22:52.2314094Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:22:52.2316225Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T20:22:52.2318362Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T20:22:52.2319964Z [ 65%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:22:52.2321620Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T20:22:52.2323743Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:22:52.2325897Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T20:22:52.2328213Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T20:22:52.2330474Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T20:22:52.2332653Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:22:52.2334811Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T20:22:52.2337184Z [ 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-03-21T20:22:52.2339856Z [ 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-03-21T20:22:52.2342796Z [ 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-03-21T20:22:52.2345690Z [ 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-03-21T20:22:52.2348467Z [ 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-03-21T20:22:52.2351000Z [ 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-03-21T20:22:52.2352673Z [ 67%] Generating code for kernel registration 2025-03-21T20:22:52.2354355Z [ 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-03-21T20:22:52.2356986Z [ 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-03-21T20:22:52.2359841Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:52.2362776Z [ 67%] 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-03-21T20:22:52.2365726Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:52.2368508Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:52.2371347Z [ 67%] 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-03-21T20:22:52.2374163Z [ 68%] 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-03-21T20:22:52.2376984Z [ 68%] 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-03-21T20:22:52.2379735Z [ 68%] 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-03-21T20:22:52.2382486Z [ 68%] 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-03-21T20:22:52.2385360Z [ 68%] 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-03-21T20:22:52.2388022Z [ 68%] 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-03-21T20:22:52.2390749Z [ 68%] 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-03-21T20:22:52.2393555Z [ 68%] 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-03-21T20:22:52.2396424Z [ 68%] 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-03-21T20:22:52.2399487Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:52.2402036Z [ 68%] 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-03-21T20:22:53.2692209Z [ 68%] 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-03-21T20:22:53.2695551Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:53.2698613Z [ 68%] 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-03-21T20:22:53.2701663Z [ 68%] 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-03-21T20:22:53.2704622Z [ 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-ssse3-madd.c.o 2025-03-21T20:22:53.2707581Z [ 69%] 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-03-21T20:22:53.2710586Z [ 69%] 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-03-21T20:22:53.2713540Z [ 69%] 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-03-21T20:22:53.2716585Z [ 69%] 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-03-21T20:22:53.2719625Z [ 69%] 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-03-21T20:22:53.2722756Z [ 69%] 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-03-21T20:22:53.2726650Z [ 69%] 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-03-21T20:22:53.2729231Z [ 69%] 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-03-21T20:22:53.2732162Z [ 69%] 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-03-21T20:22:53.2734748Z [ 69%] 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-03-21T20:22:53.2737186Z [ 69%] 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-03-21T20:22:53.2739659Z [ 69%] 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-03-21T20:22:53.2742163Z [ 69%] 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-03-21T20:22:53.2745007Z [ 69%] 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-03-21T20:22:53.2747550Z [ 69%] 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-03-21T20:22:53.2750024Z [ 70%] 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-03-21T20:22:53.2752493Z [ 70%] 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-03-21T20:22:53.2754976Z [ 70%] 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-03-21T20:22:53.2757494Z [ 70%] 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-03-21T20:22:53.2760042Z [ 70%] 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-03-21T20:22:53.2762545Z [ 70%] 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-03-21T20:22:53.2765195Z [ 70%] 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-03-21T20:22:53.2767872Z [ 70%] 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-03-21T20:22:53.2770639Z [ 70%] 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-03-21T20:22:53.2773231Z [ 70%] 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-03-21T20:22:53.2775607Z [ 70%] 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-03-21T20:22:53.2778008Z [ 70%] 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-03-21T20:22:53.2780564Z [ 70%] 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-03-21T20:22:53.2783078Z [ 70%] 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-03-21T20:22:53.2785732Z [ 70%] 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-03-21T20:22:53.2788219Z [ 70%] 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-03-21T20:22:53.2790731Z [ 71%] 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-03-21T20:22:53.2793326Z [ 71%] 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-03-21T20:22:53.2795793Z [ 71%] 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-03-21T20:22:53.2798660Z [ 71%] 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-03-21T20:22:53.2802722Z [ 71%] 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-03-21T20:22:53.2805178Z [ 71%] 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-03-21T20:22:53.2807360Z [ 71%] 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-03-21T20:22:53.2809875Z [ 71%] 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-03-21T20:22:53.2812429Z [ 71%] 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-03-21T20:22:53.2815022Z [ 71%] 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-03-21T20:22:53.2817755Z [ 71%] 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-03-21T20:22:53.2820575Z [ 71%] 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-03-21T20:22:54.0965397Z [ 71%] 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-03-21T20:22:54.0968025Z [ 71%] 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-03-21T20:22:54.0970696Z [ 71%] 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-03-21T20:22:54.0973150Z [ 73%] 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-03-21T20:22:54.0975618Z [ 73%] 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-03-21T20:22:54.0978023Z [ 73%] 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-03-21T20:22:54.0980483Z [ 73%] 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-03-21T20:22:54.0983305Z [ 73%] 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-03-21T20:22:54.0985629Z [ 73%] 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-03-21T20:22:54.0987719Z [ 73%] 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-03-21T20:22:54.0989839Z [ 73%] 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-03-21T20:22:54.0991998Z [ 73%] 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-03-21T20:22:54.0994121Z [ 73%] 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-03-21T20:22:54.0996379Z [ 73%] 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-03-21T20:22:54.0998520Z [ 73%] 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-03-21T20:22:54.1000820Z [ 73%] 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-03-21T20:22:54.1003031Z [ 73%] 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-03-21T20:22:54.1005312Z [ 73%] 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-03-21T20:22:54.1007775Z [ 73%] 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-03-21T20:22:54.1010538Z [ 74%] 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-03-21T20:22:54.1013171Z [ 74%] 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-03-21T20:22:54.1015797Z [ 74%] 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-03-21T20:22:54.1018381Z [ 74%] 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-03-21T20:22:54.1021051Z [ 74%] 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-03-21T20:22:54.1023719Z [ 74%] 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-03-21T20:22:54.1026350Z [ 74%] 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-03-21T20:22:54.1028901Z [ 74%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:54.1031426Z [ 74%] 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-03-21T20:22:54.1033999Z [ 74%] 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-03-21T20:22:54.1036795Z [ 74%] 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-03-21T20:22:54.1039454Z [ 74%] 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-03-21T20:22:54.1042142Z [ 74%] 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-03-21T20:22:54.1044838Z [ 74%] 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-03-21T20:22:54.1047520Z [ 74%] 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-03-21T20:22:54.1050528Z [ 74%] 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-03-21T20:22:54.1053207Z [ 74%] 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-03-21T20:22:54.1055092Z [ 74%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:22:54.1055949Z [ 74%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:54.1057674Z [ 75%] 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-03-21T20:22:54.1060293Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:54.1062785Z [ 75%] 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-03-21T20:22:54.1065468Z [ 75%] 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-03-21T20:22:54.1068224Z [ 75%] 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-03-21T20:22:54.1071000Z [ 75%] 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-03-21T20:22:54.1073904Z [ 75%] 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-03-21T20:22:54.1076845Z [ 75%] 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-03-21T20:22:54.1079589Z [ 75%] 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-03-21T20:22:54.1082098Z [ 75%] 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-03-21T20:22:54.1084636Z [ 75%] 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-03-21T20:22:54.1087165Z [ 75%] 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-03-21T20:22:54.1089697Z [ 75%] 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-03-21T20:22:55.0018551Z [ 75%] 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-03-21T20:22:55.0021291Z [ 75%] 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-03-21T20:22:55.0023881Z [ 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-03-21T20:22:55.0027222Z [ 76%] 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-03-21T20:22:55.0029718Z [ 76%] 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-03-21T20:22:55.0032233Z [ 76%] 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-03-21T20:22:55.0034658Z [ 76%] 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-03-21T20:22:55.0036750Z [ 76%] 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-03-21T20:22:55.0038674Z [ 76%] 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-03-21T20:22:55.0041085Z [ 76%] 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-03-21T20:22:55.0043737Z [ 76%] 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-03-21T20:22:55.0046280Z [ 76%] 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-03-21T20:22:55.0048020Z [ 76%] 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-03-21T20:22:55.0049786Z [ 76%] 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-03-21T20:22:55.0052328Z [ 76%] 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-03-21T20:22:55.0055089Z [ 76%] 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-03-21T20:22:55.0057709Z [ 76%] 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-03-21T20:22:55.0060310Z [ 76%] 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-03-21T20:22:55.0062836Z [ 78%] 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-03-21T20:22:55.0065428Z [ 78%] 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-03-21T20:22:55.0068210Z [ 78%] 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-03-21T20:22:55.0070739Z [ 78%] 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-03-21T20:22:55.0073319Z [ 78%] 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-03-21T20:22:55.0075909Z [ 78%] 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-03-21T20:22:55.0078326Z [ 78%] 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-03-21T20:22:55.0080550Z [ 78%] 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-03-21T20:22:55.0082152Z [ 78%] 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-03-21T20:22:55.0083456Z [ 78%] 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-03-21T20:22:55.0084768Z [ 78%] 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-03-21T20:22:55.0086066Z [ 78%] 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-03-21T20:22:55.0087357Z [ 78%] 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-03-21T20:22:55.0088589Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:55.0089855Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-03-21T20:22:55.0091066Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-03-21T20:22:55.0092227Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:22:55.0093364Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-03-21T20:22:55.0094572Z [ 79%] 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-03-21T20:22:55.0095836Z [ 79%] 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-03-21T20:22:55.0097144Z [ 79%] 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-03-21T20:22:55.0098412Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:22:55.0100633Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:22:55.0102705Z [ 79%] 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-03-21T20:22:55.0104826Z [ 79%] 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-03-21T20:22:55.0107644Z [ 79%] 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-03-21T20:22:55.0109921Z [ 79%] 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-03-21T20:22:55.0112238Z [ 79%] 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-03-21T20:22:55.0113563Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:22:55.0114776Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:22:55.0116183Z [ 79%] 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-03-21T20:22:55.0117480Z [ 79%] 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-03-21T20:22:55.0118682Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-03-21T20:22:55.7236741Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-03-21T20:22:55.7238974Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:22:55.7241175Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:22:55.7243426Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:55.7245610Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:55.7247767Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:55.7250049Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-03-21T20:22:55.7252294Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:55.7254629Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:22:55.7257050Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:22:55.7259370Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:55.7261527Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:55.7263712Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:55.7266110Z [ 80%] 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-03-21T20:22:55.7268526Z [ 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-03-21T20:22:55.7271291Z [ 81%] 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-03-21T20:22:55.7273909Z [ 81%] 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-03-21T20:22:55.7276557Z [ 81%] 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-03-21T20:22:55.7279115Z [ 81%] 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-03-21T20:22:55.7281675Z [ 81%] 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-03-21T20:22:55.7284379Z [ 81%] 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-03-21T20:22:55.7287273Z [ 81%] 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-03-21T20:22:55.7290033Z [ 81%] 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-03-21T20:22:55.7292677Z [ 81%] 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-03-21T20:22:55.7295294Z [ 81%] 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-03-21T20:22:55.7297917Z [ 81%] 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-03-21T20:22:55.7300776Z [ 81%] 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-03-21T20:22:55.7303483Z [ 81%] 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-03-21T20:22:55.7306221Z [ 81%] 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-03-21T20:22:55.7308958Z [ 81%] 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-03-21T20:22:55.7311723Z [ 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-03-21T20:22:55.7314453Z [ 82%] 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-03-21T20:22:55.7317134Z [ 82%] 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-03-21T20:22:55.7319800Z [ 82%] 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-03-21T20:22:55.7322456Z [ 82%] 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-03-21T20:22:55.7325076Z [ 82%] 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-03-21T20:22:55.7327733Z [ 82%] 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-03-21T20:22:55.7330729Z [ 82%] 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-03-21T20:22:55.7333482Z [ 82%] 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-03-21T20:22:55.7336187Z [ 82%] 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-03-21T20:22:55.7338854Z [ 82%] 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-03-21T20:22:55.7341305Z [ 82%] 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-03-21T20:22:55.7343752Z [ 82%] 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-03-21T20:22:55.7346115Z [ 82%] 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-03-21T20:22:55.7348488Z [ 82%] 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-03-21T20:22:55.7350823Z [ 82%] 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-03-21T20:22:55.7353151Z [ 84%] 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-03-21T20:22:55.7355470Z [ 84%] 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-03-21T20:22:55.7357979Z [ 84%] 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-03-21T20:22:55.7360554Z [ 84%] 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-03-21T20:22:55.7363139Z [ 84%] 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-03-21T20:22:55.7365715Z [ 84%] 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-03-21T20:22:55.7368264Z [ 84%] 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-03-21T20:22:56.6283729Z [ 84%] 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-03-21T20:22:56.6286178Z [ 84%] 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-03-21T20:22:56.6288412Z [ 84%] 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-03-21T20:22:56.6290845Z [ 84%] 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-03-21T20:22:56.6293153Z [ 84%] 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-03-21T20:22:56.6295467Z [ 84%] 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-03-21T20:22:56.6298068Z [ 84%] 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-03-21T20:22:56.6301334Z [ 84%] 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-03-21T20:22:56.6303640Z [ 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-03-21T20:22:56.6306043Z [ 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-03-21T20:22:56.6308475Z [ 85%] 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-03-21T20:22:56.6310792Z [ 85%] 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-03-21T20:22:56.6313399Z [ 85%] 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-03-21T20:22:56.6315748Z [ 85%] 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-03-21T20:22:56.6318086Z [ 85%] 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-03-21T20:22:56.6320387Z [ 85%] 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-03-21T20:22:56.6322719Z [ 85%] 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-03-21T20:22:56.6325130Z [ 85%] 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-03-21T20:22:56.6327471Z [ 85%] 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-03-21T20:22:56.6329865Z [ 85%] 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-03-21T20:22:56.6332189Z [ 85%] 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-03-21T20:22:56.6334475Z [ 85%] 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-03-21T20:22:56.6336833Z [ 85%] 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-03-21T20:22:56.6339180Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-03-21T20:22:56.6341290Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:22:56.6343364Z [ 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-03-21T20:22:56.6345412Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:22:56.6347407Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-03-21T20:22:56.6349451Z [ 86%] 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-03-21T20:22:56.6352038Z [ 86%] 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-03-21T20:22:56.6354461Z [ 86%] 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-03-21T20:22:56.6356799Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:22:56.6358952Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:22:56.6361189Z [ 86%] 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-03-21T20:22:56.6363746Z [ 86%] 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-03-21T20:22:56.6366110Z [ 86%] 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-03-21T20:22:56.6368548Z [ 86%] 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-03-21T20:22:56.6371259Z [ 86%] 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-03-21T20:22:56.6373618Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:22:56.6375725Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:22:56.6378015Z [ 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-03-21T20:22:56.6380438Z [ 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-03-21T20:22:56.6382698Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:56.6384799Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-03-21T20:22:56.6387019Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:22:56.6389229Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:22:56.6391452Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:56.6393485Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-03-21T20:22:56.6395393Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:56.6397457Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-03-21T20:22:56.6399513Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:56.6401814Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:22:56.6404290Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:22:56.6406407Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:57.4127005Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:57.4129224Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:57.4131525Z [ 89%] 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-03-21T20:22:57.4133781Z [ 89%] 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-03-21T20:22:57.4136416Z [ 89%] 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-03-21T20:22:57.4138811Z [ 89%] 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-03-21T20:22:57.4141253Z [ 89%] 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-03-21T20:22:57.4143569Z [ 89%] 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-03-21T20:22:57.4145940Z [ 89%] 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-03-21T20:22:57.4148522Z [ 89%] 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-03-21T20:22:57.4150815Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-03-21T20:22:57.4153319Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-03-21T20:22:57.4155536Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:22:57.4157768Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:22:57.4160098Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:57.4162433Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:57.4164753Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:57.4167092Z [ 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-03-21T20:22:57.4169447Z [ 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-03-21T20:22:57.4171813Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T20:22:57.4173999Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:57.4176422Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:22:57.4178601Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T20:22:57.4180424Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T20:22:57.4182355Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:22:57.4184395Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:57.4186559Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:57.4188915Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:22:57.4191175Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:57.4193246Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:57.4195406Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:22:57.4197354Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T20:22:57.4199275Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T20:22:57.4201508Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:57.4203399Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:22:57.4205100Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T20:22:57.4206975Z [ 91%] 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-03-21T20:22:57.4208294Z [ 91%] 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-03-21T20:22:57.4209696Z [ 91%] 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-03-21T20:22:57.4212056Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:57.4214379Z [ 91%] 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-03-21T20:22:57.4216860Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:22:57.4219042Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T20:22:57.4221228Z [ 91%] 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-03-21T20:22:57.4223471Z [ 91%] 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-03-21T20:22:57.4226022Z [ 91%] 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-03-21T20:22:57.4228383Z [ 91%] 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-03-21T20:22:57.4230632Z [ 91%] 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-03-21T20:22:57.4233074Z [ 91%] 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-03-21T20:22:57.4235479Z [ 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-03-21T20:22:57.4238846Z [ 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-03-21T20:22:57.4241410Z [ 92%] 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-03-21T20:22:57.4243875Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T20:22:57.4246008Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:22:57.4248023Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:22:58.6065756Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:22:58.6067726Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T20:22:58.6069724Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:22:58.6071717Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T20:22:58.6073795Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:22:58.6075816Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T20:22:58.6077741Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:22:58.6079768Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T20:22:58.6081966Z [ 92%] 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-03-21T20:22:58.6084260Z [ 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-03-21T20:22:58.6086524Z [ 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-03-21T20:22:58.6088476Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-03-21T20:22:58.6090302Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-03-21T20:22:58.6092174Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-03-21T20:22:58.6094424Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-03-21T20:22:58.6096329Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:22:58.6098254Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:22:58.6100427Z [ 93%] 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-03-21T20:22:58.6102399Z [ 93%] 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-03-21T20:22:58.6103670Z [ 93%] 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-03-21T20:22:58.6105076Z [ 93%] 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-03-21T20:22:58.6106356Z [ 93%] 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-03-21T20:22:58.6107654Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:58.6108968Z [ 93%] 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-03-21T20:22:58.6110169Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:22:58.6111202Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T20:22:58.6112243Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:22:58.6113281Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T20:22:58.6114318Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:22:58.6115351Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T20:22:58.6116388Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:22:58.6117429Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T20:22:58.6118500Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:22:58.6119605Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:22:58.6121234Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T20:22:58.6122306Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-03-21T20:22:58.6123391Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:22:58.6124576Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:22:58.6125824Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:22:58.6126872Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:22:58.6128155Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:22:58.6129546Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:22:58.6131481Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:22:58.6133402Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:22:58.6135528Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:22:58.6137441Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:22:58.6139122Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:22:58.6140223Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:22:58.6140853Z [ 96%] Built target microkernels-prod 2025-03-21T20:22:58.6141400Z [ 96%] Generating build_identifier.c 2025-03-21T20:22:58.6142484Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:22:58.6144173Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:22:58.6145833Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:22:58.6147431Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:22:58.6149041Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:22:58.6150591Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:22:58.6151562Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:22:58.6152637Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:22:58.6153569Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:22:58.6154523Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:22:58.6155502Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:22:58.6156439Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:22:58.6157656Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:23:06.0297624Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:23:06.0299445Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:23:06.0301745Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:23:06.0302846Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:23:06.0304197Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:23:06.0305740Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:23:06.0307377Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:23:06.0309230Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:23:06.0311024Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:23:06.0312737Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:23:06.0314598Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:23:06.0316277Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:23:06.0318005Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:23:06.0319689Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:23:06.0321200Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:23:06.0322602Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:23:06.0324033Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:23:06.0325070Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:23:06.0325705Z [ 98%] Built target XNNPACK 2025-03-21T20:23:06.0326668Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:23:06.0328073Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:23:06.0329575Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:23:06.0331230Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:23:06.0332839Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:23:06.0334493Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:23:06.0335704Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:23:06.0336409Z [ 98%] Built target xnnpack_backend 2025-03-21T20:23:06.0337373Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:23:06.0338644Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:23:06.0339457Z [100%] Built target portable_lib 2025-03-21T20:23:06.0339949Z [ 0%] Built target flatbuffers 2025-03-21T20:23:06.0340412Z [ 0%] Built target flatccrt 2025-03-21T20:23:06.0340910Z [ 0%] Built target pthreadpool 2025-03-21T20:23:06.0341380Z [ 1%] Built target cpuinfo 2025-03-21T20:23:06.0341869Z [ 1%] Built target common_schema 2025-03-21T20:23:06.0342396Z [ 2%] Built target xnnpack_schema 2025-03-21T20:23:06.0342908Z [ 4%] Built target flatcc 2025-03-21T20:23:06.0343388Z [ 4%] Built target bundled_program_schema 2025-03-21T20:23:06.0343954Z [ 7%] Built target eigen_blas 2025-03-21T20:23:06.0344477Z [ 7%] Built target microparams-init 2025-03-21T20:23:06.0344980Z [ 7%] Built target logging 2025-03-21T20:23:06.0345459Z [ 7%] Built target indirection 2025-03-21T20:23:06.0345977Z [ 7%] Built target normalization 2025-03-21T20:23:06.0346648Z [ 7%] Built target datatype 2025-03-21T20:23:06.0347185Z [ 7%] Built target program_schema 2025-03-21T20:23:06.0347734Z [ 7%] Built target flatcc_cli 2025-03-21T20:23:06.0348290Z [ 7%] Built target hardware-config 2025-03-21T20:23:06.0348862Z [ 7%] Built target packing 2025-03-21T20:23:06.0349375Z [ 7%] Built target reference-ukernels 2025-03-21T20:23:06.0349947Z [ 7%] Built target allocator 2025-03-21T20:23:06.0350432Z [ 7%] Built target cache 2025-03-21T20:23:06.0350903Z [ 7%] Built target memory 2025-03-21T20:23:06.0351403Z [ 7%] Built target microkernel-utils 2025-03-21T20:23:06.0351929Z [ 7%] Built target mutex 2025-03-21T20:23:06.0352416Z [ 7%] Built target operator-utils 2025-03-21T20:23:06.0352953Z [ 7%] Built target operator-run 2025-03-21T20:23:06.0353483Z [ 7%] Built target etdump_schema 2025-03-21T20:23:06.0354164Z [ 9%] Built target operators 2025-03-21T20:23:06.0354669Z [ 10%] Built target executorch_core 2025-03-21T20:23:06.0355225Z [ 10%] Built target extension_tensor 2025-03-21T20:23:06.0355787Z [ 12%] Built target extension_threadpool 2025-03-21T20:23:06.0356334Z [ 13%] Built target executorch 2025-03-21T20:23:06.0356820Z [ 15%] Built target subgraph 2025-03-21T20:23:06.0357290Z [ 15%] Built target cpublas 2025-03-21T20:23:06.0357768Z [ 15%] Built target extension_data_loader 2025-03-21T20:23:06.0358289Z [ 15%] Built target bundled_program 2025-03-21T20:23:06.0358805Z [ 15%] Built target etdump 2025-03-21T20:23:06.0359272Z [ 16%] Built target util 2025-03-21T20:23:06.0359755Z [ 18%] Built target optimized_kernels 2025-03-21T20:23:06.0360312Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:23:06.0360878Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:23:06.0361469Z [ 95%] Built target microkernels-prod 2025-03-21T20:23:06.0362025Z [ 97%] Built target XNNPACK 2025-03-21T20:23:06.0362506Z [ 97%] Built target xnnpack_backend 2025-03-21T20:23:06.0363035Z [ 98%] Built target portable_lib 2025-03-21T20:23:06.0363981Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:23:06.0365446Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:23:06.0366860Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:23:06.0368250Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:23:06.0369879Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:23:06.0371458Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-03-21T20:23:06.0373009Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:23:06.0374453Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:23:06.0376066Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:23:06.0377817Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:23:06.0378869Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:23:06.0379344Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:23:06.0379708Z [ 0%] Built target flatbuffers 2025-03-21T20:23:06.0380007Z [ 0%] Built target pthreadpool 2025-03-21T20:23:06.0380320Z [ 0%] Built target flatccrt 2025-03-21T20:23:06.0380616Z [ 1%] Built target cpuinfo 2025-03-21T20:23:06.0380909Z [ 3%] Built target flatcc 2025-03-21T20:23:06.0381212Z [ 3%] Built target common_schema 2025-03-21T20:23:06.0381515Z [ 5%] Built target eigen_blas 2025-03-21T20:23:06.0381929Z [ 7%] Built target xnnpack_schema 2025-03-21T20:23:06.0382267Z [ 7%] Built target bundled_program_schema 2025-03-21T20:23:06.0382604Z [ 7%] Built target logging 2025-03-21T20:23:06.0382907Z [ 7%] Built target indirection 2025-03-21T20:23:06.0383218Z [ 7%] Built target microparams-init 2025-03-21T20:23:06.0383553Z [ 7%] Built target normalization 2025-03-21T20:23:06.0383870Z [ 7%] Built target datatype 2025-03-21T20:23:06.0384182Z [ 7%] Built target reference-ukernels 2025-03-21T20:23:06.0384514Z [ 7%] Built target flatcc_cli 2025-03-21T20:23:06.0384808Z [ 7%] Built target program_schema 2025-03-21T20:23:06.0385131Z [ 7%] Built target hardware-config 2025-03-21T20:23:06.0385451Z [ 7%] Built target packing 2025-03-21T20:23:06.0385749Z [ 7%] Built target allocator 2025-03-21T20:23:06.0386039Z [ 7%] Built target cache 2025-03-21T20:23:06.0386370Z [ 7%] Built target memory 2025-03-21T20:23:06.0386669Z [ 7%] Built target microkernel-utils 2025-03-21T20:23:06.0386993Z [ 7%] Built target mutex 2025-03-21T20:23:06.0387290Z [ 7%] Built target operator-utils 2025-03-21T20:23:06.0387600Z [ 7%] Built target operator-run 2025-03-21T20:23:06.0387910Z [ 7%] Built target etdump_schema 2025-03-21T20:23:06.0388221Z [ 9%] Built target operators 2025-03-21T20:23:06.0388526Z [ 10%] Built target executorch_core 2025-03-21T20:23:06.0388849Z [ 11%] Built target executorch 2025-03-21T20:23:06.0389145Z [ 11%] Built target extension_tensor 2025-03-21T20:23:06.0389480Z [ 13%] Built target extension_threadpool 2025-03-21T20:23:06.0389808Z [ 15%] Built target subgraph 2025-03-21T20:23:06.0390116Z [ 15%] Built target extension_data_loader 2025-03-21T20:23:06.0390454Z [ 15%] Built target bundled_program 2025-03-21T20:23:06.0390757Z [ 15%] Built target etdump 2025-03-21T20:23:06.0391043Z [ 15%] Built target cpublas 2025-03-21T20:23:06.0391349Z [ 16%] Built target optimized_kernels 2025-03-21T20:23:06.0391669Z [ 17%] Built target util 2025-03-21T20:23:06.0391982Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:23:06.0392349Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:23:06.0392714Z [ 94%] Built target microkernels-prod 2025-03-21T20:23:06.0393041Z [ 96%] Built target XNNPACK 2025-03-21T20:23:06.0393351Z [ 96%] Built target xnnpack_backend 2025-03-21T20:23:06.0393673Z [ 97%] Built target portable_lib 2025-03-21T20:23:06.0394276Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:23:06.0395440Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:23:06.0396817Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:23:06.0397801Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:23:06.0398708Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:06.0399607Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:11.2771794Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:11.2772764Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:11.2773834Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:11.2775420Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:11.2776291Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:23:11.2776766Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:23:11.2777453Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:23:11.2777924Z [ 97%] Generating code for kernel registration 2025-03-21T20:23:11.2778771Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:11.2779675Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:23:11.2780088Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:23:11.2780555Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:23:11.2785181Z 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-03-21T20:23:11.2789325Z [ 98%] Generating code for kernel registration 2025-03-21T20:23:11.2790217Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:23:11.2791245Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:23:11.2792150Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:23:11.2792943Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:23:11.2793779Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:23:11.2795313Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:23:11.2796890Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:11.2798269Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:11.2799131Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:11.2800204Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:11.2801446Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:11.2802884Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:11.2803804Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:11.2804822Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T20:23:11.2805586Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:23:11.2806006Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:23:11.2806339Z running build_py 2025-03-21T20:23:11.2806722Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:11.2807594Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:11.2808994Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:11.2810504Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:11.2811922Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:11.2812760Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:11.2813550Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:11.2814942Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:11.2816166Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:11.2816980Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:11.2817810Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:11.2818752Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:11.2819439Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:11.2820182Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:11.2821136Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:11.2822839Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:11.2824549Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:11.2825635Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:11.2826360Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:11.2827237Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:11.2828886Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:11.2829863Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:11.2830605Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:11.2831354Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2832091Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2832996Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2833948Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2834909Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2835903Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2836911Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2838289Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2840078Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2841694Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2842778Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2843897Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2845615Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2846890Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2847881Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2857411Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:11.2858900Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:11.2860095Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:11.2861066Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:11.2861919Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:11.3153061Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:11.3154207Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:11.3154958Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:11.3155653Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:11.3156542Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:11.3157878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:11.3159086Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:11.3160110Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:11.3160930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:11.3161823Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:11.3162932Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:11.3163870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:11.3165384Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:11.3167033Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:11.3168070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:11.3168975Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:11.3170198Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:11.3171746Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:11.3173061Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:11.3174487Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:11.3175450Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:11.3176509Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:11.3178316Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:11.3179678Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:11.3180678Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3181526Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3183650Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3185079Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3186152Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3187229Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3189252Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3190587Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3191710Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3192818Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3194190Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3196060Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3197223Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3198311Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3199692Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3201683Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3202856Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3203929Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3205563Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3207097Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3208274Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:11.3209306Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:11.3210353Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:11.3212284Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:11.3213432Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:11.3214410Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:11.3215619Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:11.3216711Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:11.3217516Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:11.3218501Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:11.3219546Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:11.3220561Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:11.3221641Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:11.3223473Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:11.3224788Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:11.3225622Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:11.3226439Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:11.3228214Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:11.3229327Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3230166Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3231440Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3233261Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3531293Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3532381Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3533301Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3534710Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3536355Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3537438Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3538634Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3540322Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3541653Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3542647Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3543614Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3544629Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3546604Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3547644Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3548645Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3549673Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3551464Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3552545Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3553574Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3554599Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3555600Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3557194Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3558599Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3559619Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3560627Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3562041Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3563533Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3564522Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3565518Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3566477Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3567395Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3568376Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3569534Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3571486Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3572619Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:11.3573504Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:11.3574373Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:11.3576231Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:11.3577649Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:11.3578746Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:11.3579850Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:11.3581887Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:11.3583094Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:11.3584200Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:11.3585347Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:11.3587017Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3588003Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3588952Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3589893Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3590837Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3592515Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3593595Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3594514Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3595454Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3596400Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3598074Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3599202Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3600381Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3601530Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3602993Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3604422Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3605348Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3606267Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3607332Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3927087Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3928485Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3929384Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3930350Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3931288Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3932336Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3933292Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3934222Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3935166Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3936117Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3937078Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3938033Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3939029Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3939970Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3940917Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3941858Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3942768Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3943678Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3944593Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3945587Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3946513Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3947488Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3948587Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3949597Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3950640Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3951572Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3952512Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:11.3953299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:11.3954132Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:11.3955156Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:11.3956301Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:11.3957345Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:11.3958414Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:11.3959249Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:11.3959959Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:11.3960802Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:11.3961784Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:11.3962753Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:11.3963475Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:11.3964245Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:11.3965021Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:11.3965866Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:11.3966880Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:11.3967898Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:11.3968993Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:11.3970088Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:11.3971129Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:11.3972173Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:11.3973290Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:11.3974684Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:11.3975504Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:11.3976347Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:11.3977338Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:11.3978312Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:11.3979278Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:11.3980296Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:11.3981391Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:11.3982504Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:11.3983527Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:11.3984525Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:11.3985315Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.3986066Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.3986951Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.3987846Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.3988737Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.3989837Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.3990815Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.3991754Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4346964Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4348066Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4348979Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4349876Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4350781Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4351715Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4352657Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4353574Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4354507Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4355614Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4356548Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4357426Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4358451Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4359354Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4360361Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4361346Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4362248Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4363124Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4364045Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4365172Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4366227Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4367170Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4368076Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4368975Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4369944Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4370945Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4371893Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4372813Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4373719Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4374647Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4375581Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4376506Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4377567Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4378449Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4379355Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4380300Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4381305Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4382214Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4383134Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4384065Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4385119Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4386047Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4386968Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4387972Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4388942Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4389878Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4390792Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4391710Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4392733Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4393695Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4394708Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4395589Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4396489Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4397413Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4398400Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4399369Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4400561Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:11.4401398Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:11.4402308Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:11.4403459Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:11.4404507Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:11.4405575Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:11.4406680Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:11.4407910Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:11.4409018Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:11.4410203Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:11.4411301Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:11.4639058Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:11.4640081Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:23:11.4641147Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:23:11.4642052Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:11.4642895Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:11.4643994Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:11.4645010Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:11.4646145Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:11.4647095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:11.4648101Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:11.4649009Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:11.4650114Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:11.4651242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:11.4652531Z copying 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-03-21T20:23:11.4654165Z copying 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-03-21T20:23:11.4655494Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:11.4657098Z copying 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-03-21T20:23:11.4658936Z copying 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-03-21T20:23:11.4660490Z copying 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-03-21T20:23:11.4662091Z copying 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-03-21T20:23:11.4663819Z copying 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-03-21T20:23:11.4665511Z copying 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-03-21T20:23:11.4667409Z copying 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-03-21T20:23:11.4669003Z copying 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-03-21T20:23:11.4670533Z copying 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-03-21T20:23:11.4672327Z copying 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-03-21T20:23:11.4674117Z copying 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-03-21T20:23:11.4675702Z copying 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-03-21T20:23:11.4677287Z copying 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-03-21T20:23:11.4679030Z copying 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-03-21T20:23:11.4680551Z copying 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-03-21T20:23:11.4682123Z copying 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-03-21T20:23:11.4683869Z copying 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-03-21T20:23:11.4685529Z copying 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-03-21T20:23:11.4687152Z copying 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-03-21T20:23:11.4688839Z copying 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-03-21T20:23:11.4690625Z copying 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-03-21T20:23:11.4692185Z copying 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-03-21T20:23:11.4693776Z copying 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-03-21T20:23:11.4695451Z copying 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-03-21T20:23:11.4697039Z copying 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-03-21T20:23:11.4698612Z copying 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-03-21T20:23:11.4700506Z copying 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-03-21T20:23:11.4702134Z copying 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-03-21T20:23:11.4703793Z copying 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-03-21T20:23:11.4705476Z copying 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-03-21T20:23:11.4707282Z copying 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-03-21T20:23:11.4708881Z copying 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-03-21T20:23:11.5058805Z copying 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-03-21T20:23:11.5060399Z copying 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-03-21T20:23:11.5061613Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:11.5062866Z copying 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-03-21T20:23:11.5064299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:11.5065711Z copying 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-03-21T20:23:11.5066948Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5067797Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5068680Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5069603Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5070536Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5071506Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5072495Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5073630Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5074603Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5075568Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5076515Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5077498Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5078542Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5079909Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5081112Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5082037Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5082962Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5083858Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:11.5084605Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:11.5085406Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:11.5086561Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:11.5087652Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:11.5088612Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:11.5089402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:11.5090281Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:11.5091228Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:11.5092413Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:11.5093264Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:11.5094188Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:11.5095304Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:11.5096417Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:11.5097507Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:11.5098664Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:11.5099712Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:11.5101146Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:11.5102575Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:11.5103656Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:11.5104744Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:11.5105900Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:11.5107147Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:11.5108272Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:11.5109265Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:11.5110181Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:11.5111086Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:11.5112414Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:11.5113663Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:11.5114673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:11.5115668Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:11.5116935Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:11.5118203Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:11.5119195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:11.5120226Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:11.5121358Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:11.5122602Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:11.5123841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:11.5124879Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:11.5126167Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:11.5127477Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:11.5292128Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:11.5293282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:11.5294639Z copying 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-03-21T20:23:11.5296336Z copying 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-03-21T20:23:11.5297921Z copying 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-03-21T20:23:11.5299123Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:11.5300921Z copying 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-03-21T20:23:11.5303356Z copying 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-03-21T20:23:11.5305016Z copying 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-03-21T20:23:11.5306571Z copying 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-03-21T20:23:11.5307852Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:11.5309240Z copying 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-03-21T20:23:11.5310859Z copying 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-03-21T20:23:11.5312517Z copying 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-03-21T20:23:11.5314189Z copying 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-03-21T20:23:11.5315454Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:11.5316709Z copying 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-03-21T20:23:11.5318289Z copying 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-03-21T20:23:11.5319525Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:11.5320698Z copying 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-03-21T20:23:11.5322258Z copying 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-03-21T20:23:11.5323606Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:11.5324874Z copying 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-03-21T20:23:11.5326587Z copying 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-03-21T20:23:11.5328185Z copying 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-03-21T20:23:11.5329872Z copying 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-03-21T20:23:11.5331460Z copying 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-03-21T20:23:11.5333051Z copying 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-03-21T20:23:11.5334795Z copying 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-03-21T20:23:11.5336051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:11.5337505Z copying 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-03-21T20:23:11.5339336Z copying 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-03-21T20:23:11.5340958Z copying 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-03-21T20:23:11.5342430Z copying 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-03-21T20:23:11.5343866Z copying 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-03-21T20:23:11.5345268Z copying 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-03-21T20:23:11.5346689Z copying 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-03-21T20:23:11.5348215Z copying 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-03-21T20:23:11.5349700Z copying 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-03-21T20:23:11.5351077Z copying 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-03-21T20:23:11.5352459Z copying 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-03-21T20:23:11.5354025Z copying 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-03-21T20:23:11.5355471Z copying 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-03-21T20:23:11.5356885Z copying 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-03-21T20:23:11.5358400Z copying 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-03-21T20:23:11.5359598Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:11.5360765Z copying 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-03-21T20:23:11.5362246Z copying 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-03-21T20:23:11.5363391Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:11.5364532Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:11.5633189Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:11.5634612Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:11.5635760Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:11.5637092Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:11.5638377Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:11.5639522Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:11.5640664Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:11.5641781Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:11.5643113Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:11.5644008Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:11.5644827Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:11.5645895Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:11.5646841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:11.5647899Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:11.5648934Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:11.5650044Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:11.5651091Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:11.5651953Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5652955Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5654113Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5655193Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5656227Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5657403Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5658540Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5659672Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5660876Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5661897Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5663092Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5664173Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5665248Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5666326Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5667432Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5668564Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5669629Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5670649Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5671678Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5672924Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5674054Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5675135Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5676172Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5677223Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5678272Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5679331Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5680493Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5681623Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5682608Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:11.5683410Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5684237Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5685422Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5686437Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5687525Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5688569Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5689567Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5690760Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5691813Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5692850Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5693858Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5694823Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5695930Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5696962Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5697960Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5698945Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5976072Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5977382Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5978458Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5979464Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5980456Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5981440Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5982432Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5983431Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5984566Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5985754Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5986815Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5987813Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5988811Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5989855Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5991063Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5992085Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5993096Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5994138Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5995243Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5996329Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5997545Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5998552Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.5999562Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6000759Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6001759Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6002742Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6003978Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6005142Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6006215Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6007216Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6008193Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6009164Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6010217Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6011376Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6012462Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6013443Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6014436Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6015448Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6016606Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6017610Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6018626Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6019725Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6020718Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6021741Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6022772Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6023864Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6024940Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6026105Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6027126Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6028153Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6029220Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6030290Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6031337Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6032338Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6033338Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6034350Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6035322Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6036280Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6037291Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6038328Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6039544Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6040657Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6041800Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6387009Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6388860Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:11.6390263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:11.6391106Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:11.6392204Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:11.6393081Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:11.6394161Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:11.6395616Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:11.6397091Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:11.6398285Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:11.6399528Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:11.6400803Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:11.6402280Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:11.6403852Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:11.6404981Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:11.6406270Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:11.6407194Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:11.6408000Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:11.6408978Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:11.6410281Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:11.6411070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:11.6411889Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:11.6412921Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:11.6414376Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:11.6416057Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:11.6417369Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:11.6418328Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:11.6419532Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:11.6420684Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:11.6421741Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:11.6422527Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:11.6423604Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:11.6425166Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:11.6426938Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:11.6428078Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:11.6429193Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:11.6430242Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:11.6431292Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:11.6432390Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:11.6433304Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:11.6434180Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:11.6435047Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:11.6435896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:11.6436720Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:11.6437994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:11.6439654Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:11.6441096Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:11.6442403Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:11.6443311Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:11.6444514Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:11.6446314Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:11.6448231Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:11.6449961Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:11.6451312Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:11.6452514Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:11.6453779Z copying 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-03-21T20:23:11.6455087Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:11.6456840Z copying 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-03-21T20:23:11.6459264Z copying 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-03-21T20:23:11.6461602Z copying 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-03-21T20:23:11.6463982Z copying 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-03-21T20:23:11.6466344Z copying 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-03-21T20:23:11.6468458Z copying 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-03-21T20:23:11.6470163Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:11.6471358Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:11.6472383Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:11.6741850Z copying 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-03-21T20:23:11.6743550Z copying 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-03-21T20:23:11.6745193Z copying 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-03-21T20:23:11.6746853Z copying 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-03-21T20:23:11.6748453Z copying 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-03-21T20:23:11.6749994Z copying 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-03-21T20:23:11.6751593Z copying 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-03-21T20:23:11.6752959Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:11.6754357Z copying 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-03-21T20:23:11.6755992Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:11.6757658Z copying 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-03-21T20:23:11.6759020Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6759910Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6761012Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6762308Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6763419Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6764541Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6765667Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6766851Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6767937Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6769097Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6770277Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6771413Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6772488Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6773568Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:11.6774500Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6775393Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6776463Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6777596Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6778642Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6779669Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6780762Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6781784Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6782812Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6783888Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6784909Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6785922Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6786973Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6788025Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6789154Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6790256Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6791253Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6792267Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6793300Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6794390Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6795396Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6796471Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6797555Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6798574Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6799604Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6800952Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6801973Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6803000Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6804014Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6805029Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6806153Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6807252Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6808283Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.6809276Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7067679Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7068893Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7069926Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7070954Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7071982Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7072982Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7074011Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7075125Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7076195Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7077329Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7078402Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7079402Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7080425Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:11.7081292Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:11.7082144Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:11.7083301Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:11.7084193Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:11.7085081Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:11.7086198Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:11.7087101Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:11.7088184Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:11.7089397Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:11.7090384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:11.7091195Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:11.7092217Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:11.7093082Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:11.7094027Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:11.7094953Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:11.7095808Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:11.7096765Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:11.7097703Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:11.7098830Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:11.7099711Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:11.7100796Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:11.7102050Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:11.7103283Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:11.7104510Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:11.7105737Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:11.7106968Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:11.7107943Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:11.7108911Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:11.7110057Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:11.7110955Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7111824Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7112859Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7113908Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7114990Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7116069Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7117158Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7118239Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7119313Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7120391Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7121440Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7122590Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7123686Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7124722Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:11.7125540Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7126364Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7127340Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7128351Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7129461Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7130559Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7131537Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7132520Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7401450Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7402648Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7403676Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7405006Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7406157Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7407195Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7408273Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7409330Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7410551Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7411594Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7412621Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7413616Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7414621Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7415631Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7416660Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7426270Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7427561Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7428712Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7429795Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7430878Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7432049Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7433070Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7434334Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7435481Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7436476Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7437605Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7438604Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7439619Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7440644Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7441637Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7442635Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7443700Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7444741Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:11.7445559Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:11.7446481Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:11.7447846Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:11.7449423Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:11.7450750Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:11.7452124Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:11.7453439Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:11.7454812Z copying 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-03-21T20:23:11.7456060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:11.7457086Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:11.7458522Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:11.7459838Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:11.7461026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:11.7462095Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:11.7463752Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:11.7464965Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:11.7465865Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:11.7467104Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:11.7468026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:11.7469198Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:11.7470182Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:11.7471367Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:11.7472383Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:11.7473420Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:11.7474527Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:11.7475632Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:11.7476855Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:11.7477940Z copying 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-03-21T20:23:11.7479555Z copying 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-03-21T20:23:11.7803557Z copying 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-03-21T20:23:11.7804825Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:11.7806005Z copying 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-03-21T20:23:11.7807105Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:11.7808328Z copying 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-03-21T20:23:11.7809939Z copying 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-03-21T20:23:11.7811568Z copying 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-03-21T20:23:11.7813041Z copying 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-03-21T20:23:11.7814376Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:11.7815947Z copying 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-03-21T20:23:11.7817584Z copying 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-03-21T20:23:11.7819100Z copying 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-03-21T20:23:11.7820739Z copying 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-03-21T20:23:11.7822317Z copying 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-03-21T20:23:11.7823946Z copying 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-03-21T20:23:11.7825391Z copying 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-03-21T20:23:11.7826835Z copying 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-03-21T20:23:11.7828300Z copying 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-03-21T20:23:11.7829748Z copying 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-03-21T20:23:11.7831173Z copying 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-03-21T20:23:11.7832631Z copying 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-03-21T20:23:11.7834126Z copying 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-03-21T20:23:11.7835814Z copying 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-03-21T20:23:11.7837399Z copying 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-03-21T20:23:11.7838929Z copying 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-03-21T20:23:11.7840489Z copying 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-03-21T20:23:11.7841970Z copying 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-03-21T20:23:11.7843510Z copying 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-03-21T20:23:11.7844995Z copying 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-03-21T20:23:11.7846610Z copying 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-03-21T20:23:11.7848262Z copying 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-03-21T20:23:11.7849884Z copying 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-03-21T20:23:11.7851314Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:11.7852730Z copying 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-03-21T20:23:11.7854280Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:11.7855796Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:11.7856894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:11.7858114Z copying 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-03-21T20:23:11.7859712Z copying 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-03-21T20:23:11.7861362Z copying 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-03-21T20:23:11.7862520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:11.7863763Z copying 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-03-21T20:23:11.7864740Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:11.7865373Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:11.7865981Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:11.7866661Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:11.7867487Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:11.7868271Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:11.7869053Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:11.7869972Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:11.7870813Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:11.7871587Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:11.7872261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:11.7873025Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:11.7873941Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:11.8200125Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:11.8201450Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:11.8202297Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:11.8203150Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:11.8204399Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:11.8205660Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:11.8206655Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:11.8207747Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:11.8208606Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:11.8209559Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:11.8210634Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:11.8211873Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:11.8213021Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:11.8214052Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:11.8214944Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:11.8215627Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:11.8216566Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:11.8217401Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:11.8218292Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:11.8219031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:11.8219970Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:11.8220948Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:11.8221852Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:11.8222800Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:11.8223679Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:11.8224542Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:11.8225386Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:11.8226534Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:11.8227378Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:11.8228281Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:11.8229486Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:11.8230333Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:11.8231171Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:11.8232260Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:11.8233138Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:11.8233969Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:11.8235061Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:11.8235870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8236740Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8237651Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8238722Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8239768Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8240858Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8241907Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8242867Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8243985Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8245021Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8245978Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8247036Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8247940Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8248971Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8250003Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8251057Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:11.8252048Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:11.8253055Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:11.8254077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:11.8254832Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:11.8255884Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:11.8256898Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:11.8257859Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:11.8258723Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:11.8259452Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:11.8260315Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:11.8261199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:11.8262033Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:11.8263031Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:11.8264058Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:11.8265040Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:11.8266132Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:11.8266971Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:11.8267935Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:11.8496251Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:11.8497141Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:11.8498043Z copying 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-03-21T20:23:11.8498918Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:11.8499715Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:11.8500927Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:11.8501994Z copying 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-03-21T20:23:11.8503068Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:11.8504260Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:11.8505265Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:11.8506203Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:11.8507196Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:11.8508094Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:11.8508911Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:11.8510020Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:11.8510937Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:11.8511716Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:11.8512628Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:11.8513539Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:11.8514264Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:11.8515217Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:11.8516019Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:11.8517073Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:11.8518143Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:11.8519110Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:11.8519904Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:11.8520881Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:11.8521673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:11.8522656Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:11.8523696Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:11.8524632Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:11.8525910Z copying 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-03-21T20:23:11.8527391Z copying 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-03-21T20:23:11.8528998Z copying 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-03-21T20:23:11.8530664Z copying 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-03-21T20:23:11.8532164Z copying 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-03-21T20:23:11.8533850Z copying 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-03-21T20:23:11.8535124Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:11.8536116Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:11.8537247Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:11.8538296Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:11.8539404Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:11.8540643Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:11.8541967Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:11.8543293Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:11.8544231Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:11.8545130Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:11.8546296Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:11.8547414Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:11.8548337Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8549500Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8550839Z copying 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-03-21T20:23:11.8552516Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8553999Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8555397Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8556853Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8558318Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8559639Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8561300Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8563066Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8564729Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8872363Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8873691Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8875196Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8876832Z copying 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-03-21T20:23:11.8878578Z copying 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-03-21T20:23:11.8880121Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:11.8881181Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:11.8882119Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:11.8883538Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:11.8884647Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:11.8885555Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:11.8886465Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:11.8887424Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:11.8888585Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:11.8890019Z copying 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-03-21T20:23:11.8891568Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:11.8892931Z copying 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-03-21T20:23:11.8894097Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:11.8895086Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:11.8896363Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:11.8897884Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:11.8899476Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:11.8900693Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:11.8901736Z copying 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-03-21T20:23:11.8902936Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:11.8904057Z copying 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-03-21T20:23:11.8905536Z copying 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-03-21T20:23:11.8906875Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:11.8908109Z copying 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-03-21T20:23:11.8909573Z copying 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-03-21T20:23:11.8911016Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:11.8912165Z copying 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-03-21T20:23:11.8913744Z copying 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-03-21T20:23:11.8914885Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:11.8915930Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:11.8917017Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:11.8917980Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:11.8918820Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:11.8919648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8920229Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8920987Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8921681Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8922310Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8922952Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8923601Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8924263Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8924881Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8925482Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8926106Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8926803Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8927590Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8928234Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8928874Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8929506Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8930240Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8930893Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8931516Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8932119Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8932778Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8933498Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8934103Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8934776Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8935379Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:11.8936106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:11.8936852Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:11.8937641Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:11.8938416Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:11.8939224Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:11.8940223Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:11.9391527Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:11.9392370Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:11.9393207Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:11.9394027Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:11.9394692Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:11.9395362Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:11.9396181Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:11.9397015Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:11.9397857Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:11.9398679Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:11.9399435Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:11.9400261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:11.9400964Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:11.9401758Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:11.9402654Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:11.9403394Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:11.9404033Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:11.9404690Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:11.9405428Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:11.9406059Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:11.9406704Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:11.9407457Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:11.9408244Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:11.9408880Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:11.9409554Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:11.9410378Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:11.9411117Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:11.9411763Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9412382Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9413205Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9414078Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9414936Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9415855Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9416730Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9417588Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9418467Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9419359Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9420235Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9421186Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9422088Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9422935Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9423797Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9424682Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9425572Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9426451Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9427297Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9428174Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9429019Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9429915Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9430797Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9431688Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9432629Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9433644Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9434533Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9435424Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9436308Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9437150Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9438000Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9438817Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9439659Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:11.9440378Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:11.9441027Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:11.9441774Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:11.9442594Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:11.9443295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:11.9443914Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:11.9444658Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:11.9445396Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:11.9446123Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:11.9446853Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:11.9447558Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:11.9448256Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:11.9448882Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9449506Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9450282Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9451069Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9451943Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9452788Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9453535Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9454294Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9855469Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9856483Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9857264Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9858344Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9859393Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9860199Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9861128Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9862122Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9863201Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9864053Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9864826Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9865793Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9866638Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9867520Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9868433Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9869347Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9870155Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9871119Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9871922Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9872751Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9873500Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9874366Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9875195Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9876086Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9876838Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:11.9877504Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:11.9878406Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:11.9879353Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:11.9880399Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:11.9881377Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:11.9882147Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:11.9882942Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:11.9883860Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:11.9884893Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:11.9885897Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:11.9886924Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:11.9887745Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:11.9888851Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:11.9890259Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:11.9891633Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:11.9892992Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:11.9894067Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9894967Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9896235Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9897475Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9898431Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9899452Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9900666Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9901647Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9902649Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9903575Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9904601Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9905518Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9906442Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9907502Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9908582Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9909545Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9910496Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9911443Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9912343Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:11.9913084Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:11.9914227Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:11.9915404Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:11.9916312Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:11.9917385Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:11.9918589Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:11.9919829Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:11.9920651Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:11.9921453Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:11.9922188Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:11.9922951Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:11.9923719Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:12.0223529Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:12.0224383Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:23:12.0225252Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:23:12.0226089Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:12.0227047Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:12.0227947Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:12.0228766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:12.0229568Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:12.0230764Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:12.0231766Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:12.0232531Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:12.0233410Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:12.0234458Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:12.0235313Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:12.0236129Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:12.0237144Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:12.0237911Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:12.0238738Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:12.0239833Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:12.0240768Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:12.0241596Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:12.0242426Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:12.0243263Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:12.0244100Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:12.0244924Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:12.0245797Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:12.0246553Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:12.0247464Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:12.0248409Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:12.0249267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:12.0250150Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:12.0251020Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:12.0251796Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:12.0252616Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:12.0253420Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:12.0254295Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:12.0255146Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:12.0255891Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:12.0256670Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:12.0257413Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:12.0258336Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:12.0259251Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:12.0260080Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:12.0260972Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:12.0261739Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:12.0262639Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:12.0263457Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:12.0264275Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:12.0265097Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:12.0266224Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:12.0267466Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:12.0268586Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:12.0269461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:12.0270307Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:12.0271217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:12.0272184Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:12.0273051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:12.0273838Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:12.0274811Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:12.0276091Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:12.0277087Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:12.0278109Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:12.0279174Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:12.0280353Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:12.0281435Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:12.0282248Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:12.0282980Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:12.0283860Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:12.0284771Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:12.0285712Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:12.0286651Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:12.0287854Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:12.0288664Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:12.0289420Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:12.0515482Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:12.0516623Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:12.0517551Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:12.0518379Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:12.0519382Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:12.0520443Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:12.0521428Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:12.0522389Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:12.0523178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:12.0523985Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:12.0524832Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:12.0525968Z copying 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-03-21T20:23:12.0527058Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:12.0528431Z copying 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-03-21T20:23:12.0530152Z copying 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-03-21T20:23:12.0531282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:12.0532236Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:12.0533266Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:12.0534364Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:12.0535561Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:12.0536460Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:12.0537344Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:12.0538421Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:12.0539483Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:12.0540924Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:12.0542342Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:12.0543706Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:12.0544983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:12.0546323Z copying 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-03-21T20:23:12.0548067Z copying 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-03-21T20:23:12.0549398Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:12.0550462Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:12.0551542Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:12.0552382Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:12.0553568Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:12.0554640Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:12.0555680Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:12.0556493Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:12.0557364Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:12.0558397Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:12.0559367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:12.0560429Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:12.0561582Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:12.0562512Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:12.0563601Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:12.0564581Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:12.0565651Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:12.0566513Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:12.0567397Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:12.0568220Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:12.0569183Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:12.0570582Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:12.0571407Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:12.0572135Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:12.0572786Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:12.0573605Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:12.0574565Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:12.0575467Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:12.0576331Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:12.0577386Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:12.0578317Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:12.0579159Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:12.0579913Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:12.0580907Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:12.0581637Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:12.0582358Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:12.0583334Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:12.0584042Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:12.6962416Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:12.6963386Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:12.6964123Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:12.6964999Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:12.6966548Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:12.6967715Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:12.6968647Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:12.6969427Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:12.6970372Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:12.6971503Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:12.6973077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:12.6974133Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:12.6975150Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:12.6976397Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:12.6977265Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:23:12.6978701Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:23:12.6980412Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:12.6981911Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:12.6983045Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:12.6984401Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:12.6986125Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:12.6987051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:12.6987953Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:12.6989016Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:12.6990930Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:12.6992569Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:12.6993758Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:12.6994660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:12.6995636Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:12.6996622Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:12.6998377Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:12.6999606Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:12.7000652Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:12.7001481Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:12.7002317Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:12.7003764Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:12.7005044Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:12.7006088Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:12.7007153Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:12.7008534Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:12.7010353Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:12.7011312Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:12.7012312Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:12.7014144Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:12.7015631Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:12.7016744Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:12.7017956Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:12.7019770Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:12.7021115Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:12.7022238Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:12.7023470Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:12.7024914Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:12.7025907Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:12.7026541Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:12.7027225Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:12.7027878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:12.7028515Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:12.7029307Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:12.7030495Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:12.7031355Z running egg_info 2025-03-21T20:23:12.7031635Z creating executorch.egg-info 2025-03-21T20:23:12.7031961Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:23:12.7032415Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:23:12.7032950Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:23:12.7033437Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:23:12.7033931Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:23:12.7034416Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:12.7035038Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:12.7035733Z adding license file 'LICENSE' 2025-03-21T20:23:12.7036370Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:12.7037351Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:23:12.7038451Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:12.7039474Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:12.7041579Z copying 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-03-21T20:23:12.7042932Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:12.7269148Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:12.7270189Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:12.7271399Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:12.7273029Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:12.7274249Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:12.7275452Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:12.7276382Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7278151Z copying 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-03-21T20:23:12.7280012Z copying 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-03-21T20:23:12.7281372Z copying 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-03-21T20:23:12.7282915Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7285128Z copying 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-03-21T20:23:12.7286426Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7287712Z copying 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-03-21T20:23:12.7290113Z copying 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-03-21T20:23:12.7291731Z copying 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-03-21T20:23:12.7293086Z copying 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-03-21T20:23:12.7295306Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7296804Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7298053Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7299723Z copying 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-03-21T20:23:12.7301968Z copying 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-03-21T20:23:12.7303522Z copying 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-03-21T20:23:12.7304908Z copying 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-03-21T20:23:12.7306288Z copying 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-03-21T20:23:12.7307615Z copying 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-03-21T20:23:12.7308928Z copying 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-03-21T20:23:12.7311537Z copying 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-03-21T20:23:12.7313059Z copying 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-03-21T20:23:12.7314713Z copying 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-03-21T20:23:12.7316790Z copying 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-03-21T20:23:12.7318192Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7319464Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7320770Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7322982Z copying 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-03-21T20:23:12.7324444Z copying 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-03-21T20:23:12.7325740Z copying 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-03-21T20:23:12.7327221Z copying 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-03-21T20:23:12.7329463Z copying 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-03-21T20:23:12.7330969Z copying 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-03-21T20:23:12.7332288Z copying 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-03-21T20:23:12.7333694Z copying 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-03-21T20:23:12.7336114Z copying 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-03-21T20:23:12.7337670Z copying 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-03-21T20:23:12.7339018Z copying 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-03-21T20:23:12.7341247Z copying 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-03-21T20:23:12.7342682Z copying 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-03-21T20:23:12.7344004Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7346275Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7347836Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7349129Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7351298Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7352893Z copying 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-03-21T20:23:12.7475528Z copying 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-03-21T20:23:12.7477145Z copying 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-03-21T20:23:12.7478753Z copying 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-03-21T20:23:12.7480462Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7482038Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7483460Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7485028Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7486426Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7487901Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7489465Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7490926Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7492444Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7494196Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7495536Z copying 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-03-21T20:23:12.7497043Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7498572Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.7499568Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:12.7500724Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:12.7501823Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:12.7502956Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:12.7504373Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:12.7505755Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:12.7507034Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:12.7508553Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:12.7509950Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:12.7520711Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:12.7522102Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:12.7523410Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:12.7524832Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:12.7526159Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:12.7527462Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:12.7528941Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:12.7530623Z copying 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-03-21T20:23:12.7532226Z copying 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-03-21T20:23:12.7533479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:12.7534816Z copying 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-03-21T20:23:12.7536551Z copying 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-03-21T20:23:12.7538105Z copying 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-03-21T20:23:12.7539804Z copying 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-03-21T20:23:12.7541463Z copying 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-03-21T20:23:12.7543128Z copying 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-03-21T20:23:12.7544696Z copying 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-03-21T20:23:12.7546215Z copying 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-03-21T20:23:12.7547809Z copying 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-03-21T20:23:12.7549288Z copying 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-03-21T20:23:12.7550812Z copying 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-03-21T20:23:12.7552481Z copying 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-03-21T20:23:12.7554048Z copying 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-03-21T20:23:12.7555409Z copying 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-03-21T20:23:12.7556929Z copying 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-03-21T20:23:12.7558301Z copying 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-03-21T20:23:12.7559794Z copying 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-03-21T20:23:12.7581937Z copying 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-03-21T20:23:12.7583604Z copying 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-03-21T20:23:12.7585315Z copying 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-03-21T20:23:12.7586782Z copying 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-03-21T20:23:12.7588340Z copying 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-03-21T20:23:12.7590129Z copying 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-03-21T20:23:12.7591758Z copying 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-03-21T20:23:12.7593311Z copying 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-03-21T20:23:12.7594772Z copying 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-03-21T20:23:12.7596368Z copying 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-03-21T20:23:12.7597922Z copying 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-03-21T20:23:12.7599564Z copying 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-03-21T20:23:12.7601274Z copying 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-03-21T20:23:12.7602761Z copying 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-03-21T20:23:12.7604371Z copying 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-03-21T20:23:12.7605793Z copying 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-03-21T20:23:12.7607344Z copying 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-03-21T20:23:12.7608788Z copying 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-03-21T20:23:12.7610424Z copying 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-03-21T20:23:12.7612111Z copying 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-03-21T20:23:12.7613870Z copying 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-03-21T20:23:12.7615486Z copying 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-03-21T20:23:12.7616917Z copying 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-03-21T20:23:12.7618373Z copying 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-03-21T20:23:12.7619786Z copying 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-03-21T20:23:12.7621276Z copying 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-03-21T20:23:12.7623037Z copying 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-03-21T20:23:12.7624432Z copying 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-03-21T20:23:12.7625938Z copying 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-03-21T20:23:12.7627559Z copying 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-03-21T20:23:12.7628997Z copying 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-03-21T20:23:12.7630792Z copying 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-03-21T20:23:12.7632420Z copying 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-03-21T20:23:12.7634080Z copying 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-03-21T20:23:12.7635581Z copying 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-03-21T20:23:12.7637265Z copying 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-03-21T20:23:12.7638934Z copying 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-03-21T20:23:12.7640526Z copying 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-03-21T20:23:12.7642017Z copying 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-03-21T20:23:12.7643670Z copying 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-03-21T20:23:12.7645321Z copying 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-03-21T20:23:12.7646910Z copying 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-03-21T20:23:12.7648421Z copying 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-03-21T20:23:12.7650220Z copying 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-03-21T20:23:12.7651884Z copying 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-03-21T20:23:12.7653383Z copying 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-03-21T20:23:12.7654891Z copying 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-03-21T20:23:12.7656505Z copying 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-03-21T20:23:12.7739364Z copying 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-03-21T20:23:12.7741363Z copying 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-03-21T20:23:12.7742774Z copying 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-03-21T20:23:12.7744435Z copying 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-03-21T20:23:12.7745901Z copying 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-03-21T20:23:12.7747299Z copying 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-03-21T20:23:12.7748892Z copying 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-03-21T20:23:12.7750206Z copying 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-03-21T20:23:12.7751771Z copying 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-03-21T20:23:12.7753324Z copying 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-03-21T20:23:12.7755007Z copying 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-03-21T20:23:12.7756530Z copying 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-03-21T20:23:12.7758043Z copying 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-03-21T20:23:12.7759569Z copying 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-03-21T20:23:12.7761073Z copying 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-03-21T20:23:12.7762519Z copying 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-03-21T20:23:12.7763967Z copying 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-03-21T20:23:12.7765445Z copying 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-03-21T20:23:12.7766895Z copying 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-03-21T20:23:12.7768451Z copying 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-03-21T20:23:12.7769986Z copying 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-03-21T20:23:12.7771493Z copying 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-03-21T20:23:12.7773027Z copying 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-03-21T20:23:12.7774561Z copying 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-03-21T20:23:12.7776068Z copying 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-03-21T20:23:12.7777488Z copying 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-03-21T20:23:12.7778896Z copying 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-03-21T20:23:12.7780316Z copying 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-03-21T20:23:12.7781764Z copying 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-03-21T20:23:12.7783283Z copying 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-03-21T20:23:12.7784789Z copying 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-03-21T20:23:12.7786252Z copying 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-03-21T20:23:12.7787682Z copying 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-03-21T20:23:12.7789122Z copying 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-03-21T20:23:12.7790615Z copying 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-03-21T20:23:12.7792093Z copying 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-03-21T20:23:12.7793517Z copying 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-03-21T20:23:12.7794770Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:12.7795846Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:12.7796942Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:12.7797990Z copying 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-03-21T20:23:12.7798841Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:12.7799587Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:12.7800676Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:12.7801712Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:12.7802814Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:12.7804017Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:12.7805003Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:12.7805997Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:12.7806801Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:12.7807393Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:12.7808071Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:12.8379595Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:12.8380966Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:12.8382083Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:12.8383434Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:12.8384778Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:12.8386046Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:12.8387091Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:12.8387861Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:12.8388889Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:12.8389639Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:12.8390798Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:12.8391990Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:12.8393011Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:23:12.8393869Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:23:12.8395013Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8396190Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8397119Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8398191Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8399103Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8400352Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8401273Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8402409Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8403533Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8404749Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8405907Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8406899Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8407856Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8408768Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8409654Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8410580Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8411616Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8412763Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:12.8413838Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:12.8414783Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:12.8415967Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:12.8417122Z 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-03-21T20:23:12.8418536Z 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-03-21T20:23:12.8419630Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:12.8420667Z 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-03-21T20:23:12.8421879Z 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-03-21T20:23:12.8423119Z 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-03-21T20:23:12.8424641Z 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-03-21T20:23:12.8426056Z 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-03-21T20:23:12.8427256Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8428258Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8429604Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8430853Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8432193Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8433500Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8434669Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8435922Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8437246Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8438403Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8439733Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8441120Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8442334Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8443489Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8444665Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:12.8445809Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:12.8447081Z 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-03-21T20:23:12.8448906Z 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-03-21T20:23:12.8450252Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:12.8886714Z 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-03-21T20:23:12.8888622Z 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-03-21T20:23:12.8890704Z 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-03-21T20:23:12.8892542Z 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-03-21T20:23:12.8894100Z 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-03-21T20:23:12.8895751Z 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-03-21T20:23:12.8897547Z 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-03-21T20:23:12.8899357Z 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-03-21T20:23:12.8901241Z 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-03-21T20:23:12.8902359Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:12.8903294Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:12.8904532Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:12.8905808Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:12.8907062Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:12.8908028Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:12.8909061Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:12.8910184Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:12.8911115Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:12.8912086Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:12.8913128Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:12.8914194Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:12.8915234Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:12.8916239Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:12.8917276Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:12.8918304Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:12.8919322Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:12.8920365Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:12.8921480Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:12.8922604Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:12.8923719Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:12.8924795Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:12.8926045Z 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-03-21T20:23:12.8927430Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:12.8928646Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:12.8929873Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:12.8930810Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:12.8931986Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:12.8933092Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:12.8934265Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:12.8935290Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:12.8936326Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:12.8937586Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:12.8938870Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:12.8939661Z running build_ext 2025-03-21T20:23:12.8940191Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:12.8940959Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:12.8942220Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:12.8943689Z 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-03-21T20:23:12.8945322Z 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-03-21T20:23:12.8947251Z 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-03-21T20:23:12.8949053Z 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-03-21T20:23:12.8950344Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:12.8950696Z running install 2025-03-21T20:23:12.8950940Z running install_lib 2025-03-21T20:23:12.8951293Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:12.8951696Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:23:12.8952325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:23:12.8952923Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:23:12.8953871Z 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-03-21T20:23:12.8955219Z 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-03-21T20:23:12.8956551Z 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-03-21T20:23:12.8957974Z 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-03-21T20:23:12.8960017Z 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-03-21T20:23:12.8961352Z 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-03-21T20:23:12.8962775Z 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-03-21T20:23:12.8964187Z 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-03-21T20:23:12.8965790Z 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-03-21T20:23:12.8967414Z 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-03-21T20:23:12.8968966Z 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-03-21T20:23:12.8970329Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:23:12.8971651Z 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-03-21T20:23:12.8973345Z 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-03-21T20:23:12.8975090Z 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-03-21T20:23:12.8976689Z 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-03-21T20:23:12.8978298Z 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-03-21T20:23:12.8979914Z 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-03-21T20:23:12.8981490Z 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-03-21T20:23:12.8983222Z 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-03-21T20:23:12.8984967Z 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-03-21T20:23:12.8986749Z 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-03-21T20:23:12.8988451Z 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-03-21T20:23:12.8990054Z 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-03-21T20:23:12.8991733Z 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-03-21T20:23:12.8993236Z 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-03-21T20:23:12.8995017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:12.8996639Z 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-03-21T20:23:12.8998271Z 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-03-21T20:23:12.9001079Z 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-03-21T20:23:12.9002672Z 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-03-21T20:23:12.9004220Z 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-03-21T20:23:12.9005692Z 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-03-21T20:23:12.9007199Z 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-03-21T20:23:12.9008764Z 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-03-21T20:23:12.9010287Z 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-03-21T20:23:12.9011800Z 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-03-21T20:23:12.9013263Z 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-03-21T20:23:12.9014715Z 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-03-21T20:23:12.9016229Z 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-03-21T20:23:12.9017684Z 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-03-21T20:23:12.9019313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:12.9020839Z 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-03-21T20:23:12.9022289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:12.9023771Z 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-03-21T20:23:12.9025213Z 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-03-21T20:23:12.9027046Z 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-03-21T20:23:12.9028677Z 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-03-21T20:23:12.9030293Z 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-03-21T20:23:12.9031887Z 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-03-21T20:23:12.9033121Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:23:12.9034534Z 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-03-21T20:23:12.9036461Z 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-03-21T20:23:12.9038109Z 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-03-21T20:23:12.9039862Z 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-03-21T20:23:12.9041632Z 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-03-21T20:23:12.9043507Z 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-03-21T20:23:12.9045287Z 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-03-21T20:23:12.9047071Z 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-03-21T20:23:12.9048837Z 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-03-21T20:23:12.9050252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:23:12.9051520Z 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-03-21T20:23:12.9053125Z 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-03-21T20:23:12.9054658Z 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-03-21T20:23:12.9056174Z 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-03-21T20:23:12.9057670Z 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-03-21T20:23:12.9059270Z 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-03-21T20:23:12.9060796Z 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-03-21T20:23:12.9062298Z 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-03-21T20:23:12.9063816Z 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-03-21T20:23:12.9065455Z 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-03-21T20:23:12.9067079Z 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-03-21T20:23:12.9068691Z 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-03-21T20:23:12.9070273Z 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-03-21T20:23:12.9071810Z 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-03-21T20:23:12.9073332Z 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-03-21T20:23:12.9074955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:12.9076511Z 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-03-21T20:23:12.9078051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:12.9079416Z 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-03-21T20:23:12.9080755Z 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-03-21T20:23:12.9082374Z 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-03-21T20:23:12.9084084Z 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-03-21T20:23:12.9085717Z 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-03-21T20:23:12.9087286Z 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-03-21T20:23:12.9088877Z 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-03-21T20:23:12.9090474Z 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-03-21T20:23:12.9092102Z 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-03-21T20:23:12.9093662Z 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-03-21T20:23:12.9095351Z 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-03-21T20:23:12.9096917Z 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-03-21T20:23:12.9098483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:12.9100242Z 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-03-21T20:23:12.9101854Z 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-03-21T20:23:12.9103364Z 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-03-21T20:23:12.9105035Z 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-03-21T20:23:12.9106640Z 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-03-21T20:23:12.9108295Z 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-03-21T20:23:12.9109943Z 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-03-21T20:23:12.9111625Z 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-03-21T20:23:12.9113385Z 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-03-21T20:23:12.9114979Z 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-03-21T20:23:12.9116714Z 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-03-21T20:23:12.9118626Z 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-03-21T20:23:12.9120194Z 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-03-21T20:23:12.9121811Z 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-03-21T20:23:12.9123006Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:23:12.9124142Z 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-03-21T20:23:12.9125806Z 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-03-21T20:23:12.9127658Z 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-03-21T20:23:12.9129407Z 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-03-21T20:23:12.9131277Z 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-03-21T20:23:12.9132542Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:23:12.9133622Z 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-03-21T20:23:12.9135014Z 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-03-21T20:23:12.9136490Z 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-03-21T20:23:12.9137908Z 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-03-21T20:23:12.9138945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:23:12.9140166Z 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-03-21T20:23:12.9141680Z 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-03-21T20:23:12.9143243Z 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-03-21T20:23:12.9144796Z 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-03-21T20:23:12.9146255Z 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-03-21T20:23:12.9147883Z 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-03-21T20:23:12.9149520Z 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-03-21T20:23:12.9151296Z 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-03-21T20:23:12.9152938Z 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-03-21T20:23:12.9153989Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:23:12.9155149Z 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-03-21T20:23:12.9156691Z 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-03-21T20:23:12.9158288Z 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-03-21T20:23:12.9159830Z 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-03-21T20:23:12.9161398Z 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-03-21T20:23:12.9162996Z 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-03-21T20:23:12.9164570Z 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-03-21T20:23:12.9166198Z 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-03-21T20:23:12.9167771Z 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-03-21T20:23:12.9168910Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:23:12.9170016Z 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-03-21T20:23:12.9171377Z 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-03-21T20:23:12.9172830Z 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-03-21T20:23:12.9174292Z 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-03-21T20:23:12.9175742Z 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-03-21T20:23:12.9177228Z 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-03-21T20:23:12.9178775Z 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-03-21T20:23:12.9180285Z 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-03-21T20:23:12.9181819Z 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-03-21T20:23:12.9183218Z 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-03-21T20:23:12.9184732Z 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-03-21T20:23:12.9186283Z 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-03-21T20:23:12.9187817Z 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-03-21T20:23:12.9189473Z 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-03-21T20:23:12.9190879Z 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-03-21T20:23:12.9192936Z 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-03-21T20:23:12.9194580Z 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-03-21T20:23:12.9196033Z 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-03-21T20:23:12.9197692Z 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-03-21T20:23:12.9199170Z 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-03-21T20:23:12.9200797Z 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-03-21T20:23:12.9202293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:12.9203769Z 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-03-21T20:23:12.9205222Z 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-03-21T20:23:12.9206669Z 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-03-21T20:23:12.9208102Z 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-03-21T20:23:12.9209652Z 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-03-21T20:23:12.9211236Z 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-03-21T20:23:12.9212751Z 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-03-21T20:23:12.9214446Z 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-03-21T20:23:12.9215925Z 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-03-21T20:23:12.9217332Z 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-03-21T20:23:12.9218799Z 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-03-21T20:23:12.9220282Z 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-03-21T20:23:12.9221784Z 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-03-21T20:23:12.9223266Z 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-03-21T20:23:12.9224743Z 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-03-21T20:23:12.9226333Z 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-03-21T20:23:12.9227984Z 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-03-21T20:23:12.9229613Z 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-03-21T20:23:12.9231169Z 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-03-21T20:23:12.9232592Z 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-03-21T20:23:12.9234080Z 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-03-21T20:23:12.9235556Z 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-03-21T20:23:12.9237014Z 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-03-21T20:23:12.9238494Z 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-03-21T20:23:12.9239870Z 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-03-21T20:23:12.9241254Z 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-03-21T20:23:12.9242725Z 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-03-21T20:23:12.9244156Z 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-03-21T20:23:12.9245750Z 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-03-21T20:23:12.9247235Z 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-03-21T20:23:12.9248703Z 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-03-21T20:23:12.9250178Z 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-03-21T20:23:12.9251609Z 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-03-21T20:23:12.9253123Z 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-03-21T20:23:12.9254541Z 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-03-21T20:23:12.9255968Z 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-03-21T20:23:12.9257408Z 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-03-21T20:23:12.9258865Z 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-03-21T20:23:12.9260296Z 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-03-21T20:23:12.9261827Z 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-03-21T20:23:12.9263284Z 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-03-21T20:23:12.9264694Z 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-03-21T20:23:12.9269592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:23:12.9271303Z 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-03-21T20:23:12.9272936Z 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-03-21T20:23:12.9274613Z 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-03-21T20:23:12.9276339Z 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-03-21T20:23:12.9278202Z 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-03-21T20:23:12.9279993Z 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-03-21T20:23:12.9281793Z 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-03-21T20:23:12.9283705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:12.9285330Z 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-03-21T20:23:12.9286998Z 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-03-21T20:23:12.9288336Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:23:12.9289619Z 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-03-21T20:23:12.9290871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:23:12.9292049Z 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-03-21T20:23:12.9293664Z 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-03-21T20:23:12.9295429Z 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-03-21T20:23:12.9297242Z 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-03-21T20:23:12.9298489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:23:12.9299600Z 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-03-21T20:23:12.9300902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:23:12.9301867Z 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-03-21T20:23:12.9302939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:23:12.9303649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:12.9305208Z 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-03-21T20:23:12.9306657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:23:12.9307726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:12.9309376Z 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-03-21T20:23:12.9311960Z 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-03-21T20:23:12.9313645Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:12.9315512Z 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-03-21T20:23:12.9317839Z 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-03-21T20:23:12.9320010Z 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-03-21T20:23:12.9322240Z 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-03-21T20:23:12.9324611Z 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-03-21T20:23:12.9326798Z 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-03-21T20:23:12.9328941Z 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-03-21T20:23:12.9331387Z 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-03-21T20:23:12.9333469Z 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-03-21T20:23:12.9336307Z 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-03-21T20:23:12.9338583Z 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-03-21T20:23:12.9341203Z 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-03-21T20:23:12.9343494Z 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-03-21T20:23:12.9345737Z 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-03-21T20:23:12.9348098Z 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-03-21T20:23:12.9350587Z 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-03-21T20:23:12.9352952Z 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-03-21T20:23:12.9355096Z 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-03-21T20:23:12.9357273Z 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-03-21T20:23:12.9359407Z 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-03-21T20:23:12.9361567Z 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-03-21T20:23:12.9363600Z 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-03-21T20:23:12.9365906Z 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-03-21T20:23:12.9368431Z 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-03-21T20:23:12.9370577Z 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-03-21T20:23:12.9373050Z 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-03-21T20:23:12.9375414Z 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-03-21T20:23:12.9377569Z 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-03-21T20:23:12.9379752Z 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-03-21T20:23:12.9382051Z 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-03-21T20:23:12.9384287Z 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-03-21T20:23:12.9386749Z 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-03-21T20:23:12.9388889Z 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-03-21T20:23:12.9391132Z 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-03-21T20:23:12.9392639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:23:12.9393714Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:12.9395336Z 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-03-21T20:23:12.9396996Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:12.9398651Z 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-03-21T20:23:12.9400519Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:12.9402062Z 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-03-21T20:23:12.9403476Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:23:12.9404562Z 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-03-21T20:23:12.9406308Z 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-03-21T20:23:12.9407777Z 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-03-21T20:23:12.9409560Z 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-03-21T20:23:12.9410964Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:12.9412640Z 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-03-21T20:23:12.9415493Z 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-03-21T20:23:12.9416832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:23:12.9418277Z 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-03-21T20:23:12.9420234Z 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-03-21T20:23:12.9421883Z 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-03-21T20:23:12.9423515Z 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-03-21T20:23:12.9425310Z 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-03-21T20:23:12.9427030Z 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-03-21T20:23:12.9428971Z 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-03-21T20:23:12.9430610Z 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-03-21T20:23:12.9432396Z 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-03-21T20:23:12.9434116Z 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-03-21T20:23:12.9435345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:23:12.9436532Z 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-03-21T20:23:12.9438002Z 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-03-21T20:23:12.9439577Z 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-03-21T20:23:12.9440704Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:23:12.9441824Z 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-03-21T20:23:12.9443639Z 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-03-21T20:23:12.9444916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:23:12.9446242Z 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-03-21T20:23:12.9447936Z 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-03-21T20:23:12.9449858Z 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-03-21T20:23:12.9451560Z 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-03-21T20:23:12.9452718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:23:12.9453939Z 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-03-21T20:23:12.9455082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:23:12.9456326Z 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-03-21T20:23:12.9458042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:12.9459924Z 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-03-21T20:23:12.9461654Z 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-03-21T20:23:12.9463466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:12.9465204Z 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-03-21T20:23:12.9466976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:12.9468589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:12.9470544Z 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-03-21T20:23:12.9472408Z 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-03-21T20:23:12.9474132Z 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-03-21T20:23:12.9475837Z 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-03-21T20:23:12.9477524Z 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-03-21T20:23:12.9479255Z 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-03-21T20:23:12.9481038Z 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-03-21T20:23:12.9482858Z 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-03-21T20:23:12.9484967Z 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-03-21T20:23:12.9486767Z 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-03-21T20:23:12.9488572Z 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-03-21T20:23:12.9490397Z 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-03-21T20:23:12.9492310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:12.9494018Z 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-03-21T20:23:12.9495779Z 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-03-21T20:23:12.9497510Z 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-03-21T20:23:12.9499244Z 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-03-21T20:23:12.9501068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:12.9502768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:12.9504321Z 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-03-21T20:23:12.9505595Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:23:12.9506769Z 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-03-21T20:23:12.9508455Z 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-03-21T20:23:12.9510117Z 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-03-21T20:23:12.9511843Z 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-03-21T20:23:12.9513500Z 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-03-21T20:23:12.9515170Z 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-03-21T20:23:12.9516776Z 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-03-21T20:23:12.9518543Z 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-03-21T20:23:12.9520380Z 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-03-21T20:23:12.9522134Z 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-03-21T20:23:12.9523931Z 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-03-21T20:23:12.9525629Z 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-03-21T20:23:12.9527251Z 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-03-21T20:23:12.9528950Z 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-03-21T20:23:12.9530934Z 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-03-21T20:23:12.9532626Z 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-03-21T20:23:12.9534494Z 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-03-21T20:23:12.9536135Z 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-03-21T20:23:12.9537745Z 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-03-21T20:23:12.9539466Z 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-03-21T20:23:12.9541174Z 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-03-21T20:23:12.9542808Z 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-03-21T20:23:12.9544471Z 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-03-21T20:23:12.9546122Z 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-03-21T20:23:12.9547653Z 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-03-21T20:23:12.9549244Z 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-03-21T20:23:12.9550902Z 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-03-21T20:23:12.9552593Z 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-03-21T20:23:12.9554347Z 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-03-21T20:23:12.9556139Z 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-03-21T20:23:12.9557987Z 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-03-21T20:23:12.9559827Z 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-03-21T20:23:12.9561844Z 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-03-21T20:23:12.9563547Z 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-03-21T20:23:12.9565448Z 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-03-21T20:23:12.9567123Z 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-03-21T20:23:12.9568838Z 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-03-21T20:23:12.9570551Z 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-03-21T20:23:12.9572379Z 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-03-21T20:23:12.9574020Z 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-03-21T20:23:12.9575633Z 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-03-21T20:23:12.9577207Z 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-03-21T20:23:12.9578795Z 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-03-21T20:23:12.9580508Z 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-03-21T20:23:12.9582324Z 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-03-21T20:23:12.9584094Z 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-03-21T20:23:12.9585731Z 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-03-21T20:23:12.9587339Z 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-03-21T20:23:12.9589013Z 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-03-21T20:23:12.9590760Z 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-03-21T20:23:12.9592694Z 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-03-21T20:23:12.9594269Z 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-03-21T20:23:12.9595832Z 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-03-21T20:23:12.9597466Z 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-03-21T20:23:12.9599068Z 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-03-21T20:23:12.9600898Z 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-03-21T20:23:12.9602552Z 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-03-21T20:23:12.9604153Z 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-03-21T20:23:12.9605782Z 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-03-21T20:23:12.9607461Z 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-03-21T20:23:12.9608999Z 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-03-21T20:23:12.9610642Z 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-03-21T20:23:12.9612159Z 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-03-21T20:23:12.9613766Z 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-03-21T20:23:12.9615299Z 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-03-21T20:23:12.9616951Z 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-03-21T20:23:12.9618483Z 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-03-21T20:23:12.9620067Z 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-03-21T20:23:12.9621556Z 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-03-21T20:23:12.9623290Z 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-03-21T20:23:12.9625167Z 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-03-21T20:23:12.9626876Z 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-03-21T20:23:12.9628592Z 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-03-21T20:23:12.9630188Z 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-03-21T20:23:12.9631944Z 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-03-21T20:23:12.9633735Z 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-03-21T20:23:12.9635662Z 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-03-21T20:23:12.9637348Z 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-03-21T20:23:12.9638999Z 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-03-21T20:23:12.9641108Z 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-03-21T20:23:12.9642478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:23:12.9643607Z 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-03-21T20:23:12.9644790Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:23:12.9646169Z 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-03-21T20:23:12.9648026Z 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-03-21T20:23:12.9650001Z 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-03-21T20:23:12.9651375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:12.9652660Z 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-03-21T20:23:12.9654600Z 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-03-21T20:23:12.9656399Z 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-03-21T20:23:12.9658219Z 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-03-21T20:23:12.9659729Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:12.9661242Z 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-03-21T20:23:12.9662591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:23:12.9663772Z 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-03-21T20:23:12.9665582Z 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-03-21T20:23:12.9667616Z 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-03-21T20:23:12.9668907Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:23:12.9670011Z 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-03-21T20:23:12.9671618Z 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-03-21T20:23:12.9673484Z 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-03-21T20:23:12.9674683Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:23:12.9675810Z 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-03-21T20:23:12.9677495Z 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-03-21T20:23:12.9678688Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:23:12.9679480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:12.9680663Z 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-03-21T20:23:12.9681769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:23:12.9682850Z 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-03-21T20:23:12.9684290Z 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-03-21T20:23:12.9685761Z 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-03-21T20:23:12.9687220Z 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-03-21T20:23:12.9688729Z 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-03-21T20:23:12.9690335Z 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-03-21T20:23:12.9691924Z 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-03-21T20:23:12.9693392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:12.9694834Z 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-03-21T20:23:12.9696223Z 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-03-21T20:23:12.9697725Z 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-03-21T20:23:12.9699648Z 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-03-21T20:23:12.9701421Z 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-03-21T20:23:12.9702929Z 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-03-21T20:23:12.9704527Z 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-03-21T20:23:12.9705695Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:23:12.9706934Z 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-03-21T20:23:12.9708898Z 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-03-21T20:23:12.9710637Z 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-03-21T20:23:12.9711782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:23:12.9712714Z 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-03-21T20:23:12.9714136Z 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-03-21T20:23:12.9715588Z 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-03-21T20:23:12.9716991Z 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-03-21T20:23:12.9718408Z 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-03-21T20:23:12.9719361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:23:12.9720530Z 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-03-21T20:23:12.9722089Z 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-03-21T20:23:12.9723894Z 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-03-21T20:23:12.9725525Z 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-03-21T20:23:12.9727147Z 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-03-21T20:23:12.9728798Z 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-03-21T20:23:12.9730470Z 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-03-21T20:23:12.9732242Z 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-03-21T20:23:12.9733457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:23:12.9734757Z 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-03-21T20:23:12.9736012Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:23:12.9737092Z 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-03-21T20:23:12.9738309Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:23:12.9739510Z 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-03-21T20:23:12.9740688Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:23:12.9741445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:23:12.9742360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9743771Z 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-03-21T20:23:12.9745765Z 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-03-21T20:23:12.9747701Z 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-03-21T20:23:12.9749722Z 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-03-21T20:23:12.9751641Z 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-03-21T20:23:12.9753530Z 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-03-21T20:23:12.9755398Z 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-03-21T20:23:12.9757593Z 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-03-21T20:23:12.9759652Z 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-03-21T20:23:12.9761683Z 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-03-21T20:23:12.9763745Z 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-03-21T20:23:12.9765924Z 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-03-21T20:23:12.9768135Z 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-03-21T20:23:12.9770247Z 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-03-21T20:23:12.9772460Z 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-03-21T20:23:12.9774516Z 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-03-21T20:23:12.9776640Z 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-03-21T20:23:12.9778894Z 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-03-21T20:23:12.9781031Z 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-03-21T20:23:12.9783169Z 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-03-21T20:23:12.9785470Z 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-03-21T20:23:12.9787954Z 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-03-21T20:23:12.9790142Z 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-03-21T20:23:12.9792168Z 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-03-21T20:23:12.9794363Z 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-03-21T20:23:12.9796224Z 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-03-21T20:23:12.9798210Z 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-03-21T20:23:12.9800340Z 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-03-21T20:23:12.9802326Z 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-03-21T20:23:12.9804570Z 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-03-21T20:23:12.9806547Z 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-03-21T20:23:12.9808531Z 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-03-21T20:23:12.9810641Z 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-03-21T20:23:12.9812636Z 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-03-21T20:23:12.9814580Z 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-03-21T20:23:12.9816552Z 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-03-21T20:23:12.9818383Z 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-03-21T20:23:12.9820182Z 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-03-21T20:23:12.9821986Z 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-03-21T20:23:12.9836218Z 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-03-21T20:23:12.9838337Z 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-03-21T20:23:12.9840268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9842444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9844562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9846996Z 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-03-21T20:23:12.9849109Z 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-03-21T20:23:12.9851559Z 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-03-21T20:23:12.9853647Z 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-03-21T20:23:12.9855753Z 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-03-21T20:23:12.9857793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9859943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9861878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9863969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9865910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9868123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9870190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9872235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9874124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9876197Z 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-03-21T20:23:12.9878195Z 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-03-21T20:23:12.9880258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:12.9882269Z 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-03-21T20:23:12.9883599Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:23:12.9885007Z 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-03-21T20:23:12.9886991Z 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-03-21T20:23:12.9888847Z 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-03-21T20:23:12.9890727Z 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-03-21T20:23:12.9891882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:23:12.9893098Z 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-03-21T20:23:12.9894799Z 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-03-21T20:23:12.9896415Z 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-03-21T20:23:12.9897722Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:12.9898835Z 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-03-21T20:23:12.9900639Z 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-03-21T20:23:12.9902777Z 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-03-21T20:23:12.9904014Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:12.9905281Z 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-03-21T20:23:12.9907090Z 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-03-21T20:23:12.9908873Z 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-03-21T20:23:12.9910660Z 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-03-21T20:23:12.9912564Z 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-03-21T20:23:12.9914381Z 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-03-21T20:23:12.9915698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:12.9917299Z 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-03-21T20:23:12.9918430Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:23:12.9919402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:12.9920726Z 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-03-21T20:23:12.9922129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:23:12.9923202Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:12.9924794Z 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-03-21T20:23:12.9926972Z 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-03-21T20:23:12.9929056Z 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-03-21T20:23:12.9931120Z 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-03-21T20:23:12.9933192Z 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-03-21T20:23:12.9935202Z 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-03-21T20:23:12.9937267Z 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-03-21T20:23:12.9938863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:12.9940687Z 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-03-21T20:23:12.9942302Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:23:12.9943372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:23:12.9944363Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:12.9946515Z 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-03-21T20:23:12.9948122Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:23:12.9948815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:23:12.9949502Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:12.9950895Z 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-03-21T20:23:12.9952844Z 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-03-21T20:23:12.9954850Z 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-03-21T20:23:12.9956751Z 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-03-21T20:23:12.9958673Z 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-03-21T20:23:12.9960560Z 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-03-21T20:23:12.9961795Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:23:12.9962796Z 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-03-21T20:23:12.9964206Z 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-03-21T20:23:12.9965214Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:23:12.9966410Z 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-03-21T20:23:12.9968070Z 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-03-21T20:23:12.9969909Z 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-03-21T20:23:12.9971563Z 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-03-21T20:23:12.9973129Z 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-03-21T20:23:12.9974984Z 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-03-21T20:23:12.9976783Z 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-03-21T20:23:12.9978597Z 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-03-21T20:23:12.9980278Z 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-03-21T20:23:12.9981835Z 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-03-21T20:23:12.9983404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:12.9985147Z 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-03-21T20:23:12.9986885Z 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-03-21T20:23:12.9988016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:23:12.9989217Z 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-03-21T20:23:12.9990923Z 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-03-21T20:23:12.9992617Z 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-03-21T20:23:12.9994660Z 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-03-21T20:23:12.9996234Z 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-03-21T20:23:12.9997919Z 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-03-21T20:23:12.9999614Z 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-03-21T20:23:13.0001517Z 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-03-21T20:23:13.0003147Z 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-03-21T20:23:13.0003887Z 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-03-21T20:23:13.0004709Z 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-03-21T20:23:13.0005457Z 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-03-21T20:23:13.0006293Z 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-03-21T20:23:13.0007344Z 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-03-21T20:23:13.0008173Z 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-03-21T20:23:13.0008821Z 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-03-21T20:23:13.0009607Z 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-03-21T20:23:13.0010381Z 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-03-21T20:23:13.0011411Z 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-03-21T20:23:13.0012112Z 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-03-21T20:23:13.0013009Z 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-03-21T20:23:13.0013722Z 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-03-21T20:23:13.0014504Z 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-03-21T20:23:13.0015342Z 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-03-21T20:23:13.0016108Z 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-03-21T20:23:13.0016968Z 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-03-21T20:23:13.0017643Z 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-03-21T20:23:13.0018564Z 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-03-21T20:23:13.0019295Z 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-03-21T20:23:13.0020075Z 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-03-21T20:23:13.0020846Z 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-03-21T20:23:13.0021598Z 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-03-21T20:23:13.0022360Z 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-03-21T20:23:13.0023245Z 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-03-21T20:23:13.0024138Z 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-03-21T20:23:13.0024938Z 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-03-21T20:23:13.0025855Z 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-03-21T20:23:13.0026526Z 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-03-21T20:23:13.0027454Z 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-03-21T20:23:13.0028176Z 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-03-21T20:23:13.0028991Z 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-03-21T20:23:13.0029758Z 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-03-21T20:23:13.0030616Z 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-03-21T20:23:13.0031410Z 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-03-21T20:23:13.0032112Z 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-03-21T20:23:13.0032909Z 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-03-21T20:23:13.0033256Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:23:13.0033990Z 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-03-21T20:23:13.0034846Z 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-03-21T20:23:13.0035200Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:13.0036002Z 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-03-21T20:23:13.0036818Z 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-03-21T20:23:13.0037739Z 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-03-21T20:23:13.0038692Z 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-03-21T20:23:13.0039606Z 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-03-21T20:23:13.0040466Z 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-03-21T20:23:13.0040768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:13.0041586Z 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-03-21T20:23:13.0042570Z 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-03-21T20:23:13.0042992Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:13.0044055Z 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-03-21T20:23:13.0044861Z 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-03-21T20:23:13.0045244Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:23:13.0046137Z 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-03-21T20:23:13.0047205Z 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-03-21T20:23:13.0047938Z 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-03-21T20:23:13.0049006Z 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-03-21T20:23:13.0049257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:23:13.0050114Z 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-03-21T20:23:13.0050954Z 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-03-21T20:23:13.0051252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:23:13.0052049Z 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-03-21T20:23:13.0052711Z 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-03-21T20:23:13.0053530Z 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-03-21T20:23:13.0054304Z 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-03-21T20:23:13.0055171Z 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-03-21T20:23:13.0056158Z 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-03-21T20:23:13.0056915Z 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-03-21T20:23:13.0057770Z 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-03-21T20:23:13.0058459Z 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-03-21T20:23:13.0059344Z 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-03-21T20:23:13.0060152Z 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-03-21T20:23:13.0061044Z 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-03-21T20:23:13.0061687Z 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-03-21T20:23:13.0061982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:13.0062759Z 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-03-21T20:23:13.0063402Z 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-03-21T20:23:13.0064211Z 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-03-21T20:23:13.0064875Z 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-03-21T20:23:13.0065653Z 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-03-21T20:23:13.0066283Z 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-03-21T20:23:13.0067016Z 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-03-21T20:23:13.0067882Z 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-03-21T20:23:13.0069086Z 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-03-21T20:23:13.0070225Z 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-03-21T20:23:13.0070947Z 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-03-21T20:23:13.0071909Z 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-03-21T20:23:13.0072744Z 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-03-21T20:23:13.0073462Z 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-03-21T20:23:13.0074222Z 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-03-21T20:23:13.0074999Z 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-03-21T20:23:13.0075910Z 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-03-21T20:23:13.0076656Z 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-03-21T20:23:13.0077307Z 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-03-21T20:23:13.0078265Z 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-03-21T20:23:13.0078971Z 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-03-21T20:23:13.0079944Z 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-03-21T20:23:13.0080728Z 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-03-21T20:23:13.0081500Z 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-03-21T20:23:13.0082244Z 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-03-21T20:23:13.0083006Z 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-03-21T20:23:13.0083679Z 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-03-21T20:23:13.0084494Z 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-03-21T20:23:13.0085151Z 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-03-21T20:23:13.0086070Z 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-03-21T20:23:13.0086732Z 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-03-21T20:23:13.0087630Z 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-03-21T20:23:13.0088285Z 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-03-21T20:23:13.0089113Z 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-03-21T20:23:13.0089924Z 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-03-21T20:23:13.0090771Z 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-03-21T20:23:13.0091487Z 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-03-21T20:23:13.0092148Z 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-03-21T20:23:13.0093042Z 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-03-21T20:23:13.0093749Z 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-03-21T20:23:13.0094121Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:13.0094907Z 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-03-21T20:23:13.0095812Z 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-03-21T20:23:13.0096592Z 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-03-21T20:23:13.0097487Z 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-03-21T20:23:13.0098227Z 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-03-21T20:23:13.0099141Z 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-03-21T20:23:13.0100068Z 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-03-21T20:23:13.0100355Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:13.0101330Z 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-03-21T20:23:13.0102135Z 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-03-21T20:23:13.0103160Z 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-03-21T20:23:13.0103468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:13.0104454Z 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-03-21T20:23:13.0105253Z 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-03-21T20:23:13.0105614Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:13.0106414Z 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-03-21T20:23:13.0107083Z 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-03-21T20:23:13.0144176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:23:13.0144738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:13.0145729Z 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-03-21T20:23:13.0146065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:23:13.0146456Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:13.0147433Z 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-03-21T20:23:13.0148388Z 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-03-21T20:23:13.0149224Z 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-03-21T20:23:13.0149604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:23:13.0150082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:13.0150962Z 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-03-21T20:23:13.0151794Z 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-03-21T20:23:13.0152099Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:13.0153065Z 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-03-21T20:23:13.0153823Z 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-03-21T20:23:13.0154219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:13.0155135Z 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-03-21T20:23:13.0155544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:13.0156550Z 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-03-21T20:23:13.0157637Z 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-03-21T20:23:13.0158775Z 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-03-21T20:23:13.0159107Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:23:13.0159463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:13.0160503Z 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-03-21T20:23:13.0161452Z 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-03-21T20:23:13.0162260Z 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-03-21T20:23:13.0162654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:13.0163573Z 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-03-21T20:23:13.0164548Z 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-03-21T20:23:13.0164883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:23:13.0165224Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:13.0166064Z 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-03-21T20:23:13.0167125Z 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-03-21T20:23:13.0168223Z 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-03-21T20:23:13.0169201Z 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-03-21T20:23:13.0169587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:13.0170650Z 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-03-21T20:23:13.0171507Z 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-03-21T20:23:13.0172478Z 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-03-21T20:23:13.0173536Z 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-03-21T20:23:13.0174629Z 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-03-21T20:23:13.0175761Z 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-03-21T20:23:13.0176954Z 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-03-21T20:23:13.0178024Z 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-03-21T20:23:13.0179197Z 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-03-21T20:23:13.0180165Z 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-03-21T20:23:13.0181175Z 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-03-21T20:23:13.0204228Z 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-03-21T20:23:13.0205207Z 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-03-21T20:23:13.0206286Z 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-03-21T20:23:13.0207422Z 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-03-21T20:23:13.0208534Z 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-03-21T20:23:13.0209576Z 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-03-21T20:23:13.0210937Z 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-03-21T20:23:13.0211985Z 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-03-21T20:23:13.0212947Z 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-03-21T20:23:13.0213923Z 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-03-21T20:23:13.0215057Z 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-03-21T20:23:13.0216157Z 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-03-21T20:23:13.0217340Z 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-03-21T20:23:13.0218441Z 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-03-21T20:23:13.0219404Z 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-03-21T20:23:13.0220396Z 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-03-21T20:23:13.0220831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:13.0221817Z 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-03-21T20:23:13.0222864Z 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-03-21T20:23:13.0223761Z 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-03-21T20:23:13.0224798Z 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-03-21T20:23:13.0225821Z 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-03-21T20:23:13.0226797Z 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-03-21T20:23:13.0227853Z 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-03-21T20:23:13.0228830Z 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-03-21T20:23:13.0229798Z 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-03-21T20:23:13.0230769Z 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-03-21T20:23:13.0231790Z 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-03-21T20:23:13.0232829Z 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-03-21T20:23:13.0233752Z 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-03-21T20:23:13.0234650Z 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-03-21T20:23:13.0235595Z 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-03-21T20:23:13.0236520Z 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-03-21T20:23:13.0237474Z 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-03-21T20:23:13.0238449Z 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-03-21T20:23:13.0239446Z 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-03-21T20:23:13.0240357Z 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-03-21T20:23:13.0241327Z 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-03-21T20:23:13.0260432Z 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-03-21T20:23:13.0261437Z 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-03-21T20:23:13.0262428Z 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-03-21T20:23:13.0263332Z 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-03-21T20:23:13.0264355Z 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-03-21T20:23:13.0265244Z 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-03-21T20:23:13.0266336Z 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-03-21T20:23:13.0267415Z 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-03-21T20:23:13.0268505Z 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-03-21T20:23:13.0269624Z 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-03-21T20:23:13.0270562Z 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-03-21T20:23:13.0271601Z 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-03-21T20:23:13.0272657Z 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-03-21T20:23:13.0273677Z 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-03-21T20:23:13.0274731Z 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-03-21T20:23:13.0275777Z 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-03-21T20:23:13.0276730Z 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-03-21T20:23:13.0277732Z 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-03-21T20:23:13.0278876Z 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-03-21T20:23:13.0279822Z 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-03-21T20:23:13.0280808Z 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-03-21T20:23:13.0281686Z 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-03-21T20:23:13.0282591Z 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-03-21T20:23:13.0283576Z 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-03-21T20:23:13.0284442Z 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-03-21T20:23:13.0285308Z 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-03-21T20:23:13.0286305Z 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-03-21T20:23:13.0287312Z 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-03-21T20:23:13.0288235Z 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-03-21T20:23:13.0289337Z 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-03-21T20:23:13.0290370Z 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-03-21T20:23:13.0291395Z 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-03-21T20:23:13.0292410Z 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-03-21T20:23:13.0293311Z 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-03-21T20:23:13.0294252Z 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-03-21T20:23:13.0295328Z 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-03-21T20:23:13.0296377Z 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-03-21T20:23:13.0297405Z 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-03-21T20:23:13.0332811Z 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-03-21T20:23:13.0333939Z 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-03-21T20:23:13.0335143Z 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-03-21T20:23:13.0336059Z 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-03-21T20:23:13.0337031Z 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-03-21T20:23:13.0338108Z 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-03-21T20:23:13.0339173Z 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-03-21T20:23:13.0340112Z 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-03-21T20:23:13.0340923Z 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-03-21T20:23:13.0342070Z 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-03-21T20:23:13.0343073Z 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-03-21T20:23:13.0344000Z 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-03-21T20:23:13.0345005Z 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-03-21T20:23:13.0345982Z 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-03-21T20:23:13.0347107Z 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-03-21T20:23:13.0347942Z 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-03-21T20:23:13.0348253Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:23:13.0349019Z 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-03-21T20:23:13.0349725Z 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-03-21T20:23:13.0350480Z 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-03-21T20:23:13.0351329Z 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-03-21T20:23:13.0351658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:23:13.0351889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:23:13.0352504Z 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-03-21T20:23:13.0353263Z 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-03-21T20:23:13.0353577Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:23:13.0354293Z 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-03-21T20:23:13.0355213Z 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-03-21T20:23:13.0355957Z 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-03-21T20:23:13.0356818Z 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-03-21T20:23:13.0357581Z 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-03-21T20:23:13.0358464Z 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-03-21T20:23:13.0359200Z 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-03-21T20:23:13.0360108Z 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-03-21T20:23:13.0360848Z 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-03-21T20:23:13.0361758Z 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-03-21T20:23:13.0362623Z 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-03-21T20:23:13.0363300Z 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-03-21T20:23:13.0364113Z 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-03-21T20:23:13.0364788Z 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-03-21T20:23:13.0365524Z 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-03-21T20:23:13.0366362Z 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-03-21T20:23:13.0367052Z 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-03-21T20:23:13.0367855Z 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-03-21T20:23:13.0368636Z 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-03-21T20:23:13.0419261Z 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-03-21T20:23:13.0419664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:23:13.0420337Z 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-03-21T20:23:13.0421060Z 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-03-21T20:23:13.0421428Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:23:13.0422330Z 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-03-21T20:23:13.0423176Z 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-03-21T20:23:13.0424105Z 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-03-21T20:23:13.0424363Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:23:13.0425007Z 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-03-21T20:23:13.0425800Z 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-03-21T20:23:13.0426513Z 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-03-21T20:23:13.0427441Z 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-03-21T20:23:13.0428145Z 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-03-21T20:23:13.0428897Z 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-03-21T20:23:13.0429574Z 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-03-21T20:23:13.0429881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:23:13.0430805Z 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-03-21T20:23:13.0431544Z 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-03-21T20:23:13.0431884Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:23:13.0432165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:13.0432845Z 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-03-21T20:23:13.0433772Z 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-03-21T20:23:13.0434063Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:23:13.0434839Z 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-03-21T20:23:13.0435683Z 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-03-21T20:23:13.0435982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:13.0436854Z 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-03-21T20:23:13.0437633Z 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-03-21T20:23:13.0437902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:23:13.0438862Z 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-03-21T20:23:13.0439569Z 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-03-21T20:23:13.0439906Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:23:13.0440353Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:13.0441151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:13.0441513Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:13.0442533Z 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-03-21T20:23:13.0443389Z 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-03-21T20:23:13.0443620Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:23:13.0443877Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:23:13.0444474Z 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-03-21T20:23:13.0445330Z 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-03-21T20:23:13.0445960Z 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-03-21T20:23:13.0446646Z 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-03-21T20:23:13.0447395Z 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-03-21T20:23:13.0448081Z 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-03-21T20:23:13.0448886Z 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-03-21T20:23:13.0449577Z 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-03-21T20:23:13.0450431Z 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-03-21T20:23:13.0451045Z 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-03-21T20:23:13.0451846Z 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-03-21T20:23:13.0452608Z 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-03-21T20:23:13.0453486Z 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-03-21T20:23:13.0498068Z 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-03-21T20:23:13.0498815Z 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-03-21T20:23:13.0499480Z 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-03-21T20:23:13.0500328Z 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-03-21T20:23:13.0500637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:13.0501471Z 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-03-21T20:23:13.0502372Z 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-03-21T20:23:13.0503131Z 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-03-21T20:23:13.0504034Z 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-03-21T20:23:13.0504318Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:23:13.0505292Z 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-03-21T20:23:13.0506034Z 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-03-21T20:23:13.0506944Z 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-03-21T20:23:13.0507638Z 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-03-21T20:23:13.0508557Z 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-03-21T20:23:13.0509283Z 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-03-21T20:23:13.0510007Z 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-03-21T20:23:13.0510920Z 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-03-21T20:23:13.0511589Z 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-03-21T20:23:13.0512421Z 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-03-21T20:23:13.0513132Z 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-03-21T20:23:13.0513535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:23:13.0514156Z 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-03-21T20:23:13.0514803Z 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-03-21T20:23:13.0515651Z 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-03-21T20:23:13.0516467Z 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-03-21T20:23:13.0516782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:23:13.0517560Z 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-03-21T20:23:13.0518395Z 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-03-21T20:23:13.0519049Z 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-03-21T20:23:13.0519335Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:13.0520221Z 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-03-21T20:23:13.0520657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:13.0521553Z 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-03-21T20:23:13.0522341Z 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-03-21T20:23:13.0522652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:13.0523666Z 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-03-21T20:23:13.0524523Z 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-03-21T20:23:13.0525478Z 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-03-21T20:23:13.0525777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:13.0526801Z 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-03-21T20:23:13.0527159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:13.0528212Z 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-03-21T20:23:13.0528604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:13.0529760Z 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-03-21T20:23:13.0530861Z 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-03-21T20:23:13.0531868Z 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-03-21T20:23:13.0532401Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:13.0533499Z 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-03-21T20:23:13.0566434Z 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-03-21T20:23:13.0567422Z 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-03-21T20:23:13.0568436Z 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-03-21T20:23:13.0568943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:13.0569926Z 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-03-21T20:23:13.0571195Z 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-03-21T20:23:13.0572168Z 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-03-21T20:23:13.0573205Z 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-03-21T20:23:13.0573599Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:13.0574670Z 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-03-21T20:23:13.0575719Z 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-03-21T20:23:13.0576155Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:13.0577138Z 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-03-21T20:23:13.0578171Z 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-03-21T20:23:13.0578563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:13.0579607Z 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-03-21T20:23:13.0580713Z 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-03-21T20:23:13.0581658Z 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-03-21T20:23:13.0582614Z 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-03-21T20:23:13.0583636Z 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-03-21T20:23:13.0584647Z 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-03-21T20:23:13.0585848Z 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-03-21T20:23:13.0586184Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:13.0587176Z 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-03-21T20:23:13.0587982Z 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-03-21T20:23:13.0588917Z 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-03-21T20:23:13.0589814Z 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-03-21T20:23:13.0590162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:23:13.0590507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:13.0591498Z 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-03-21T20:23:13.0592374Z 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-03-21T20:23:13.0593401Z 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-03-21T20:23:13.0594419Z 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-03-21T20:23:13.0595265Z 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-03-21T20:23:13.0596282Z 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-03-21T20:23:13.0597378Z 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-03-21T20:23:13.0598362Z 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-03-21T20:23:13.0599319Z 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-03-21T20:23:13.0600473Z 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-03-21T20:23:13.0601595Z 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-03-21T20:23:13.0602587Z 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-03-21T20:23:13.0649431Z 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-03-21T20:23:13.0650886Z 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-03-21T20:23:13.0652184Z 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-03-21T20:23:13.0652390Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:23:13.0652909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-03-21T20:23:13.0653282Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:23:13.0653894Z 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-03-21T20:23:13.0654532Z 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-03-21T20:23:13.0655273Z 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-03-21T20:23:13.0655840Z 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-03-21T20:23:13.0656734Z 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-03-21T20:23:13.0657286Z 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-03-21T20:23:13.0658024Z 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-03-21T20:23:13.0658276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:23:13.0658890Z 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-03-21T20:23:13.0659831Z 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-03-21T20:23:13.0660607Z 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-03-21T20:23:13.0661524Z 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-03-21T20:23:13.0661736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:23:13.0661992Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:23:13.0662254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:23:13.0662680Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:23:13.0663578Z 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-03-21T20:23:13.0664416Z 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-03-21T20:23:13.0665276Z 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-03-21T20:23:13.0665988Z 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-03-21T20:23:13.0666862Z 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-03-21T20:23:13.0667134Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:13.0667960Z 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-03-21T20:23:13.0668689Z 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-03-21T20:23:13.0669549Z 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-03-21T20:23:13.0670273Z 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-03-21T20:23:13.0671079Z 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-03-21T20:23:13.0671963Z 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-03-21T20:23:13.0672863Z 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-03-21T20:23:13.0673622Z 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-03-21T20:23:13.0673939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:23:13.0674555Z 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-03-21T20:23:13.0675299Z 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-03-21T20:23:13.0676009Z 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-03-21T20:23:13.0676660Z 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-03-21T20:23:13.0677032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:23:13.0677725Z 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-03-21T20:23:13.0678624Z 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-03-21T20:23:13.0678934Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:23:13.0679588Z 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-03-21T20:23:13.0680329Z 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-03-21T20:23:13.0680616Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:23:13.0681320Z 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-03-21T20:23:13.0682124Z 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-03-21T20:23:13.0682492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:13.0683561Z 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-03-21T20:23:13.0684459Z 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-03-21T20:23:13.0685534Z 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-03-21T20:23:13.0723897Z 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-03-21T20:23:13.0724743Z 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-03-21T20:23:13.0725605Z 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-03-21T20:23:13.0725889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:13.0726542Z 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-03-21T20:23:13.0727344Z 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-03-21T20:23:13.0727610Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:23:13.0728267Z 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-03-21T20:23:13.0728977Z 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-03-21T20:23:13.0729249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:23:13.0729966Z 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-03-21T20:23:13.0730709Z 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-03-21T20:23:13.0730960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:23:13.0731545Z 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-03-21T20:23:13.0732167Z 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-03-21T20:23:13.0732772Z 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-03-21T20:23:13.0733407Z 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-03-21T20:23:13.0734019Z 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-03-21T20:23:13.0734662Z 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-03-21T20:23:13.0735267Z 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-03-21T20:23:13.0735964Z 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-03-21T20:23:13.0736573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:13.0737221Z 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-03-21T20:23:13.0737810Z 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-03-21T20:23:13.0738422Z 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-03-21T20:23:13.0738999Z 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-03-21T20:23:13.0739590Z 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-03-21T20:23:13.0740300Z 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-03-21T20:23:13.0740574Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:23:13.0741467Z 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-03-21T20:23:13.0742229Z 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-03-21T20:23:13.0742533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:23:13.0743347Z 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-03-21T20:23:13.0744259Z 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-03-21T20:23:13.0745001Z 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-03-21T20:23:13.0746011Z 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-03-21T20:23:13.0746287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:23:13.0747020Z 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-03-21T20:23:13.0747986Z 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-03-21T20:23:13.0748721Z 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-03-21T20:23:13.0749065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:13.0749903Z 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-03-21T20:23:13.0751009Z 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-03-21T20:23:13.0751903Z 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-03-21T20:23:13.0752869Z 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-03-21T20:23:13.0753654Z 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-03-21T20:23:13.0754663Z 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-03-21T20:23:13.0755561Z 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-03-21T20:23:13.0828302Z 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-03-21T20:23:13.0829273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:13.0830124Z 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-03-21T20:23:13.0831177Z 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-03-21T20:23:13.0831958Z 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-03-21T20:23:13.0832879Z 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-03-21T20:23:13.0833785Z 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-03-21T20:23:13.0834740Z 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-03-21T20:23:13.0835710Z 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-03-21T20:23:13.0836522Z 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-03-21T20:23:13.0836848Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:23:13.0837732Z 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-03-21T20:23:13.0838425Z 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-03-21T20:23:13.0839264Z 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-03-21T20:23:13.0839591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:13.0840326Z 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-03-21T20:23:13.0840600Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:13.0841271Z 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-03-21T20:23:13.0841655Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:13.0842593Z 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-03-21T20:23:13.0843410Z 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-03-21T20:23:13.0844291Z 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-03-21T20:23:13.0845092Z 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-03-21T20:23:13.0845483Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:13.0846394Z 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-03-21T20:23:13.0847132Z 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-03-21T20:23:13.0847968Z 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-03-21T20:23:13.0848774Z 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-03-21T20:23:13.0849132Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:13.0849959Z 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-03-21T20:23:13.0850449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:13.0851332Z 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-03-21T20:23:13.0852197Z 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-03-21T20:23:13.0852577Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:13.0853550Z 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-03-21T20:23:13.0854330Z 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-03-21T20:23:13.0854815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:13.0855838Z 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-03-21T20:23:13.0856857Z 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-03-21T20:23:13.0857184Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:23:13.0857881Z 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-03-21T20:23:13.0858507Z 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-03-21T20:23:13.0859221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:13.0859915Z 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-03-21T20:23:13.0860250Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:23:13.0860907Z 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-03-21T20:23:13.0958111Z 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-03-21T20:23:13.0958416Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:23:13.0959139Z 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-03-21T20:23:13.0959733Z 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-03-21T20:23:13.0960011Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:23:13.0960805Z 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-03-21T20:23:13.0961449Z 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-03-21T20:23:13.0961729Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:13.0962452Z 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-03-21T20:23:13.0963237Z 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-03-21T20:23:13.0963535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:13.0964186Z 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-03-21T20:23:13.0965019Z 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-03-21T20:23:13.0965357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:13.0966047Z 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-03-21T20:23:13.0966319Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:23:13.0967240Z 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-03-21T20:23:13.0967981Z 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-03-21T20:23:13.0968619Z 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-03-21T20:23:13.0969407Z 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-03-21T20:23:13.0970250Z 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-03-21T20:23:13.0970618Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:23:13.0971312Z 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-03-21T20:23:13.0972096Z 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-03-21T20:23:13.0972354Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:23:13.0972948Z 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-03-21T20:23:13.0973779Z 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-03-21T20:23:13.0974038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:23:13.0974647Z 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-03-21T20:23:13.0975249Z 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-03-21T20:23:13.0975531Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:23:13.0976307Z 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-03-21T20:23:13.0976932Z 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-03-21T20:23:13.0977220Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:23:13.0978054Z 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-03-21T20:23:13.0978805Z 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-03-21T20:23:13.0979070Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:23:13.0979713Z 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-03-21T20:23:13.0980478Z 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-03-21T20:23:13.0980749Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:23:13.0981450Z 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-03-21T20:23:13.0982203Z 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-03-21T20:23:13.0982445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:23:13.0982715Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:23:13.0983370Z 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-03-21T20:23:13.0983565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:23:13.0984111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.0984636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.0985066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.0985522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.0985980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.0986477Z 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-03-21T20:23:13.0986955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.0987384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.0987819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.0988269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.0988829Z 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-03-21T20:23:13.0989303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.0989788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1075757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1076460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1077008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1077465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1077900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1078370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1078919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1079492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1079931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1080386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1081014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1081253Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:23:13.1081788Z 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-03-21T20:23:13.1082393Z 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-03-21T20:23:13.1083104Z 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-03-21T20:23:13.1083666Z 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-03-21T20:23:13.1084287Z 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-03-21T20:23:13.1084889Z 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-03-21T20:23:13.1085537Z 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-03-21T20:23:13.1086162Z 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-03-21T20:23:13.1086701Z 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-03-21T20:23:13.1087058Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:23:13.1087671Z 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-03-21T20:23:13.1088294Z 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-03-21T20:23:13.1088916Z 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-03-21T20:23:13.1089770Z 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-03-21T20:23:13.1090421Z 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-03-21T20:23:13.1090974Z 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-03-21T20:23:13.1091580Z 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-03-21T20:23:13.1091904Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:23:13.1092454Z 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-03-21T20:23:13.1093083Z 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-03-21T20:23:13.1093839Z 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-03-21T20:23:13.1094417Z 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-03-21T20:23:13.1094953Z 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-03-21T20:23:13.1095472Z 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-03-21T20:23:13.1096019Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:13.1096809Z 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-03-21T20:23:13.1097610Z 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-03-21T20:23:13.1098646Z 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-03-21T20:23:13.1099429Z 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-03-21T20:23:13.1099663Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:23:13.1100675Z 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-03-21T20:23:13.1101516Z 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-03-21T20:23:13.1102161Z 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-03-21T20:23:13.1102898Z 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-03-21T20:23:13.1103678Z 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-03-21T20:23:13.1104283Z 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-03-21T20:23:13.1105133Z 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-03-21T20:23:13.1105879Z 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-03-21T20:23:13.1106501Z 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-03-21T20:23:13.1107241Z 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-03-21T20:23:13.1108165Z 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-03-21T20:23:13.1108784Z 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-03-21T20:23:13.1208921Z 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-03-21T20:23:13.1209829Z 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-03-21T20:23:13.1210562Z 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-03-21T20:23:13.1211433Z 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-03-21T20:23:13.1212227Z 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-03-21T20:23:13.1212818Z 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-03-21T20:23:13.1213079Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:23:13.1213946Z 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-03-21T20:23:13.1214680Z 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-03-21T20:23:13.1214953Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:13.1215774Z 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-03-21T20:23:13.1216718Z 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-03-21T20:23:13.1217387Z 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-03-21T20:23:13.1217596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:23:13.1218278Z 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-03-21T20:23:13.1218904Z 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-03-21T20:23:13.1219413Z 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-03-21T20:23:13.1219952Z 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-03-21T20:23:13.1220248Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:23:13.1220893Z 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-03-21T20:23:13.1221451Z 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-03-21T20:23:13.1221818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:23:13.1222569Z 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-03-21T20:23:13.1222903Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:23:13.1223638Z 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-03-21T20:23:13.1223877Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:23:13.1224469Z 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-03-21T20:23:13.1224908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:23:13.1225609Z 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-03-21T20:23:13.1226205Z 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-03-21T20:23:13.1226465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:13.1227314Z 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-03-21T20:23:13.1228024Z 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-03-21T20:23:13.1228638Z 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-03-21T20:23:13.1229008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:23:13.1229723Z 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-03-21T20:23:13.1230385Z 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-03-21T20:23:13.1230644Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:13.1231516Z 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-03-21T20:23:13.1231769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:23:13.1232425Z 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-03-21T20:23:13.1233043Z 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-03-21T20:23:13.1233393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:23:13.1234183Z 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-03-21T20:23:13.1234826Z 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-03-21T20:23:13.1235484Z 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-03-21T20:23:13.1235850Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:23:13.1236617Z 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-03-21T20:23:13.1236822Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:23:13.1237305Z 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-03-21T20:23:13.1237906Z 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-03-21T20:23:13.1238531Z 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-03-21T20:23:13.1238804Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:23:13.1239403Z 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-03-21T20:23:13.1239623Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:23:13.1240386Z 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-03-21T20:23:13.1240973Z 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-03-21T20:23:13.1241481Z 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-03-21T20:23:13.1241722Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:23:13.1242513Z 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-03-21T20:23:13.1242760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:23:13.1329475Z 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-03-21T20:23:13.1330454Z 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-03-21T20:23:13.1331098Z 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-03-21T20:23:13.1331865Z 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-03-21T20:23:13.1332686Z 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-03-21T20:23:13.1333330Z 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-03-21T20:23:13.1333899Z 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-03-21T20:23:13.1334662Z 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-03-21T20:23:13.1335359Z 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-03-21T20:23:13.1335940Z 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-03-21T20:23:13.1336859Z 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-03-21T20:23:13.1337539Z 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-03-21T20:23:13.1338099Z 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-03-21T20:23:13.1338783Z 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-03-21T20:23:13.1339525Z 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-03-21T20:23:13.1340093Z 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-03-21T20:23:13.1340868Z 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-03-21T20:23:13.1341558Z 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-03-21T20:23:13.1342172Z 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-03-21T20:23:13.1342748Z 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-03-21T20:23:13.1343576Z 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-03-21T20:23:13.1344174Z 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-03-21T20:23:13.1344766Z 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-03-21T20:23:13.1345640Z 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-03-21T20:23:13.1346304Z 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-03-21T20:23:13.1346873Z 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-03-21T20:23:13.1347706Z 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-03-21T20:23:13.1348327Z 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-03-21T20:23:13.1348867Z 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-03-21T20:23:13.1349451Z 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-03-21T20:23:13.1350192Z 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-03-21T20:23:13.1350817Z 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-03-21T20:23:13.1351034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:23:13.1351667Z 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-03-21T20:23:13.1352376Z 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-03-21T20:23:13.1352952Z 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-03-21T20:23:13.1353186Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:23:13.1353769Z 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-03-21T20:23:13.1354581Z 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-03-21T20:23:13.1355328Z 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-03-21T20:23:13.1355530Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:23:13.1356105Z 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-03-21T20:23:13.1356789Z 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-03-21T20:23:13.1357346Z 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-03-21T20:23:13.1357853Z 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-03-21T20:23:13.1358511Z 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-03-21T20:23:13.1359091Z 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-03-21T20:23:13.1359631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:13.1359846Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:23:13.1360409Z 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-03-21T20:23:13.1361074Z 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-03-21T20:23:13.1361677Z 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-03-21T20:23:13.1362244Z 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-03-21T20:23:13.1362882Z 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-03-21T20:23:13.1363538Z 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-03-21T20:23:13.1453579Z 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-03-21T20:23:13.1454307Z 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-03-21T20:23:13.1455030Z 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-03-21T20:23:13.1455580Z 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-03-21T20:23:13.1456271Z 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-03-21T20:23:13.1456821Z 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-03-21T20:23:13.1457345Z 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-03-21T20:23:13.1457965Z 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-03-21T20:23:13.1458827Z 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-03-21T20:23:13.1459435Z 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-03-21T20:23:13.1460012Z 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-03-21T20:23:13.1460688Z 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-03-21T20:23:13.1461222Z 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-03-21T20:23:13.1461734Z 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-03-21T20:23:13.1462456Z 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-03-21T20:23:13.1463058Z 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-03-21T20:23:13.1463620Z 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-03-21T20:23:13.1464254Z 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-03-21T20:23:13.1464881Z 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-03-21T20:23:13.1465432Z 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-03-21T20:23:13.1465944Z 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-03-21T20:23:13.1466443Z 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-03-21T20:23:13.1466958Z 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-03-21T20:23:13.1467492Z 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-03-21T20:23:13.1468012Z 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-03-21T20:23:13.1468762Z 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-03-21T20:23:13.1468998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:23:13.1469603Z 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-03-21T20:23:13.1470164Z 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-03-21T20:23:13.1470766Z 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-03-21T20:23:13.1471336Z 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-03-21T20:23:13.1471651Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:23:13.1472288Z 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-03-21T20:23:13.1472750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:13.1472952Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:23:13.1473203Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:23:13.1473805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/android_test 2025-03-21T20:23:13.1474056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:23:13.1474646Z 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-03-21T20:23:13.1475221Z 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-03-21T20:23:13.1475474Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:23:13.1476049Z 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-03-21T20:23:13.1476336Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:13.1476995Z 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-03-21T20:23:13.1477722Z 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-03-21T20:23:13.1478407Z 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-03-21T20:23:13.1479106Z 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-03-21T20:23:13.1479790Z 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-03-21T20:23:13.1480057Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:23:13.1480714Z 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-03-21T20:23:13.1481001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:23:13.1481589Z 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-03-21T20:23:13.1482177Z 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-03-21T20:23:13.1482745Z 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-03-21T20:23:13.1483020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:23:13.1483724Z 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-03-21T20:23:13.1484038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:23:13.1673661Z 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-03-21T20:23:13.1673958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:23:13.1674743Z 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-03-21T20:23:13.1675465Z 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-03-21T20:23:13.1676283Z 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-03-21T20:23:13.1676965Z 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-03-21T20:23:13.1677700Z 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-03-21T20:23:13.1677929Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:23:13.1678667Z 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-03-21T20:23:13.1678912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:23:13.1679511Z 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-03-21T20:23:13.1679748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:23:13.1680325Z 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-03-21T20:23:13.1680672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:23:13.1681552Z 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-03-21T20:23:13.1681854Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:23:13.1682571Z 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-03-21T20:23:13.1683629Z 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-03-21T20:23:13.1683908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:23:13.1684203Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:23:13.1684927Z 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-03-21T20:23:13.1685756Z 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-03-21T20:23:13.1686066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:13.1686921Z 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-03-21T20:23:13.1687150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:23:13.1687491Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:23:13.1688141Z 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-03-21T20:23:13.1688775Z 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-03-21T20:23:13.1689452Z 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-03-21T20:23:13.1690284Z 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-03-21T20:23:13.1690951Z 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-03-21T20:23:13.1691656Z 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-03-21T20:23:13.1692444Z 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-03-21T20:23:13.1693091Z 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-03-21T20:23:13.1693406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:13.1694394Z 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-03-21T20:23:13.1694765Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:23:13.1695231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:13.1696220Z 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-03-21T20:23:13.1697209Z 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-03-21T20:23:13.1697979Z 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-03-21T20:23:13.1698240Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:23:13.1698951Z 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-03-21T20:23:13.1699547Z 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-03-21T20:23:13.1700343Z 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-03-21T20:23:13.1701308Z 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-03-21T20:23:13.1701945Z 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-03-21T20:23:13.1702578Z 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-03-21T20:23:13.1702836Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:23:13.1703616Z 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-03-21T20:23:13.1704266Z 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-03-21T20:23:13.1704895Z 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-03-21T20:23:13.1705613Z 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-03-21T20:23:13.1705890Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:23:13.1706521Z 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-03-21T20:23:13.1793523Z 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-03-21T20:23:13.1794348Z 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-03-21T20:23:13.1795079Z 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-03-21T20:23:13.1795329Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:23:13.1796065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:13.1796817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:13.1797524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:13.1798363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:13.1798771Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:13.1799619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:23:13.1800056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:23:13.1800718Z 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-03-21T20:23:13.1801172Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:13.1802089Z 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-03-21T20:23:13.1802913Z 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-03-21T20:23:13.1803927Z 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-03-21T20:23:13.1804790Z 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-03-21T20:23:13.1805275Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:23:13.1805735Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:13.1806664Z 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-03-21T20:23:13.1807885Z 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-03-21T20:23:13.1808170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:23:13.1808483Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:13.1809268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:13.1809468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:23:13.1809885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:23:13.1810485Z 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-03-21T20:23:13.1810740Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:23:13.1811389Z 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-03-21T20:23:13.1812216Z 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-03-21T20:23:13.1813020Z 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-03-21T20:23:13.1813629Z 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-03-21T20:23:13.1814514Z 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-03-21T20:23:13.1814732Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:23:13.1815264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-03-21T20:23:13.1815517Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:23:13.1816374Z 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-03-21T20:23:13.1817012Z 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-03-21T20:23:13.1817297Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:23:13.1817996Z 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-03-21T20:23:13.1818361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:23:13.1818734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:23:13.1819054Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:13.1820020Z 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-03-21T20:23:13.1820901Z 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-03-21T20:23:13.1821918Z 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-03-21T20:23:13.1824039Z 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-03-21T20:23:13.1825917Z 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-03-21T20:23:13.1827093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:13.1828100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:13.1829440Z 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-03-21T20:23:13.1831229Z 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-03-21T20:23:13.1833221Z 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-03-21T20:23:13.1835227Z 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-03-21T20:23:13.1928313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:23:13.1930128Z 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-03-21T20:23:13.1931985Z 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-03-21T20:23:13.1933649Z 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-03-21T20:23:13.1935142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:23:13.1936422Z 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-03-21T20:23:13.1938001Z 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-03-21T20:23:13.1939664Z 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-03-21T20:23:13.1941251Z 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-03-21T20:23:13.1942281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:23:13.1943396Z 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-03-21T20:23:13.1944707Z 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-03-21T20:23:13.1945907Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:23:13.1946832Z 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-03-21T20:23:13.1948303Z 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-03-21T20:23:13.1949253Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:23:13.1950432Z 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-03-21T20:23:13.1951937Z 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-03-21T20:23:13.1953230Z 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-03-21T20:23:13.1954280Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:23:13.1955189Z 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-03-21T20:23:13.1956636Z 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-03-21T20:23:13.1957574Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:23:13.1959021Z 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-03-21T20:23:13.1960030Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:23:13.1961126Z 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-03-21T20:23:13.1962394Z 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-03-21T20:23:13.1963915Z 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-03-21T20:23:13.1965449Z 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-03-21T20:23:13.1966490Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:23:13.1967744Z 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-03-21T20:23:13.1969302Z 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-03-21T20:23:13.1970906Z 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-03-21T20:23:13.1972083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:23:13.1973142Z 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-03-21T20:23:13.1974768Z 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-03-21T20:23:13.1975927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:23:13.1976907Z 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-03-21T20:23:13.1978356Z 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-03-21T20:23:13.1979875Z 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-03-21T20:23:13.1980994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:23:13.1981804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-03-21T20:23:13.1982702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:23:13.1983652Z 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-03-21T20:23:13.1984515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:23:13.1985237Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:23:13.1986252Z 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-03-21T20:23:13.1987301Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:23:13.1988252Z 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-03-21T20:23:13.1989580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:13.1990762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:13.1991631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:23:13.1992485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:23:13.1993659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:23:13.1994777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:23:13.1995594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:23:13.1996298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:23:13.1997265Z 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-03-21T20:23:13.1998320Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:23:13.1998863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:23:13.1999531Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:23:13.2000452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:23:13.2022591Z 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-03-21T20:23:13.2024453Z 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-03-21T20:23:13.2026239Z 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-03-21T20:23:13.2027890Z 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-03-21T20:23:13.2029516Z 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-03-21T20:23:13.2031243Z 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-03-21T20:23:13.2033085Z 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-03-21T20:23:13.2034965Z 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-03-21T20:23:13.2036779Z 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-03-21T20:23:13.2038626Z 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-03-21T20:23:13.2040319Z 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-03-21T20:23:13.2042193Z 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-03-21T20:23:13.2044011Z 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-03-21T20:23:13.2045654Z 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-03-21T20:23:13.2047313Z 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-03-21T20:23:13.2049006Z 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-03-21T20:23:13.2050846Z 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-03-21T20:23:13.2052140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:13.2053420Z 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-03-21T20:23:13.2054899Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:13.2056491Z 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-03-21T20:23:13.2058712Z 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-03-21T20:23:13.2060131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:13.2061634Z 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-03-21T20:23:13.2063700Z 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-03-21T20:23:13.2065885Z 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-03-21T20:23:13.2067901Z 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-03-21T20:23:13.2069856Z 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-03-21T20:23:13.2071231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:13.2072732Z 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-03-21T20:23:13.2074817Z 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-03-21T20:23:13.2076868Z 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-03-21T20:23:13.2078853Z 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-03-21T20:23:13.2080802Z 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-03-21T20:23:13.2082866Z 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-03-21T20:23:13.2084780Z 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-03-21T20:23:13.2086737Z 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-03-21T20:23:13.2088638Z 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-03-21T20:23:13.2090717Z 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-03-21T20:23:13.2092685Z 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-03-21T20:23:13.2094629Z 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-03-21T20:23:13.2096644Z 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-03-21T20:23:13.2120272Z 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-03-21T20:23:13.2121909Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:23:13.2122880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:23:13.2123992Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:13.2126040Z 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-03-21T20:23:13.2129034Z 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-03-21T20:23:13.2131429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:13.2133641Z 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-03-21T20:23:13.2136649Z 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-03-21T20:23:13.2139905Z 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-03-21T20:23:13.2143483Z 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-03-21T20:23:13.2146931Z 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-03-21T20:23:13.2150457Z 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-03-21T20:23:13.2153927Z 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-03-21T20:23:13.2157461Z 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-03-21T20:23:13.2160953Z 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-03-21T20:23:13.2163227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:13.2165230Z 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-03-21T20:23:13.2168026Z 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-03-21T20:23:13.2170701Z 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-03-21T20:23:13.2172545Z 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-03-21T20:23:13.2173769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:13.2174972Z 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-03-21T20:23:13.2176153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:23:13.2177382Z 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-03-21T20:23:13.2179086Z 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-03-21T20:23:13.2180659Z 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-03-21T20:23:13.2182258Z 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-03-21T20:23:13.2183873Z 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-03-21T20:23:13.2185516Z 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-03-21T20:23:13.2187071Z 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-03-21T20:23:13.2196348Z 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-03-21T20:23:13.2197940Z 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-03-21T20:23:13.2199523Z 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-03-21T20:23:13.2201323Z 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-03-21T20:23:13.2202498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:13.2203751Z 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-03-21T20:23:13.2204937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:23:13.2205651Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:13.2206956Z 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-03-21T20:23:13.2208726Z 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-03-21T20:23:13.2210467Z 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-03-21T20:23:13.2211657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:23:13.2212822Z 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-03-21T20:23:13.2678633Z 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-03-21T20:23:13.2680478Z 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-03-21T20:23:13.2682115Z 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-03-21T20:23:13.2683331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:13.2685016Z 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-03-21T20:23:13.2688382Z 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-03-21T20:23:13.2691220Z 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-03-21T20:23:13.2692911Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:23:13.2693743Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:23:13.2695153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:23:13.2696462Z 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-03-21T20:23:13.2697727Z running install_egg_info 2025-03-21T20:23:13.2698595Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:23:13.2699553Z running install_scripts 2025-03-21T20:23:13.2700590Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:23:13.2702199Z creating '/tmp/pip-wheel-95zkl6ic/.tmp-lbuse4lh/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-03-21T20:23:13.2703532Z adding 'executorch/version.py' 2025-03-21T20:23:13.2704263Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:23:13.2705208Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:23:13.2705853Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:23:13.2706457Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:23:13.2707507Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:23:13.2708480Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:23:13.2709058Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:23:13.2709635Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:23:13.2710334Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:23:13.2710980Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:23:13.2711775Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:23:13.2712689Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:23:13.2713459Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:23:13.2713981Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:23:13.2714658Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:23:13.2715658Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:23:13.2716448Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:23:13.2717404Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:23:13.2718420Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:23:13.2719156Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:23:13.2719885Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:23:13.2720930Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:23:13.2721735Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:23:13.2722368Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:23:13.2723287Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:23:13.2724207Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:23:13.2725224Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:23:13.2726161Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:23:13.2726913Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:23:13.2727861Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:23:13.2728739Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:23:13.2729373Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:23:13.2730376Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:23:13.2731223Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:23:13.2731774Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:23:13.2732763Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:23:13.2733880Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:23:13.2734484Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:23:13.2735258Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:23:13.2736174Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:23:13.2737065Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:23:13.2738065Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:23:13.2738836Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:23:13.2739433Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:23:13.2740201Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:23:13.2741085Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:23:13.2741798Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:23:13.2742334Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:23:13.2743020Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:23:13.2743743Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:23:13.2744331Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:23:13.2744757Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:23:13.2745160Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:23:13.2745547Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:23:13.2746242Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:23:13.2747016Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:23:13.2747704Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:23:13.2748356Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:23:13.2749113Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:23:13.2749961Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:23:13.2751053Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:23:13.2752116Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:23:13.2752834Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:23:13.2753700Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:23:13.2754452Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:13.2755365Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:23:13.2756504Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:23:13.2757518Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:23:13.2758549Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:23:13.2759380Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:23:13.2760524Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:23:13.2761365Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:23:13.2762340Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:23:13.2763097Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:23:13.2764088Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:23:13.2764990Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:23:13.2765732Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:23:13.2766684Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:23:13.2767430Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:23:13.2768208Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:23:13.2769254Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:23:13.2770129Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:23:13.2771033Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:23:13.2772023Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:23:13.2772746Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:23:13.2773755Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:23:13.2774678Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:23:13.2775236Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:23:13.2776051Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:23:13.2777085Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:23:13.2777778Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:23:13.3088404Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:23:13.3089381Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:23:13.3090219Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:23:13.3090797Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:13.3091531Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:23:13.3092189Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:23:13.3092742Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:23:13.3093330Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:23:13.3093889Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:23:13.3094461Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:23:13.3095205Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:23:13.3096039Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:23:13.3096624Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:23:13.3097232Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:23:13.3097785Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:23:13.3098340Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:23:13.3098871Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:23:13.3099360Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:23:13.3099943Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:23:13.3100383Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:23:13.3100818Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:23:13.3101380Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:23:13.3101918Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:23:13.3102464Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:23:13.3102958Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:23:13.3103444Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:23:13.3103943Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:23:13.3104368Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:23:13.3104791Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:23:13.3105318Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:23:13.3105822Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:23:13.3106369Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:23:13.3106805Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:23:13.3107228Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:23:13.3107652Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:23:13.3108078Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:23:13.3108577Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:23:13.3109157Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:23:13.3109727Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:23:13.3110179Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:23:13.3110624Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:23:13.3111105Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:23:13.3111584Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:23:13.3112123Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:23:13.3112687Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:23:13.3113201Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:23:13.3113661Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:23:13.3114113Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:23:13.3114535Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:23:13.3114965Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:23:13.3115398Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:23:13.3115974Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:23:13.3116485Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:23:13.3117046Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:23:13.3117558Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:23:13.3118064Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:23:13.3118564Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:23:13.3119004Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:23:13.3119756Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:23:13.3120308Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:23:13.3120762Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:23:13.3121257Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:23:13.3121805Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:23:13.3122357Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:23:13.3122852Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:23:13.3123362Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:23:13.3123856Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:23:13.3124301Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:23:13.3124845Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:23:13.3125377Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:23:13.3125896Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:23:13.3126523Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:23:13.3127177Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:23:13.3127782Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:23:13.3128329Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:23:13.3128948Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:23:13.3129583Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:23:13.3130261Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:23:13.3130863Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:23:13.3131337Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:23:13.3131821Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:23:13.3132345Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:23:13.3132898Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:23:13.3133582Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:23:13.3134213Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:23:13.3134729Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:23:13.3135181Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:23:13.3135603Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:23:13.3136025Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:23:13.3136454Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:23:13.3137025Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:23:13.3137584Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:23:13.3138124Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:23:13.3138591Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:23:13.3139029Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:23:13.3139449Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:23:13.3139876Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:23:13.3140311Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:23:13.3140927Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:23:13.3141482Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:23:13.3141988Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:23:13.3142460Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:23:13.3142962Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:23:13.3143522Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:23:13.3143935Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:23:13.3144457Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:23:13.3145007Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:23:13.3145505Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:23:13.3145942Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:23:13.3146361Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:23:13.3146766Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:23:13.3147222Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:23:13.3147792Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:23:13.3148459Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:23:13.3148996Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:23:13.3149431Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:23:13.3149863Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:23:13.3150306Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:23:13.3150841Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:23:13.3151406Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:23:13.3151935Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:23:13.3152362Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:23:13.3152817Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:23:13.3153273Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:23:13.3153760Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:23:13.3154320Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:23:13.3154865Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:23:13.3155301Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:23:13.3155771Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:23:13.3156226Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:23:13.3156663Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:23:13.3157113Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:23:13.3157687Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:23:13.3546078Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:23:13.3546892Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:23:13.3547625Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:23:13.3548170Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:23:13.3548939Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:23:13.3549505Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:23:13.3549969Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:23:13.3550435Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:23:13.3550898Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:23:13.3551371Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:23:13.3551912Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:23:13.3552410Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:23:13.3552923Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:23:13.3553438Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:23:13.3554003Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:23:13.3554629Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:23:13.3555272Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:23:13.3555785Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:23:13.3556361Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:23:13.3556929Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:23:13.3557644Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:23:13.3558407Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:23:13.3559146Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:23:13.3559912Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:23:13.3560620Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:23:13.3561454Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:23:13.3562124Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:13.3562784Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:23:13.3563357Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:23:13.3563996Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:23:13.3564539Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:23:13.3565091Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:23:13.3565581Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:23:13.3566253Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:23:13.3567065Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:23:13.3568031Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:23:13.3569063Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:23:13.3570008Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:23:13.3570907Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:23:13.3571687Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:23:13.3572463Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:23:13.3573320Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:23:13.3574220Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:23:13.3574968Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:23:13.3575861Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:23:13.3576723Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:23:13.3577557Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:23:13.3578440Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:23:13.3579211Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:23:13.3579943Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:23:13.3580658Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:23:13.3581598Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:23:13.3582488Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:23:13.3583266Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:23:13.3584103Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:23:13.3585107Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:23:13.3585873Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:23:13.3586646Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:23:13.3587489Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:23:13.3588289Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:23:13.3589132Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:23:13.3589895Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:23:13.3590643Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:23:13.3591443Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:23:13.3592325Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:23:13.3593160Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:23:13.3594013Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:23:13.3594800Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:23:13.3595825Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:23:13.3596601Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:23:13.3597284Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:23:13.3598004Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:23:13.3598938Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:23:13.3599605Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:23:13.3600225Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:23:13.3600661Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:23:13.3601115Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:23:13.3601732Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:23:13.3602374Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:23:13.3602881Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:23:13.3603398Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:23:13.3603895Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:23:13.3604430Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:23:13.3605045Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:23:13.3605583Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:23:13.3606116Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:23:13.3606818Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:23:13.3607338Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:23:13.3607803Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:23:13.3608301Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:23:13.3608786Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:23:13.3609578Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:23:13.3610172Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:23:13.3610608Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:23:13.3611073Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:23:13.3611659Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:23:13.3612356Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:23:13.3612919Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:23:13.3613466Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:23:13.3614265Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:23:13.3615020Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:23:13.3615712Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:23:13.3616453Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:23:13.3617120Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:23:13.3617366Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:23:13.3617742Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:23:13.3617965Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:23:13.3618224Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:23:13.3618432Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:23:13.3834891Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:23:13.3835088Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:23:13.3835314Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:23:13.3835631Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:23:13.3835930Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:23:13.3836407Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:23:13.3836706Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:23:13.3837010Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:23:13.3837356Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:23:13.3837659Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:23:13.3837883Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:23:13.3838139Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:23:13.3838452Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:23:13.3838749Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:23:13.3839024Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:23:13.3839329Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:23:13.3839616Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:23:13.3839937Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:23:13.3840331Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:23:13.3840697Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:23:13.3840990Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:23:13.3841291Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:23:13.3841711Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:23:13.3841999Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:23:13.3842424Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:23:13.3842711Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:23:13.3843088Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:23:13.3843381Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:23:13.3843716Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:23:13.3844045Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:23:13.3844568Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:23:13.3844860Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:23:13.3845149Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:23:13.3845431Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:23:13.3845656Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:23:13.3845903Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:23:13.3846140Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:23:13.3846399Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:23:13.3846807Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:23:13.3847253Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:23:13.3847585Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:23:13.3847920Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:23:13.3848220Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:23:13.3848529Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:23:13.3848846Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:23:13.3849134Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:23:13.3849550Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:23:13.3849998Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:23:13.3850338Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:23:13.3850660Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:23:13.3850977Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:23:13.3851272Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:23:13.3851569Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:23:13.3851751Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:23:13.3851935Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:23:13.3852114Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:23:13.3852324Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:23:13.3852736Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:23:13.3853179Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:23:13.3853589Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:23:13.3853790Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:23:13.3854000Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:23:13.3854224Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:23:13.3854436Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:23:13.3854649Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:23:13.3854856Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:23:13.3855069Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:23:13.3855297Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:23:13.3855671Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:23:13.3855905Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:23:13.3856102Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:23:13.3856266Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:23:13.3856502Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:23:13.3856800Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:23:13.3856992Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:23:13.3857179Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:23:13.3857374Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:23:13.3857668Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:23:13.3857923Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:23:13.3858100Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:23:13.3858376Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:23:13.3858616Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:23:13.3858809Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:23:13.3859083Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:23:13.3859453Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:23:13.3859801Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:23:13.3860044Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:23:13.3860250Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:23:13.3860468Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:23:13.3860724Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:23:13.3860935Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:23:13.3861281Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:23:13.3861507Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:23:13.3861829Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:23:13.3862022Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:23:13.3862239Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:23:13.3862446Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:23:13.3862715Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:23:13.3862964Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:23:13.3863176Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:23:13.3863395Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:23:13.3863702Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:23:13.3863927Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:23:13.3864165Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:23:13.3864387Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:23:13.3864596Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:23:13.3864767Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:23:13.3864928Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:23:13.3865105Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:23:13.4209422Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:23:13.4210022Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:23:13.4210504Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:23:13.4210738Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:23:13.4210935Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:23:13.4211115Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:23:13.4211328Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:23:13.4211528Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:23:13.4211701Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:23:13.4211880Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:23:13.4212057Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:23:13.4212240Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:23:13.4212423Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:23:13.4212607Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:23:13.4212837Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:23:13.4213046Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:23:13.4213351Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:23:13.4213551Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:23:13.4213731Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:23:13.4213910Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:23:13.4214093Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:23:13.4214289Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:23:13.4214454Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:23:13.4214640Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:23:13.4214843Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:23:13.4215026Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:23:13.4215231Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:23:13.4215435Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:23:13.4215621Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:23:13.4215798Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:23:13.4216000Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:23:13.4216210Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:23:13.4216417Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:23:13.4216581Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:23:13.4216772Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:23:13.4216945Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:23:13.4217242Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:23:13.4217455Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:23:13.4217620Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:23:13.4217809Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:23:13.4217975Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:23:13.4218187Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:23:13.4218402Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:23:13.4218577Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:23:13.4218742Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:23:13.4218917Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:23:13.4219142Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:23:13.4219309Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:23:13.4219492Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:23:13.4219657Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:23:13.4219837Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:23:13.4220050Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:23:13.4220290Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:23:13.4220481Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:23:13.4220741Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:23:13.4220977Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:23:13.4221198Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:23:13.4221416Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:23:13.4221605Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:23:13.4221783Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:23:13.4221969Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:23:13.4222165Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:23:13.4222359Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:23:13.4222580Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:23:13.4222811Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:23:13.4222983Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:23:13.4223183Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:23:13.4223358Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:23:13.4223601Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:23:13.4223823Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:23:13.4223992Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:23:13.4224212Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:23:13.4224425Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:23:13.4224683Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:23:13.4224927Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:23:13.4225197Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:23:13.4225430Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:23:13.4225664Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:23:13.4225873Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:23:13.4226062Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:23:13.4226291Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:23:13.4226596Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:23:13.4226765Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:23:13.4226966Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:23:13.4227187Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:23:13.4227378Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:23:13.4227562Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:23:13.4227886Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:23:13.4228133Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:23:13.4228336Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:23:13.4228662Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:23:13.4228879Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:23:13.4229091Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:23:13.4229298Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:23:13.4229480Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:23:13.4229686Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:23:13.4229834Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:23:13.4230035Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:23:13.4230223Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:23:13.4230411Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:23:13.4230651Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:13.4230882Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:13.4231186Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:23:13.4231451Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:23:13.4231704Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:23:13.4231884Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:23:13.4232065Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:23:13.4232248Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:23:13.4232477Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:23:13.4232628Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:23:13.4232872Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:23:13.4233234Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:23:13.4233653Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:13.4233918Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:23:13.4234058Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:23:13.4234227Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:23:13.4234376Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:23:13.4234507Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:23:13.4234689Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:23:13.4234852Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:23:13.4235074Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:23:13.4235317Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:23:13.4235537Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:23:13.4235805Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:23:13.4236116Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:23:13.4236407Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:23:13.4236665Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:23:13.4236906Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:23:13.4530498Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:23:13.4530813Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:23:13.4531323Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:23:13.4531879Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:23:13.4532159Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:23:13.4532553Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:23:13.4532903Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:23:13.4533164Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:23:13.4533485Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:23:13.4533851Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:23:13.4534145Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:23:13.4534411Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:23:13.4534645Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:23:13.4534872Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:23:13.4535097Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:23:13.4535356Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:23:13.4535656Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:23:13.4535987Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:23:13.4536353Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:23:13.4536669Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:23:13.4536966Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:23:13.4537258Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:23:13.4537614Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:23:13.4537907Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:23:13.4538174Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:23:13.4538472Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:23:13.4538730Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:23:13.4538955Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:23:13.4539181Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:23:13.4539454Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:23:13.4539730Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:23:13.4539998Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:23:13.4540343Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:23:13.4540629Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:23:13.4540962Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:23:13.4541259Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:23:13.4541625Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:23:13.4541899Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:23:13.4542159Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:23:13.4542377Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:23:13.4542644Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:23:13.4542926Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:23:13.4543242Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:23:13.4543499Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:23:13.4543802Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:23:13.4544100Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:23:13.4544335Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:23:13.4544647Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:23:13.4544927Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:23:13.4545219Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:23:13.4545564Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:23:13.4545847Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:23:13.4546132Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:23:13.4546419Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:23:13.4546696Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:23:13.4546987Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:23:13.4547282Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:23:13.4547551Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:23:13.4547888Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:23:13.4548179Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:23:13.4548430Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:23:13.4548674Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:23:13.4548965Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:23:13.4549197Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:23:13.4549386Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:23:13.4549647Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:23:13.4549888Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:23:13.4550154Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:23:13.4550387Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:23:13.4550593Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:23:13.4550840Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:23:13.4551049Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:23:13.4551324Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:23:13.4551579Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:23:13.4551869Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:23:13.4552093Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:23:13.4552340Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:23:13.4552602Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:23:13.4552866Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:23:13.4553129Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:23:13.4553414Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:23:13.4553749Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:23:13.4554046Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:23:13.4554353Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:23:13.4554641Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:23:13.4554954Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:23:13.4555228Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:23:13.4555537Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:23:13.4555919Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:23:13.4556337Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:23:13.4556567Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:23:13.4556816Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:23:13.4557082Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:23:13.4557321Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:23:13.4557570Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:23:13.4557902Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:23:13.4558129Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:23:13.4558285Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:23:13.4558470Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:23:13.4558695Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:23:13.4558989Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:23:13.4559214Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:13.4559438Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:23:13.4972854Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:23:13.4973387Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:23:13.4973732Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:23:13.4974167Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:23:13.4974461Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:13.4974693Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:23:13.4974961Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:23:13.4975267Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:23:13.4975642Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:23:13.4975831Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:23:13.4976048Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:23:13.4976223Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:23:13.4976410Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:23:13.4976591Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:23:13.4976809Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:23:13.4976995Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:23:13.4977167Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:23:13.4977449Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:23:13.4977627Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:23:13.4977831Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:23:13.4978002Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:23:13.4978261Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:23:13.4978521Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:23:13.4978734Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:23:13.4978965Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:23:13.4979207Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:23:13.4979415Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:23:13.4979648Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:23:13.4979841Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:23:13.4980109Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:23:13.4980300Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:23:13.4980509Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:23:13.4980698Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:23:13.4980898Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:23:13.4981085Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:23:13.4981279Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:23:13.4981469Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:23:13.4981657Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:23:13.4981848Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:23:13.4982102Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:23:13.4982315Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:23:13.4982577Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:23:13.4982753Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:23:13.4982966Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:23:13.4983182Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:23:13.4983396Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:23:13.4983583Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:23:13.4983778Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:23:13.4983985Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:23:13.4984174Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:23:13.4984435Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:23:13.4984759Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:23:13.4984947Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:23:13.4985134Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:23:13.4985344Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:23:13.4985523Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:23:13.4985797Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:23:13.4986058Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:23:13.4986397Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:23:13.4986666Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:23:13.4986935Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:23:13.4987269Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:23:13.4987513Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:23:13.4987752Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:23:13.4987944Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:23:13.4988177Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:23:13.4988428Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:23:13.4988656Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:23:13.4988869Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:23:13.4989182Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:23:13.4989526Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:23:13.4989735Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:23:13.4990025Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:23:13.4990223Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:23:13.4990395Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:23:13.4990617Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:23:13.4990825Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:23:13.4991043Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:23:13.4991268Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:23:13.4991478Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:23:13.4991684Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:23:13.4991937Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:23:13.4992198Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:23:13.4992449Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:23:13.4992677Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:23:13.4992888Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:23:13.4993077Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:23:13.4993252Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:23:13.4993457Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:23:13.4993679Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:23:13.4993855Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:23:13.4994044Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:23:13.4994223Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:23:13.4994484Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:23:13.4994722Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:23:13.4994936Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:23:13.4995166Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:23:13.4995420Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:23:13.4995606Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:23:13.4995792Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:23:13.4996039Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:23:13.4996233Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:23:13.4996437Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:23:13.4996635Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:23:13.4996867Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:23:13.4997071Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:23:13.4997259Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:23:13.4997474Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:23:13.4997666Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:23:13.4997856Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:23:13.4998064Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:23:13.4998289Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:23:13.4998579Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:23:13.4998757Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:23:13.4998950Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:23:13.4999239Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:23:13.4999422Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:23:13.4999612Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:23:13.4999942Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:23:13.5000168Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:23:13.5000374Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:23:13.5000575Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:23:13.5000753Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:23:13.5000937Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:23:13.5244914Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:23:13.5245663Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:23:13.5246113Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:23:13.5246379Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:23:13.5246696Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:23:13.5246945Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:23:13.5247211Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:23:13.5247612Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:23:13.5247935Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:23:13.5248216Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:23:13.5248471Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:23:13.5248752Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:23:13.5249236Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:23:13.5249560Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:23:13.5249857Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:23:13.5250052Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:23:13.5250329Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:23:13.5250560Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:23:13.5250828Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:23:13.5251139Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:23:13.5251402Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:23:13.5251753Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:23:13.5252024Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:23:13.5252244Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:23:13.5252466Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:23:13.5252803Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:23:13.5253307Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:23:13.5253670Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:23:13.5253957Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:23:13.5254261Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:23:13.5254554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:23:13.5254855Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:23:13.5255173Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:23:13.5255502Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:23:13.5255788Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:23:13.5256070Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:23:13.5256364Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:23:13.5256659Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:23:13.5256948Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:23:13.5257238Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:23:13.5257583Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:23:13.5257837Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:23:13.5258090Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:23:13.5258368Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:23:13.5258620Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:23:13.5258917Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:23:13.5259254Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:23:13.5259632Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:23:13.5259908Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:23:13.5260271Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:23:13.5260555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:23:13.5260859Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:23:13.5261156Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:23:13.5261431Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:23:13.5261699Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:23:13.5261995Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:23:13.5262303Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:23:13.5262630Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:23:13.5262919Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:23:13.5263213Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:23:13.5263471Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:23:13.5263768Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:23:13.5264074Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:13.5264389Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:13.5264682Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:23:13.5265053Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:23:13.5265361Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:23:13.5265649Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:23:13.5265992Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:23:13.5266251Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:23:13.5266512Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:23:13.5266766Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:23:13.5267045Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:23:13.5267298Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:23:13.5267581Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:23:13.5267904Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:23:13.5268218Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:23:13.5268519Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:23:13.5268842Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:13.5269176Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:13.5269653Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:13.5270000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:13.5270319Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:13.5270637Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:13.5270972Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:13.5271367Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:13.5271703Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:13.5272024Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:13.5272366Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:23:13.5272704Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:23:13.5273032Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:23:13.5273281Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:23:13.5273760Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:23:13.5274087Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:23:13.5274401Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:23:13.5274730Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:23:13.5274985Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:23:13.8537232Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:23:13.8538063Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:23:13.8538744Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:23:13.8539398Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:23:13.8540064Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:23:13.8540881Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:23:13.8541620Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:23:13.8542454Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:23:13.8543343Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:23:13.8544241Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:23:13.8545110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:23:13.8545990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:23:13.8546823Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:23:13.8547643Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:23:13.8548583Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:23:13.8549347Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:23:13.8550185Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:23:13.8551032Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:23:13.8551894Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:23:13.8552869Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:23:13.8553700Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:23:13.8554646Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:23:13.8555529Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:23:13.8556395Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:23:13.8557180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:23:13.8557957Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:23:13.8558950Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:23:13.8559783Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:23:13.8560673Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:23:13.8561403Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:23:13.8562214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:23:13.8562883Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:23:13.8563505Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:23:13.8564127Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:23:13.8564799Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:23:13.8565517Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:23:13.8566182Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:23:13.8566880Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:23:13.8567658Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:23:13.8568452Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:23:13.8569145Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:23:13.8570023Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:23:13.8570558Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:23:13.8571022Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:23:13.8571477Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:23:13.8571941Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:23:13.8572398Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:23:13.8572771Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:23:13.8573173Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:23:13.8573705Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:23:13.8574201Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:23:13.8574646Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:23:13.8575103Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:23:13.8575590Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:23:13.8576133Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:23:13.8576617Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:23:13.8577117Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:23:13.8577695Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:23:13.8578175Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:23:13.8578522Z adding 'executorch/data/bin/flatc' 2025-03-21T20:23:13.8578862Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:23:13.8579275Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:23:13.8579974Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:23:13.8580536Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:23:13.8581162Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:23:13.8581688Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:23:13.8582236Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:23:13.8582716Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:23:13.8583299Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:23:13.8584047Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:23:13.8584744Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:23:13.8585315Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:23:13.8585869Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:23:13.8586755Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:23:13.8587394Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:23:13.8588086Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:23:13.8588798Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:23:13.8589351Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:23:13.8589868Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:23:13.8590517Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:23:13.8591063Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:23:13.8591516Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:23:13.8591991Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:23:13.8592562Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:23:13.8593073Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:23:13.8593496Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:23:13.8593940Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:23:13.8594480Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:23:13.8594985Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:23:13.8595425Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:23:13.8595884Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:23:13.8596307Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:23:13.8596761Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:23:13.8597230Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:23:13.8597717Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:23:13.8598367Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:23:13.8599000Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:23:13.8599576Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:23:13.8600381Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:23:13.8601086Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:23:13.8601588Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:23:13.8602158Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:23:13.8602695Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:23:13.8603220Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:23:13.8603731Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:23:13.8604173Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:23:13.8604636Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:23:13.8605109Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:23:13.8605873Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:23:13.8606516Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:23:13.8607110Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:23:13.8607776Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:23:13.8608426Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:23:13.8608947Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:23:13.8876315Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:23:13.8876963Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:23:13.8877693Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:23:13.8878277Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:23:13.8878749Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:23:13.8879304Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:23:13.8879771Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:23:13.8880213Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:23:13.8891262Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:23:13.8891760Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:23:13.8892264Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:23:13.8892887Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:23:13.8893637Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:23:13.8894472Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:23:13.8895383Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:23:13.8896292Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:23:13.8896992Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:23:13.8897613Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:23:13.8898122Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:23:13.8898697Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:23:13.8899183Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:23:13.8899668Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:23:13.8900326Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:23:13.8900780Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:23:13.8901220Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:23:13.8901672Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:23:13.8902142Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:23:13.8902618Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:23:13.8903101Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:23:13.8903555Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:23:13.8904071Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:23:13.8904602Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:23:13.8905083Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:23:13.8905548Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:23:13.8905971Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:23:13.8906398Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:23:13.8906810Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:23:13.8907409Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:23:13.8907921Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:23:13.8908448Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:23:13.8909032Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:23:13.8909765Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:23:13.8910355Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:23:13.8910933Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:23:13.8911480Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:23:13.8912013Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:23:13.8912558Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:23:13.8913234Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:23:13.8913945Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:23:13.8914655Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:23:13.8915324Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:23:13.8915973Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:23:13.8916627Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:23:13.8917307Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:23:13.8917954Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:23:13.8918635Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:23:13.8919315Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:23:13.8919937Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:23:13.8920535Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:23:13.8921151Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:23:13.8921839Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:23:13.8922584Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:23:13.8923387Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:23:13.8924222Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:23:13.8925031Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:23:13.8925666Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:23:13.8926251Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:23:13.8926826Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:23:13.8927354Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:23:13.8927927Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:23:13.8928592Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:23:13.8929226Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:23:13.8929957Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:23:13.8930576Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:23:13.8931141Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:23:13.8931736Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:23:13.8932461Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:23:13.8933091Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:23:13.8933727Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:23:13.8934431Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:23:13.8935159Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:23:13.8935874Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:23:13.8936516Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:23:13.8937245Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:23:13.8937928Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:23:13.8938384Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:23:13.8938861Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:23:13.8939300Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:23:13.8939745Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:23:13.8940232Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:23:13.8940769Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:23:13.8941239Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:23:13.8941687Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:23:13.8942140Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:23:13.8942609Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:23:13.8943131Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:23:13.8943699Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:23:13.8944182Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:23:13.8944661Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:23:13.8945125Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:23:13.8945615Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:23:13.8946247Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:23:13.8946777Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:23:13.8947277Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:23:13.8947799Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:23:13.8948350Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:23:13.8948924Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:23:13.8949443Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:23:13.8949927Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:23:13.8950412Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:23:13.8950832Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:23:13.8951252Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:23:13.8951700Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:23:13.8952189Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:23:13.8952701Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:23:13.8953270Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:23:13.8953757Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:23:13.8954220Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:23:13.8954688Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:23:13.8955089Z adding 'executorch/exir/__init__.py' 2025-03-21T20:23:13.9503562Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:23:13.9504056Z adding 'executorch/exir/common.py' 2025-03-21T20:23:13.9504470Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:23:13.9504827Z adding 'executorch/exir/delegate.py' 2025-03-21T20:23:13.9505169Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:23:13.9505524Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:23:13.9505875Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:23:13.9506218Z adding 'executorch/exir/error.py' 2025-03-21T20:23:13.9506546Z adding 'executorch/exir/graph.py' 2025-03-21T20:23:13.9506928Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:23:13.9507364Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:23:13.9507795Z adding 'executorch/exir/memory.py' 2025-03-21T20:23:13.9508158Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:23:13.9508649Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:23:13.9509003Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:23:13.9509376Z adding 'executorch/exir/print_program.py' 2025-03-21T20:23:13.9509775Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:23:13.9510254Z adding 'executorch/exir/schema.py' 2025-03-21T20:23:13.9510596Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:23:13.9510946Z adding 'executorch/exir/tensor.py' 2025-03-21T20:23:13.9511341Z adding 'executorch/exir/tracer.py' 2025-03-21T20:23:13.9511677Z adding 'executorch/exir/types.py' 2025-03-21T20:23:13.9512054Z adding 'executorch/exir/version.py' 2025-03-21T20:23:13.9512443Z adding 'executorch/exir/wrap.py' 2025-03-21T20:23:13.9512824Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:23:13.9513258Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:23:13.9513658Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:23:13.9514117Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:23:13.9514602Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:23:13.9515075Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:23:13.9515524Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:23:13.9515956Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:23:13.9516383Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:23:13.9516768Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:23:13.9517210Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:23:13.9517721Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:23:13.9518152Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:23:13.9518659Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:23:13.9519156Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:23:13.9519662Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:23:13.9520093Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:23:13.9520506Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:23:13.9520938Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:23:13.9521380Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:23:13.9521784Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:23:13.9522167Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:23:13.9522710Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:23:13.9523515Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:23:13.9524297Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:23:13.9524993Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:23:13.9525627Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:23:13.9526360Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:23:13.9527089Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:23:13.9527672Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:23:13.9528173Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:23:13.9528709Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:23:13.9529366Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:23:13.9530035Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:23:13.9530508Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:23:13.9531007Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:23:13.9531489Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:23:13.9532189Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:23:13.9532769Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:23:13.9533341Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:23:13.9533871Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:23:13.9534389Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:23:13.9534827Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:23:13.9535248Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:23:13.9535738Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:23:13.9536432Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:23:13.9537091Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:23:13.9537803Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:23:13.9538387Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:23:13.9538818Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:23:13.9539319Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:23:13.9539743Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:23:13.9540109Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:23:13.9540522Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:23:13.9540891Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:23:13.9541260Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:23:13.9541873Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:23:13.9542389Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:23:13.9542774Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:23:13.9543247Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:23:13.9543746Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:23:13.9544166Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:23:13.9544665Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:23:13.9545105Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:23:13.9545541Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:23:13.9546027Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:23:13.9546515Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:23:13.9546998Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:23:13.9547409Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:23:13.9547857Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:23:13.9548340Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:23:13.9548839Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:23:13.9549307Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:23:13.9549784Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:23:13.9550270Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:23:13.9550691Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:23:13.9551073Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:23:13.9551448Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:23:13.9551837Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:23:13.9552272Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:23:13.9552734Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:23:13.9553246Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:23:13.9553737Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:23:13.9554158Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:23:13.9554628Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:23:13.9555194Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:23:13.9555749Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:23:13.9556242Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:23:13.9556792Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:23:13.9557238Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:23:13.9557720Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:23:13.9558236Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:23:13.9558688Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:23:13.9559153Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:23:13.9559650Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:23:13.9560101Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:23:13.9560548Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:23:13.9560997Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:23:13.9561413Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:23:13.9561862Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:23:13.9562423Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:23:13.9562989Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:23:13.9563449Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:23:13.9564066Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:23:13.9564646Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:23:13.9565156Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:23:13.9565835Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:23:13.9566342Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:23:13.9566822Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:23:13.9567250Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:23:13.9567678Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:23:13.9568227Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:23:13.9568694Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:23:13.9569127Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:23:13.9569505Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:23:13.9569941Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:23:13.9570368Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:23:13.9570802Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:23:13.9571193Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:23:13.9571565Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:23:13.9571943Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:23:13.9572297Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:23:13.9572746Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:23:14.5551099Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:23:14.5551739Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:23:14.5552415Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:23:14.5552791Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:23:14.5553186Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:23:14.5553628Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:23:14.5554036Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:23:14.5554428Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:23:14.5554829Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:23:14.5555371Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:23:14.5556131Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:23:14.5556591Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:23:14.5557163Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:23:14.5557764Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:23:14.5558216Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:23:14.5558660Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:23:14.5559183Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:23:14.5559734Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:23:14.5560342Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:23:14.5560855Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:23:14.5561309Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:23:14.5561695Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:23:14.5562110Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:23:14.5562588Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:23:14.5563140Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:23:14.5563725Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:23:14.5564208Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:23:14.5564658Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:23:14.5565074Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:23:14.5565452Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:23:14.5565890Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:23:14.5566420Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:23:14.5566883Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:23:14.5567280Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:23:14.5567716Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:23:14.5568142Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:23:14.5568575Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:23:14.5568985Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:23:14.5569515Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:23:14.5570248Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:23:14.5570753Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:23:14.5571179Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:23:14.5571586Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:23:14.5572061Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:23:14.5572592Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:23:14.5573168Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:23:14.5573757Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:23:14.5574443Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:23:14.5574976Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:23:14.5575467Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:23:14.5575910Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:23:14.5576337Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:23:14.5576833Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:23:14.5577340Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:23:14.5577814Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:23:14.5578344Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:23:14.5578889Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:23:14.5579478Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:23:14.5580019Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:23:14.5580815Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:23:14.5581513Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:23:14.5582081Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:23:14.5582697Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:23:14.5583392Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:23:14.5584051Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:23:14.5584592Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:23:14.5585019Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:23:14.5585472Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:23:14.5586025Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:23:14.5586660Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:23:14.5587191Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:23:14.5587667Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:23:14.5588169Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:23:14.5588668Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:23:14.5589118Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:23:14.5589575Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:23:14.5590072Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:23:14.5590606Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:23:14.5591386Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:23:14.5592092Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:23:14.5592573Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:23:14.5593042Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:23:14.5593492Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:23:14.5593986Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:23:14.5594490Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:23:14.5595031Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:23:14.5595690Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:23:14.5596329Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:23:14.5596963Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:23:14.5597668Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:23:14.5598518Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:14.5599191Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:14.5600015Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:23:14.5600615Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:23:14.5601093Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:23:14.5601581Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:23:14.5602126Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:23:14.5602700Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:23:14.5603162Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:23:14.5603686Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:23:14.5604186Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:23:14.5604846Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:23:14.5605451Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:23:14.5606005Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:23:14.5606580Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:23:14.5607156Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:23:14.5607711Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:23:14.5608379Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:23:14.5609332Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:23:14.5610092Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:23:14.5610670Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:23:14.5611251Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:23:14.5611983Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:23:14.5612718Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:23:14.5613355Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:23:14.5613973Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:23:14.5614618Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:23:14.5615212Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:23:14.5615743Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:23:14.5616271Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:23:14.5616770Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:23:14.5617251Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:23:14.5617772Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:23:14.5618352Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:23:14.5618996Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:23:14.5619630Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:23:14.5620238Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:23:14.5620839Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:23:17.4447997Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:23:17.4449016Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:23:17.4449626Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:23:17.4450393Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:23:17.4451041Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:23:17.4451700Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:23:17.4452416Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:23:17.4453111Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:23:17.4454038Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:23:17.4454860Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:23:17.4455571Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:23:17.4456610Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:23:17.4457434Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:23:17.4458166Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:23:17.4458881Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:23:17.4459594Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:23:17.4460386Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:23:17.4461074Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:23:17.4461800Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:23:17.4462567Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:23:17.4463187Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:23:17.4463894Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:23:17.4464602Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:23:17.4465299Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:23:17.4466030Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:23:17.4466771Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:23:17.4467504Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:23:17.4468193Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:23:17.4469090Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:23:17.4469900Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:23:17.4470692Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:23:17.4471648Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:23:17.4472514Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:23:17.4473325Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:23:17.4474161Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:23:17.4475049Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:23:17.4475952Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:23:17.4476825Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:23:17.4477716Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:23:17.4478608Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:23:17.4479275Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:23:17.4480023Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:23:17.4480772Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:23:17.4481465Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:23:17.4482107Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:23:17.4482639Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:23:17.4483264Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:23:17.4483884Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:23:17.4484648Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:23:17.4485191Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:23:17.4485858Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:23:17.4486427Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:23:17.4487168Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:23:17.4487725Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:23:17.4488353Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:23:17.4488960Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:23:17.4489604Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:23:17.4490166Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:23:17.4490989Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:23:17.4491562Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:23:17.4492292Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:23:17.4492981Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:23:17.4493546Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:23:17.4494045Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:23:17.4494586Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:23:17.4494985Z adding 'executorch/schema/program.fbs' 2025-03-21T20:23:17.4495483Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:23:17.4495940Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:23:17.4496504Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:23:17.4496998Z adding 'executorch/util/collect_env.py' 2025-03-21T20:23:17.4497402Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:23:17.4497979Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:23:17.4498423Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:23:17.4499025Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:23:17.4499537Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:23:17.4500281Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:23:17.4500762Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:23:17.4501156Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:17.4501986Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:23:17.4503114Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8476066 sha256=70b10755c87be70ac4b538254dc53eb6fbac4ca7c43a680dac402d0e20c96619 2025-03-21T20:23:17.4504515Z Stored in directory: /tmp/pip-ephem-wheel-cache-mhpm5_6u/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:23:17.4505324Z Successfully built executorch 2025-03-21T20:23:17.4506121Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:23:17.4506896Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:23:17.4507394Z Attempting uninstall: pytest 2025-03-21T20:23:17.4507735Z Found existing installation: pytest 7.2.0 2025-03-21T20:23:17.4508086Z Uninstalling pytest-7.2.0: 2025-03-21T20:23:17.4508547Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:23:17.4509102Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:23:17.4509892Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:23:17.4510686Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:23:17.4511618Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:23:17.4512412Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:23:17.4513209Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:23:17.4513833Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:23:17.4514237Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:23:17.4514799Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:23:17.4515258Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:23:17.4516258Z Successfully installed execnet-2.1.1 executorch-0.6.0a0+be92d7d flatbuffers-25.2.10 pytest-8.3.5 pytest-rerunfailures-15.0 pytest-xdist-3.6.1 tabulate-0.9.0 2025-03-21T20:23:17.4517144Z + pip list 2025-03-21T20:23:17.4517442Z Package Version Editable project location 2025-03-21T20:23:17.4518001Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:23:17.4518478Z alabaster 0.7.16 2025-03-21T20:23:17.4518785Z attrs 25.3.0 2025-03-21T20:23:17.4519115Z babel 2.17.0 2025-03-21T20:23:17.4519491Z beautifulsoup4 4.13.3 2025-03-21T20:23:17.4519789Z breathe 4.34.0 2025-03-21T20:23:17.4520088Z bs4 0.0.2 2025-03-21T20:23:17.4520490Z certifi 2025.1.31 2025-03-21T20:23:17.4520865Z charset-normalizer 3.4.1 2025-03-21T20:23:17.4521167Z cmake 3.31.6 2025-03-21T20:23:17.4521524Z contourpy 1.3.1 2025-03-21T20:23:17.4521871Z coverage 7.7.0 2025-03-21T20:23:17.4522178Z cycler 0.12.1 2025-03-21T20:23:17.4522488Z docutils 0.16 2025-03-21T20:23:17.4522886Z exceptiongroup 1.2.2 2025-03-21T20:23:17.4523243Z execnet 2.1.1 2025-03-21T20:23:21.9686108Z executorch 0.6.0a0+be92d7d 2025-03-21T20:23:21.9686754Z exhale 0.2.3 2025-03-21T20:23:21.9687314Z expecttest 0.1.6 2025-03-21T20:23:21.9687705Z filelock 3.18.0 2025-03-21T20:23:21.9688020Z flatbuffers 25.2.10 2025-03-21T20:23:21.9688320Z fonttools 4.56.0 2025-03-21T20:23:21.9688632Z fsspec 2025.3.0 2025-03-21T20:23:21.9688956Z huggingface-hub 0.29.3 2025-03-21T20:23:21.9689269Z hypothesis 6.84.2 2025-03-21T20:23:21.9689572Z idna 3.10 2025-03-21T20:23:21.9689945Z imagesize 1.4.1 2025-03-21T20:23:21.9690253Z iniconfig 2.1.0 2025-03-21T20:23:21.9690555Z Jinja2 3.1.6 2025-03-21T20:23:21.9690857Z kiwisolver 1.4.8 2025-03-21T20:23:21.9691174Z lxml 5.3.1 2025-03-21T20:23:21.9691472Z markdown-it-py 2.2.0 2025-03-21T20:23:21.9691991Z MarkupSafe 3.0.2 2025-03-21T20:23:21.9692304Z matplotlib 3.10.1 2025-03-21T20:23:21.9692619Z mdit-py-plugins 0.3.5 2025-03-21T20:23:21.9692972Z mdurl 0.1.2 2025-03-21T20:23:21.9693268Z mpmath 1.3.0 2025-03-21T20:23:21.9693573Z myst-parser 0.18.1 2025-03-21T20:23:21.9693880Z networkx 3.4.2 2025-03-21T20:23:21.9694164Z numpy 2.2.4 2025-03-21T20:23:21.9694474Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:23:21.9694807Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:23:21.9695141Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:23:21.9695476Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:23:21.9695792Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:23:21.9696228Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:23:21.9696560Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:23:21.9696904Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:23:21.9697247Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:23:21.9697568Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:23:21.9697892Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:23:21.9698219Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:23:21.9698540Z packaging 24.2 2025-03-21T20:23:21.9698842Z pandas 2.2.3 2025-03-21T20:23:21.9699137Z parameterized 0.9.0 2025-03-21T20:23:21.9699445Z pillow 11.1.0 2025-03-21T20:23:21.9699748Z pip 25.0 2025-03-21T20:23:21.9700354Z pluggy 1.5.0 2025-03-21T20:23:21.9700660Z Pygments 2.19.1 2025-03-21T20:23:21.9700954Z pyparsing 3.2.1 2025-03-21T20:23:21.9701261Z pytest 8.3.5 2025-03-21T20:23:21.9701561Z pytest-cov 4.1.0 2025-03-21T20:23:21.9701875Z pytest-rerunfailures 15.0 2025-03-21T20:23:21.9702274Z pytest-xdist 3.6.1 2025-03-21T20:23:21.9702585Z python-dateutil 2.9.0.post0 2025-03-21T20:23:21.9703050Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:23:21.9703507Z pytz 2025.1 2025-03-21T20:23:21.9703806Z PyYAML 6.0.1 2025-03-21T20:23:21.9704111Z regex 2024.11.6 2025-03-21T20:23:21.9704408Z requests 2.32.3 2025-03-21T20:23:21.9704715Z ruamel.yaml 0.17.32 2025-03-21T20:23:21.9705033Z ruamel.yaml.clib 0.2.12 2025-03-21T20:23:21.9705344Z safetensors 0.5.3 2025-03-21T20:23:21.9705648Z setuptools 75.8.0 2025-03-21T20:23:21.9705938Z six 1.17.0 2025-03-21T20:23:21.9706246Z snowballstemmer 2.2.0 2025-03-21T20:23:21.9706559Z sortedcontainers 2.4.0 2025-03-21T20:23:21.9706865Z soupsieve 2.6 2025-03-21T20:23:21.9707165Z Sphinx 5.3.0 2025-03-21T20:23:21.9707459Z sphinx-copybutton 0.5.0 2025-03-21T20:23:21.9707769Z sphinx_design 0.4.1 2025-03-21T20:23:21.9708072Z sphinx-gallery 0.14.0 2025-03-21T20:23:21.9708398Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:23:21.9708728Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:23:21.9709042Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:23:21.9709370Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:23:21.9709693Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:23:21.9710028Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:23:21.9710356Z sympy 1.13.3 2025-03-21T20:23:21.9710643Z tabulate 0.9.0 2025-03-21T20:23:21.9710937Z timm 1.0.7 2025-03-21T20:23:21.9711237Z tokenizers 0.21.1 2025-03-21T20:23:21.9711537Z tomli 2.0.1 2025-03-21T20:23:21.9711994Z torch 2.7.0a0+git295f2ed 2025-03-21T20:23:21.9712349Z torchao 0.10.0+git64bcf4c 2025-03-21T20:23:21.9712706Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:23:21.9713038Z torchsr 1.0.4 2025-03-21T20:23:21.9713361Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:23:21.9713699Z tqdm 4.67.1 2025-03-21T20:23:21.9713988Z transformers 4.47.1 2025-03-21T20:23:21.9714292Z triton 3.0.0 2025-03-21T20:23:21.9714601Z typing_extensions 4.12.2 2025-03-21T20:23:21.9714914Z tzdata 2025.1 2025-03-21T20:23:21.9715211Z urllib3 2.3.0 2025-03-21T20:23:21.9715496Z wheel 0.45.1 2025-03-21T20:23:21.9715797Z zstd 1.5.5.1 2025-03-21T20:23:21.9716207Z + build_executorch_runner cmake Release 2025-03-21T20:23:21.9716534Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:23:21.9716819Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:23:21.9717100Z + build_executorch_runner_cmake Release 2025-03-21T20:23:21.9717435Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:23:21.9717742Z + clean_executorch_install_folders 2025-03-21T20:23:21.9718071Z + ./install_executorch.sh --clean 2025-03-21T20:23:21.9718388Z Cleaning build artifacts... 2025-03-21T20:23:21.9718665Z Cleaning pip-out/... 2025-03-21T20:23:21.9718942Z Done cleaning build artifacts. 2025-03-21T20:23:21.9719231Z + mkdir cmake-out 2025-03-21T20:23:21.9719479Z + pushd cmake-out 2025-03-21T20:23:21.9719766Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:23:21.9720134Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:23:21.9720410Z + CXXFLAGS= 2025-03-21T20:23:21.9720633Z + CXXFLAGS= 2025-03-21T20:23:21.9720992Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:23:21.9721522Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:23:21.9721976Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:21.9722376Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:21.9722749Z -- Detecting C compiler ABI info 2025-03-21T20:23:21.9723070Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:21.9723474Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:21.9723863Z -- Detecting C compile features 2025-03-21T20:23:21.9724179Z -- Detecting C compile features - done 2025-03-21T20:23:21.9724519Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:21.9724850Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:21.9725266Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:21.9725659Z -- Detecting CXX compile features 2025-03-21T20:23:21.9725983Z -- Detecting CXX compile features - done 2025-03-21T20:23:21.9726888Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:21.9727634Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:21.9728070Z CMake. 2025-03-21T20:23:21.9728192Z 2025-03-21T20:23:21.9728424Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:21.9728993Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:21.9729491Z to work with policies introduced by or earlier. 2025-03-21T20:23:21.9729852Z 2025-03-21T20:23:21.9729969Z  2025-03-21T20:23:21.9730593Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:21.9731335Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:21.9731755Z CMake. 2025-03-21T20:23:21.9731889Z 2025-03-21T20:23:21.9732115Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:21.9732692Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:21.9733285Z to work with policies introduced by or earlier. 2025-03-21T20:23:21.9733547Z 2025-03-21T20:23:21.9733669Z  2025-03-21T20:23:21.9733926Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:21.9734328Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:21.9734690Z -- Found Threads: TRUE 2025-03-21T20:23:21.9735380Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:21.9736145Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:21.9736577Z CMake. 2025-03-21T20:23:21.9736700Z 2025-03-21T20:23:21.9736929Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:21.9737496Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:21.9738053Z to work with policies introduced by or earlier. 2025-03-21T20:23:21.9738327Z 2025-03-21T20:23:21.9738435Z  2025-03-21T20:23:21.9738687Z -- Using python executable 'python' 2025-03-21T20:23:21.9738998Z -- Resolved buck2 as buck2. 2025-03-21T20:23:21.9739290Z -- Killing buck2 daemon 2025-03-21T20:23:21.9739560Z 'buck2 killall' 2025-03-21T20:23:21.9739827Z -- executorch: Generating source lists 2025-03-21T20:23:21.9740362Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:21.9741061Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:21.9741561Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:21.9741897Z -- Generating operator lib: 2025-03-21T20:23:21.9742193Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:21.9742609Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:21.9743045Z -- ROOT_OPS: 2025-03-21T20:23:21.9743282Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:21.9744620Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:23:21.9745757Z -- Generating kernel bindings: 2025-03-21T20:23:21.9746067Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:21.9746491Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:21.9746936Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:21.9747201Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:21.9748909Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:23:21.9750377Z -- Generating operator lib: 2025-03-21T20:23:21.9750681Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:21.9750986Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:21.9751295Z -- DEPS: executorch 2025-03-21T20:23:21.9751881Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:21.9752550Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:21.9752989Z CMake. 2025-03-21T20:23:21.9753112Z 2025-03-21T20:23:21.9753358Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:21.9753917Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:21.9754421Z to work with policies introduced by or earlier. 2025-03-21T20:23:21.9754695Z 2025-03-21T20:23:21.9754806Z  2025-03-21T20:23:21.9755048Z -- Looking for C++ include unistd.h 2025-03-21T20:23:21.9755395Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:21.9755749Z -- Looking for C++ include stdint.h 2025-03-21T20:23:21.9756080Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:21.9756437Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:21.9756910Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:21.9757276Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:21.9757630Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:21.9757979Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:21.9758328Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:21.9758687Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:21.9759032Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:23.1836472Z -- Looking for C++ include stddef.h 2025-03-21T20:23:23.1837240Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:23.1837874Z -- Check size of uint32_t 2025-03-21T20:23:23.1838358Z -- Check size of uint32_t - done 2025-03-21T20:23:23.1838914Z -- Looking for strtoll 2025-03-21T20:23:23.1839405Z -- Looking for strtoll - found 2025-03-21T20:23:23.1840234Z -- 2025-03-21T20:23:23.1840598Z -- ******** Summary ******** 2025-03-21T20:23:23.1841105Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:23:23.1841623Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:23.1842146Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:23:23.1842746Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:23.1843299Z -- BUCK2 : buck2 2025-03-21T20:23:23.1843856Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:23.1844783Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:23:23.1845740Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:23:23.1846420Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:23:23.1847122Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:23.1847804Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:23.1848498Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:23.1849232Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:23.1850015Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:23.1850734Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:23.1851423Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:23:23.1852127Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:23.1852866Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:23:23.1853613Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:23:23.1854333Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:23.1855028Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:23:23.1855775Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:23.1856499Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:23:23.1857212Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:23.1857843Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:23.1858464Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:23.1859089Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:23.1859757Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:23.1860426Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:23.1861064Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:23:23.1861708Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:23:23.1862346Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:23.1863002Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:23.1863643Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:23.1864281Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:23.1864955Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:23:23.1865622Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:23.1866304Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:23.1866981Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:23.1867669Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:23.1868501Z -- Configuring done (4.8s) 2025-03-21T20:23:23.1868982Z -- Generating done (0.1s) 2025-03-21T20:23:23.1869642Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:23:23.1870363Z + popd 2025-03-21T20:23:23.1870734Z /pytorch/executorch 2025-03-21T20:23:23.1871151Z ++ uname 2025-03-21T20:23:23.1871529Z + '[' Linux == Darwin ']' 2025-03-21T20:23:23.1871971Z ++ nproc 2025-03-21T20:23:23.1872333Z + CMAKE_JOBS=7 2025-03-21T20:23:23.1872784Z + cmake --build cmake-out -j 7 2025-03-21T20:23:23.1873685Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:23.1875002Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:23.1876802Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:23.1878697Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:23.1880518Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:23.1882953Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:23.1885030Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:23.1886325Z [ 1%] No download step for 'flatbuffers' 2025-03-21T20:23:23.1887135Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:23:23.1887933Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:23:23.1888824Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:23.1889541Z CMake Warning: 2025-03-21T20:23:23.1900290Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:23.1901001Z 2025-03-21T20:23:23.1901291Z  2025-03-21T20:23:23.1901758Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:23.1902632Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:23.1903360Z git describe failed with exit code: 128 2025-03-21T20:23:23.1903788Z 2025-03-21T20:23:23.1904091Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:23.1904798Z Call Stack (most recent call first): 2025-03-21T20:23:23.1905363Z CMakeLists.txt:5 (include) 2025-03-21T20:23:23.1905700Z 2025-03-21T20:23:23.1905930Z  2025-03-21T20:23:23.1906325Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:23.1907710Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:23.1909741Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:23.1911669Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:23.1913518Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:23.1915573Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:23.1917632Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:23.1919638Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:23.1921506Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:23.1923394Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:23:23.1924693Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:23.1926336Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:23.1928214Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:23.1929333Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:23.1930802Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:23:23.1932285Z [ 5%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:23:23.1933728Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:23.1934883Z [ 5%] Built target gflags_nothreads_static 2025-03-21T20:23:23.1936228Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:23.1939038Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:23:23.1940509Z [ 7%] Linking C static library libpthreadpool.a 2025-03-21T20:23:23.1941894Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:23.1943060Z [ 7%] Built target pthreadpool 2025-03-21T20:23:23.1944318Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:23.1946143Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:23.1948024Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:23.1949966Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:23:23.1952018Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:23.1954000Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:23:23.1956093Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:23.1957329Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:23.1958725Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:23.1960634Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:23.1961906Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:23.1962616Z -- Detecting CXX compile features 2025-03-21T20:23:23.1963220Z -- Detecting CXX compile features - done 2025-03-21T20:23:23.1964679Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:23:23.1966787Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:23:23.1968811Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:23.1970093Z -- Looking for strtof_l 2025-03-21T20:23:23.1971380Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:23.1973272Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:23.1975189Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:23.1977154Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:23:26.0396655Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:23:26.0398763Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:26.0400993Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:26.0403234Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:26.0405322Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:26.0407348Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:26.0409658Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:26.0411205Z [ 12%] Linking C static library libcpuinfo.a 2025-03-21T20:23:26.0412691Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:26.0413963Z [ 12%] Built target cpuinfo 2025-03-21T20:23:26.0415227Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:26.0417265Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:26.0418576Z -- Looking for strtof_l - found 2025-03-21T20:23:26.0419111Z -- Looking for strtoull_l 2025-03-21T20:23:26.0419893Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:26.0420646Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:23:26.0421269Z -- Looking for strtoull_l - found 2025-03-21T20:23:26.0421820Z -- Looking for realpath 2025-03-21T20:23:26.0422294Z -- Looking for realpath - found 2025-03-21T20:23:26.0422890Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:26.0423562Z -- Configuring done (0.9s) 2025-03-21T20:23:26.0424060Z -- Generating done (0.0s) 2025-03-21T20:23:26.0424871Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:26.0426008Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:23:26.0426986Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:26.0428166Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:26.0429296Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:26.0430489Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:26.0431786Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:26.0433066Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:26.0434293Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:26.0435571Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:26.0436854Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:26.0438046Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:26.0439173Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:26.0440310Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:26.0441446Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:26.0442585Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:26.0443734Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:26.0445207Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:26.0446499Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:26.0447677Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:26.0448880Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:26.0450211Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:26.0451446Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:26.0452752Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:26.0454089Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:26.0455410Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:26.0456511Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:26.0457631Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:26.0458823Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:26.0460140Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:26.0461464Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:26.0462562Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:26.0463762Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:26.0465091Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:26.0466457Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:26.0467821Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:26.0469226Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:26.0470055Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:26.0470831Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:26.0471621Z [100%] Linking CXX executable flatc 2025-03-21T20:23:26.0471979Z [100%] Built target flatc 2025-03-21T20:23:26.0472360Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:23:26.0472879Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:23:26.0473433Z [ 13%] Built target flatbuffers 2025-03-21T20:23:26.0473933Z [ 13%] Generating common_schema headers 2025-03-21T20:23:26.0474298Z [ 13%] Built target common_schema 2025-03-21T20:23:26.0474701Z [ 13%] Generating program_schema headers 2025-03-21T20:23:26.0475064Z [ 13%] Built target program_schema 2025-03-21T20:23:26.0475660Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:26.0476458Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:26.0477392Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:26.0478450Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:26.0479441Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:26.0480283Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:26.0481200Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:26.0482012Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:26.0482848Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:26.0483686Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:26.0484544Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:26.0485462Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:26.0486419Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:26.0487391Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:26.0488323Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:26.0489518Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:26.0490807Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:26.0492095Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:26.0493344Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:26.0494667Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:26.0495758Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:26.0496413Z [ 18%] Built target executorch_core 2025-03-21T20:23:26.0497411Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:26.0498733Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:26.0500331Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:26.0501310Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:26.0502292Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:26.0503305Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:28.1479692Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:28.1481193Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:28.1482043Z [ 20%] Built target extension_threadpool 2025-03-21T20:23:28.1482847Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:28.1483478Z [ 20%] Built target executorch 2025-03-21T20:23:28.1484806Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:28.1486789Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:28.1488800Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:28.1490760Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:28.1492464Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:28.1494394Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:28.1496602Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:28.1498327Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:28.1501621Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:28.1503558Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:28.1505491Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:28.1507274Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:28.1509042Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:28.1511094Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:28.1512860Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:28.1514680Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:28.1516612Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:28.1518590Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:28.1520613Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:28.1522475Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:28.1524181Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:28.1525940Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:28.1527797Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:28.1529701Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:28.1531697Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:28.1533612Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:28.1535470Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:28.1537262Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:28.1539042Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:28.1540904Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:28.1542881Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:28.1545989Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:28.1547943Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:28.1549866Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:28.1551745Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:28.1553566Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:28.1555481Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:28.1557323Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:28.1559231Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:28.1561215Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:28.1563238Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:28.1565277Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:28.1567448Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:28.1569481Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:28.1571418Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:28.1573124Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:28.1574968Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:28.1576767Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:28.1578653Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:28.1580658Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:28.1582580Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:28.1584469Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:28.1586306Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:28.1588102Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:28.1590015Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:28.1591938Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:28.1593903Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:28.1596069Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:28.1598059Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:28.1600759Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:28.1602653Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:28.1604487Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:28.1606337Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:28.1608178Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:28.1610374Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:28.1612204Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:28.1613909Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:28.1615797Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:28.1617854Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:28.1619828Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:30.1796829Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:30.1798989Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:30.1801080Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:30.1802808Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:30.1804593Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:30.1806498Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:30.1808435Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:30.1810527Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:30.1812522Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:30.1814347Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:30.1816034Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:30.1817736Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:30.1819530Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:30.1821407Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:30.1823221Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:30.1825031Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:30.1826917Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:30.1828685Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:30.1830581Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:30.1832506Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:30.1834435Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:30.1836352Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:30.1838278Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:30.1840494Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:30.1842325Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:30.1844105Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:30.1845910Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:30.1847783Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:30.1849719Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:30.1851670Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:30.1853686Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:30.1855469Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:30.1857143Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:30.1858913Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:30.1860789Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:30.1862531Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:30.1864346Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:30.1866160Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:30.1868040Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:30.1869979Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:30.1871948Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:30.1873908Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:30.1875954Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:30.1877835Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:30.1879657Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:30.1881449Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:30.1883214Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:30.1885133Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:30.1887087Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:30.1888958Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:30.1890784Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:30.1892581Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:30.1894378Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:30.1896445Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:30.1898357Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:30.1901297Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:30.1902910Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:30.1904621Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:30.1906304Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:30.1908219Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:30.1910478Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:30.1912178Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:30.1913802Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:30.1915589Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:30.1917475Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:30.1919332Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:30.1921326Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:30.1923401Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:30.1925406Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:30.1927317Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:30.1929057Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:30.1930887Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:30.1932787Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:32.1730540Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:32.1732694Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:32.1734449Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:32.1735810Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:32.1736821Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:32.1737751Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:32.1738641Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:32.1739634Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:32.1740842Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:32.1742448Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:32.1743589Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:32.1744671Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:32.1745928Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:32.1747129Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:32.1748105Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:32.1750060Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:32.1751868Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:32.1753795Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:32.1755679Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:32.1757531Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:32.1759248Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:32.1760931Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:32.1762636Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:32.1764407Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:32.1766215Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:32.1768062Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:32.1769822Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:32.1771690Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:32.1773382Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:32.1775165Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:32.1776967Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:32.1778798Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:32.1780798Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:32.1782850Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:32.1784468Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:32.1785485Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:32.1786454Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:32.1787400Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:32.1788389Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:32.1789335Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:32.1790328Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:32.1791356Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:32.1792353Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:32.1793321Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:32.1794411Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:32.1795432Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:32.1796352Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:32.1797332Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:32.1798399Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:32.1799466Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:32.1800835Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:32.1801818Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:32.1802894Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:32.1803984Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:32.1805045Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:32.1806129Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:32.1807110Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:32.1808003Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:32.1809253Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:32.1811331Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:32.1812974Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:32.1814518Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:32.1816179Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:32.1817239Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:32.1818168Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:32.1819302Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:32.1821144Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:32.1822588Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:32.1824187Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:32.1826259Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:32.1827989Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:34.2721263Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:34.2723436Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:34.2725659Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:34.2727350Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:34.2729093Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:34.2731199Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:34.2733235Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:34.2735048Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:34.2736868Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:34.2738750Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:34.2740662Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:34.2742574Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:34.2744488Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:34.2746397Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:34.2748217Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:34.2750028Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:34.2751797Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:34.2753570Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:34.2755548Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:34.2757537Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:34.2759473Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:34.2761424Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:34.2763368Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:34.2765185Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:34.2767177Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:34.2768985Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:34.2770975Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:34.2772985Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:34.2774947Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:34.2776947Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:34.2778944Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:34.2781149Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:34.2783154Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:34.2785114Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:34.2786945Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:34.2788607Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:34.2790349Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:34.2792051Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:34.2793877Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:34.2795775Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:34.2797680Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:34.2799648Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:34.2801788Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:34.2803625Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:34.2805430Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:34.2807409Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:34.2809439Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:34.2811416Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:34.2813340Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:34.2815216Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:34.2817256Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:34.2819249Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:34.2821104Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:34.2823048Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:34.2824774Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:34.2826478Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:34.2828250Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:34.2830093Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:34.2832082Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:34.2834058Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:34.2836031Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:34.2837909Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:34.2839731Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:34.2841603Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:34.2843459Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:34.2845403Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:34.2847243Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:34.2849033Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:34.2850803Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:34.2852120Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:34.2853944Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:34.2855831Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:36.1808277Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:36.1810310Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:36.1812131Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:36.1814014Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:36.1815805Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:36.1817476Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:36.1819340Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:36.1821352Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:36.1823171Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:36.1825039Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:36.1827170Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:36.1828858Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:36.1830615Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:36.1832573Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:36.1834562Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:36.1836364Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:36.1838126Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:36.1840342Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:36.1842379Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:36.1844201Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:36.1845987Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:36.1847872Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:36.1849812Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:36.1851805Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:36.1853730Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:36.1855646Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:36.1857641Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:36.1859784Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:36.1861866Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:36.1863681Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:36.1865681Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:36.1868248Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:36.1870459Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:36.1872250Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:36.1874248Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:36.1876222Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:36.1878214Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:36.1880331Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:36.1883062Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:36.1885226Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:36.1887409Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:36.1889661Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:36.1891938Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:36.1893977Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:36.1896118Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:36.1898077Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:36.1900320Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:36.1902506Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:36.1904568Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:36.1906536Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:36.1908442Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:36.1910318Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:36.1912243Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:36.1914174Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:36.1916129Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:36.1918070Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:36.1920108Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:36.1922073Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:36.1923970Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:36.1925844Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:36.1927760Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:36.1929815Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:36.1931805Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:36.1933852Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:36.1935826Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:36.1937957Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:36.1939613Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:36.1940697Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:36.1941784Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:28:19.0077257Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:28:19.0078273Z [ 98%] Linking CXX static library libportable_kernels.a 2025-03-21T20:28:19.0079659Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:28:19.0081646Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:28:19.0082317Z [ 98%] Built target portable_kernels 2025-03-21T20:28:19.0082886Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:28:19.0083516Z [ 99%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:28:19.0083985Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:28:19.0084450Z [ 99%] Generating code for kernel registration 2025-03-21T20:28:19.0085414Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:28:19.0086341Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:28:19.0086756Z [ 99%] Built target portable_ops_lib 2025-03-21T20:28:19.0087489Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:28:19.0088492Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:28:19.0089429Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:28:19.0090444Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:28:19.0091363Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:28:19.0092365Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:28:19.0093098Z [100%] Linking CXX executable executor_runner 2025-03-21T20:28:19.0093487Z [100%] Built target executor_runner 2025-03-21T20:28:19.0093793Z + [[ '' == *main* ]] 2025-03-21T20:28:19.0094044Z + [[ '' == *gh* ]] 2025-03-21T20:28:19.0094344Z + .ci/scripts/setup-arm-baremetal-tools.sh 2025-03-21T20:28:19.0094795Z [main] Using root dir /pytorch/executorch/examples/arm/ethos-u-scratch 2025-03-21T20:28:19.0095264Z [setup_fvp] Downloading FVP corstone300... 2025-03-21T20:28:19.0095722Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-21T20:28:19.0096206Z Dload Upload Total Spent Left Speed 2025-03-21T20:28:19.0096469Z 2025-03-21T20:28:19.0096634Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:28:19.0097057Z 0 80.1M 0 515k 0 0 740k 0 0:01:50 --:--:-- 0:01:50 739k 2025-03-21T20:28:19.0097475Z 28 80.1M 28 22.5M 0 0 13.2M 0 0:00:06 0:00:01 0:00:05 13.2M 2025-03-21T20:28:19.0097897Z 57 80.1M 57 45.8M 0 0 17.0M 0 0:00:04 0:00:02 0:00:02 17.0M 2025-03-21T20:28:19.0098312Z 88 80.1M 88 70.6M 0 0 19.1M 0 0:00:04 0:00:03 0:00:01 19.1M 2025-03-21T20:28:19.0098745Z 100 80.1M 100 80.1M 0 0 20.2M 0 0:00:03 0:00:03 --:--:-- 20.2M 2025-03-21T20:28:19.0099156Z [setup_fvp] Installing FVP corstone300... 2025-03-21T20:28:19.0099689Z [setup_fvp] Downloading FVP corstone320... 2025-03-21T20:28:19.0100345Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-21T20:28:19.0100829Z Dload Upload Total Spent Left Speed 2025-03-21T20:28:19.0101102Z 2025-03-21T20:28:19.0101247Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:28:19.0101663Z 0 113M 0 54212 0 0 117k 0 0:16:32 --:--:-- 0:16:32 116k 2025-03-21T20:28:19.0102103Z 10 113M 10 12.2M 0 0 8505k 0 0:00:13 0:00:01 0:00:12 8501k 2025-03-21T20:28:19.0102532Z 22 113M 22 25.0M 0 0 9.9M 0 0:00:11 0:00:02 0:00:09 9.9M 2025-03-21T20:28:19.0102946Z 32 113M 32 36.5M 0 0 10.4M 0 0:00:10 0:00:03 0:00:07 10.4M 2025-03-21T20:28:19.0103467Z 40 113M 40 46.2M 0 0 10.3M 0 0:00:10 0:00:04 0:00:06 10.3M 2025-03-21T20:28:19.0103899Z 53 113M 53 60.7M 0 0 11.1M 0 0:00:10 0:00:05 0:00:05 12.1M 2025-03-21T20:28:19.0104328Z 64 113M 64 73.5M 0 0 11.2M 0 0:00:10 0:00:06 0:00:04 12.1M 2025-03-21T20:28:19.0104750Z 74 113M 74 85.0M 0 0 11.3M 0 0:00:09 0:00:07 0:00:02 12.0M 2025-03-21T20:28:19.0105177Z 87 113M 87 99.0M 0 0 11.6M 0 0:00:09 0:00:08 0:00:01 12.4M 2025-03-21T20:28:19.0105596Z 97 113M 97 110M 0 0 11.7M 0 0:00:09 0:00:09 --:--:-- 12.8M 2025-03-21T20:28:19.0106043Z 100 113M 100 113M 0 0 11.7M 0 0:00:09 0:00:09 --:--:-- 12.5M 2025-03-21T20:28:19.0106455Z [setup_fvp] Installing FVP corstone320... 2025-03-21T20:28:19.0106821Z [setup_toolchain] Downloading toolchain ... 2025-03-21T20:28:19.0107274Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-21T20:28:19.0107746Z Dload Upload Total Spent Left Speed 2025-03-21T20:28:19.0108019Z 2025-03-21T20:28:19.0108161Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:28:19.0108571Z 0 140M 0 239k 0 0 355k 0 0:06:44 --:--:-- 0:06:44 355k 2025-03-21T20:28:19.0109002Z 9 140M 9 13.5M 0 0 8139k 0 0:00:17 0:00:01 0:00:16 8136k 2025-03-21T20:28:19.0109430Z 19 140M 19 28.0M 0 0 10.4M 0 0:00:13 0:00:02 0:00:11 10.4M 2025-03-21T20:28:19.0109859Z 30 140M 30 43.5M 0 0 11.7M 0 0:00:11 0:00:03 0:00:08 11.7M 2025-03-21T20:28:19.0110282Z 40 140M 40 57.2M 0 0 12.1M 0 0:00:11 0:00:04 0:00:07 12.1M 2025-03-21T20:28:19.0110692Z 51 140M 51 72.0M 0 0 12.5M 0 0:00:11 0:00:05 0:00:06 14.1M 2025-03-21T20:28:19.0111116Z 61 140M 61 86.5M 0 0 12.9M 0 0:00:10 0:00:06 0:00:04 14.6M 2025-03-21T20:28:19.0111547Z 72 140M 72 101M 0 0 13.1M 0 0:00:10 0:00:07 0:00:03 14.5M 2025-03-21T20:28:19.0111981Z 82 140M 82 115M 0 0 13.3M 0 0:00:10 0:00:08 0:00:02 14.5M 2025-03-21T20:28:19.0112416Z 93 140M 93 132M 0 0 13.5M 0 0:00:10 0:00:09 0:00:01 14.8M 2025-03-21T20:28:19.0112858Z 100 140M 100 140M 0 0 13.8M 0 0:00:10 0:00:10 --:--:-- 15.4M 2025-03-21T20:28:19.0113263Z [setup_toolchain] Installing toolchain ... 2025-03-21T20:28:19.0113958Z Collecting tosa-tools@ git+https://review.mlplatform.org/tosa/reference_model@70ed0b40fa831387e36abdb4f7fb9670a3464f5a 2025-03-21T20:28:19.0115252Z Cloning https://review.mlplatform.org/tosa/reference_model (to revision 70ed0b40fa831387e36abdb4f7fb9670a3464f5a) to /tmp/pip-install-l4pk9mwu/tosa-tools_c90efe56912d42d1b7f1a438ba7cc466 2025-03-21T20:28:19.0116727Z Running command git clone --filter=blob:none --quiet https://review.mlplatform.org/tosa/reference_model /tmp/pip-install-l4pk9mwu/tosa-tools_c90efe56912d42d1b7f1a438ba7cc466 2025-03-21T20:28:19.0117648Z warning: filtering not recognized by server, ignoring 2025-03-21T20:28:19.0118328Z Running command git rev-parse -q --verify 'sha^70ed0b40fa831387e36abdb4f7fb9670a3464f5a' 2025-03-21T20:28:19.0119153Z Running command git fetch -q https://review.mlplatform.org/tosa/reference_model 70ed0b40fa831387e36abdb4f7fb9670a3464f5a 2025-03-21T20:28:19.0119937Z Running command git checkout -q 70ed0b40fa831387e36abdb4f7fb9670a3464f5a 2025-03-21T20:28:19.0120679Z Resolved https://review.mlplatform.org/tosa/reference_model to commit 70ed0b40fa831387e36abdb4f7fb9670a3464f5a 2025-03-21T20:28:19.0121383Z Running command git submodule update --init --recursive -q 2025-03-21T20:28:19.0122028Z Installing build dependencies ... [?25l- \ | / - \ done 2025-03-21T20:28:19.0122630Z [?25h Getting requirements to build wheel ... [?25l- \ | done 2025-03-21T20:28:19.0123201Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-03-21T20:28:19.0124009Z [?25hRequirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-03-21T20:28:19.0124795Z Building wheels for collected packages: tosa-tools 2025-03-21T20:28:19.0125931Z Building wheel for tosa-tools (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2025-03-21T20:28:19.0127390Z [?25h Created wheel for tosa-tools: filename=tosa_tools-0.80.2.dev1+g70ed0b4-py3-none-any.whl size=4967010 sha256=392ca61f42ab6dd979f42d0e086b95bc68ee9c0d904a18454f2b5d5afc647286 2025-03-21T20:28:19.0128565Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/eb/2f/4d/10578ea402b374dc70f73fd46d8e296f0e53b3cb45a5eb40e0 2025-03-21T20:28:19.0129229Z Successfully built tosa-tools 2025-03-21T20:28:19.0129565Z Installing collected packages: tosa-tools 2025-03-21T20:28:19.0130069Z Successfully installed tosa-tools-0.80.2.dev1+g70ed0b4 2025-03-21T20:28:19.0130880Z Collecting ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@425541302c7e4b6fbeca7c0061286b131ee507c3 2025-03-21T20:28:19.0132314Z Cloning https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela (to revision 425541302c7e4b6fbeca7c0061286b131ee507c3) to /tmp/pip-install-7llt_kh2/ethos-u-vela_066e5524e3c44d498130c74c8e0346f4 2025-03-21T20:28:19.0133944Z Running command git clone --filter=blob:none --quiet https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela /tmp/pip-install-7llt_kh2/ethos-u-vela_066e5524e3c44d498130c74c8e0346f4 2025-03-21T20:28:19.0135120Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-03-21T20:28:19.0135859Z Running command git rev-parse -q --verify 'sha^425541302c7e4b6fbeca7c0061286b131ee507c3' 2025-03-21T20:29:31.6512620Z Running command git fetch -q https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela 425541302c7e4b6fbeca7c0061286b131ee507c3 2025-03-21T20:29:31.6513536Z Running command git checkout -q 425541302c7e4b6fbeca7c0061286b131ee507c3 2025-03-21T20:29:31.6514236Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-03-21T20:29:31.6515439Z Resolved https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela to commit 425541302c7e4b6fbeca7c0061286b131ee507c3 2025-03-21T20:29:31.6516601Z Installing build dependencies ... [?25l- \ | / - done 2025-03-21T20:29:31.6517161Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-03-21T20:29:31.6517723Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-03-21T20:29:31.6518849Z [?25hCollecting flatbuffers==24.12.23 (from ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@425541302c7e4b6fbeca7c0061286b131ee507c3) 2025-03-21T20:29:31.6520067Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl.metadata (876 bytes) 2025-03-21T20:29:31.6521372Z 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@425541302c7e4b6fbeca7c0061286b131ee507c3) (2.2.4) 2025-03-21T20:29:31.6523373Z 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@425541302c7e4b6fbeca7c0061286b131ee507c3) (5.3.1) 2025-03-21T20:29:31.6524600Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl (30 kB) 2025-03-21T20:29:31.6525091Z Building wheels for collected packages: ethos-u-vela 2025-03-21T20:29:31.6526211Z Building wheel for ethos-u-vela (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2025-03-21T20:29:31.6527650Z [?25h Created wheel for ethos-u-vela: filename=ethos_u_vela-4.2.1.dev16+g4255413-cp310-cp310-linux_x86_64.whl size=1792143 sha256=d7b8161c3b281f519e112d3be9fb53bb1408f2bde981915335776651d45c7cee 2025-03-21T20:29:31.6528867Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/4f/fd/4c/406570a9db145ef3093daf2080f30d63f9cc41b454e56140a4 2025-03-21T20:29:31.6529523Z Successfully built ethos-u-vela 2025-03-21T20:29:31.6529977Z Installing collected packages: flatbuffers, ethos-u-vela 2025-03-21T20:29:31.6530389Z Attempting uninstall: flatbuffers 2025-03-21T20:29:31.6530764Z Found existing installation: flatbuffers 25.2.10 2025-03-21T20:29:31.6531144Z Uninstalling flatbuffers-25.2.10: 2025-03-21T20:29:31.6531518Z Successfully uninstalled flatbuffers-25.2.10 2025-03-21T20:29:31.6532536Z 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-03-21T20:29:31.6533500Z tosa-tools 0.80.2.dev1+g70ed0b4 requires jsonschema, which is not installed. 2025-03-21T20:29:31.6534233Z tosa-tools 0.80.2.dev1+g70ed0b4 requires flatbuffers==23.5.26, but you have flatbuffers 24.12.23 which is incompatible. 2025-03-21T20:29:31.6535173Z tosa-tools 0.80.2.dev1+g70ed0b4 requires numpy<2, but you have numpy 2.2.4 which is incompatible. 2025-03-21T20:29:31.6535978Z Successfully installed ethos-u-vela-4.2.1.dev16+g4255413 flatbuffers-24.12.23 2025-03-21T20:29:31.6536701Z [main] update path by doing 'source /pytorch/executorch/examples/arm/ethos-u-scratch/setup_path.sh' 2025-03-21T20:29:31.6537249Z [main] success! 2025-03-21T20:29:31.6537543Z + backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T20:29:31.6537915Z /pytorch/executorch 2025-03-21T20:29:31.6538196Z Run Arm baremetal test suite test_pytest 2025-03-21T20:29:31.6538559Z test_arm_baremetal.sh test_pytest: Run pytest 2025-03-21T20:29:31.6539113Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:29:31.6539642Z Collecting torchtune==0.6.0.dev20250311 2025-03-21T20:29:31.6540365Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchtune-0.6.0.dev20250311%2Bcpu-py3-none-any.whl.metadata (24 kB) 2025-03-21T20:29:31.6541122Z Collecting torchdata (from torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6541880Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchdata-0.12.0.dev20250321%2Bcpu-py3-none-any.whl.metadata (5.3 kB) 2025-03-21T20:29:31.6542636Z Collecting datasets (from torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6543122Z Downloading datasets-3.4.1-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:29:31.6544079Z Requirement already satisfied: huggingface_hub[hf_transfer] in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (0.29.3) 2025-03-21T20:29:31.6545264Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (0.5.3) 2025-03-21T20:29:31.6546053Z Collecting kagglehub (from torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6546555Z Downloading kagglehub-0.3.10-py3-none-any.whl.metadata (31 kB) 2025-03-21T20:29:31.6547082Z Collecting sentencepiece (from torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6547931Z 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-03-21T20:29:31.6548980Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-03-21T20:29:31.6549881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 332.3 MB/s eta 0:00:00 2025-03-21T20:29:31.6550488Z [?25hCollecting tiktoken (from torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6551141Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-03-21T20:29:31.6551793Z Collecting blobfile>=2 (from torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6552421Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-03-21T20:29:31.6553376Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (0.21.1) 2025-03-21T20:29:31.6554440Z Requirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (2.2.4) 2025-03-21T20:29:31.6555485Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (4.67.1) 2025-03-21T20:29:31.6556243Z Collecting omegaconf (from torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6563406Z Downloading omegaconf-2.4.0.dev3-py3-none-any.whl.metadata (4.2 kB) 2025-03-21T20:29:31.6563943Z Collecting psutil (from torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6564712Z 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-03-21T20:29:31.6565806Z Requirement already satisfied: Pillow>=9.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (11.1.0) 2025-03-21T20:29:31.6566667Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6567396Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-03-21T20:29:31.6568438Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune==0.6.0.dev20250311) (2.3.0) 2025-03-21T20:29:31.6569712Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune==0.6.0.dev20250311) (5.3.1) 2025-03-21T20:29:31.6570895Z Requirement already satisfied: filelock>=3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune==0.6.0.dev20250311) (3.18.0) 2025-03-21T20:29:31.6571878Z Collecting pyarrow>=15.0.0 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6572496Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-03-21T20:29:31.6573103Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6573755Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-03-21T20:29:31.6574728Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune==0.6.0.dev20250311) (2.2.3) 2025-03-21T20:29:31.6576034Z Requirement already satisfied: requests>=2.32.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune==0.6.0.dev20250311) (2.32.3) 2025-03-21T20:29:31.6576899Z Collecting xxhash (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6577722Z 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-03-21T20:29:31.6578582Z Collecting multiprocess<0.70.17 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6579333Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-03-21T20:29:31.6580170Z Collecting fsspec<=2024.12.0,>=2023.1.0 (from fsspec[http]<=2024.12.0,>=2023.1.0->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6580841Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:29:31.6581436Z Collecting aiohttp (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:31.6582106Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:29:32.7882873Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune==0.6.0.dev20250311) (24.2) 2025-03-21T20:29:32.7884730Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune==0.6.0.dev20250311) (6.0.1) 2025-03-21T20:29:32.7886767Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[hf_transfer]->torchtune==0.6.0.dev20250311) (4.12.2) 2025-03-21T20:29:32.7888555Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:32.7889957Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-03-21T20:29:32.7891778Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->torchtune==0.6.0.dev20250311) (2024.11.6) 2025-03-21T20:29:32.7893956Z Requirement already satisfied: torch>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata->torchtune==0.6.0.dev20250311) (2.7.0a0+git295f2ed) 2025-03-21T20:29:32.7895669Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:32.7896781Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:29:32.7897784Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:32.7898791Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:29:32.7900077Z Collecting async-timeout<6.0,>=4.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:32.7901130Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-21T20:29:32.7902218Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets->torchtune==0.6.0.dev20250311) (25.3.0) 2025-03-21T20:29:32.7903172Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:32.7904079Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) 2025-03-21T20:29:32.7904950Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:32.7905688Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) 2025-03-21T20:29:32.7906420Z Collecting propcache>=0.2.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:32.7907151Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-03-21T20:29:32.7907860Z Collecting yarl<2.0,>=1.17.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:29:32.7909010Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2025-03-21T20:29:32.7910116Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets->torchtune==0.6.0.dev20250311) (3.4.1) 2025-03-21T20:29:32.7911449Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets->torchtune==0.6.0.dev20250311) (3.10) 2025-03-21T20:29:32.7912948Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets->torchtune==0.6.0.dev20250311) (2025.1.31) 2025-03-21T20:29:32.7914314Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2->torchdata->torchtune==0.6.0.dev20250311) (1.13.3) 2025-03-21T20:29:32.7915710Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2->torchdata->torchtune==0.6.0.dev20250311) (3.4.2) 2025-03-21T20:29:32.7916943Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2->torchdata->torchtune==0.6.0.dev20250311) (3.1.6) 2025-03-21T20:29:32.7918245Z Requirement 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.0.dev20250311) (2.9.0.post0) 2025-03-21T20:29:32.7919535Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune==0.6.0.dev20250311) (2025.1) 2025-03-21T20:29:32.7920777Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune==0.6.0.dev20250311) (2025.1) 2025-03-21T20:29:32.7922175Z 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.0.dev20250311) (1.17.0) 2025-03-21T20:29:32.7923623Z 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>=2->torchdata->torchtune==0.6.0.dev20250311) (1.3.0) 2025-03-21T20:29:32.7924966Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=2->torchdata->torchtune==0.6.0.dev20250311) (3.0.2) 2025-03-21T20:29:32.7926157Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchtune-0.6.0.dev20250311%2Bcpu-py3-none-any.whl (900 kB) 2025-03-21T20:29:32.7927284Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/900.5 kB ? eta -:--:-- 2025-03-21T20:29:32.7928009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 900.5/900.5 kB 798.2 MB/s eta 0:00:00 2025-03-21T20:29:32.7928616Z [?25hDownloading datasets-3.4.1-py3-none-any.whl (487 kB) 2025-03-21T20:29:32.7929097Z Downloading kagglehub-0.3.10-py3-none-any.whl (63 kB) 2025-03-21T20:29:32.7929578Z Downloading omegaconf-2.4.0.dev3-py3-none-any.whl (224 kB) 2025-03-21T20:29:32.7930412Z 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-03-21T20:29:32.7931298Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-03-21T20:29:32.7932091Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-03-21T20:29:32.7932783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 418.5 MB/s eta 0:00:00 2025-03-21T20:29:32.7933715Z [?25hDownloading https://download.pytorch.org/whl/nightly/cpu/torchdata-0.12.0.dev20250321%2Bcpu-py3-none-any.whl (60 kB) 2025-03-21T20:29:32.7934853Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-03-21T20:29:32.7935992Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-03-21T20:29:32.7937244Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-03-21T20:29:32.7938338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 368.9 MB/s eta 0:00:00 2025-03-21T20:29:32.7939329Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-03-21T20:29:32.7940113Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-03-21T20:29:32.7940797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 163.7 MB/s eta 0:00:00 2025-03-21T20:29:32.7941484Z [?25hDownloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (42.1 MB) 2025-03-21T20:29:32.7942312Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.1 MB ? eta -:--:-- 2025-03-21T20:29:32.7943383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 375.2 MB/s eta 0:00:00 2025-03-21T20:29:32.7944711Z [?25hDownloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-03-21T20:29:32.7946132Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:29:32.7946981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 817.7 MB/s eta 0:00:00 2025-03-21T20:29:32.7947799Z [?25hDownloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-03-21T20:29:32.7948339Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-21T20:29:32.7948827Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-21T20:29:41.5487220Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241 kB) 2025-03-21T20:29:41.5488241Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB) 2025-03-21T20:29:41.5489015Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205 kB) 2025-03-21T20:29:41.5489822Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) 2025-03-21T20:29:41.5491350Z Installing collected packages: sentencepiece, xxhash, pycryptodomex, pyarrow, psutil, propcache, omegaconf, multidict, hf-transfer, fsspec, frozenlist, dill, async-timeout, aiohappyeyeballs, yarl, tiktoken, multiprocess, kagglehub, blobfile, aiosignal, torchdata, aiohttp, datasets, torchtune 2025-03-21T20:29:41.5492704Z Attempting uninstall: fsspec 2025-03-21T20:29:41.5493045Z Found existing installation: fsspec 2025.3.0 2025-03-21T20:29:41.5493445Z Uninstalling fsspec-2025.3.0: 2025-03-21T20:29:41.5493796Z Successfully uninstalled fsspec-2025.3.0 2025-03-21T20:29:41.5495840Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.11.14 aiosignal-1.3.2 async-timeout-5.0.1 blobfile-3.0.0 datasets-3.4.1 dill-0.3.8 frozenlist-1.5.0 fsspec-2024.12.0 hf-transfer-0.1.9 kagglehub-0.3.10 multidict-6.2.0 multiprocess-0.70.16 omegaconf-2.4.0.dev3 propcache-0.3.0 psutil-7.0.0 pyarrow-19.0.1 pycryptodomex-3.22.0 sentencepiece-0.2.0 tiktoken-0.9.0 torchdata-0.12.0.dev20250321+cpu torchtune-0.6.0.dev20250311+cpu xxhash-3.5.0 yarl-1.18.3 2025-03-21T20:29:41.5497741Z -------------------------------------------------------------------------------- 2025-03-21T20:29:41.5498465Z Build quantized_ops_aot_lib library to register quant ops with AoT flow Release into '/pytorch/executorch/cmake-out-aot-lib' 2025-03-21T20:29:41.5499176Z -------------------------------------------------------------------------------- 2025-03-21T20:29:41.5499619Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:29:41.5500297Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:29:41.5500679Z -- Detecting C compiler ABI info 2025-03-21T20:29:41.5501000Z -- Detecting C compiler ABI info - done 2025-03-21T20:29:41.5501416Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:29:41.5501832Z -- Detecting C compile features 2025-03-21T20:29:41.5502154Z -- Detecting C compile features - done 2025-03-21T20:29:41.5502493Z -- Detecting CXX compiler ABI info 2025-03-21T20:29:41.5502816Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:29:41.5503234Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:29:41.5503649Z -- Detecting CXX compile features 2025-03-21T20:29:41.5503983Z -- Detecting CXX compile features - done 2025-03-21T20:29:41.5504893Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:29:41.5505632Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:29:41.5506061Z CMake. 2025-03-21T20:29:41.5506199Z 2025-03-21T20:29:41.5506431Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:29:41.5507009Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:29:41.5507510Z to work with policies introduced by or earlier. 2025-03-21T20:29:41.5507772Z 2025-03-21T20:29:41.5507897Z  2025-03-21T20:29:41.5508509Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:29:41.5509258Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:29:41.5509692Z CMake. 2025-03-21T20:29:41.5509822Z 2025-03-21T20:29:41.5510048Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:29:41.5510612Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:29:41.5511113Z to work with policies introduced by or earlier. 2025-03-21T20:29:41.5511376Z 2025-03-21T20:29:41.5511485Z  2025-03-21T20:29:41.5511733Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:29:41.5512130Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:29:41.5512498Z -- Found Threads: TRUE 2025-03-21T20:29:41.5513191Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:29:41.5513946Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:29:41.5514379Z CMake. 2025-03-21T20:29:41.5514515Z 2025-03-21T20:29:41.5514741Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:29:41.5515308Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:29:41.5515809Z to work with policies introduced by or earlier. 2025-03-21T20:29:41.5516069Z 2025-03-21T20:29:41.5516190Z  2025-03-21T20:29:41.5516416Z -- Using python executable 'python' 2025-03-21T20:29:41.5516749Z -- Resolved buck2 as buck2. 2025-03-21T20:29:41.5517039Z -- Killing buck2 daemon 2025-03-21T20:29:41.5517305Z 'buck2 killall' 2025-03-21T20:29:41.5517723Z -- executorch: Generating source lists 2025-03-21T20:29:41.5518295Z -- executorch: Generating source file list /pytorch/executorch/cmake-out-aot-lib/executorch_srcs.cmake 2025-03-21T20:29:41.5519082Z -- executorch: Using sources file /pytorch/executorch/cmake-out-aot-lib/executorch_srcs.cmake 2025-03-21T20:29:41.5519644Z -- executorch: Using PAL default 'posix' 2025-03-21T20:29:41.5519988Z -- Generating operator lib: 2025-03-21T20:29:41.5520298Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:29:41.5520705Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:29:41.5521142Z -- ROOT_OPS: 2025-03-21T20:29:41.5521388Z -- INCLUDE_ALL_OPS: 2025-03-21T20:29:41.5522684Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out-aot-lib/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:29:41.5523925Z -- Generating kernel bindings: 2025-03-21T20:29:41.5524239Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:29:41.5524651Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:29:41.5525094Z -- CUSTOM_OPS_YAML: 2025-03-21T20:29:41.5525380Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:29:41.5527195Z Generated files /pytorch/executorch/cmake-out-aot-lib/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out-aot-lib/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out-aot-lib/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:29:41.5528774Z -- Generating operator lib: 2025-03-21T20:29:41.5529072Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:29:41.5529365Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:29:41.5529752Z -- DEPS: executorch 2025-03-21T20:29:41.5530369Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:29:41.5531043Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:29:41.5531482Z CMake. 2025-03-21T20:29:41.5531603Z 2025-03-21T20:29:41.5531831Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:29:41.5532405Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:29:41.5532898Z to work with policies introduced by or earlier. 2025-03-21T20:29:41.5533185Z 2025-03-21T20:29:41.5533293Z  2025-03-21T20:29:41.5533531Z -- Looking for C++ include unistd.h 2025-03-21T20:29:41.5533873Z -- Looking for C++ include unistd.h - found 2025-03-21T20:29:41.5534221Z -- Looking for C++ include stdint.h 2025-03-21T20:29:41.5534547Z -- Looking for C++ include stdint.h - found 2025-03-21T20:29:41.5534899Z -- Looking for C++ include inttypes.h 2025-03-21T20:29:41.5535254Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:29:41.5535618Z -- Looking for C++ include sys/types.h 2025-03-21T20:29:41.5535977Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:29:41.5536325Z -- Looking for C++ include sys/stat.h 2025-03-21T20:29:41.5536675Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:29:41.5537027Z -- Looking for C++ include fnmatch.h 2025-03-21T20:29:41.5537371Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:29:41.5537728Z -- Looking for C++ include stddef.h 2025-03-21T20:29:41.5538048Z -- Looking for C++ include stddef.h - found 2025-03-21T20:29:41.5538385Z -- Check size of uint32_t 2025-03-21T20:29:41.5538683Z -- Check size of uint32_t - done 2025-03-21T20:29:41.5538984Z -- Looking for strtoll 2025-03-21T20:29:41.5539262Z -- Looking for strtoll - found 2025-03-21T20:29:41.5539552Z -- Generating operator lib: 2025-03-21T20:29:41.5539854Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:29:41.5540279Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:29:41.5540722Z -- ROOT_OPS: 2025-03-21T20:29:41.5540963Z -- INCLUDE_ALL_OPS: 2025-03-21T20:29:41.5542324Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-03-21T20:29:41.5543477Z -- Generating kernel bindings: 2025-03-21T20:29:41.5543783Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:29:41.5544084Z -- FUNCTIONS_YAML: 2025-03-21T20:29:41.5544471Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:29:41.5544929Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:29:41.5548298Z Generated files /pytorch/executorch/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-03-21T20:29:41.5551406Z -- Generating operator lib: 2025-03-21T20:29:41.5551715Z -- LIB_NAME: quantized_ops_aot_lib 2025-03-21T20:29:41.5552016Z -- OPS_SCHEMA_YAML: 2025-03-21T20:29:41.5554559Z -- 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-03-21T20:29:41.5557111Z -- INCLUDE_ALL_OPS: 2025-03-21T20:29:42.8701749Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out-aot-lib/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-03-21T20:29:42.8708382Z -- Generating kernel bindings: 2025-03-21T20:29:42.8708945Z -- LIB_NAME: quantized_ops_aot_lib 2025-03-21T20:29:42.8709526Z -- FUNCTIONS_YAML: 2025-03-21T20:29:42.8710233Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:29:42.8711093Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:29:42.8711678Z -- Generating custom ops aot lib: 2025-03-21T20:29:42.8712215Z -- LIB_NAME: quantized_ops_aot_lib 2025-03-21T20:29:42.8713259Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-03-21T20:29:42.8714732Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-03-21T20:29:42.8716225Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-03-21T20:29:42.8717771Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-03-21T20:29:42.8719319Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-03-21T20:29:42.8721031Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-03-21T20:29:42.8722526Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-03-21T20:29:42.8724008Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-03-21T20:29:42.8725476Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-03-21T20:29:42.8726891Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-03-21T20:29:42.8728294Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-03-21T20:29:42.8729824Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-03-21T20:29:42.8731565Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:29:42.8732657Z -- MKL_ARCH: None, set to ` intel64` by default 2025-03-21T20:29:42.8733280Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-03-21T20:29:42.8744641Z -- MKL_LINK: None, set to ` dynamic` by default 2025-03-21T20:29:42.8745395Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-03-21T20:29:42.8746137Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-03-21T20:29:42.8746845Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-03-21T20:29:42.8748582Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-03-21T20:29:42.8749974Z static library kineto_LIBRARY-NOTFOUND not found. 2025-03-21T20:29:42.8750625Z Call Stack (most recent call first): 2025-03-21T20:29:42.8751807Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-03-21T20:29:42.8753225Z tools/cmake/Utils.cmake:389 (find_package) 2025-03-21T20:29:42.8753932Z tools/cmake/Codegen.cmake:150 (find_package_torch) 2025-03-21T20:29:42.8754733Z kernels/quantized/CMakeLists.txt:90 (gen_custom_ops_aot_lib) 2025-03-21T20:29:42.8755285Z 2025-03-21T20:29:42.8755569Z  2025-03-21T20:29:42.8756378Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-03-21T20:29:42.8757311Z -- Generating operator lib: 2025-03-21T20:29:42.8757805Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:29:42.8758318Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:29:42.8758815Z -- DEPS: executorch 2025-03-21T20:29:42.8759222Z -- 2025-03-21T20:29:42.8759576Z -- ******** Summary ******** 2025-03-21T20:29:42.8760120Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:29:42.8760740Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:29:42.8761363Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:29:42.8761943Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:29:42.8762484Z -- BUCK2 : buck2 2025-03-21T20:29:42.8763085Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:29:42.8764165Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out-aot-lib/third-party/flatbuffers/flatc 2025-03-21T20:29:42.8765176Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:29:42.8765830Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:29:42.8766454Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:29:42.8767093Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:29:42.8767812Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:29:42.8768494Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:29:42.8769164Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:29:42.8769870Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:29:42.8770531Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:29:42.8771173Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:29:42.8772116Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:29:42.8772819Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:29:42.8773429Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:29:42.8774029Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:29:42.8774666Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:29:42.8775345Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:29:42.8776065Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:29:42.8776729Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:29:42.8777338Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:29:42.8777973Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:29:42.8778621Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:29:42.8779422Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:29:42.8780271Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:29:42.8780881Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:29:42.8781514Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:29:42.8782119Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:29:42.8782735Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:29:42.8783443Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:29:42.8784101Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:29:42.8784753Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:29:42.8785392Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:29:42.8786042Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:29:42.8786709Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:29:42.8787422Z -- Configuring done (5.1s) 2025-03-21T20:29:42.8787963Z -- Generating done (0.1s) 2025-03-21T20:29:42.8788619Z -- Build files have been written to: /pytorch/executorch/cmake-out-aot-lib 2025-03-21T20:29:42.8789699Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:29:42.8790489Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:29:42.8791342Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:29:42.8792114Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:29:42.8792957Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:29:42.8793681Z CMake Warning: 2025-03-21T20:29:42.8794245Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:29:42.8794700Z 2025-03-21T20:29:42.8795021Z  2025-03-21T20:29:42.8795541Z fatal: No names found, cannot describe anything. 2025-03-21T20:29:42.8796327Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:29:42.8796996Z git describe failed with exit code: 128 2025-03-21T20:29:42.8797373Z 2025-03-21T20:29:42.8797678Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:29:42.8798372Z Call Stack (most recent call first): 2025-03-21T20:29:42.8798955Z CMakeLists.txt:5 (include) 2025-03-21T20:29:42.8799296Z 2025-03-21T20:29:42.8799506Z  2025-03-21T20:29:42.8800204Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:29:42.8800846Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:29:42.8801497Z -- Detecting CXX compiler ABI info 2025-03-21T20:29:42.8802063Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:29:42.8802781Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:29:42.8803706Z -- Detecting CXX compile features 2025-03-21T20:29:42.8804231Z -- Detecting CXX compile features - done 2025-03-21T20:29:42.8804799Z -- Looking for strtof_l 2025-03-21T20:29:42.8805239Z -- Looking for strtof_l - found 2025-03-21T20:29:42.8805728Z -- Looking for strtoull_l 2025-03-21T20:29:42.8806214Z -- Looking for strtoull_l - found 2025-03-21T20:29:42.8806797Z -- Looking for realpath 2025-03-21T20:29:42.8807293Z -- Looking for realpath - found 2025-03-21T20:29:42.8807900Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:29:42.8809026Z -- Configuring done (0.9s) 2025-03-21T20:29:42.8809529Z -- Generating done (0.0s) 2025-03-21T20:29:42.8810490Z -- Build files have been written to: /pytorch/executorch/cmake-out-aot-lib/third-party/flatbuffers 2025-03-21T20:29:42.8811682Z [ 0%] Performing build step for 'flatbuffers' 2025-03-21T20:29:42.8812624Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:29:42.8813725Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:29:42.8814865Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:29:42.8815939Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:29:42.8816863Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:29:42.8818012Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:29:42.8818944Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:29:42.8819868Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:29:42.8820790Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:29:42.8821741Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:29:42.8822693Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:29:42.8823648Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:29:42.8824626Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:29:42.8825654Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:29:42.8826720Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:30:05.1710782Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:30:05.1712068Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:30:05.1713233Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:30:05.1714376Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:30:05.1715561Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:30:05.1716749Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:30:05.1717940Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:30:05.1719130Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:30:05.1720278Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:30:05.1721619Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:30:05.1722829Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:30:05.1723969Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:30:05.1725294Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:30:05.1726533Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:30:05.1727677Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:30:05.1728952Z [ 81%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:30:05.1730423Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:30:05.1731711Z [ 86%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:30:05.1733268Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:30:05.1734701Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:30:05.1736099Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:30:05.1737475Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:30:05.1738493Z [100%] Linking CXX executable flatc 2025-03-21T20:30:05.1739066Z [100%] Built target flatc 2025-03-21T20:30:05.1739667Z [ 10%] No install step for 'flatbuffers' 2025-03-21T20:30:05.1740379Z [ 10%] Completed 'flatbuffers' 2025-03-21T20:30:05.1740939Z [ 10%] Built target flatbuffers 2025-03-21T20:30:05.1741581Z [ 10%] Generating common_schema headers 2025-03-21T20:30:05.1742363Z [ 10%] Built target common_schema 2025-03-21T20:30:05.1743023Z [ 10%] Generating program_schema headers 2025-03-21T20:30:05.1743647Z [ 10%] Built target program_schema 2025-03-21T20:30:05.1744711Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:30:05.1746131Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:30:05.1747779Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:30:05.1749551Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:30:05.1751030Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:30:05.1752412Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:30:05.1753891Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:30:05.1755413Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:30:05.1756885Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:30:05.1758589Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:30:05.1760298Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:30:05.1761917Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:30:05.1763626Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:30:05.1765181Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:30:05.1766592Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:30:05.1768093Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:30:05.1769625Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:30:05.1771190Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:30:05.1772626Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:30:05.1774141Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:30:05.1775392Z [ 60%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:30:05.1776088Z [ 60%] Built target executorch_core 2025-03-21T20:30:05.1776990Z [ 70%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:30:05.1782105Z 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-03-21T20:30:05.1787001Z [ 70%] Generating code for kernel registration 2025-03-21T20:30:05.1788583Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:30:05.1790748Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:30:05.1792721Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:30:05.1794449Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:30:05.1796202Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:30:05.1799244Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:30:05.1801220Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:30:05.1802992Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:30:05.1804790Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:30:05.1806574Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:30:05.1808329Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:30:05.1810144Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:30:05.1812178Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T20:30:05.1814302Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:30:05.1815808Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:30:05.1816564Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:30:05.1817378Z ============================= test session starts ============================== 2025-03-21T20:30:05.1818413Z platform linux -- Python 3.10.16, pytest-8.3.5, pluggy-1.5.0 -- /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:30:05.1819302Z cachedir: .pytest_cache 2025-03-21T20:30:05.1820340Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/pytorch/executorch/.hypothesis/examples') 2025-03-21T20:30:05.1821522Z rootdir: /pytorch/executorch/backends/arm/test 2025-03-21T20:30:05.1822119Z configfile: pytest.ini 2025-03-21T20:30:05.1822772Z plugins: hypothesis-6.84.2, cov-4.1.0, xdist-3.6.1, rerunfailures-15.0 2025-03-21T20:30:05.1823541Z  2025-03-21T20:30:05.1823983Z created: 4/4 workers 2025-03-21T20:30:05.1824539Z initialized: 1/4 workers 2025-03-21T20:30:05.1825131Z initialized: 2/4 workers 2025-03-21T20:30:05.1825716Z initialized: 3/4 workers 2025-03-21T20:30:05.1826300Z initialized: 4/4 workers 2025-03-21T20:30:05.1826878Z ready: 1/4 workers  2025-03-21T20:30:05.1827432Z ready: 2/4 workers 2025-03-21T20:30:05.1827962Z ready: 3/4 workers 2025-03-21T20:30:05.1828488Z ready: 4/4 workers 2025-03-21T20:30:05.1829218Z collecting: 1/4 workers 2025-03-21T20:30:05.1829814Z collecting: 2/4 workers 2025-03-21T20:30:05.1830378Z collecting: 3/4 workers 2025-03-21T20:30:05.1830945Z 4 workers [2832 items]  2025-03-21T20:30:05.1831442Z scheduling tests via LoadScheduling 2025-03-21T20:30:05.1831804Z 2025-03-21T20:30:05.1832214Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4] 2025-03-21T20:30:05.1833590Z [gw2] [ 0%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4] 2025-03-21T20:30:05.1834715Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_squeeze] 2025-03-21T20:30:05.1970007Z backends/arm/test/misc/test_custom_partition.py::test_single_reject 2025-03-21T20:30:05.1971652Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_custom_partition.py::test_single_reject 2025-03-21T20:30:05.1973629Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_20_check_weight_bias_affineT_runStatsT_none_none 2025-03-21T20:30:05.1976374Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_20_check_weight_bias_affineT_runStatsT_none_none 2025-03-21T20:30:05.1978719Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_21_check_weight_bias_affineF_runStatsT_none_none 2025-03-21T20:30:05.1981436Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_21_check_weight_bias_affineF_runStatsT_none_none 2025-03-21T20:30:05.1983788Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_22_check_weight_bias_affineT_runStatsT_weight_none 2025-03-21T20:30:05.1986525Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_22_check_weight_bias_affineT_runStatsT_weight_none 2025-03-21T20:30:05.1988890Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_23_check_weight_bias_affineF_runStatsT_weight_none 2025-03-21T20:30:05.1991615Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_23_check_weight_bias_affineF_runStatsT_weight_none 2025-03-21T20:30:05.1993963Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_24_check_weight_bias_affineT_runStatsT_none_bias 2025-03-21T20:30:05.1996671Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_24_check_weight_bias_affineT_runStatsT_none_bias 2025-03-21T20:30:05.1999016Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_25_check_weight_bias_affineF_runStatsT_none_bias 2025-03-21T20:30:05.2001930Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_25_check_weight_bias_affineF_runStatsT_none_bias 2025-03-21T20:30:05.2004283Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_26_check_weight_bias_affineT_runStatsT_weight_bias 2025-03-21T20:30:05.2007004Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_26_check_weight_bias_affineT_runStatsT_weight_bias 2025-03-21T20:30:05.2009372Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_27_check_weight_bias_affineF_runStatsT_weight_bias 2025-03-21T20:30:05.2012363Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_27_check_weight_bias_affineF_runStatsT_weight_bias 2025-03-21T20:30:05.2014698Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_28_check_mean_var_affineT_runStatsT_none_none 2025-03-21T20:30:05.2017358Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_28_check_mean_var_affineT_runStatsT_none_none 2025-03-21T20:30:05.2019646Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_29_check_mean_var_affineF_runStatsT_none_none 2025-03-21T20:30:05.2022299Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_29_check_mean_var_affineF_runStatsT_none_none 2025-03-21T20:30:05.2024831Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_30_check_mean_var_affineT_runStatsT_mean_none 2025-03-21T20:30:05.2027502Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_30_check_mean_var_affineT_runStatsT_mean_none 2025-03-21T20:30:05.2029800Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_31_check_mean_var_affineF_runStatsT_mean_none 2025-03-21T20:30:05.2032465Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_31_check_mean_var_affineF_runStatsT_mean_none 2025-03-21T20:30:05.2034748Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_32_check_mean_var_affineT_runStatsT_none_var 2025-03-21T20:30:05.2037398Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_32_check_mean_var_affineT_runStatsT_none_var 2025-03-21T20:30:05.2039674Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_33_check_mean_var_affineF_runStatsT_none_var 2025-03-21T20:30:05.2042311Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_33_check_mean_var_affineF_runStatsT_none_var 2025-03-21T20:30:05.2044587Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_34_check_mean_var_affineT_runStatsT_mean_var 2025-03-21T20:30:05.2047222Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_34_check_mean_var_affineT_runStatsT_mean_var 2025-03-21T20:30:05.2049496Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_35_check_mean_var_affineF_runStatsT_mean_var 2025-03-21T20:30:05.2051546Z [gw2] [ 0%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_squeeze] 2025-03-21T20:30:05.2052714Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_dims] 2025-03-21T20:30:05.2054111Z [gw2] [ 0%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_dims] 2025-03-21T20:30:05.2055306Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_dims_squeeze] 2025-03-21T20:30:05.2056797Z [gw2] [ 0%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_dims_squeeze] 2025-03-21T20:30:05.2058014Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank1_reduce_all] 2025-03-21T20:30:05.2059061Z backends/arm/test/misc/test_custom_partition.py::test_multiple_reject 2025-03-21T20:30:05.2060609Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_custom_partition.py::test_multiple_reject 2025-03-21T20:30:05.2061776Z backends/arm/test/misc/test_custom_partition.py::test_torch_op_reject 2025-03-21T20:30:05.2063187Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_custom_partition.py::test_torch_op_reject 2025-03-21T20:30:05.2064356Z backends/arm/test/misc/test_custom_partition.py::test_string_op_reject 2025-03-21T20:30:05.2066453Z [gw3] [ 0%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_35_check_mean_var_affineF_runStatsT_mean_var 2025-03-21T20:30:05.2068672Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_00_zeros_affineT_runStatsF_default_weight_bias 2025-03-21T20:30:05.2070134Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_1 2025-03-21T20:30:05.2071508Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_1 2025-03-21T20:30:05.2072571Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_2 2025-03-21T20:30:05.2073840Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_2 2025-03-21T20:30:05.2074886Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_3 2025-03-21T20:30:05.2076143Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_3 2025-03-21T20:30:05.2077188Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_4 2025-03-21T20:30:05.2079132Z [gw3] [ 0%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_00_zeros_affineT_runStatsF_default_weight_bias 2025-03-21T20:30:05.2081399Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_01_zeros_affineF_runStatsF_default_weight_bias 2025-03-21T20:30:05.2083937Z [gw3] [ 0%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_01_zeros_affineF_runStatsF_default_weight_bias 2025-03-21T20:30:05.2086075Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_02_zeros_affineT_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4415511Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_02_zeros_affineT_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4417857Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_03_zeros_affineF_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4420462Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_03_zeros_affineF_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4422607Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_04_ones_affineT_runStatsF_default_weight_bias 2025-03-21T20:30:05.4424381Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_04_ones_affineT_runStatsF_default_weight_bias 2025-03-21T20:30:05.4425585Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_05_ones_affineF_runStatsF_default_weight_bias 2025-03-21T20:30:05.4426970Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_05_ones_affineF_runStatsF_default_weight_bias 2025-03-21T20:30:05.4428134Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_06_ones_affineT_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4429482Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_06_ones_affineT_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4430835Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_07_ones_affineF_runStatsF 2025-03-21T20:30:05.4433077Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_07_ones_affineF_runStatsF 2025-03-21T20:30:05.4435150Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_08_rand_affineT_runStatsF_default_weight_bias 2025-03-21T20:30:05.4437593Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_08_rand_affineT_runStatsF_default_weight_bias 2025-03-21T20:30:05.4439520Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_09_rand_affineF_runStatsF_default_weight_bias 2025-03-21T20:30:05.4441818Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_09_rand_affineF_runStatsF_default_weight_bias 2025-03-21T20:30:05.4443965Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_10_rand_affineT_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4446188Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_10_rand_affineT_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4448172Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_11_rand_affineF_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4450761Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_11_rand_affineF_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4452907Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_12_randn_affineT_runStatsF_default_weight_bias 2025-03-21T20:30:05.4455433Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_12_randn_affineT_runStatsF_default_weight_bias 2025-03-21T20:30:05.4457606Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_13_randn_affineF_runStatsF_default_weight_bias 2025-03-21T20:30:05.4459942Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_13_randn_affineF_runStatsF_default_weight_bias 2025-03-21T20:30:05.4462180Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_14_randn_affineT_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4464598Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_14_randn_affineT_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4466820Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_15_randn_affineF_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4469348Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_15_randn_affineF_runStatsF_rand_weight_bias 2025-03-21T20:30:05.4471670Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_16_size_3_4_5_6_affineT_runStatsF_rand_weight_bias_mean_var 2025-03-21T20:30:05.4474332Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_16_size_3_4_5_6_affineT_runStatsF_rand_weight_bias_mean_var 2025-03-21T20:30:05.4476742Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_17_size_3_4_5_6_affineF_runStatsF_rand_weight_bias_mean_var 2025-03-21T20:30:05.4479591Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_17_size_3_4_5_6_affineF_runStatsF_rand_weight_bias_mean_var 2025-03-21T20:30:05.4482212Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_18_size_1_3_254_254_affineT_runStatsF_rand_weight_bias_mean_var 2025-03-21T20:30:05.4484978Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_18_size_1_3_254_254_affineT_runStatsF_rand_weight_bias_mean_var 2025-03-21T20:30:05.4487327Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_19_size_1_3_254_254_affineF_runStatsF_rand_weight_bias_mean_var 2025-03-21T20:30:05.4490190Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_19_size_1_3_254_254_affineF_runStatsF_rand_weight_bias_mean_var 2025-03-21T20:30:05.4492550Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_20_check_weight_bias_affineT_runStatsF_none_none 2025-03-21T20:30:05.4495167Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_20_check_weight_bias_affineT_runStatsF_none_none 2025-03-21T20:30:05.4497345Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_21_check_weight_bias_affineF_runStatsF_none_none 2025-03-21T20:30:05.4500198Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_21_check_weight_bias_affineF_runStatsF_none_none 2025-03-21T20:30:05.4502288Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_22_check_weight_bias_affineT_runStatsF_weight_none 2025-03-21T20:30:05.4504804Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_22_check_weight_bias_affineT_runStatsF_weight_none 2025-03-21T20:30:05.4506830Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_23_check_weight_bias_affineF_runStatsF_weight_none 2025-03-21T20:30:05.4509361Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_23_check_weight_bias_affineF_runStatsF_weight_none 2025-03-21T20:30:05.4511629Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_24_check_weight_bias_affineT_runStatsF_none_bias 2025-03-21T20:30:05.4514102Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_24_check_weight_bias_affineT_runStatsF_none_bias 2025-03-21T20:30:05.4516297Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_25_check_weight_bias_affineF_runStatsF_none_bias 2025-03-21T20:30:05.4518786Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_25_check_weight_bias_affineF_runStatsF_none_bias 2025-03-21T20:30:05.4521074Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_26_check_weight_bias_affineT_runStatsF_weight_bias 2025-03-21T20:30:05.4523795Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_26_check_weight_bias_affineT_runStatsF_weight_bias 2025-03-21T20:30:12.4839603Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_27_check_weight_bias_affineF_runStatsF_weight_bias 2025-03-21T20:30:12.4841301Z [gw3] [ 1%] XFAIL backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_27_check_weight_bias_affineF_runStatsF_weight_bias 2025-03-21T20:30:12.4842320Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_00_and_zeros 2025-03-21T20:30:12.4843377Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_custom_partition.py::test_string_op_reject 2025-03-21T20:30:12.4844075Z backends/arm/test/misc/test_custom_partition.py::test_name_reject 2025-03-21T20:30:12.4844897Z [gw2] [ 1%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank1_reduce_all] 2025-03-21T20:30:12.4845598Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_reduce_all] 2025-03-21T20:30:12.4846365Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_4 2025-03-21T20:30:12.4847248Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_5 2025-03-21T20:30:12.4848554Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_custom_partition.py::test_name_reject 2025-03-21T20:30:12.4849824Z backends/arm/test/misc/test_custom_partition.py::test_module_reject 2025-03-21T20:30:12.4851618Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_00_and_zeros 2025-03-21T20:30:12.4852761Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_01_and_ones 2025-03-21T20:30:12.4854191Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_reduce_all] 2025-03-21T20:30:12.4855309Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank3_reduce_all] 2025-03-21T20:30:12.4856698Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_01_and_ones 2025-03-21T20:30:12.4857922Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_02_and_rand_rank2 2025-03-21T20:30:12.4859486Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank3_reduce_all] 2025-03-21T20:30:12.4860619Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_reduce_all] 2025-03-21T20:30:12.4861963Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_custom_partition.py::test_module_reject 2025-03-21T20:30:12.4863140Z backends/arm/test/misc/test_custom_partition.py::test_inexact_module_reject 2025-03-21T20:30:12.4864510Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_5 2025-03-21T20:30:12.4865569Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_6 2025-03-21T20:30:12.4866812Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_reduce_all] 2025-03-21T20:30:12.4867864Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank1] 2025-03-21T20:30:12.4869173Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_02_and_rand_rank2 2025-03-21T20:30:12.4870505Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_03_and_rand_rank4 2025-03-21T20:30:12.4872122Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_custom_partition.py::test_inexact_module_reject 2025-03-21T20:30:12.4873417Z backends/arm/test/misc/test_custom_partition.py::test_module_instance_reject 2025-03-21T20:30:12.4874853Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank1] 2025-03-21T20:30:12.4875816Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank1_squeeze] 2025-03-21T20:30:12.4877216Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_03_and_rand_rank4 2025-03-21T20:30:12.4878373Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_04_or_zeros 2025-03-21T20:30:12.4879660Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_6 2025-03-21T20:30:12.4880662Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_0 2025-03-21T20:30:12.4882063Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank1_squeeze] 2025-03-21T20:30:12.4883187Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2] 2025-03-21T20:30:12.4884956Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_custom_partition.py::test_module_instance_reject 2025-03-21T20:30:12.4886164Z backends/arm/test/misc/test_debug_feats.py::TestDumpPartitionedArtifact::test_BI_artifact 2025-03-21T20:30:12.4887583Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_0 2025-03-21T20:30:12.4888555Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_1 2025-03-21T20:30:12.4889989Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_04_or_zeros 2025-03-21T20:30:12.4891148Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_05_or_ones 2025-03-21T20:30:12.4892533Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2] 2025-03-21T20:30:12.4893719Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_squeeze] 2025-03-21T20:30:12.4895090Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_squeeze] 2025-03-21T20:30:12.4896114Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_dims] 2025-03-21T20:30:12.4897382Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_1 2025-03-21T20:30:12.4898362Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_2 2025-03-21T20:30:12.4899697Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_dims] 2025-03-21T20:30:12.4901680Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_dims_squeeze] 2025-03-21T20:30:12.4903140Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_05_or_ones 2025-03-21T20:30:12.4904235Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_06_or_rand_rank2 2025-03-21T20:30:12.4905596Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_2 2025-03-21T20:30:12.4906604Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_3 2025-03-21T20:30:12.4908165Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_debug_feats.py::TestDumpPartitionedArtifact::test_BI_artifact 2025-03-21T20:30:12.4909606Z backends/arm/test/misc/test_debug_feats.py::TestDumpPartitionedArtifact::test_MI_artifact 2025-03-21T20:30:12.4911116Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_3 2025-03-21T20:30:12.4912120Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_4 2025-03-21T20:30:12.4913528Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_dims_squeeze] 2025-03-21T20:30:12.4914717Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank3_dims_squeeze] 2025-03-21T20:30:12.4916277Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_06_or_rand_rank2 2025-03-21T20:30:12.4917515Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_07_or_rand_rank4 2025-03-21T20:30:12.4918978Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_4 2025-03-21T20:30:12.4919943Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_5 2025-03-21T20:30:12.4921301Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank3_dims_squeeze] 2025-03-21T20:30:12.4922407Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4] 2025-03-21T20:30:12.4923974Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_debug_feats.py::TestDumpPartitionedArtifact::test_MI_artifact 2025-03-21T20:30:12.4925348Z backends/arm/test/misc/test_debug_feats.py::TestNumericalDiffPrints::test_numerical_diff_prints 2025-03-21T20:30:12.4926924Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_5 2025-03-21T20:30:12.4928145Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_6 2025-03-21T20:30:12.4929392Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4] 2025-03-21T20:30:12.4930503Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_squeeze] 2025-03-21T20:30:12.4931938Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_07_or_rand_rank4 2025-03-21T20:30:12.4933154Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_08_xor_zeros 2025-03-21T20:30:12.4934498Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_6 2025-03-21T20:30:12.4935529Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_0 2025-03-21T20:30:12.4936847Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_squeeze] 2025-03-21T20:30:12.4938195Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_dims] 2025-03-21T20:30:12.4939864Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_debug_feats.py::TestNumericalDiffPrints::test_numerical_diff_prints 2025-03-21T20:30:12.4941151Z backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes 2025-03-21T20:30:12.4942655Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_08_xor_zeros 2025-03-21T20:30:12.4943931Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_09_xor_ones 2025-03-21T20:30:12.4945380Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_dims] 2025-03-21T20:30:12.4946485Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_dims_squeeze] 2025-03-21T20:30:12.4947836Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_0 2025-03-21T20:30:12.4948905Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_1 2025-03-21T20:30:17.7366770Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_09_xor_ones 2025-03-21T20:30:17.7368211Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_10_xor_rand_rank2 2025-03-21T20:30:17.7369928Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_dims_squeeze] 2025-03-21T20:30:17.7371221Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank1_reduce_all] 2025-03-21T20:30:17.7372721Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_1 2025-03-21T20:30:17.7373841Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_2 2025-03-21T20:30:17.7375176Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes 2025-03-21T20:30:17.7376395Z backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes_parseable 2025-03-21T20:30:17.7378057Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank1_reduce_all] 2025-03-21T20:30:17.7379345Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_reduce_all] 2025-03-21T20:30:17.7380808Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_2 2025-03-21T20:30:17.7381896Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_3 2025-03-21T20:30:17.7383339Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_reduce_all] 2025-03-21T20:30:17.7385133Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_10_xor_rand_rank2 2025-03-21T20:30:17.7386540Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_11_xor_rand_rank4 2025-03-21T20:30:17.7387731Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank3_reduce_all] 2025-03-21T20:30:17.7389302Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank3_reduce_all] 2025-03-21T20:30:17.7390832Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_reduce_all] 2025-03-21T20:30:17.7392449Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes_parseable 2025-03-21T20:30:17.7393927Z backends/arm/test/misc/test_debug_feats.py::TestCollateTosaTests::test_collate_tosa_BI_tests 2025-03-21T20:30:17.7395712Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_11_xor_rand_rank4 2025-03-21T20:30:17.7397086Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_00_and_zeros 2025-03-21T20:30:17.7398547Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_3 2025-03-21T20:30:17.7399543Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_4 2025-03-21T20:30:17.7401418Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_reduce_all] 2025-03-21T20:30:17.7402615Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank1] 2025-03-21T20:30:17.7404168Z [gw2] [ 3%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank1] 2025-03-21T20:30:17.7405430Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank1_squeeze] 2025-03-21T20:30:17.7407041Z [gw2] [ 3%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank1_squeeze] 2025-03-21T20:30:17.7408328Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2] 2025-03-21T20:30:17.7409898Z [gw2] [ 3%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2] 2025-03-21T20:30:17.7411184Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_squeeze] 2025-03-21T20:30:17.7412810Z [gw2] [ 3%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_squeeze] 2025-03-21T20:30:17.7414151Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_dims] 2025-03-21T20:30:17.7415724Z [gw2] [ 4%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_dims] 2025-03-21T20:30:17.7417070Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_dims_squeeze] 2025-03-21T20:30:17.7418744Z [gw2] [ 4%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_dims_squeeze] 2025-03-21T20:30:17.7420145Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank3_dims_squeeze] 2025-03-21T20:30:17.7421858Z [gw2] [ 4%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank3_dims_squeeze] 2025-03-21T20:30:17.7423112Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4] 2025-03-21T20:30:17.7424552Z [gw2] [ 4%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4] 2025-03-21T20:30:17.7425779Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_squeeze] 2025-03-21T20:30:17.7427424Z [gw2] [ 4%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_squeeze] 2025-03-21T20:30:17.7428717Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_dims] 2025-03-21T20:30:17.7430286Z [gw2] [ 4%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_dims] 2025-03-21T20:30:17.7431630Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_dims_squeeze] 2025-03-21T20:30:17.7433308Z [gw2] [ 4%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_dims_squeeze] 2025-03-21T20:30:17.7434700Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank1_reduce_all] 2025-03-21T20:30:17.7436362Z [gw2] [ 4%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank1_reduce_all] 2025-03-21T20:30:17.7437938Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_reduce_all] 2025-03-21T20:30:17.7439601Z [gw2] [ 4%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_reduce_all] 2025-03-21T20:30:17.7440976Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank3_reduce_all] 2025-03-21T20:30:17.7442633Z [gw2] [ 4%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank3_reduce_all] 2025-03-21T20:30:17.7444021Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_reduce_all] 2025-03-21T20:30:17.7445660Z [gw2] [ 4%] SKIPPED backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_reduce_all] 2025-03-21T20:30:17.7446912Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[zeros] 2025-03-21T20:30:17.7448738Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_debug_feats.py::TestCollateTosaTests::test_collate_tosa_BI_tests 2025-03-21T20:30:17.7450160Z backends/arm/test/misc/test_debug_feats.py::test_dump_tosa_ops 2025-03-21T20:30:17.7451731Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_00_and_zeros 2025-03-21T20:30:17.7453032Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_01_and_ones 2025-03-21T20:30:17.7454494Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_4 2025-03-21T20:30:17.7455591Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_5 2025-03-21T20:30:17.7457018Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[zeros] 2025-03-21T20:30:17.7458261Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[ones] 2025-03-21T20:30:17.7459812Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_01_and_ones 2025-03-21T20:30:17.7461182Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_02_and_rand_rank2 2025-03-21T20:30:17.7462703Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_5 2025-03-21T20:30:17.7463802Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_6 2025-03-21T20:30:17.7465238Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[ones] 2025-03-21T20:30:17.7466486Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[rand] 2025-03-21T20:30:17.7467935Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_debug_feats.py::test_dump_tosa_ops 2025-03-21T20:30:17.7469106Z backends/arm/test/misc/test_debug_feats.py::test_fail_dump_tosa_ops 2025-03-21T20:30:17.7470601Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_02_and_rand_rank2 2025-03-21T20:30:17.7471900Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_03_and_rand_rank4 2025-03-21T20:30:17.7473406Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_6 2025-03-21T20:30:17.7474538Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_0 2025-03-21T20:30:17.7475977Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[rand] 2025-03-21T20:30:17.7477220Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[randn] 2025-03-21T20:30:17.7478829Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_03_and_rand_rank4 2025-03-21T20:30:17.7480184Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_04_or_zeros 2025-03-21T20:30:17.7481648Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_0 2025-03-21T20:30:17.7482760Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_1 2025-03-21T20:30:17.7484205Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[randn] 2025-03-21T20:30:17.7485726Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:30:17.7487432Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_04_or_zeros 2025-03-21T20:30:26.5114382Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_05_or_ones 2025-03-21T20:30:26.5116154Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_1 2025-03-21T20:30:26.5117276Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_2 2025-03-21T20:30:26.5118734Z [gw2] [ 4%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:30:26.5120219Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:30:26.5122076Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_05_or_ones 2025-03-21T20:30:26.5123334Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_06_or_rand_rank2 2025-03-21T20:30:26.5124764Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_debug_feats.py::test_fail_dump_tosa_ops 2025-03-21T20:30:26.5126008Z backends/arm/test/misc/test_dim_order_guards.py::TestDimOrderGuards::test_tosa_BI_pipeline 2025-03-21T20:30:26.5127451Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_2 2025-03-21T20:30:26.5128421Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_3 2025-03-21T20:30:26.5130055Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:30:26.5131561Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:30:26.5133230Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_06_or_rand_rank2 2025-03-21T20:30:26.5134476Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_07_or_rand_rank4 2025-03-21T20:30:26.5136059Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_dim_order_guards.py::TestDimOrderGuards::test_tosa_BI_pipeline 2025-03-21T20:30:26.5137381Z backends/arm/test/misc/test_dim_order_guards.py::TestDimOrderGuards::test_tosa_MI_pipeline 2025-03-21T20:30:26.5139077Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_dim_order_guards.py::TestDimOrderGuards::test_tosa_MI_pipeline 2025-03-21T20:30:26.5140671Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_0 2025-03-21T20:30:26.5142492Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:30:26.5143794Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[zeros] 2025-03-21T20:30:26.5145145Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_3 2025-03-21T20:30:26.5146187Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_4 2025-03-21T20:30:26.5147495Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_07_or_rand_rank4 2025-03-21T20:30:26.5148691Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_08_xor_zeros 2025-03-21T20:30:26.5149979Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_4 2025-03-21T20:30:26.5151048Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_5 2025-03-21T20:30:26.5152490Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_08_xor_zeros 2025-03-21T20:30:26.5153753Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_09_xor_ones 2025-03-21T20:30:26.5155325Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[zeros] 2025-03-21T20:30:26.5156397Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[ones] 2025-03-21T20:30:26.5158066Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_0 2025-03-21T20:30:26.5159773Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_1 2025-03-21T20:30:26.5161501Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_5 2025-03-21T20:30:26.5182538Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_6 2025-03-21T20:30:26.5184086Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_09_xor_ones 2025-03-21T20:30:26.5185322Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_10_xor_rand_rank2 2025-03-21T20:30:26.5186922Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[ones] 2025-03-21T20:30:26.5188031Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[rand] 2025-03-21T20:30:26.5189355Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_6 2025-03-21T20:30:26.5190435Z backends/arm/test/ops/test_add.py::test_add_tosa_MI[5d_float] 2025-03-21T20:30:26.5191847Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_10_xor_rand_rank2 2025-03-21T20:30:26.5193137Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_11_xor_rand_rank4 2025-03-21T20:30:26.5194833Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_1 2025-03-21T20:30:26.5196527Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_2 2025-03-21T20:30:26.5198265Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[rand] 2025-03-21T20:30:26.5199385Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[randn] 2025-03-21T20:30:26.5200945Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_MI[5d_float] 2025-03-21T20:30:26.5201927Z backends/arm/test/ops/test_add.py::test_add_tosa_MI[1d_ones] 2025-03-21T20:30:26.5203394Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_11_xor_rand_rank4 2025-03-21T20:30:26.5204740Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_00_and_zeros 2025-03-21T20:30:26.5206166Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_MI[1d_ones] 2025-03-21T20:30:26.5207159Z backends/arm/test/ops/test_add.py::test_add_tosa_MI[1d_randn] 2025-03-21T20:30:26.5208487Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[randn] 2025-03-21T20:30:26.5209874Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:30:26.5211491Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_00_and_zeros 2025-03-21T20:30:26.5212747Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_01_and_ones 2025-03-21T20:30:26.5214076Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_MI[1d_randn] 2025-03-21T20:30:26.5215089Z backends/arm/test/ops/test_add.py::test_add_tosa_MI[4d_ones_1] 2025-03-21T20:30:26.5216559Z [gw2] [ 5%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:30:26.5217998Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:30:26.5219622Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_01_and_ones 2025-03-21T20:30:26.5221119Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_02_and_rand_rank2 2025-03-21T20:30:26.5222628Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_MI[4d_ones_1] 2025-03-21T20:30:26.5223693Z backends/arm/test/ops/test_add.py::test_add_tosa_MI[4d_ones_2] 2025-03-21T20:30:26.5225488Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_2 2025-03-21T20:30:26.5227225Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_3 2025-03-21T20:30:26.5229199Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_02_and_rand_rank2 2025-03-21T20:30:26.5230577Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_03_and_rand_rank4 2025-03-21T20:30:26.5232329Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_MI[4d_ones_2] 2025-03-21T20:30:26.5234202Z backends/arm/test/ops/test_add.py::test_add_tosa_BI[5d_float] 2025-03-21T20:30:26.5235775Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:30:26.5237221Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:30:26.5238952Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_03_and_rand_rank4 2025-03-21T20:30:26.5240223Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_04_or_zeros 2025-03-21T20:30:26.5242082Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_3 2025-03-21T20:30:26.5244006Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_0 2025-03-21T20:30:26.5246080Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:30:26.5247514Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[zeros] 2025-03-21T20:30:26.5249099Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_04_or_zeros 2025-03-21T20:30:26.5250601Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_05_or_ones 2025-03-21T20:30:35.6154922Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_0 2025-03-21T20:30:35.6156757Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_1 2025-03-21T20:30:35.6158423Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_BI[5d_float] 2025-03-21T20:30:35.6159500Z backends/arm/test/ops/test_add.py::test_add_tosa_BI[1d_ones] 2025-03-21T20:30:35.6160915Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_05_or_ones 2025-03-21T20:30:35.6162221Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_06_or_rand_rank2 2025-03-21T20:30:35.6163736Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[zeros] 2025-03-21T20:30:35.6164892Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[ones] 2025-03-21T20:30:35.6166655Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_1 2025-03-21T20:30:35.6168430Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_2 2025-03-21T20:30:35.6170362Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_06_or_rand_rank2 2025-03-21T20:30:35.6171972Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_07_or_rand_rank4 2025-03-21T20:30:35.6173874Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_2 2025-03-21T20:30:35.6175651Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_3 2025-03-21T20:30:35.6177402Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[ones] 2025-03-21T20:30:35.6178557Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[rand] 2025-03-21T20:30:35.6180314Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_3 2025-03-21T20:30:35.6182026Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_0 2025-03-21T20:30:35.6183993Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_07_or_rand_rank4 2025-03-21T20:30:35.6185310Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_08_xor_zeros 2025-03-21T20:30:35.6186780Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[rand] 2025-03-21T20:30:35.6187936Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[randn] 2025-03-21T20:30:35.6189428Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_08_xor_zeros 2025-03-21T20:30:35.6190723Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_09_xor_ones 2025-03-21T20:30:35.6192107Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_BI[1d_ones] 2025-03-21T20:30:35.6193125Z backends/arm/test/ops/test_add.py::test_add_tosa_BI[1d_randn] 2025-03-21T20:30:35.6194484Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[randn] 2025-03-21T20:30:35.6195773Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:30:35.6197387Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_09_xor_ones 2025-03-21T20:30:35.6198712Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_10_xor_rand_rank2 2025-03-21T20:30:35.6200735Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_0 2025-03-21T20:30:35.6202379Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_1 2025-03-21T20:30:35.6204210Z [gw2] [ 6%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:30:35.6205655Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:30:35.6207146Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_BI[1d_randn] 2025-03-21T20:30:35.6208191Z backends/arm/test/ops/test_add.py::test_add_tosa_BI[4d_ones_1] 2025-03-21T20:30:35.6209658Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_10_xor_rand_rank2 2025-03-21T20:30:35.6211091Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_11_xor_rand_rank4 2025-03-21T20:30:35.6212789Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:30:35.6214249Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:30:35.6215937Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_11_xor_rand_rank4 2025-03-21T20:30:35.6217281Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_00_and_zeros 2025-03-21T20:30:35.6219157Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:30:35.6220473Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[zeros] 2025-03-21T20:30:35.6221980Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_00_and_zeros 2025-03-21T20:30:35.6223258Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_01_and_ones 2025-03-21T20:30:35.6224718Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[zeros] 2025-03-21T20:30:35.6225878Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[ones] 2025-03-21T20:30:35.6227571Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_1 2025-03-21T20:30:35.6229372Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_2 2025-03-21T20:30:35.6231109Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_01_and_ones 2025-03-21T20:30:35.6232419Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_02_and_rand_rank2 2025-03-21T20:30:35.6233930Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[ones] 2025-03-21T20:30:35.6235071Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[rand] 2025-03-21T20:30:35.6236396Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_BI[4d_ones_1] 2025-03-21T20:30:35.6237444Z backends/arm/test/ops/test_add.py::test_add_tosa_BI[4d_ones_2] 2025-03-21T20:30:35.6239066Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_02_and_rand_rank2 2025-03-21T20:30:35.6240458Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_03_and_rand_rank4 2025-03-21T20:30:35.6241948Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[rand] 2025-03-21T20:30:35.6243100Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[randn] 2025-03-21T20:30:35.6244637Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_03_and_rand_rank4 2025-03-21T20:30:35.6245958Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_04_or_zeros 2025-03-21T20:30:35.6247429Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[randn] 2025-03-21T20:30:35.6248711Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:30:35.6250479Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:30:35.6251937Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:30:35.6253812Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_2 2025-03-21T20:30:35.6255475Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_3 2025-03-21T20:30:35.6257226Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_04_or_zeros 2025-03-21T20:30:35.6258514Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_05_or_ones 2025-03-21T20:30:35.6259910Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_BI[4d_ones_2] 2025-03-21T20:30:35.6260971Z backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[5d_float] 2025-03-21T20:30:35.6262534Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:30:35.6264134Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:30:35.6265777Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_05_or_ones 2025-03-21T20:30:35.6267092Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_06_or_rand_rank2 2025-03-21T20:30:35.6268791Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:30:35.6270132Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[zeros] 2025-03-21T20:30:39.0337564Z [gw2] [ 7%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[zeros] 2025-03-21T20:30:39.0338888Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[ones] 2025-03-21T20:30:39.0340745Z [gw2] [ 7%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[ones] 2025-03-21T20:30:39.0342020Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[rand] 2025-03-21T20:30:39.0343541Z [gw2] [ 7%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[rand] 2025-03-21T20:30:39.0344802Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[randn] 2025-03-21T20:30:39.0346324Z [gw2] [ 7%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[randn] 2025-03-21T20:30:39.0347699Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[kernel_3x3_stride_1_pad_1] 2025-03-21T20:30:39.0349503Z [gw2] [ 7%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[kernel_3x3_stride_1_pad_1] 2025-03-21T20:30:39.0351046Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:30:39.0352938Z [gw2] [ 7%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:30:39.0354510Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:30:39.0356383Z [gw2] [ 7%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:30:39.0357799Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[zeros] 2025-03-21T20:30:39.0359308Z [gw2] [ 7%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[zeros] 2025-03-21T20:30:39.0360555Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[ones] 2025-03-21T20:30:39.0362068Z [gw2] [ 8%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[ones] 2025-03-21T20:30:39.0363324Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[rand] 2025-03-21T20:30:39.0364844Z [gw2] [ 8%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[rand] 2025-03-21T20:30:39.0366095Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[randn] 2025-03-21T20:30:39.0367600Z [gw2] [ 8%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[randn] 2025-03-21T20:30:39.0368990Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[kernel_3x3_stride_1_pad_1] 2025-03-21T20:30:39.0370929Z [gw2] [ 8%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[kernel_3x3_stride_1_pad_1] 2025-03-21T20:30:39.0372475Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:30:39.0374357Z [gw2] [ 8%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:30:39.0376178Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:30:39.0378072Z [gw2] [ 8%] SKIPPED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:30:39.0379556Z backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_1x1_stride_1_pad_0] 2025-03-21T20:30:39.0381396Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_3 2025-03-21T20:30:39.0383050Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_0 2025-03-21T20:30:39.0384852Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_06_or_rand_rank2 2025-03-21T20:30:39.0386323Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_07_or_rand_rank4 2025-03-21T20:30:39.0388142Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_0 2025-03-21T20:30:39.0389783Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_1 2025-03-21T20:30:39.0391604Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_1x1_stride_1_pad_0] 2025-03-21T20:30:39.0393016Z backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_2x9_stride_1_pad_1] 2025-03-21T20:30:39.0394861Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_1 2025-03-21T20:30:39.0396513Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_2 2025-03-21T20:30:39.0398297Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_07_or_rand_rank4 2025-03-21T20:30:39.0399632Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_08_xor_zeros 2025-03-21T20:30:39.0401483Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_2x9_stride_1_pad_1] 2025-03-21T20:30:39.0402903Z backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_1x4_stride_0_pad_0] 2025-03-21T20:30:39.0404723Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_2 2025-03-21T20:30:39.0406386Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_3 2025-03-21T20:30:39.0408005Z [gw1] [ 8%] PASSED backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[5d_float] 2025-03-21T20:30:39.0409093Z backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[1d_ones] 2025-03-21T20:30:39.0410611Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_08_xor_zeros 2025-03-21T20:30:39.0411917Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_09_xor_ones 2025-03-21T20:30:39.0413683Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_3 2025-03-21T20:30:39.0415361Z backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_compression_ratio 2025-03-21T20:30:39.0417199Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_1x4_stride_0_pad_0] 2025-03-21T20:30:39.0418667Z backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_1x257_stride_1_pad_0_large] 2025-03-21T20:30:39.0420576Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_compression_ratio 2025-03-21T20:30:39.0422211Z backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_model_error 2025-03-21T20:30:39.0424256Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_model_error 2025-03-21T20:30:39.0425750Z backends/arm/test/misc/test_multiple_delegates.py::TestMultipleDelegates::test_tosa_BI 2025-03-21T20:30:39.0427397Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_09_xor_ones 2025-03-21T20:30:39.0428736Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_10_xor_rand_rank2 2025-03-21T20:30:39.0430478Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_1x257_stride_1_pad_0_large] 2025-03-21T20:30:39.0432018Z backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_800x90_stride_1_pad_0_extreme] 2025-03-21T20:30:39.0433926Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_10_xor_rand_rank2 2025-03-21T20:30:39.0435305Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_11_xor_rand_rank4 2025-03-21T20:30:39.0437063Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_800x90_stride_1_pad_0_extreme] 2025-03-21T20:30:39.0439072Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_00_zeros_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.0441907Z [gw2] [ 8%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_00_zeros_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.0444364Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_01_zeros_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.0447198Z [gw2] [ 8%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_01_zeros_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.0449624Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_02_zeros_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.0452477Z [gw2] [ 8%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_02_zeros_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1033228Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_03_zeros_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1036432Z [gw2] [ 8%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_03_zeros_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1038123Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_04_ones_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.1039763Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_04_ones_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.1041115Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_05_ones_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.1042657Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_05_ones_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.1043997Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_06_ones_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1045702Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_06_ones_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1047947Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_07_ones_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1050922Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_07_ones_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1053402Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_08_rand_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.1056388Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_08_rand_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.1059101Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_09_rand_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.1062105Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_09_rand_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.1064578Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_10_rand_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1067454Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_10_rand_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1070005Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_11_rand_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1072414Z [gw0] [ 9%] PASSED backends/arm/test/misc/test_multiple_delegates.py::TestMultipleDelegates::test_tosa_BI 2025-03-21T20:30:39.1073989Z backends/arm/test/misc/test_multiple_delegates.py::TestMultipleDelegates::test_tosa_MI 2025-03-21T20:30:39.1076393Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_11_rand_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1078038Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_12_randn_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.1079652Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_12_randn_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.1081026Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_13_randn_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.1082585Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_13_randn_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:39.1083935Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_14_randn_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1085453Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_14_randn_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1087590Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_15_randn_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1090716Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_15_randn_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1093231Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_16_size_3_4_5_6_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1096262Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_16_size_3_4_5_6_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1098757Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_17_size_3_4_5_6_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1102045Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_17_size_3_4_5_6_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1104822Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_18_size_1_3_254_254_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1107825Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_18_size_1_3_254_254_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1110516Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_19_size_1_3_254_254_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1113695Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_19_size_1_3_254_254_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:39.1116265Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_20_check_weight_bias_affineT_runStatsT_none_none 2025-03-21T20:30:39.1118235Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_20_check_weight_bias_affineT_runStatsT_none_none 2025-03-21T20:30:39.1119552Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_21_check_weight_bias_affineF_runStatsT_none_none 2025-03-21T20:30:39.1121058Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_21_check_weight_bias_affineF_runStatsT_none_none 2025-03-21T20:30:39.1122372Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_22_check_weight_bias_affineT_runStatsT_weight_none 2025-03-21T20:30:39.1123899Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_22_check_weight_bias_affineT_runStatsT_weight_none 2025-03-21T20:30:39.1125218Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_23_check_weight_bias_affineF_runStatsT_weight_none 2025-03-21T20:30:39.1126738Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_23_check_weight_bias_affineF_runStatsT_weight_none 2025-03-21T20:30:39.1128672Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_24_check_weight_bias_affineT_runStatsT_none_bias 2025-03-21T20:30:43.3923773Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_24_check_weight_bias_affineT_runStatsT_none_bias 2025-03-21T20:30:43.3926385Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_25_check_weight_bias_affineF_runStatsT_none_bias 2025-03-21T20:30:43.3929079Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_25_check_weight_bias_affineF_runStatsT_none_bias 2025-03-21T20:30:43.3931495Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_26_check_weight_bias_affineT_runStatsT_weight_bias 2025-03-21T20:30:43.3934189Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_26_check_weight_bias_affineT_runStatsT_weight_bias 2025-03-21T20:30:43.3936510Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_27_check_weight_bias_affineF_runStatsT_weight_bias 2025-03-21T20:30:43.3939304Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_27_check_weight_bias_affineF_runStatsT_weight_bias 2025-03-21T20:30:43.3941594Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_28_check_mean_var_affineT_runStatsT_none_none 2025-03-21T20:30:43.3944211Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_28_check_mean_var_affineT_runStatsT_none_none 2025-03-21T20:30:43.3946578Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_29_check_mean_var_affineF_runStatsT_none_none 2025-03-21T20:30:43.3949188Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_29_check_mean_var_affineF_runStatsT_none_none 2025-03-21T20:30:43.3951456Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_30_check_mean_var_affineT_runStatsT_mean_none 2025-03-21T20:30:43.3954069Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_30_check_mean_var_affineT_runStatsT_mean_none 2025-03-21T20:30:43.3956325Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_31_check_mean_var_affineF_runStatsT_mean_none 2025-03-21T20:30:43.3958931Z [gw2] [ 9%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_31_check_mean_var_affineF_runStatsT_mean_none 2025-03-21T20:30:43.3961178Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_32_check_mean_var_affineT_runStatsT_none_var 2025-03-21T20:30:43.3963781Z [gw2] [ 10%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_32_check_mean_var_affineT_runStatsT_none_var 2025-03-21T20:30:43.3966020Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_33_check_mean_var_affineF_runStatsT_none_var 2025-03-21T20:30:43.3968620Z [gw2] [ 10%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_33_check_mean_var_affineF_runStatsT_none_var 2025-03-21T20:30:43.3970912Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_34_check_mean_var_affineT_runStatsT_mean_var 2025-03-21T20:30:43.3973513Z [gw2] [ 10%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_34_check_mean_var_affineT_runStatsT_mean_var 2025-03-21T20:30:43.3975837Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_35_check_mean_var_affineF_runStatsT_mean_var 2025-03-21T20:30:43.3978431Z [gw2] [ 10%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_BI_35_check_mean_var_affineF_runStatsT_mean_var 2025-03-21T20:30:43.3980742Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_00_zeros_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:43.3982864Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_11_xor_rand_rank4 2025-03-21T20:30:43.3984116Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_0 2025-03-21T20:30:43.3985685Z [gw0] [ 10%] PASSED backends/arm/test/misc/test_multiple_delegates.py::TestMultipleDelegates::test_tosa_MI 2025-03-21T20:30:43.3987186Z backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_tosa_BI_pipeline 2025-03-21T20:30:43.3989473Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_00_zeros_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:43.3991852Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_01_zeros_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:43.3993796Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[1d_ones] 2025-03-21T20:30:43.3994849Z backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[1d_randn] 2025-03-21T20:30:43.3996212Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_0 2025-03-21T20:30:43.3997387Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_1 2025-03-21T20:30:43.3999551Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_01_zeros_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:43.4002058Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_02_zeros_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:43.4004073Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_1 2025-03-21T20:30:43.4005259Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_2 2025-03-21T20:30:43.4006865Z [gw0] [ 10%] PASSED backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_tosa_BI_pipeline 2025-03-21T20:30:43.4008322Z backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_tosa_MI_pipeline 2025-03-21T20:30:43.4010642Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_02_zeros_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:43.4012986Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_03_zeros_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:43.4015008Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_2 2025-03-21T20:30:43.4016196Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_3 2025-03-21T20:30:43.4017555Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[1d_randn] 2025-03-21T20:30:43.4018615Z backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[4d_ones_1] 2025-03-21T20:30:43.4020154Z [gw0] [ 10%] PASSED backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_tosa_MI_pipeline 2025-03-21T20:30:43.4021527Z backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_u55_BI 2025-03-21T20:30:43.4023864Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_03_zeros_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:43.4026230Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_04_ones_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:43.4028252Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_3 2025-03-21T20:30:43.4029443Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_0 2025-03-21T20:30:43.4030867Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_0 2025-03-21T20:30:43.4032053Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_1 2025-03-21T20:30:43.4034294Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_04_ones_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:50.0740664Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_05_ones_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:50.0743098Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_1 2025-03-21T20:30:50.0744327Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_2 2025-03-21T20:30:50.0745861Z [gw0] [ 10%] PASSED backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_u55_BI 2025-03-21T20:30:50.0747196Z backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_u85_BI 2025-03-21T20:30:50.0749429Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_05_ones_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:50.0751828Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_06_ones_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:50.0753846Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_2 2025-03-21T20:30:50.0755051Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_3 2025-03-21T20:30:50.0757184Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_06_ones_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:50.0759542Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_07_ones_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:50.0761562Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_3 2025-03-21T20:30:50.0762754Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_0 2025-03-21T20:30:50.0764277Z [gw0] [ 10%] PASSED backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_u85_BI 2025-03-21T20:30:50.0765740Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_MI[3d_rand] 2025-03-21T20:30:50.0768107Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_07_ones_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:50.0770578Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_08_rand_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:50.0772603Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_0 2025-03-21T20:30:50.0773900Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_1 2025-03-21T20:30:50.0775630Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[4d_ones_1] 2025-03-21T20:30:50.0776737Z backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[4d_ones_2] 2025-03-21T20:30:50.0778848Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_08_rand_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:50.0781195Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_09_rand_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:50.0783319Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_1 2025-03-21T20:30:50.0784507Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_2 2025-03-21T20:30:50.0786465Z [gw0] [ 11%] PASSED backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_MI[3d_rand] 2025-03-21T20:30:50.0788038Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_BI[3d_rand] 2025-03-21T20:30:50.0789666Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_2 2025-03-21T20:30:50.0790847Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_3 2025-03-21T20:30:50.0792981Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_09_rand_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:50.0795355Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_10_rand_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:50.0797571Z [gw0] [ 11%] PASSED backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_BI[3d_rand] 2025-03-21T20:30:50.0799179Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residaul_tosa_MI[3d_rand] 2025-03-21T20:30:50.0801029Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_3 2025-03-21T20:30:50.0802215Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_0 2025-03-21T20:30:50.0804279Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_10_rand_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:50.0806565Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_11_rand_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:50.0808746Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_0 2025-03-21T20:30:50.0810043Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_1 2025-03-21T20:30:50.0812199Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_11_rand_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:50.0814571Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_12_randn_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:50.0816911Z [gw0] [ 11%] PASSED backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residaul_tosa_MI[3d_rand] 2025-03-21T20:30:50.0818589Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residual_tosa_BI[3d_rand] 2025-03-21T20:30:50.0820272Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_1 2025-03-21T20:30:50.0821450Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_2 2025-03-21T20:30:50.0823019Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[4d_ones_2] 2025-03-21T20:30:50.0824067Z backends/arm/test/ops/test_add.py::test_add_u55_BI[5d_float] 2025-03-21T20:30:50.0826142Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_12_randn_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:50.0828533Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_13_randn_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:50.0830579Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_2 2025-03-21T20:30:50.0831772Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_3 2025-03-21T20:30:50.0834035Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_13_randn_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:30:50.0836405Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_14_randn_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:50.0838211Z [gw1] [ 11%] XFAIL backends/arm/test/ops/test_add.py::test_add_u55_BI[5d_float] 2025-03-21T20:30:50.0839197Z backends/arm/test/ops/test_add.py::test_add_u55_BI[1d_ones] 2025-03-21T20:30:50.0841220Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_14_randn_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:50.0843563Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_15_randn_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:50.0845575Z [gw3] [ 11%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_3 2025-03-21T20:30:50.0846684Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_0 2025-03-21T20:30:50.0848324Z [gw0] [ 11%] PASSED backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residual_tosa_BI[3d_rand] 2025-03-21T20:30:50.0850090Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_0_TOSA_0_80_BI 2025-03-21T20:30:50.0852349Z [gw0] [ 11%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_0_TOSA_0_80_BI 2025-03-21T20:30:50.0854245Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_1_TOSA_0_80_MI_8k 2025-03-21T20:30:50.2152571Z [gw0] [ 11%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_1_TOSA_0_80_MI_8k 2025-03-21T20:30:50.2154610Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_2_TOSA_0_80_BI_u55 2025-03-21T20:30:50.2156853Z [gw0] [ 11%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_2_TOSA_0_80_BI_u55 2025-03-21T20:30:50.2158789Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_00_TOSA_1_0_0_INT_FP_fft 2025-03-21T20:30:50.2161098Z [gw0] [ 11%] 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-03-21T20:30:50.2163072Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_01_TOSA_1_0_0_FP_bf16_fft 2025-03-21T20:30:50.2165391Z [gw0] [ 11%] 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-03-21T20:30:50.2167585Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_02_TOSA_1_0_0_INT_int4_cf 2025-03-21T20:30:50.2169991Z [gw0] [ 11%] 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-03-21T20:30:50.2171992Z 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-03-21T20:30:50.2174334Z [gw0] [ 12%] 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-03-21T20:30:50.2176445Z 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-03-21T20:30:50.2179109Z [gw0] [ 12%] 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-03-21T20:30:50.2181267Z 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-03-21T20:30:50.2183762Z [gw0] [ 12%] 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-03-21T20:30:50.2185805Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_06_TOSA_1_0_INT_FP_fft 2025-03-21T20:30:50.2188088Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_06_TOSA_1_0_INT_FP_fft 2025-03-21T20:30:50.2190046Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_07_TOSA_1_0_FP_bf16_fft 2025-03-21T20:30:50.2192328Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_07_TOSA_1_0_FP_bf16_fft 2025-03-21T20:30:50.2194282Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_08_TOSA_1_0_INT_int4_cf 2025-03-21T20:30:50.2196554Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_08_TOSA_1_0_INT_int4_cf 2025-03-21T20:30:50.2198524Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_09_TOSA_1_0_FP_cf_bf16_8k 2025-03-21T20:30:50.2201011Z [gw0] [ 12%] 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-03-21T20:30:50.2203085Z 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-03-21T20:30:50.2205586Z [gw0] [ 12%] 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-03-21T20:30:50.2207710Z 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-03-21T20:30:50.2210206Z [gw0] [ 12%] 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-03-21T20:30:50.2212010Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_0 2025-03-21T20:30:50.2213794Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_0 2025-03-21T20:30:50.2215294Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_1 2025-03-21T20:30:50.2217225Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_1 2025-03-21T20:30:50.2218723Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_2 2025-03-21T20:30:50.2220511Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_2 2025-03-21T20:30:50.2222079Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_0 2025-03-21T20:30:50.2223997Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_0 2025-03-21T20:30:50.2225638Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_1 2025-03-21T20:30:50.2227569Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_1 2025-03-21T20:30:50.2229366Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_00_TOSA_0_80_bi 2025-03-21T20:30:50.2231400Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_00_TOSA_0_80_bi 2025-03-21T20:30:50.2233104Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_01_TOSA_0_80 2025-03-21T20:30:50.2235084Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_01_TOSA_0_80 2025-03-21T20:30:50.2236775Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_02_TOSA_0_80_8k 2025-03-21T20:30:50.2238803Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_02_TOSA_0_80_8k 2025-03-21T20:30:50.2240548Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_03_TOSA_0_80_BI_MI 2025-03-21T20:30:50.2242628Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_03_TOSA_0_80_BI_MI 2025-03-21T20:30:50.2244381Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_04_TOSA_0_80_BI_U55 2025-03-21T20:30:50.2246452Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_04_TOSA_0_80_BI_U55 2025-03-21T20:30:50.2248203Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_05_TOSA_1_0_0_fft 2025-03-21T20:30:50.2250313Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_05_TOSA_1_0_0_fft 2025-03-21T20:30:50.2252102Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_06_TOSA_1_0_0_fp_bf16_fft 2025-03-21T20:30:50.2254271Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_06_TOSA_1_0_0_fp_bf16_fft 2025-03-21T20:30:50.2256112Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_07_TOSA_1_0_0_INT_INT4_cf 2025-03-21T20:30:50.2258273Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_07_TOSA_1_0_0_INT_INT4_cf 2025-03-21T20:30:50.2260063Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_08_TOSA_1_0_0_BI 2025-03-21T20:30:50.2262110Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_08_TOSA_1_0_0_BI 2025-03-21T20:30:50.2263896Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_09_TOSA_1_0_0_FP_FP_INT 2025-03-21T20:30:50.2266116Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_09_TOSA_1_0_0_FP_FP_INT 2025-03-21T20:30:50.2267937Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_10_TOSA_1_0_0_FP_CF_bf16 2025-03-21T20:30:55.5960958Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_10_TOSA_1_0_0_FP_CF_bf16 2025-03-21T20:30:55.5962922Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_11_TOSA_1_0_0_BF16_fft_int4_cf_INT 2025-03-21T20:30:55.5965226Z [gw0] [ 12%] 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-03-21T20:30:55.5967358Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_0_TOSA_0_80_BI 2025-03-21T20:30:55.5969370Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_0_TOSA_0_80_BI 2025-03-21T20:30:55.5971095Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_1_TOSA_0_80_MI_8k 2025-03-21T20:30:55.5973090Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_1_TOSA_0_80_MI_8k 2025-03-21T20:30:55.5974762Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_2_TOSA_0_80_BI_u55 2025-03-21T20:30:55.5976745Z [gw0] [ 12%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_2_TOSA_0_80_BI_u55 2025-03-21T20:30:55.5978471Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_00_TOSA_1_0_0_INT_FP_fft 2025-03-21T20:30:55.5980545Z [gw0] [ 13%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_00_TOSA_1_0_0_INT_FP_fft 2025-03-21T20:30:55.5982311Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_01_TOSA_1_0_0_FP_bf16_fft 2025-03-21T20:30:55.5984383Z [gw0] [ 13%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_01_TOSA_1_0_0_FP_bf16_fft 2025-03-21T20:30:55.5986156Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_02_TOSA_1_0_0_INT_int4_cf 2025-03-21T20:30:55.5988231Z [gw0] [ 13%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_02_TOSA_1_0_0_INT_int4_cf 2025-03-21T20:30:55.5990017Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_03_TOSA_1_0_0_FP_cf_bf16_8k 2025-03-21T20:30:55.5992117Z [gw0] [ 13%] 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-03-21T20:30:55.5993986Z 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-03-21T20:30:55.5996240Z [gw0] [ 13%] 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-03-21T20:30:55.5998144Z 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-03-21T20:30:55.6000492Z [gw0] [ 13%] 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-03-21T20:30:55.6002318Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_06_TOSA_1_0_INT_FP_fft 2025-03-21T20:30:55.6004364Z [gw0] [ 13%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_06_TOSA_1_0_INT_FP_fft 2025-03-21T20:30:55.6006268Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_07_TOSA_1_0_FP_bf16_fft 2025-03-21T20:30:55.6008312Z [gw0] [ 13%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_07_TOSA_1_0_FP_bf16_fft 2025-03-21T20:30:55.6010139Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_08_TOSA_1_0_INT_int4_cf 2025-03-21T20:30:55.6012189Z [gw0] [ 13%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_08_TOSA_1_0_INT_int4_cf 2025-03-21T20:30:55.6013949Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_09_TOSA_1_0_FP_cf_bf16_8k 2025-03-21T20:30:55.6016028Z [gw0] [ 13%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_09_TOSA_1_0_FP_cf_bf16_8k 2025-03-21T20:30:55.6017993Z 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-03-21T20:30:55.6020225Z [gw0] [ 13%] 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-03-21T20:30:55.6022115Z 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-03-21T20:30:55.6024296Z [gw0] [ 13%] 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-03-21T20:30:55.6025885Z backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T20:30:55.6028098Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_15_randn_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:55.6030475Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_16_size_3_4_5_6_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:55.6033237Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_16_size_3_4_5_6_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:55.6035615Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_17_size_3_4_5_6_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:55.6038378Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_17_size_3_4_5_6_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:55.6040790Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_18_size_1_3_254_254_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:55.6042713Z [gw1] [ 13%] XFAIL backends/arm/test/ops/test_add.py::test_add_u55_BI[1d_ones] 2025-03-21T20:30:55.6043675Z backends/arm/test/ops/test_add.py::test_add_u55_BI[1d_randn] 2025-03-21T20:30:55.6045767Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_18_size_1_3_254_254_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:55.6048187Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_19_size_1_3_254_254_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:55.6050161Z [gw1] [ 13%] XFAIL backends/arm/test/ops/test_add.py::test_add_u55_BI[1d_randn] 2025-03-21T20:30:55.6051156Z backends/arm/test/ops/test_add.py::test_add_u55_BI[4d_ones_1] 2025-03-21T20:30:55.6052398Z [gw3] [ 13%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_0 2025-03-21T20:30:55.6053515Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_1 2025-03-21T20:30:55.6055598Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_19_size_1_3_254_254_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:30:55.6057961Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_20_check_weight_bias_affineT_runStatsT_none_none 2025-03-21T20:30:55.6059842Z [gw3] [ 13%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_1 2025-03-21T20:30:55.6060865Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_2 2025-03-21T20:30:55.6062880Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_20_check_weight_bias_affineT_runStatsT_none_none 2025-03-21T20:30:55.6065241Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_21_check_weight_bias_affineF_runStatsT_none_none 2025-03-21T20:30:55.6067135Z [gw3] [ 13%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_2 2025-03-21T20:30:55.6068158Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_3 2025-03-21T20:30:55.6070153Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_21_check_weight_bias_affineF_runStatsT_none_none 2025-03-21T20:30:55.6072451Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_22_check_weight_bias_affineT_runStatsT_weight_none 2025-03-21T20:30:55.6074334Z [gw3] [ 13%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_3 2025-03-21T20:30:55.6075365Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_4 2025-03-21T20:31:04.4197093Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_22_check_weight_bias_affineT_runStatsT_weight_none 2025-03-21T20:31:04.4200006Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_23_check_weight_bias_affineF_runStatsT_weight_none 2025-03-21T20:31:04.4202155Z [gw1] [ 13%] XFAIL backends/arm/test/ops/test_add.py::test_add_u55_BI[4d_ones_1] 2025-03-21T20:31:04.4203222Z backends/arm/test/ops/test_add.py::test_add_u55_BI[4d_ones_2] 2025-03-21T20:31:04.4205330Z [gw2] [ 13%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_23_check_weight_bias_affineF_runStatsT_weight_none 2025-03-21T20:31:04.4207755Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_24_check_weight_bias_affineT_runStatsT_none_bias 2025-03-21T20:31:04.4209742Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_4 2025-03-21T20:31:04.4210924Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_0 2025-03-21T20:31:04.4212221Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_0 2025-03-21T20:31:04.4213291Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_1 2025-03-21T20:31:04.4215458Z [gw2] [ 14%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_24_check_weight_bias_affineT_runStatsT_none_bias 2025-03-21T20:31:04.4217862Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_25_check_weight_bias_affineF_runStatsT_none_bias 2025-03-21T20:31:04.4219881Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_1 2025-03-21T20:31:04.4221231Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_2 2025-03-21T20:31:04.4222604Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_2 2025-03-21T20:31:04.4223715Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_3 2025-03-21T20:31:04.4225832Z [gw2] [ 14%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_25_check_weight_bias_affineF_runStatsT_none_bias 2025-03-21T20:31:04.4228407Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_26_check_weight_bias_affineT_runStatsT_weight_bias 2025-03-21T20:31:04.4230403Z [gw1] [ 14%] XFAIL backends/arm/test/ops/test_add.py::test_add_u55_BI[4d_ones_2] 2025-03-21T20:31:04.4231664Z backends/arm/test/ops/test_add.py::test_add_u85_BI[5d_float] 2025-03-21T20:31:04.4232986Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_3 2025-03-21T20:31:04.4234062Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_4 2025-03-21T20:31:04.4236193Z [gw2] [ 14%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_26_check_weight_bias_affineT_runStatsT_weight_bias 2025-03-21T20:31:04.4238625Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_27_check_weight_bias_affineF_runStatsT_weight_bias 2025-03-21T20:31:04.4240600Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_4 2025-03-21T20:31:04.4241675Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_0 2025-03-21T20:31:04.4243778Z [gw2] [ 14%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_27_check_weight_bias_affineF_runStatsT_weight_bias 2025-03-21T20:31:04.4246180Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_28_check_mean_var_affineT_runStatsT_none_none 2025-03-21T20:31:04.4248099Z [gw1] [ 14%] XFAIL backends/arm/test/ops/test_add.py::test_add_u85_BI[5d_float] 2025-03-21T20:31:04.4249109Z backends/arm/test/ops/test_add.py::test_add_u85_BI[1d_ones] 2025-03-21T20:31:04.4251228Z [gw2] [ 14%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_28_check_mean_var_affineT_runStatsT_none_none 2025-03-21T20:31:04.4253590Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_29_check_mean_var_affineF_runStatsT_none_none 2025-03-21T20:31:04.4256301Z [gw2] [ 14%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_29_check_mean_var_affineF_runStatsT_none_none 2025-03-21T20:31:04.4258664Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_30_check_mean_var_affineT_runStatsT_mean_none 2025-03-21T20:31:04.4261317Z [gw2] [ 14%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_30_check_mean_var_affineT_runStatsT_mean_none 2025-03-21T20:31:04.4263566Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_31_check_mean_var_affineF_runStatsT_mean_none 2025-03-21T20:31:04.4265399Z [gw1] [ 14%] XFAIL backends/arm/test/ops/test_add.py::test_add_u85_BI[1d_ones] 2025-03-21T20:31:04.4266363Z backends/arm/test/ops/test_add.py::test_add_u85_BI[1d_randn] 2025-03-21T20:31:04.4268328Z [gw2] [ 14%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_31_check_mean_var_affineF_runStatsT_mean_none 2025-03-21T20:31:04.4270661Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_32_check_mean_var_affineT_runStatsT_none_var 2025-03-21T20:31:04.4272522Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_0 2025-03-21T20:31:04.4273535Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_1 2025-03-21T20:31:04.4276089Z [gw2] [ 14%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_32_check_mean_var_affineT_runStatsT_none_var 2025-03-21T20:31:04.4278356Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_33_check_mean_var_affineF_runStatsT_none_var 2025-03-21T20:31:04.4280233Z [gw1] [ 14%] XFAIL backends/arm/test/ops/test_add.py::test_add_u85_BI[1d_randn] 2025-03-21T20:31:04.4281324Z backends/arm/test/ops/test_add.py::test_add_u85_BI[4d_ones_1] 2025-03-21T20:31:04.4282564Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_1 2025-03-21T20:31:04.4283570Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_2 2025-03-21T20:31:04.4285537Z [gw2] [ 14%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_33_check_mean_var_affineF_runStatsT_none_var 2025-03-21T20:31:04.4287768Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_34_check_mean_var_affineT_runStatsT_mean_var 2025-03-21T20:31:04.4289619Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_2 2025-03-21T20:31:04.4290673Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_3 2025-03-21T20:31:04.4292655Z [gw2] [ 14%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_34_check_mean_var_affineT_runStatsT_mean_var 2025-03-21T20:31:04.4294902Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_35_check_mean_var_affineF_runStatsT_mean_var 2025-03-21T20:31:04.4296766Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_3 2025-03-21T20:31:04.4297772Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_4 2025-03-21T20:31:04.4299743Z [gw2] [ 14%] PASSED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_tosa_MI_35_check_mean_var_affineF_runStatsT_mean_var 2025-03-21T20:31:04.4302655Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_00_zeros_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:04.4305424Z [gw2] [ 14%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_00_zeros_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:04.4307794Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_01_zeros_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:04.4310529Z [gw2] [ 14%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_01_zeros_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:04.4312871Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_02_zeros_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0630505Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_02_zeros_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0633156Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_03_zeros_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0635867Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_03_zeros_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0638373Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_04_ones_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:09.0641308Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_04_ones_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:09.0643746Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_05_ones_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:09.0645791Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_05_ones_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:09.0647124Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_06_ones_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0648638Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_06_ones_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0650056Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_07_ones_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0651578Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_07_ones_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0652912Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_08_rand_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:09.0655042Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_08_rand_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:09.0657469Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_09_rand_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:09.0659964Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_09_rand_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:09.0662088Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_10_rand_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0664672Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_10_rand_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0666816Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_11_rand_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0669559Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_11_rand_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0671738Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_12_randn_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:09.0674479Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_12_randn_affineT_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:09.0676896Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_13_randn_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:09.0679624Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_13_randn_affineF_runStatsT_default_weight_bias_mean_var 2025-03-21T20:31:09.0682088Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_14_randn_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0684630Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_14_randn_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0686750Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_15_randn_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0689556Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_15_randn_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0692130Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_16_size_3_4_5_6_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0694818Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_16_size_3_4_5_6_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0697015Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_17_size_3_4_5_6_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0700371Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_17_size_3_4_5_6_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0702536Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_18_size_1_3_254_254_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0705464Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_18_size_1_3_254_254_affineT_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0707998Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_19_size_1_3_254_254_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0710740Z [gw2] [ 15%] SKIPPED backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_no_training_u55_BI_19_size_1_3_254_254_affineF_runStatsT_rand_weight_bias_mean_var 2025-03-21T20:31:09.0712410Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_3] 2025-03-21T20:31:09.0713708Z [gw1] [ 15%] XFAIL backends/arm/test/ops/test_add.py::test_add_u85_BI[4d_ones_1] 2025-03-21T20:31:09.0714676Z backends/arm/test/ops/test_add.py::test_add_u85_BI[4d_ones_2] 2025-03-21T20:31:09.0715873Z [gw3] [ 15%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_4 2025-03-21T20:31:09.0716905Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_0 2025-03-21T20:31:09.0718085Z [gw2] [ 15%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_3] 2025-03-21T20:31:09.0719085Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4] 2025-03-21T20:31:09.0720227Z [gw1] [ 15%] XFAIL backends/arm/test/ops/test_add.py::test_add_u85_BI[4d_ones_2] 2025-03-21T20:31:09.0721253Z backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[5d_float] 2025-03-21T20:31:09.0722496Z [gw2] [ 15%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4] 2025-03-21T20:31:09.0723799Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_mixed_min_max_dtype] 2025-03-21T20:31:09.0725151Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[5d_float] 2025-03-21T20:31:09.0726096Z backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_ones] 2025-03-21T20:31:09.0727380Z [gw2] [ 15%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_mixed_min_max_dtype] 2025-03-21T20:31:09.0728553Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_min] 2025-03-21T20:31:09.0729973Z [gw3] [ 15%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_0 2025-03-21T20:31:09.0731030Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_1 2025-03-21T20:31:09.0732402Z [gw2] [ 15%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_min] 2025-03-21T20:31:09.0734137Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_ones] 2025-03-21T20:31:09.0735216Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_max] 2025-03-21T20:31:18.6784401Z backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_randn_1] 2025-03-21T20:31:18.6786036Z [gw3] [ 15%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_1 2025-03-21T20:31:18.6787099Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_2 2025-03-21T20:31:18.6788479Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_max] 2025-03-21T20:31:18.6789589Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_1] 2025-03-21T20:31:18.6790905Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_randn_1] 2025-03-21T20:31:18.6792015Z backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_randn_2] 2025-03-21T20:31:18.6793960Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_2 2025-03-21T20:31:18.6795020Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_3 2025-03-21T20:31:18.6796305Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_1] 2025-03-21T20:31:18.6797363Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_2] 2025-03-21T20:31:18.6798671Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_randn_2] 2025-03-21T20:31:18.6799767Z backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_randn_big] 2025-03-21T20:31:18.6801255Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_3 2025-03-21T20:31:18.6802297Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_4 2025-03-21T20:31:18.6803606Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_randn_big] 2025-03-21T20:31:18.6804785Z backends/arm/test/ops/test_add.py::test_add3_tosa_MI[3d_randn_diff_rank] 2025-03-21T20:31:18.6806125Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_4 2025-03-21T20:31:18.6807179Z backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_BI_0 2025-03-21T20:31:18.6808482Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_2] 2025-03-21T20:31:18.6809536Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_3] 2025-03-21T20:31:18.6810962Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add3_tosa_MI[3d_randn_diff_rank] 2025-03-21T20:31:18.6812144Z backends/arm/test/ops/test_add.py::test_add3_tosa_MI[4d_randn_diff_rank] 2025-03-21T20:31:18.6813520Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_BI_0 2025-03-21T20:31:18.6814624Z backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_BI_1 2025-03-21T20:31:18.6816260Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add3_tosa_MI[4d_randn_diff_rank] 2025-03-21T20:31:18.6817466Z backends/arm/test/ops/test_add.py::test_add3_tosa_MI[4d_randn_diff_rank_2] 2025-03-21T20:31:18.6818924Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add3_tosa_MI[4d_randn_diff_rank_2] 2025-03-21T20:31:18.6820106Z backends/arm/test/ops/test_add.py::test_add3_tosa_BI[3d_randn_diff_rank] 2025-03-21T20:31:18.6821455Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_3] 2025-03-21T20:31:18.6822492Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4] 2025-03-21T20:31:18.6823801Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_BI_1 2025-03-21T20:31:18.6824898Z backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_MI_0 2025-03-21T20:31:18.6826375Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4] 2025-03-21T20:31:18.6827564Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_mixed_min_max_dtype] 2025-03-21T20:31:18.6829009Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_MI_0 2025-03-21T20:31:18.6830099Z backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_MI_1 2025-03-21T20:31:18.6831467Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add3_tosa_BI[3d_randn_diff_rank] 2025-03-21T20:31:18.6832639Z backends/arm/test/ops/test_add.py::test_add3_tosa_BI[4d_randn_diff_rank] 2025-03-21T20:31:18.6834142Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_mixed_min_max_dtype] 2025-03-21T20:31:18.6835376Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_min] 2025-03-21T20:31:18.6836722Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_MI_1 2025-03-21T20:31:18.6837811Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_4d_tosa_MI 2025-03-21T20:31:18.6839151Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_min] 2025-03-21T20:31:18.6840292Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_max] 2025-03-21T20:31:18.6841689Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add3_tosa_BI[4d_randn_diff_rank] 2025-03-21T20:31:18.6842881Z backends/arm/test/ops/test_add.py::test_add3_tosa_BI[4d_randn_diff_rank_2] 2025-03-21T20:31:18.6844468Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_max] 2025-03-21T20:31:18.6845640Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_1] 2025-03-21T20:31:18.6847072Z [gw2] [ 16%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_1] 2025-03-21T20:31:18.6848236Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_2] 2025-03-21T20:31:18.6849647Z [gw2] [ 16%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_2] 2025-03-21T20:31:18.6850874Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_3] 2025-03-21T20:31:18.6852310Z [gw2] [ 16%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_3] 2025-03-21T20:31:18.6853470Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4] 2025-03-21T20:31:18.6854851Z [gw2] [ 16%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4] 2025-03-21T20:31:18.6856130Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4_mixed_min_max_dtype] 2025-03-21T20:31:18.6857814Z [gw2] [ 16%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4_mixed_min_max_dtype] 2025-03-21T20:31:18.6859140Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4_no_min] 2025-03-21T20:31:18.6860774Z [gw2] [ 17%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4_no_min] 2025-03-21T20:31:18.6862027Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4_no_max] 2025-03-21T20:31:18.6863527Z [gw2] [ 17%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4_no_max] 2025-03-21T20:31:18.6864720Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_1] 2025-03-21T20:31:18.6866123Z [gw2] [ 17%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_1] 2025-03-21T20:31:18.6867291Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_2] 2025-03-21T20:31:18.6868691Z [gw2] [ 17%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_2] 2025-03-21T20:31:18.6869852Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_3] 2025-03-21T20:31:18.6871373Z [gw2] [ 17%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_3] 2025-03-21T20:31:18.6872520Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4] 2025-03-21T20:31:18.6873925Z [gw2] [ 17%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4] 2025-03-21T20:31:18.6875198Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4_mixed_min_max_dtype] 2025-03-21T20:31:18.6876872Z [gw2] [ 17%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4_mixed_min_max_dtype] 2025-03-21T20:31:18.6878319Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4_no_min] 2025-03-21T20:31:18.6879824Z [gw2] [ 17%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4_no_min] 2025-03-21T20:31:18.6881063Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4_no_max] 2025-03-21T20:31:18.6882567Z [gw2] [ 17%] SKIPPED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4_no_max] 2025-03-21T20:31:18.6883750Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_10] 2025-03-21T20:31:18.6885160Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_add.py::test_add3_tosa_BI[4d_randn_diff_rank_2] 2025-03-21T20:31:18.6886286Z backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[5d_float] 2025-03-21T20:31:18.6887602Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_10] 2025-03-21T20:31:18.6888719Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_50] 2025-03-21T20:31:18.6890133Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_50] 2025-03-21T20:31:18.6891249Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_1D_20] 2025-03-21T20:31:18.6892577Z [gw3] [ 17%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_4d_tosa_MI 2025-03-21T20:31:18.6893641Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_0 2025-03-21T20:31:18.6894920Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[5d_float] 2025-03-21T20:31:18.6895967Z backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_ones] 2025-03-21T20:31:18.6897273Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_1D_20] 2025-03-21T20:31:18.6898422Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_2D_10x10] 2025-03-21T20:31:18.6899761Z [gw3] [ 17%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_0 2025-03-21T20:31:18.6901027Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_1 2025-03-21T20:31:33.2370324Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_2D_10x10] 2025-03-21T20:31:33.2371594Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_3D_5x5x5] 2025-03-21T20:31:33.2373282Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_3D_5x5x5] 2025-03-21T20:31:33.2374488Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_4D_2x3x4x5] 2025-03-21T20:31:33.2375856Z [gw3] [ 17%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_1 2025-03-21T20:31:33.2376921Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_2 2025-03-21T20:31:33.2378278Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_4D_2x3x4x5] 2025-03-21T20:31:33.2379455Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[large_tensor] 2025-03-21T20:31:33.2380796Z [gw3] [ 17%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_2 2025-03-21T20:31:33.2382178Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_3 2025-03-21T20:31:33.2383736Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[large_tensor] 2025-03-21T20:31:33.2384890Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_10] 2025-03-21T20:31:33.2386191Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_ones] 2025-03-21T20:31:33.2387297Z backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_randn_1] 2025-03-21T20:31:33.2388597Z [gw3] [ 17%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_3 2025-03-21T20:31:33.2389647Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_4 2025-03-21T20:31:33.2390972Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_10] 2025-03-21T20:31:33.2392096Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_50] 2025-03-21T20:31:33.2393433Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_randn_1] 2025-03-21T20:31:33.2394522Z backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_randn_2] 2025-03-21T20:31:33.2395821Z [gw3] [ 17%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_4 2025-03-21T20:31:33.2396874Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_5 2025-03-21T20:31:33.2398192Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_50] 2025-03-21T20:31:33.2399312Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_1D_20] 2025-03-21T20:31:33.2400863Z [gw1] [ 18%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_randn_2] 2025-03-21T20:31:33.2401950Z backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_randn_big] 2025-03-21T20:31:33.2403261Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_5 2025-03-21T20:31:33.2404311Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_6 2025-03-21T20:31:33.2405640Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_1D_20] 2025-03-21T20:31:33.2406789Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_2D_10x10] 2025-03-21T20:31:33.2408122Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_6 2025-03-21T20:31:33.2409159Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_0 2025-03-21T20:31:33.2410539Z [gw1] [ 18%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_randn_big] 2025-03-21T20:31:33.2411617Z backends/arm/test/ops/test_add.py::test_add_2_u55_BI[5d_float] 2025-03-21T20:31:33.2412886Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_0 2025-03-21T20:31:33.2413934Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_1 2025-03-21T20:31:33.2415203Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_1 2025-03-21T20:31:33.2416247Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_2 2025-03-21T20:31:33.2417800Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_2D_10x10] 2025-03-21T20:31:33.2418971Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_3D_5x5x5] 2025-03-21T20:31:33.2420315Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_2 2025-03-21T20:31:33.2421370Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_3 2025-03-21T20:31:33.2422633Z [gw1] [ 18%] XFAIL backends/arm/test/ops/test_add.py::test_add_2_u55_BI[5d_float] 2025-03-21T20:31:33.2432511Z backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_ones] 2025-03-21T20:31:33.2434025Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_3 2025-03-21T20:31:33.2435085Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_4 2025-03-21T20:31:33.2436740Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_3D_5x5x5] 2025-03-21T20:31:33.2437938Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_4D_2x3x4x5] 2025-03-21T20:31:33.2439306Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_4 2025-03-21T20:31:33.2440365Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_5 2025-03-21T20:31:33.2441730Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_4D_2x3x4x5] 2025-03-21T20:31:33.2442894Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[large_tensor] 2025-03-21T20:31:33.2444228Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_5 2025-03-21T20:31:33.2445280Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_6 2025-03-21T20:31:33.2446552Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_6 2025-03-21T20:31:33.2447608Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_0 2025-03-21T20:31:33.2448948Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[large_tensor] 2025-03-21T20:31:33.2450157Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_10] 2025-03-21T20:31:33.2451482Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_0 2025-03-21T20:31:33.2452526Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_1 2025-03-21T20:31:33.2453819Z [gw2] [ 18%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_10] 2025-03-21T20:31:33.2454917Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_50] 2025-03-21T20:31:33.2456203Z [gw1] [ 18%] XFAIL backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_ones] 2025-03-21T20:31:33.2457236Z backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_randn_1] 2025-03-21T20:31:33.2458561Z [gw2] [ 18%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_50] 2025-03-21T20:31:33.2459673Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_1D_20] 2025-03-21T20:31:33.2460971Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_1 2025-03-21T20:31:33.2462013Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_2 2025-03-21T20:31:33.2463282Z [gw1] [ 18%] XFAIL backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_randn_1] 2025-03-21T20:31:33.2464330Z backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_randn_2] 2025-03-21T20:31:33.2465642Z [gw2] [ 18%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_1D_20] 2025-03-21T20:31:33.2466680Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_2D_10x10] 2025-03-21T20:31:33.2467927Z [gw1] [ 18%] XFAIL backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_randn_2] 2025-03-21T20:31:33.2468993Z backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_randn_big] 2025-03-21T20:31:33.2470494Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_2 2025-03-21T20:31:33.2471482Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_3 2025-03-21T20:31:33.2472842Z [gw2] [ 18%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_2D_10x10] 2025-03-21T20:31:33.2473979Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_3D_5x5x5] 2025-03-21T20:31:33.2475324Z [gw1] [ 18%] XFAIL backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_randn_big] 2025-03-21T20:31:33.2476385Z backends/arm/test/ops/test_add.py::test_add_2_u85_BI[5d_float] 2025-03-21T20:31:33.2477698Z [gw2] [ 18%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_3D_5x5x5] 2025-03-21T20:31:33.2478948Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_4D_2x3x4x5] 2025-03-21T20:31:33.2480294Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_3 2025-03-21T20:31:33.2481377Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_xfails_0 2025-03-21T20:31:33.2482762Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_4D_2x3x4x5] 2025-03-21T20:31:33.2483905Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[large_tensor] 2025-03-21T20:31:33.2485204Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_add.py::test_add_2_u85_BI[5d_float] 2025-03-21T20:31:33.2486206Z backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_ones] 2025-03-21T20:31:33.2487516Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_xfails_0 2025-03-21T20:31:33.2488638Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_xfails_1 2025-03-21T20:31:33.2490092Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_xfails_1 2025-03-21T20:31:33.2491234Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_xfails_2 2025-03-21T20:31:33.2492596Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[large_tensor] 2025-03-21T20:31:33.2493687Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_10] 2025-03-21T20:31:33.2495020Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_10] 2025-03-21T20:31:43.1037765Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_50] 2025-03-21T20:31:43.1039534Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_xfails_2 2025-03-21T20:31:43.1040726Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_0 2025-03-21T20:31:43.1042108Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_50] 2025-03-21T20:31:43.1043289Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_1D_20] 2025-03-21T20:31:43.1044586Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_0 2025-03-21T20:31:43.1045629Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_1 2025-03-21T20:31:43.1046970Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_1D_20] 2025-03-21T20:31:43.1048085Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_2D_10x10] 2025-03-21T20:31:43.1049504Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_ones] 2025-03-21T20:31:43.1050689Z backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_randn_1] 2025-03-21T20:31:43.1052257Z [gw0] [ 19%] XFAIL backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T20:31:43.1053687Z backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_tosa_MI 2025-03-21T20:31:43.1055283Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_2D_10x10] 2025-03-21T20:31:43.1056827Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_3D_5x5x5] 2025-03-21T20:31:43.1058242Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_1 2025-03-21T20:31:43.1059421Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_2 2025-03-21T20:31:43.1060764Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_randn_1] 2025-03-21T20:31:43.1061904Z backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_randn_2] 2025-03-21T20:31:43.1063333Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_3D_5x5x5] 2025-03-21T20:31:43.1064563Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_4D_2x3x4x5] 2025-03-21T20:31:43.1065985Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_2 2025-03-21T20:31:43.1067286Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_3 2025-03-21T20:31:43.1068604Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_randn_2] 2025-03-21T20:31:43.1069649Z backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_randn_big] 2025-03-21T20:31:43.1071071Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_4D_2x3x4x5] 2025-03-21T20:31:43.1072286Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[large_tensor] 2025-03-21T20:31:43.1073712Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_3 2025-03-21T20:31:43.1074858Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_xfails_0 2025-03-21T20:31:43.1076291Z [gw2] [ 19%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[large_tensor] 2025-03-21T20:31:43.1077542Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[ones_1D_10] 2025-03-21T20:31:43.1079131Z [gw2] [ 19%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[ones_1D_10] 2025-03-21T20:31:43.1080423Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[ones_1D_50] 2025-03-21T20:31:43.1081995Z [gw2] [ 19%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[ones_1D_50] 2025-03-21T20:31:43.1083279Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_1D_20] 2025-03-21T20:31:43.1084825Z [gw2] [ 19%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_1D_20] 2025-03-21T20:31:43.1086250Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_2D_10x10] 2025-03-21T20:31:43.1087859Z [gw2] [ 19%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_2D_10x10] 2025-03-21T20:31:43.1089188Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T20:31:43.1090866Z [gw2] [ 19%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T20:31:43.1092154Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T20:31:43.1093646Z [gw2] [ 19%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T20:31:43.1094856Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[large_tensor] 2025-03-21T20:31:43.1096396Z [gw2] [ 20%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[large_tensor] 2025-03-21T20:31:43.1097713Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[ones_1D_10] 2025-03-21T20:31:43.1099276Z [gw2] [ 20%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[ones_1D_10] 2025-03-21T20:31:43.1101210Z [gw1] [ 20%] XFAIL backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_randn_big] 2025-03-21T20:31:43.1102511Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[ones_1D_50] 2025-03-21T20:31:43.1104341Z [gw2] [ 20%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[ones_1D_50] 2025-03-21T20:31:43.1105703Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_1D_20] 2025-03-21T20:31:43.1107345Z [gw2] [ 20%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_1D_20] 2025-03-21T20:31:43.1108658Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_1_dim_0] 2025-03-21T20:31:43.1109794Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_2D_10x10] 2025-03-21T20:31:43.1111459Z [gw2] [ 20%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_2D_10x10] 2025-03-21T20:31:43.1112831Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T20:31:43.1114648Z [gw2] [ 20%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T20:31:43.1116053Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T20:31:43.1117632Z [gw2] [ 20%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T20:31:43.1118920Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[large_tensor] 2025-03-21T20:31:43.1120541Z [gw2] [ 20%] SKIPPED backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[large_tensor] 2025-03-21T20:31:43.1122216Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_0_4dim_last1dim 2025-03-21T20:31:43.1124075Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_xfails_0 2025-03-21T20:31:43.1125336Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_xfails_1 2025-03-21T20:31:43.1126869Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_1_dim_0] 2025-03-21T20:31:43.1128194Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_2_dim_1_keep_dims] 2025-03-21T20:31:43.1129778Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_xfails_1 2025-03-21T20:31:43.1131142Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_xfails_2 2025-03-21T20:31:43.1132731Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_2_dim_1_keep_dims] 2025-03-21T20:31:43.1134076Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_all_dim] 2025-03-21T20:31:43.1135609Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_xfails_2 2025-03-21T20:31:43.1136849Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_1] 2025-03-21T20:31:43.1138765Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_0_4dim_last1dim 2025-03-21T20:31:43.1140750Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_1_4dim_last2dim 2025-03-21T20:31:43.1142496Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_all_dim] 2025-03-21T20:31:43.1143697Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_0,3_keep_dims] 2025-03-21T20:31:43.1145204Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_1] 2025-03-21T20:31:43.1146368Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_2] 2025-03-21T20:31:43.1147936Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_0,3_keep_dims] 2025-03-21T20:31:43.1149281Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_mult_batches] 2025-03-21T20:31:43.1150824Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_2] 2025-03-21T20:31:43.1152024Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_3] 2025-03-21T20:31:43.1153727Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_mult_batches] 2025-03-21T20:31:43.1155051Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_1_dim_0] 2025-03-21T20:31:43.1156546Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_3] 2025-03-21T20:31:43.1157749Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4] 2025-03-21T20:31:43.1159667Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_1_4dim_last2dim 2025-03-21T20:31:43.1161625Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_2_4dim_last3dim 2025-03-21T20:31:43.1163469Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4] 2025-03-21T20:32:00.3851933Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_mixed_min_max_dtype] 2025-03-21T20:32:00.3853804Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_1_dim_0] 2025-03-21T20:32:00.3854957Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:32:00.3855941Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_mixed_min_max_dtype] 2025-03-21T20:32:00.3856661Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_min] 2025-03-21T20:32:00.3857473Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_min] 2025-03-21T20:32:00.3858174Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_max] 2025-03-21T20:32:00.3858975Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_max] 2025-03-21T20:32:00.3859635Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_1] 2025-03-21T20:32:00.3860452Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:32:00.3861148Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_all_dim] 2025-03-21T20:32:00.3862425Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_1] 2025-03-21T20:32:00.3863461Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_2] 2025-03-21T20:32:00.3864928Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_all_dim] 2025-03-21T20:32:00.3866062Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_0,3_keep_dims] 2025-03-21T20:32:00.3867366Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_2] 2025-03-21T20:32:00.3868350Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_3] 2025-03-21T20:32:00.3869688Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_0,3_keep_dims] 2025-03-21T20:32:00.3870866Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_mult_batches] 2025-03-21T20:32:00.3872494Z [gw2] [ 21%] FAILED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_2_4dim_last3dim 2025-03-21T20:32:00.3874128Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_3_4dim_last4dim 2025-03-21T20:32:00.3875728Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_mult_batches] 2025-03-21T20:32:00.3876805Z backends/arm/test/ops/test_amax.py::test_amax_u55_BI_not_delegated 2025-03-21T20:32:00.3878166Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_3] 2025-03-21T20:32:00.3879219Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4] 2025-03-21T20:32:00.3880474Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u55_BI_not_delegated 2025-03-21T20:32:00.3881774Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_1_dim_0] 2025-03-21T20:32:00.3883122Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4] 2025-03-21T20:32:00.3884215Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_mixed_min_max_dtype] 2025-03-21T20:32:00.3885632Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_1_dim_0] 2025-03-21T20:32:00.3886640Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:32:00.3888051Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_mixed_min_max_dtype] 2025-03-21T20:32:00.3889159Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_min] 2025-03-21T20:32:00.3891124Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_min] 2025-03-21T20:32:00.3892358Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_max] 2025-03-21T20:32:00.3893636Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:32:00.3894667Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_all_dim] 2025-03-21T20:32:00.3895907Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_max] 2025-03-21T20:32:00.3896891Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_1] 2025-03-21T20:32:00.3898134Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_all_dim] 2025-03-21T20:32:00.3899238Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_0,3_keep_dims] 2025-03-21T20:32:00.3900895Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_1] 2025-03-21T20:32:00.3901980Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_2] 2025-03-21T20:32:00.3903497Z [gw0] [ 21%] PASSED backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_tosa_MI 2025-03-21T20:32:00.3904749Z backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T20:32:00.3906133Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_0,3_keep_dims] 2025-03-21T20:32:00.3907265Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_mult_batches] 2025-03-21T20:32:00.3908661Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_2] 2025-03-21T20:32:00.3909639Z backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank3_randn] 2025-03-21T20:32:00.3910898Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank3_randn] 2025-03-21T20:32:00.3911929Z backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank4_randn] 2025-03-21T20:32:00.3913279Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_mult_batches] 2025-03-21T20:32:00.3914398Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_1_dim_0] 2025-03-21T20:32:00.3915740Z [gw1] [ 21%] SKIPPED backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_1_dim_0] 2025-03-21T20:32:00.3916923Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_2_dim_1_keep_dims] 2025-03-21T20:32:00.3918445Z [gw1] [ 21%] SKIPPED backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_2_dim_1_keep_dims] 2025-03-21T20:32:00.3919564Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_4_all_dim] 2025-03-21T20:32:00.3921038Z [gw1] [ 21%] SKIPPED backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_4_all_dim] 2025-03-21T20:32:00.3922160Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_4_0,3_keep_dims] 2025-03-21T20:32:00.3923838Z [gw1] [ 21%] SKIPPED backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_4_0,3_keep_dims] 2025-03-21T20:32:00.3925038Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_4_mult_batches] 2025-03-21T20:32:00.3926460Z [gw1] [ 21%] SKIPPED backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_4_mult_batches] 2025-03-21T20:32:00.3927638Z backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_1_dim_0] 2025-03-21T20:32:00.3928966Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank4_randn] 2025-03-21T20:32:00.3930165Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank1_ones] 2025-03-21T20:32:00.3931532Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_1_dim_0] 2025-03-21T20:32:00.3932656Z backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_2_dim_1] 2025-03-21T20:32:00.3934304Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_2_dim_1] 2025-03-21T20:32:00.3935438Z backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_4_dim_2] 2025-03-21T20:32:00.3936739Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank1_ones] 2025-03-21T20:32:00.3937783Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank2_rand] 2025-03-21T20:32:00.3939452Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_3_4dim_last4dim 2025-03-21T20:32:00.3941179Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_4_3dim_last1dim 2025-03-21T20:32:00.3942822Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_4_dim_2] 2025-03-21T20:32:00.3943943Z backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_4_dim_3] 2025-03-21T20:32:00.3945164Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank2_rand] 2025-03-21T20:32:00.3946223Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank3_randn] 2025-03-21T20:32:00.3947517Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_4_dim_3] 2025-03-21T20:32:00.3948611Z backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_1_dim_0] 2025-03-21T20:32:00.3949950Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank3_randn] 2025-03-21T20:32:00.3951005Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank4_randn] 2025-03-21T20:32:00.3952656Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_4_3dim_last1dim 2025-03-21T20:32:00.3954370Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_5_3dim_last2dim 2025-03-21T20:32:00.3956057Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank4_randn] 2025-03-21T20:32:00.3957123Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank1_ones] 2025-03-21T20:32:00.3958395Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_1_dim_0] 2025-03-21T20:32:00.3959487Z backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_2_dim_1] 2025-03-21T20:32:13.8348006Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank1_ones] 2025-03-21T20:32:13.8349212Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank2_rand] 2025-03-21T20:32:13.8350599Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank2_rand] 2025-03-21T20:32:13.8351762Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank3_randn] 2025-03-21T20:32:13.8353164Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank3_randn] 2025-03-21T20:32:13.8354362Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank4_randn] 2025-03-21T20:32:13.8355975Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank4_randn] 2025-03-21T20:32:13.8357189Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank1_ones] 2025-03-21T20:32:13.8358655Z [gw3] [ 22%] SKIPPED backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank1_ones] 2025-03-21T20:32:13.8359896Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank2_rand] 2025-03-21T20:32:13.8361408Z [gw3] [ 22%] SKIPPED backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank2_rand] 2025-03-21T20:32:13.8362671Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank3_randn] 2025-03-21T20:32:13.8364198Z [gw3] [ 22%] SKIPPED backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank3_randn] 2025-03-21T20:32:13.8365600Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank4_randn] 2025-03-21T20:32:13.8367132Z [gw3] [ 22%] SKIPPED backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank4_randn] 2025-03-21T20:32:13.8368382Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank1_ones] 2025-03-21T20:32:13.8369989Z [gw3] [ 22%] SKIPPED backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank1_ones] 2025-03-21T20:32:13.8371254Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank2_rand] 2025-03-21T20:32:13.8372766Z [gw3] [ 22%] SKIPPED backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank2_rand] 2025-03-21T20:32:13.8374023Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank3_randn] 2025-03-21T20:32:13.8375542Z [gw3] [ 22%] SKIPPED backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank3_randn] 2025-03-21T20:32:13.8376795Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank4_randn] 2025-03-21T20:32:13.8378318Z [gw3] [ 22%] SKIPPED backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank4_randn] 2025-03-21T20:32:13.8379573Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_0_zeros 2025-03-21T20:32:13.8381062Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_2_dim_1] 2025-03-21T20:32:13.8382295Z backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_4_dim_2] 2025-03-21T20:32:13.8383782Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_0_zeros 2025-03-21T20:32:13.8384998Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_1_ones 2025-03-21T20:32:13.8386473Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_4_dim_2] 2025-03-21T20:32:13.8387710Z backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_4_dim_3] 2025-03-21T20:32:13.8389192Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_1_ones 2025-03-21T20:32:13.8390418Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_2_rand 2025-03-21T20:32:13.8391898Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_2_rand 2025-03-21T20:32:13.8393105Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_3_randn_pos 2025-03-21T20:32:13.8394359Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_3_randn_pos 2025-03-21T20:32:13.8395434Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_4_randn_neg 2025-03-21T20:32:13.8397289Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_5_3dim_last2dim 2025-03-21T20:32:13.8398946Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_6_3dim_last3dim 2025-03-21T20:32:13.8404111Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_4_dim_3] 2025-03-21T20:32:13.8405471Z backends/arm/test/ops/test_amax.py::test_max_index_not_delegated_BI 2025-03-21T20:32:13.8406893Z [gw1] [ 23%] XFAIL backends/arm/test/ops/test_amax.py::test_max_index_not_delegated_BI 2025-03-21T20:32:13.8407973Z backends/arm/test/ops/test_amax.py::test_max_index_not_delegated_MI 2025-03-21T20:32:13.8409233Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_4_randn_neg 2025-03-21T20:32:13.8410422Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_5_ramp 2025-03-21T20:32:13.8411804Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_amax.py::test_max_index_not_delegated_MI 2025-03-21T20:32:13.8412959Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_1_dim_0] 2025-03-21T20:32:13.8414402Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_5_ramp 2025-03-21T20:32:13.8415795Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_0_zeros 2025-03-21T20:32:13.8417277Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_1_dim_0] 2025-03-21T20:32:13.8418465Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_2_dim_1_keep_dims] 2025-03-21T20:32:13.8420002Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_0_zeros 2025-03-21T20:32:13.8421207Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_1_ones 2025-03-21T20:32:13.8422650Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_1_ones 2025-03-21T20:32:13.8423832Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_2_rand 2025-03-21T20:32:13.8425267Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_2_dim_1_keep_dims] 2025-03-21T20:32:13.8426521Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_all_dim] 2025-03-21T20:32:13.8428018Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_2_rand 2025-03-21T20:32:13.8429241Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_3_randn_pos 2025-03-21T20:32:13.8430742Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_3_randn_pos 2025-03-21T20:32:13.8431838Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_4_randn_neg 2025-03-21T20:32:13.8433334Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_all_dim] 2025-03-21T20:32:13.8434500Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_0,3_keep_dims] 2025-03-21T20:32:13.8435968Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_4_randn_neg 2025-03-21T20:32:13.8437138Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_5_ramp 2025-03-21T20:32:13.8438626Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_0,3_keep_dims] 2025-03-21T20:32:13.8439943Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_mult_batches] 2025-03-21T20:32:13.8441407Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_5_ramp 2025-03-21T20:32:13.8442628Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_0_zeros 2025-03-21T20:32:13.8444092Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_mult_batches] 2025-03-21T20:32:13.8445311Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_1_dim_0] 2025-03-21T20:32:13.8446812Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_0_zeros 2025-03-21T20:32:13.8448008Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_1_ones 2025-03-21T20:32:13.8449530Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_1_ones 2025-03-21T20:32:13.8450759Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_2_rand 2025-03-21T20:32:13.8452228Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_1_dim_0] 2025-03-21T20:32:13.8453317Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:32:13.8454721Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_2_rand 2025-03-21T20:32:13.8455926Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_3_randn_pos 2025-03-21T20:32:13.8457305Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_3_randn_pos 2025-03-21T20:32:13.8458403Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_4_randn_neg 2025-03-21T20:32:13.8459866Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:32:13.8461586Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_all_dim] 2025-03-21T20:32:13.8462921Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_4_randn_neg 2025-03-21T20:32:13.8464020Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_5_ramp 2025-03-21T20:32:13.8465313Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_5_ramp 2025-03-21T20:32:13.8466420Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_0_zeros 2025-03-21T20:32:13.8467854Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_all_dim] 2025-03-21T20:32:13.8469092Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_0,3_keep_dims] 2025-03-21T20:32:26.0648857Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_6_3dim_last3dim 2025-03-21T20:32:26.0650784Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_7_2dim_last1dim 2025-03-21T20:32:26.0652545Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_0_zeros 2025-03-21T20:32:26.0653730Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_1_ones 2025-03-21T20:32:26.0655150Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_1_ones 2025-03-21T20:32:26.0656332Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_2_rand 2025-03-21T20:32:26.0657772Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_0,3_keep_dims] 2025-03-21T20:32:26.0658972Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_mult_batches] 2025-03-21T20:32:26.0660408Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_2_rand 2025-03-21T20:32:26.0661612Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_3_randn_pos 2025-03-21T20:32:26.0663426Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_7_2dim_last1dim 2025-03-21T20:32:26.0665189Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_8_2dim_last2dim 2025-03-21T20:32:26.0666923Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_mult_batches] 2025-03-21T20:32:26.0668081Z backends/arm/test/ops/test_amin.py::test_amin_u55_BI_not_delegated 2025-03-21T20:32:26.0669483Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_3_randn_pos 2025-03-21T20:32:26.0670705Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_4_randn_neg 2025-03-21T20:32:26.0672114Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u55_BI_not_delegated 2025-03-21T20:32:26.0673229Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_1_dim_0] 2025-03-21T20:32:26.0674893Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_4_randn_neg 2025-03-21T20:32:26.0676105Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_5_ramp 2025-03-21T20:32:26.0677477Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_1_dim_0] 2025-03-21T20:32:26.0678668Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:32:26.0680105Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_5_ramp 2025-03-21T20:32:26.0681322Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_0 2025-03-21T20:32:26.0682854Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_0 2025-03-21T20:32:26.0684273Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_1 2025-03-21T20:32:26.0685786Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:32:26.0686956Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_all_dim] 2025-03-21T20:32:26.0688302Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_all_dim] 2025-03-21T20:32:26.0689453Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_0,3_keep_dims] 2025-03-21T20:32:26.0691039Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_1 2025-03-21T20:32:26.0692306Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_2 2025-03-21T20:32:26.0693822Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_2 2025-03-21T20:32:26.0695091Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_3 2025-03-21T20:32:26.0696564Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_0,3_keep_dims] 2025-03-21T20:32:26.0697755Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_mult_batches] 2025-03-21T20:32:26.0699188Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_mult_batches] 2025-03-21T20:32:26.0700578Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_1_dim_0] 2025-03-21T20:32:26.0702039Z [gw1] [ 24%] SKIPPED backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_1_dim_0] 2025-03-21T20:32:26.0703288Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_2_dim_1_keep_dims] 2025-03-21T20:32:26.0704853Z [gw1] [ 24%] SKIPPED backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_2_dim_1_keep_dims] 2025-03-21T20:32:26.0706128Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_4_all_dim] 2025-03-21T20:32:26.0707605Z [gw1] [ 24%] SKIPPED backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_4_all_dim] 2025-03-21T20:32:26.0708850Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_4_0,3_keep_dims] 2025-03-21T20:32:26.0710401Z [gw1] [ 24%] SKIPPED backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_4_0,3_keep_dims] 2025-03-21T20:32:26.0711681Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_4_mult_batches] 2025-03-21T20:32:26.0713228Z [gw1] [ 24%] SKIPPED backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_4_mult_batches] 2025-03-21T20:32:26.0714436Z backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_1_dim_0] 2025-03-21T20:32:26.0715897Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_3 2025-03-21T20:32:26.0717175Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_4 2025-03-21T20:32:26.0718815Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_1_dim_0] 2025-03-21T20:32:26.0719966Z backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_2_dim_1] 2025-03-21T20:32:26.0721354Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_2_dim_1] 2025-03-21T20:32:26.0722481Z backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_4_dim_2] 2025-03-21T20:32:26.0724235Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_8_2dim_last2dim 2025-03-21T20:32:26.0725990Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_0_4dim_last1dim 2025-03-21T20:32:26.0727761Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_4 2025-03-21T20:32:26.0729173Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_5 2025-03-21T20:32:26.0730830Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_5 2025-03-21T20:32:26.0732109Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_6 2025-03-21T20:32:26.0733553Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_4_dim_2] 2025-03-21T20:32:26.0734700Z backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_4_dim_3] 2025-03-21T20:32:26.0736462Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_0_4dim_last1dim 2025-03-21T20:32:26.0738228Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_1_4dim_last2dim 2025-03-21T20:32:26.0740002Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_6 2025-03-21T20:32:26.0741275Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_7 2025-03-21T20:32:26.0742707Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_4_dim_3] 2025-03-21T20:32:26.0743848Z backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_1_dim_0] 2025-03-21T20:32:26.0745599Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_1_4dim_last2dim 2025-03-21T20:32:26.0747355Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_2_4dim_last3dim 2025-03-21T20:32:26.0749116Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_7 2025-03-21T20:32:26.0750385Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_8 2025-03-21T20:32:26.0752194Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_2_4dim_last3dim 2025-03-21T20:32:26.0753939Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_3_4dim_last4dim 2025-03-21T20:32:26.0755619Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_1_dim_0] 2025-03-21T20:32:26.0756757Z backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_2_dim_1] 2025-03-21T20:32:26.0758496Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_3_4dim_last4dim 2025-03-21T20:32:26.0760248Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_4_3dim_last1dim 2025-03-21T20:32:26.0762014Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_8 2025-03-21T20:32:26.0763278Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_0 2025-03-21T20:32:35.5894515Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_4_3dim_last1dim 2025-03-21T20:32:35.5895726Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_5_3dim_last2dim 2025-03-21T20:32:35.5896827Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_0 2025-03-21T20:32:35.5897624Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_1 2025-03-21T20:32:35.5898835Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_5_3dim_last2dim 2025-03-21T20:32:35.5900067Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_6_3dim_last3dim 2025-03-21T20:32:35.5901154Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_1 2025-03-21T20:32:35.5902156Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_2 2025-03-21T20:32:35.5903952Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_6_3dim_last3dim 2025-03-21T20:32:35.5905740Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_7_2dim_last1dim 2025-03-21T20:32:35.5907432Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_2_dim_1] 2025-03-21T20:32:35.5908467Z backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_4_dim_2] 2025-03-21T20:32:35.5909884Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_2 2025-03-21T20:32:35.5911099Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_3 2025-03-21T20:32:35.5912514Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_3 2025-03-21T20:32:35.5913713Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_4 2025-03-21T20:32:35.5915447Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_7_2dim_last1dim 2025-03-21T20:32:35.5917218Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_8_2dim_last2dim 2025-03-21T20:32:35.5918898Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_4 2025-03-21T20:32:35.5920076Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_5 2025-03-21T20:32:35.5921919Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_8_2dim_last2dim 2025-03-21T20:32:35.5923385Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_3x2x40_nobias] 2025-03-21T20:32:35.5924731Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_4_dim_2] 2025-03-21T20:32:35.5925799Z backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_4_dim_3] 2025-03-21T20:32:35.5927144Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_5 2025-03-21T20:32:35.5928402Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_6 2025-03-21T20:32:35.5930133Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_3x2x40_nobias] 2025-03-21T20:32:35.5931368Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x256_st1] 2025-03-21T20:32:35.5932750Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_6 2025-03-21T20:32:35.5933875Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_7 2025-03-21T20:32:35.5935321Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_7 2025-03-21T20:32:35.5936739Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_8 2025-03-21T20:32:35.5938276Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_4_dim_3] 2025-03-21T20:32:35.5939426Z backends/arm/test/ops/test_amin.py::test_max_index_not_delegated_BI 2025-03-21T20:32:35.5940812Z [gw1] [ 25%] XFAIL backends/arm/test/ops/test_amin.py::test_max_index_not_delegated_BI 2025-03-21T20:32:35.5941883Z backends/arm/test/ops/test_amin.py::test_max_index_not_delegated_MI 2025-03-21T20:32:35.5943248Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x256_st1] 2025-03-21T20:32:35.5944409Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x12_st2_pd1] 2025-03-21T20:32:35.5946186Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_8 2025-03-21T20:32:35.5947426Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_0 2025-03-21T20:32:35.5948853Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_amin.py::test_max_index_not_delegated_MI 2025-03-21T20:32:35.5949890Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1] 2025-03-21T20:32:35.5951332Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x12_st2_pd1] 2025-03-21T20:32:35.5952522Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[1_1x2x128_st1] 2025-03-21T20:32:35.5953969Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_0 2025-03-21T20:32:35.5955190Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_1 2025-03-21T20:32:35.5956504Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1] 2025-03-21T20:32:35.5957619Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_squeeze] 2025-03-21T20:32:35.5959003Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[1_1x2x128_st1] 2025-03-21T20:32:35.5960192Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_1x2x14_st2] 2025-03-21T20:32:35.5961536Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_squeeze] 2025-03-21T20:32:35.5962463Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2] 2025-03-21T20:32:35.5963846Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_1x2x14_st2] 2025-03-21T20:32:35.5965080Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_3x2x128_st1] 2025-03-21T20:32:35.5966490Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2] 2025-03-21T20:32:35.5967663Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_squeeze] 2025-03-21T20:32:35.5969254Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_1 2025-03-21T20:32:35.5970539Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_2 2025-03-21T20:32:35.5972064Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_3x2x128_st1] 2025-03-21T20:32:35.5973315Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x224_st2_pd1] 2025-03-21T20:32:35.5974819Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_squeeze] 2025-03-21T20:32:35.5975850Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims] 2025-03-21T20:32:35.5977236Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_2 2025-03-21T20:32:35.5978424Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_3 2025-03-21T20:32:35.5980086Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x224_st2_pd1] 2025-03-21T20:32:35.5981548Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:32:35.5983163Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims] 2025-03-21T20:32:35.5984269Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims_squeeze] 2025-03-21T20:32:35.5985788Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_3 2025-03-21T20:32:35.5987039Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_4 2025-03-21T20:32:35.5988778Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:32:35.5990516Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:32:35.5992227Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims_squeeze] 2025-03-21T20:32:35.5993406Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_dims_squeeze] 2025-03-21T20:32:35.5994842Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_4 2025-03-21T20:32:35.5996022Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_5 2025-03-21T20:32:35.5997716Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:32:35.5999262Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:32:35.6001172Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_dims_squeeze] 2025-03-21T20:32:35.6002234Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4] 2025-03-21T20:32:47.4812894Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_5 2025-03-21T20:32:47.4814387Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_xfails_0 2025-03-21T20:32:47.4816316Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:32:47.4818043Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:32:47.4819706Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4] 2025-03-21T20:32:47.4820877Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_squeeze] 2025-03-21T20:32:47.4822536Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_xfails_0 2025-03-21T20:32:47.4824007Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_xfails_1 2025-03-21T20:32:47.4825886Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:32:47.4827462Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d_nobias] 2025-03-21T20:32:47.4829040Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_squeeze] 2025-03-21T20:32:47.4830255Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims] 2025-03-21T20:32:47.4831842Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_xfails_1 2025-03-21T20:32:47.4833278Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_xfails_2 2025-03-21T20:32:47.4835243Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d_nobias] 2025-03-21T20:32:47.4836623Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d] 2025-03-21T20:32:47.4838141Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims] 2025-03-21T20:32:47.4839379Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims_squeeze] 2025-03-21T20:32:47.4841014Z [gw0] [ 27%] PASSED backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T20:32:47.4842426Z backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T20:32:47.4844043Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d] 2025-03-21T20:32:47.4845397Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_3x2x40_nobias] 2025-03-21T20:32:47.4847141Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims_squeeze] 2025-03-21T20:32:47.4848426Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_reduce_all] 2025-03-21T20:32:47.4850146Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_xfails_2 2025-03-21T20:32:47.4851529Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_0 2025-03-21T20:32:47.4853171Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_3x2x40_nobias] 2025-03-21T20:32:47.4854518Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x256_st1] 2025-03-21T20:32:47.4856089Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_reduce_all] 2025-03-21T20:32:47.4857349Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_reduce_all] 2025-03-21T20:32:47.4858905Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_0 2025-03-21T20:32:47.4860227Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_1 2025-03-21T20:32:47.4861763Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_reduce_all] 2025-03-21T20:32:47.4862991Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_reduce_all] 2025-03-21T20:32:47.4864564Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x256_st1] 2025-03-21T20:32:47.4865923Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x12_st2_pd1] 2025-03-21T20:32:47.4867504Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_reduce_all] 2025-03-21T20:32:47.4868763Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_reduce_all] 2025-03-21T20:32:47.4870337Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_1 2025-03-21T20:32:47.4871667Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_2 2025-03-21T20:32:47.4873283Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x12_st2_pd1] 2025-03-21T20:32:47.4874659Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[1_1x2x128_st1] 2025-03-21T20:32:47.4876207Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_reduce_all] 2025-03-21T20:32:47.4877382Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1] 2025-03-21T20:32:47.4878856Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_2 2025-03-21T20:32:47.4880177Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_3 2025-03-21T20:32:47.4881788Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[1_1x2x128_st1] 2025-03-21T20:32:47.4883309Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_1x2x14_st2] 2025-03-21T20:32:47.4884788Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1] 2025-03-21T20:32:47.4885959Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_squeeze] 2025-03-21T20:32:47.4887494Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_3 2025-03-21T20:32:47.4888819Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_4 2025-03-21T20:32:47.4890399Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_squeeze] 2025-03-21T20:32:47.4891580Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2] 2025-03-21T20:32:47.4893084Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_1x2x14_st2] 2025-03-21T20:32:47.4894548Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_3x2x128_st1] 2025-03-21T20:32:47.4896153Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_4 2025-03-21T20:32:47.4897486Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_5 2025-03-21T20:32:47.4899028Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2] 2025-03-21T20:32:47.4900301Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_squeeze] 2025-03-21T20:32:47.4901934Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_5 2025-03-21T20:32:47.4903323Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_xfails_0 2025-03-21T20:32:47.4904903Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_squeeze] 2025-03-21T20:32:47.4906127Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims] 2025-03-21T20:32:47.4907680Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_3x2x128_st1] 2025-03-21T20:32:47.4909033Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x224_st2_pd1] 2025-03-21T20:32:47.4910576Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims] 2025-03-21T20:32:47.4911814Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims_squeeze] 2025-03-21T20:32:47.4913441Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_xfails_0 2025-03-21T20:32:47.4914863Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_xfails_1 2025-03-21T20:32:47.4916560Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x224_st2_pd1] 2025-03-21T20:32:47.4918119Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:32:47.4919982Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_xfails_1 2025-03-21T20:32:47.4921414Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_xfails_2 2025-03-21T20:32:47.4923038Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims_squeeze] 2025-03-21T20:32:47.4924309Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_dims_squeeze] 2025-03-21T20:32:47.4926125Z [gw2] [ 28%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:32:47.4927849Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:32:47.4929604Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_dims_squeeze] 2025-03-21T20:32:47.4931076Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4] 2025-03-21T20:32:47.4932447Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4] 2025-03-21T20:32:47.4933615Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_squeeze] 2025-03-21T20:33:00.6949448Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_xfails_2 2025-03-21T20:33:00.6950661Z backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[zeros] 2025-03-21T20:33:00.6952379Z [gw2] [ 28%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:00.6953978Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:00.6956575Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_squeeze] 2025-03-21T20:33:00.6958555Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims] 2025-03-21T20:33:00.6960052Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[zeros] 2025-03-21T20:33:00.6961093Z backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[ones] 2025-03-21T20:33:00.6962345Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[ones] 2025-03-21T20:33:00.6963489Z backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[rand] 2025-03-21T20:33:00.6964912Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims] 2025-03-21T20:33:00.6966167Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims_squeeze] 2025-03-21T20:33:00.6967755Z [gw2] [ 28%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:00.6968747Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:00.6969726Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims_squeeze] 2025-03-21T20:33:00.6970528Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_reduce_all] 2025-03-21T20:33:00.6971318Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[rand] 2025-03-21T20:33:00.6971948Z backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[randn_pos] 2025-03-21T20:33:00.6972750Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_reduce_all] 2025-03-21T20:33:00.6973437Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_reduce_all] 2025-03-21T20:33:00.6974267Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[randn_pos] 2025-03-21T20:33:00.6974923Z backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[randn_neg] 2025-03-21T20:33:00.6975713Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_reduce_all] 2025-03-21T20:33:00.6976404Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_reduce_all] 2025-03-21T20:33:00.6977919Z [gw2] [ 28%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:00.6979402Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d_nobias] 2025-03-21T20:33:00.6980893Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[randn_neg] 2025-03-21T20:33:00.6981913Z backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[ramp] 2025-03-21T20:33:00.6983052Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[ramp] 2025-03-21T20:33:00.6984038Z backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[zeros] 2025-03-21T20:33:00.6985694Z [gw2] [ 28%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d_nobias] 2025-03-21T20:33:00.6986872Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d] 2025-03-21T20:33:00.6988232Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_reduce_all] 2025-03-21T20:33:00.6989340Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_reduce_all] 2025-03-21T20:33:00.6990704Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[zeros] 2025-03-21T20:33:00.6991721Z backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[ones] 2025-03-21T20:33:00.6992997Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_reduce_all] 2025-03-21T20:33:00.6994054Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank1] 2025-03-21T20:33:00.6995639Z [gw2] [ 28%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d] 2025-03-21T20:33:00.6996844Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_3x2x40_nobias] 2025-03-21T20:33:00.6998203Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank1] 2025-03-21T20:33:00.6999203Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank1_squeeze] 2025-03-21T20:33:00.7000823Z [gw2] [ 28%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_3x2x40_nobias] 2025-03-21T20:33:00.7001917Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x256_st1] 2025-03-21T20:33:00.7003245Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[ones] 2025-03-21T20:33:00.7004240Z backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[rand] 2025-03-21T20:33:00.7005578Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank1_squeeze] 2025-03-21T20:33:00.7006787Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2] 2025-03-21T20:33:00.7008043Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x256_st1] 2025-03-21T20:33:00.7009186Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x12_st2_pd1] 2025-03-21T20:33:00.7010626Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2] 2025-03-21T20:33:00.7011639Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_squeeze] 2025-03-21T20:33:00.7012873Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[rand] 2025-03-21T20:33:00.7013860Z backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[randn_pos] 2025-03-21T20:33:00.7015318Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x12_st2_pd1] 2025-03-21T20:33:00.7016650Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[1_1x2x128_st1] 2025-03-21T20:33:00.7018146Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_squeeze] 2025-03-21T20:33:00.7019319Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_dims] 2025-03-21T20:33:00.7020682Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[1_1x2x128_st1] 2025-03-21T20:33:00.7021899Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_1x2x14_st2] 2025-03-21T20:33:00.7023352Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_dims] 2025-03-21T20:33:00.7024455Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_dims_squeeze] 2025-03-21T20:33:00.7025797Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[randn_pos] 2025-03-21T20:33:00.7026794Z backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[randn_neg] 2025-03-21T20:33:00.7028350Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_dims_squeeze] 2025-03-21T20:33:00.7029568Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank3_dims_squeeze] 2025-03-21T20:33:00.7030977Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_1x2x14_st2] 2025-03-21T20:33:00.7032198Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_3x2x128_st1] 2025-03-21T20:33:00.7033544Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[randn_neg] 2025-03-21T20:33:00.7034602Z backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[ramp] 2025-03-21T20:33:00.7035899Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_3x2x128_st1] 2025-03-21T20:33:00.7037422Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x224_st2_pd1] 2025-03-21T20:33:00.7038870Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank3_dims_squeeze] 2025-03-21T20:33:00.7040207Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_4_randn_neg 2025-03-21T20:33:00.7041844Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x224_st2_pd1] 2025-03-21T20:33:00.7043080Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:33:00.7044616Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[ramp] 2025-03-21T20:33:00.7045600Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI[zeros] 2025-03-21T20:33:00.7047088Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_4_randn_neg 2025-03-21T20:33:00.7048629Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_5_ramp 2025-03-21T20:33:00.7050277Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI[zeros] 2025-03-21T20:33:00.7051296Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI[ones] 2025-03-21T20:33:00.7052853Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:33:00.7054400Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:00.7055840Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI[ones] 2025-03-21T20:33:09.8782448Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI[rand] 2025-03-21T20:33:09.8784426Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_5_ramp 2025-03-21T20:33:09.8785824Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_0_zeros 2025-03-21T20:33:09.8787633Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:09.8789192Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:09.8790849Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI[rand] 2025-03-21T20:33:09.8791963Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI[randn_pos] 2025-03-21T20:33:09.8793435Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_0_zeros 2025-03-21T20:33:09.8794950Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_1_ones 2025-03-21T20:33:09.8797110Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:09.8799175Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:09.8801107Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI[randn_pos] 2025-03-21T20:33:09.8802187Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI[randn_neg] 2025-03-21T20:33:09.8803859Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_1_ones 2025-03-21T20:33:09.8805309Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_2_rand 2025-03-21T20:33:09.8807094Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI[randn_neg] 2025-03-21T20:33:09.8808256Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI[ramp] 2025-03-21T20:33:09.8810295Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:09.8811928Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d_nobias] 2025-03-21T20:33:09.8813486Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI[ramp] 2025-03-21T20:33:09.8814595Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI[zeros] 2025-03-21T20:33:09.8816128Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d_nobias] 2025-03-21T20:33:09.8817483Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d] 2025-03-21T20:33:09.8819163Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_2_rand 2025-03-21T20:33:09.8820509Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_3_randn_pos 2025-03-21T20:33:09.8821877Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI[zeros] 2025-03-21T20:33:09.8822797Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI[ones] 2025-03-21T20:33:09.8824183Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d] 2025-03-21T20:33:09.8825512Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_3x2x40_nobias] 2025-03-21T20:33:09.8827294Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_3_randn_pos 2025-03-21T20:33:09.8828752Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_4_randn_neg 2025-03-21T20:33:09.8830232Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI[ones] 2025-03-21T20:33:09.8831212Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI[rand] 2025-03-21T20:33:09.8832554Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_3x2x40_nobias] 2025-03-21T20:33:09.8833778Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x256_st1] 2025-03-21T20:33:09.8834833Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_4_randn_neg 2025-03-21T20:33:09.8835639Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_5_ramp 2025-03-21T20:33:09.8836751Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x256_st1] 2025-03-21T20:33:09.8837500Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x12_st2_pd1] 2025-03-21T20:33:09.8838428Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_5_ramp 2025-03-21T20:33:09.8839229Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_0_zeros 2025-03-21T20:33:09.8840063Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI[rand] 2025-03-21T20:33:09.8840845Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI[randn_pos] 2025-03-21T20:33:09.8841697Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x12_st2_pd1] 2025-03-21T20:33:09.8842440Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[1_1x2x128_st1] 2025-03-21T20:33:09.8843253Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI[randn_pos] 2025-03-21T20:33:09.8843893Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI[randn_neg] 2025-03-21T20:33:09.8844716Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[1_1x2x128_st1] 2025-03-21T20:33:09.8845438Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_1x2x14_st2] 2025-03-21T20:33:09.8846336Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_0_zeros 2025-03-21T20:33:09.8847340Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_1_ones 2025-03-21T20:33:09.8848195Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI[randn_neg] 2025-03-21T20:33:09.8848815Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI[ramp] 2025-03-21T20:33:09.8849540Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI[ramp] 2025-03-21T20:33:09.8850264Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[zeros] 2025-03-21T20:33:09.8851055Z [gw3] [ 30%] SKIPPED backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[zeros] 2025-03-21T20:33:09.8851717Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[ones] 2025-03-21T20:33:09.8852507Z [gw3] [ 30%] SKIPPED backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[ones] 2025-03-21T20:33:09.8853165Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[rand] 2025-03-21T20:33:09.8853948Z [gw3] [ 30%] SKIPPED backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[rand] 2025-03-21T20:33:09.8854620Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[randn_pos] 2025-03-21T20:33:09.8855433Z [gw3] [ 30%] SKIPPED backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[randn_pos] 2025-03-21T20:33:09.8856119Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[randn_neg] 2025-03-21T20:33:09.8856942Z [gw3] [ 30%] SKIPPED backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[randn_neg] 2025-03-21T20:33:09.8857608Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[ramp] 2025-03-21T20:33:09.8858392Z [gw3] [ 30%] SKIPPED backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[ramp] 2025-03-21T20:33:09.8859044Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[zeros] 2025-03-21T20:33:09.8859824Z [gw3] [ 30%] SKIPPED backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[zeros] 2025-03-21T20:33:09.8860484Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[ones] 2025-03-21T20:33:09.8861265Z [gw3] [ 30%] SKIPPED backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[ones] 2025-03-21T20:33:09.8861910Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[rand] 2025-03-21T20:33:09.8862688Z [gw3] [ 30%] SKIPPED backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[rand] 2025-03-21T20:33:09.8863355Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[randn_pos] 2025-03-21T20:33:09.8864167Z [gw3] [ 30%] SKIPPED backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[randn_pos] 2025-03-21T20:33:09.8864852Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[randn_neg] 2025-03-21T20:33:09.8865677Z [gw3] [ 31%] SKIPPED backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[randn_neg] 2025-03-21T20:33:09.8866410Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[ramp] 2025-03-21T20:33:09.8867197Z [gw3] [ 31%] SKIPPED backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[ramp] 2025-03-21T20:33:09.8867900Z backends/arm/test/ops/test_full.py::TestFull::test_const_full_nhwc_tosa_BI 2025-03-21T20:33:09.8868795Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_1_ones 2025-03-21T20:33:09.8869575Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_2_rand 2025-03-21T20:33:09.8870478Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_1x2x14_st2] 2025-03-21T20:33:09.8871208Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_3x2x128_st1] 2025-03-21T20:33:09.8872056Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_const_full_nhwc_tosa_BI 2025-03-21T20:33:09.8872811Z backends/arm/test/ops/test_full.py::TestFull::test_const_full_tosa_MI 2025-03-21T20:33:16.7819203Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_3x2x128_st1] 2025-03-21T20:33:16.7832847Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x224_st2_pd1] 2025-03-21T20:33:16.7834684Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_2_rand 2025-03-21T20:33:16.7835937Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_3_randn_pos 2025-03-21T20:33:16.7837421Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x224_st2_pd1] 2025-03-21T20:33:16.7838695Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:33:16.7840324Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_3_randn_pos 2025-03-21T20:33:16.7841573Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_4_randn_neg 2025-03-21T20:33:16.7842910Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_const_full_tosa_MI 2025-03-21T20:33:16.7843898Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_0 2025-03-21T20:33:16.7845380Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:33:16.7846775Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:16.7848624Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_0 2025-03-21T20:33:16.7849602Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_1 2025-03-21T20:33:16.7851082Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_4_randn_neg 2025-03-21T20:33:16.7852326Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_5_ramp 2025-03-21T20:33:16.7853918Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:16.7855344Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:16.7856941Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_5_ramp 2025-03-21T20:33:16.7858236Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_0_zeros 2025-03-21T20:33:16.7859626Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_1 2025-03-21T20:33:16.7860748Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_2 2025-03-21T20:33:16.7862343Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_2 2025-03-21T20:33:16.7863445Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_3 2025-03-21T20:33:16.7864949Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_0_zeros 2025-03-21T20:33:16.7866297Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_1_ones 2025-03-21T20:33:16.7868207Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:16.7869744Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:16.7871294Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_3 2025-03-21T20:33:16.7872618Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_0 2025-03-21T20:33:16.7874129Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_1_ones 2025-03-21T20:33:16.7875493Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_2_rand 2025-03-21T20:33:16.7877223Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:16.7878616Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d_nobias] 2025-03-21T20:33:16.7879856Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_0 2025-03-21T20:33:16.7880799Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_1 2025-03-21T20:33:16.7882048Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d_nobias] 2025-03-21T20:33:16.7883307Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d] 2025-03-21T20:33:16.7884714Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_2_rand 2025-03-21T20:33:16.7886179Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_3_randn_pos 2025-03-21T20:33:16.7887711Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_1 2025-03-21T20:33:16.7888828Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_2 2025-03-21T20:33:16.7890341Z [gw2] [ 31%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d] 2025-03-21T20:33:16.7891638Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[2_3x2x40_nobias] 2025-03-21T20:33:16.7893312Z [gw2] [ 31%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[2_3x2x40_nobias] 2025-03-21T20:33:16.7894663Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[3_1x3x256_st1] 2025-03-21T20:33:16.7896309Z [gw2] [ 31%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[3_1x3x256_st1] 2025-03-21T20:33:16.7897696Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[3_1x3x12_st2_pd1] 2025-03-21T20:33:16.7899384Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[3_1x3x12_st2_pd1] 2025-03-21T20:33:16.7900991Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[1_1x2x128_st1] 2025-03-21T20:33:16.7902654Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[1_1x2x128_st1] 2025-03-21T20:33:16.7904027Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[2_1x2x14_st2] 2025-03-21T20:33:16.7905893Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[2_1x2x14_st2] 2025-03-21T20:33:16.7907268Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[5_3x2x128_st1] 2025-03-21T20:33:16.7908836Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[5_3x2x128_st1] 2025-03-21T20:33:16.7910153Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[3_1x3x224_st2_pd1] 2025-03-21T20:33:16.7911624Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[3_1x3x224_st2_pd1] 2025-03-21T20:33:16.7912919Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:33:16.7914637Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:33:16.7916661Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:16.7918935Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:16.7920711Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:16.7922848Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:16.7924638Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:16.7926751Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:33:16.7928416Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[two_conv1d_nobias] 2025-03-21T20:33:16.7930296Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[two_conv1d_nobias] 2025-03-21T20:33:16.7931761Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[two_conv1d] 2025-03-21T20:33:16.7933472Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[two_conv1d] 2025-03-21T20:33:16.7934908Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[2_3x2x40_nobias] 2025-03-21T20:33:16.7936556Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[2_3x2x40_nobias] 2025-03-21T20:33:16.7937862Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[3_1x3x256_st1] 2025-03-21T20:33:16.7939470Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[3_1x3x256_st1] 2025-03-21T20:33:16.7940848Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[3_1x3x12_st2_pd1] 2025-03-21T20:33:28.9506482Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[3_1x3x12_st2_pd1] 2025-03-21T20:33:28.9508016Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[1_1x2x128_st1] 2025-03-21T20:33:28.9509763Z [gw2] [ 32%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[1_1x2x128_st1] 2025-03-21T20:33:28.9511255Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_0 2025-03-21T20:33:28.9512890Z [gw3] [ 32%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_2 2025-03-21T20:33:28.9514139Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_3 2025-03-21T20:33:28.9515865Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_3_randn_pos 2025-03-21T20:33:28.9517764Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_4_randn_neg 2025-03-21T20:33:28.9519624Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_0 2025-03-21T20:33:28.9521140Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_1 2025-03-21T20:33:28.9522766Z [gw3] [ 32%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_3 2025-03-21T20:33:28.9523980Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_0 2025-03-21T20:33:28.9525603Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_1 2025-03-21T20:33:28.9527101Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_2 2025-03-21T20:33:28.9534089Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_4_randn_neg 2025-03-21T20:33:28.9535053Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_5_ramp 2025-03-21T20:33:28.9536054Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_2 2025-03-21T20:33:28.9537126Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_3 2025-03-21T20:33:28.9538347Z [gw3] [ 32%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_0 2025-03-21T20:33:28.9539406Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_1 2025-03-21T20:33:28.9541044Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_5_ramp 2025-03-21T20:33:28.9542474Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_0_zeros 2025-03-21T20:33:28.9544118Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_3 2025-03-21T20:33:28.9545438Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_0 2025-03-21T20:33:28.9547024Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_0 2025-03-21T20:33:28.9548301Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_1 2025-03-21T20:33:28.9549909Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_0_zeros 2025-03-21T20:33:28.9551319Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_1_ones 2025-03-21T20:33:28.9552739Z [gw3] [ 32%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_1 2025-03-21T20:33:28.9553758Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_2 2025-03-21T20:33:28.9555239Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_1 2025-03-21T20:33:28.9556634Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_2 2025-03-21T20:33:28.9558288Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_1_ones 2025-03-21T20:33:28.9559601Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_2_rand 2025-03-21T20:33:28.9561316Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_2 2025-03-21T20:33:28.9562703Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_3 2025-03-21T20:33:28.9564091Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_2 2025-03-21T20:33:28.9565126Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_3 2025-03-21T20:33:28.9566647Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_3 2025-03-21T20:33:28.9568017Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_0 2025-03-21T20:33:28.9569778Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_2_rand 2025-03-21T20:33:28.9571324Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_3_randn_pos 2025-03-21T20:33:28.9572703Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_3 2025-03-21T20:33:28.9573708Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_0 2025-03-21T20:33:28.9575083Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_0 2025-03-21T20:33:28.9576575Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_1 2025-03-21T20:33:28.9578355Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_3_randn_pos 2025-03-21T20:33:28.9579868Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_4_randn_neg 2025-03-21T20:33:28.9581455Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_0 2025-03-21T20:33:28.9582466Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_1 2025-03-21T20:33:28.9583994Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_1 2025-03-21T20:33:28.9585384Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_2 2025-03-21T20:33:28.9587005Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_4_randn_neg 2025-03-21T20:33:28.9588406Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_5_ramp 2025-03-21T20:33:28.9589847Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_1 2025-03-21T20:33:28.9590951Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_2 2025-03-21T20:33:28.9592417Z [gw0] [ 33%] PASSED backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T20:33:28.9593550Z backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T20:33:28.9595105Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_2 2025-03-21T20:33:28.9596387Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_3 2025-03-21T20:33:28.9597804Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_2 2025-03-21T20:33:28.9598899Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_3 2025-03-21T20:33:28.9601292Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_5_ramp 2025-03-21T20:33:28.9602623Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_0_zeros 2025-03-21T20:33:28.9604216Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_3 2025-03-21T20:33:28.9605471Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_0 2025-03-21T20:33:28.9606939Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_3 2025-03-21T20:33:28.9607998Z backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_0 2025-03-21T20:33:28.9609413Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_0_zeros 2025-03-21T20:33:28.9610728Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_1_ones 2025-03-21T20:33:28.9612581Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_0 2025-03-21T20:33:28.9613908Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_1 2025-03-21T20:33:28.9615532Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_1_ones 2025-03-21T20:33:28.9616772Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_2_rand 2025-03-21T20:33:28.9618386Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_1 2025-03-21T20:33:28.9619721Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_2 2025-03-21T20:33:28.9621399Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_0 2025-03-21T20:33:28.9622435Z backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_1 2025-03-21T20:33:28.9623859Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_2_rand 2025-03-21T20:33:41.8851403Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_3_randn_pos 2025-03-21T20:33:41.8853505Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_2 2025-03-21T20:33:41.8854907Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_3 2025-03-21T20:33:41.8856535Z [gw3] [ 33%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_1 2025-03-21T20:33:41.8857678Z backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_2 2025-03-21T20:33:41.8859238Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_3_randn_pos 2025-03-21T20:33:41.8860723Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_4_randn_neg 2025-03-21T20:33:41.8862501Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_3 2025-03-21T20:33:41.8863953Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_BI_0_affine 2025-03-21T20:33:41.8865924Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_BI_0_affine 2025-03-21T20:33:41.8867579Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_BI_1__no_affine 2025-03-21T20:33:41.8869294Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_2 2025-03-21T20:33:41.8870607Z backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_3 2025-03-21T20:33:41.8872396Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_BI_1__no_affine 2025-03-21T20:33:41.8874088Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_MI_0_affine 2025-03-21T20:33:41.8875907Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_4_randn_neg 2025-03-21T20:33:41.8877334Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_5_ramp 2025-03-21T20:33:41.8878859Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_3 2025-03-21T20:33:41.8880004Z backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_0 2025-03-21T20:33:41.8881711Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_5_ramp 2025-03-21T20:33:41.8883061Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_0_zeros 2025-03-21T20:33:41.8885288Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_MI_0_affine 2025-03-21T20:33:41.8886985Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_MI_1__no_affine 2025-03-21T20:33:41.8888834Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_0_zeros 2025-03-21T20:33:41.8893141Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_1_ones 2025-03-21T20:33:41.8894785Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_0 2025-03-21T20:33:41.8901483Z backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_1 2025-03-21T20:33:41.8903502Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_MI_1__no_affine 2025-03-21T20:33:41.8905362Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_u55_BI_0_affine 2025-03-21T20:33:41.8907245Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_1_ones 2025-03-21T20:33:41.8908594Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_2_rand 2025-03-21T20:33:41.8910316Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_2_rand 2025-03-21T20:33:41.8911721Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_3_randn_pos 2025-03-21T20:33:41.8913644Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_u55_BI_0_affine 2025-03-21T20:33:41.8915340Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_u55_BI_1__no_affine 2025-03-21T20:33:41.8917010Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_1 2025-03-21T20:33:41.8918139Z backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_2 2025-03-21T20:33:41.8919762Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_3_randn_pos 2025-03-21T20:33:41.8921203Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_4_randn_neg 2025-03-21T20:33:41.8922934Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_4_randn_neg 2025-03-21T20:33:41.8924347Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_5_ramp 2025-03-21T20:33:41.8926187Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_u55_BI_1__no_affine 2025-03-21T20:33:41.8927844Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu_u85_BI_0_affine 2025-03-21T20:33:41.8929447Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_2 2025-03-21T20:33:41.8930660Z backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_3 2025-03-21T20:33:41.8932214Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_5_ramp 2025-03-21T20:33:41.8933642Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_0_zeros 2025-03-21T20:33:41.8935520Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu_u85_BI_0_affine 2025-03-21T20:33:41.8937177Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu_u85_BI_1__no_affine 2025-03-21T20:33:41.8939037Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_0_zeros 2025-03-21T20:33:41.8940495Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_1_ones 2025-03-21T20:33:41.8942646Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu_u85_BI_1__no_affine 2025-03-21T20:33:41.8944203Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_tosa_BI 2025-03-21T20:33:41.8945756Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_3 2025-03-21T20:33:41.8946892Z backends/arm/test/ops/test_full.py::TestFull::test_integer_value 2025-03-21T20:33:41.8948235Z [gw3] [ 34%] XFAIL backends/arm/test/ops/test_full.py::TestFull::test_integer_value 2025-03-21T20:33:41.8949366Z backends/arm/test/ops/test_full.py::TestFull::test_only_full_tosa_MI 2025-03-21T20:33:41.8950957Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_tosa_BI 2025-03-21T20:33:41.8952308Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_tosa_MI 2025-03-21T20:33:41.8954380Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_1_ones 2025-03-21T20:33:41.8955821Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_2_rand 2025-03-21T20:33:41.8957472Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_tosa_MI 2025-03-21T20:33:41.8959139Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_only_full_tosa_MI 2025-03-21T20:33:41.8960302Z backends/arm/test/ops/test_full.py::TestFull::test_set_value_at_runtime 2025-03-21T20:33:41.8961410Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_u55_BI 2025-03-21T20:33:41.8963142Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_2_rand 2025-03-21T20:33:41.8964619Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_3_randn_pos 2025-03-21T20:33:41.8966285Z [gw3] [ 35%] XFAIL backends/arm/test/ops/test_full.py::TestFull::test_set_value_at_runtime 2025-03-21T20:33:41.8967463Z backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank1_ones] 2025-03-21T20:33:41.8969077Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_3_randn_pos 2025-03-21T20:33:41.8970663Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_4_randn_neg 2025-03-21T20:33:41.8972269Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank1_ones] 2025-03-21T20:33:41.8973375Z backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank2_rand] 2025-03-21T20:33:41.8974890Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_u55_BI 2025-03-21T20:33:41.8976280Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_u85_BI 2025-03-21T20:33:41.8977996Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_u85_BI 2025-03-21T20:33:41.8979334Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_0 2025-03-21T20:33:41.8980851Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank2_rand] 2025-03-21T20:33:41.8981994Z backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank3_randn] 2025-03-21T20:33:54.4563578Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_0 2025-03-21T20:33:54.4565096Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_1 2025-03-21T20:33:54.4566539Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank3_randn] 2025-03-21T20:33:54.4567663Z backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank4_randn] 2025-03-21T20:33:54.4569501Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_4_randn_neg 2025-03-21T20:33:54.4570864Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_5_ramp 2025-03-21T20:33:54.4572201Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank4_randn] 2025-03-21T20:33:54.4573172Z backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank1_ones] 2025-03-21T20:33:54.4574790Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_1 2025-03-21T20:33:54.4576094Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_2 2025-03-21T20:33:54.4577686Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_5_ramp 2025-03-21T20:33:54.4579042Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_0_zeros 2025-03-21T20:33:54.4580836Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_0_zeros 2025-03-21T20:33:54.4582194Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_1_ones 2025-03-21T20:33:54.4583618Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank1_ones] 2025-03-21T20:33:54.4584676Z backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank2_rand] 2025-03-21T20:33:54.4586102Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_2 2025-03-21T20:33:54.4587417Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_3 2025-03-21T20:33:54.4589014Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_1_ones 2025-03-21T20:33:54.4590360Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_2_rand 2025-03-21T20:33:54.4591967Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_3 2025-03-21T20:33:54.4593279Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_4 2025-03-21T20:33:54.4594672Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank2_rand] 2025-03-21T20:33:54.4595735Z backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank3_randn] 2025-03-21T20:33:54.4597205Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_2_rand 2025-03-21T20:33:54.4598588Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_3_randn_pos 2025-03-21T20:33:54.4600389Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_4 2025-03-21T20:33:54.4601728Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_0 2025-03-21T20:33:54.4603399Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_3_randn_pos 2025-03-21T20:33:54.4604809Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_4_randn_neg 2025-03-21T20:33:54.4606286Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank3_randn] 2025-03-21T20:33:54.4607358Z backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank4_randn] 2025-03-21T20:33:54.4608817Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_0 2025-03-21T20:33:54.4610193Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_1 2025-03-21T20:33:54.4611755Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_1 2025-03-21T20:33:54.4613065Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_2 2025-03-21T20:33:54.4614642Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank4_randn] 2025-03-21T20:33:54.4615694Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank1_ones] 2025-03-21T20:33:54.4617126Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_2 2025-03-21T20:33:54.4618440Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_3 2025-03-21T20:33:54.4619845Z [gw3] [ 35%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank1_ones] 2025-03-21T20:33:54.4620877Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank2_rand] 2025-03-21T20:33:54.4622546Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_3 2025-03-21T20:33:54.4624026Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_4 2025-03-21T20:33:54.4625697Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_4_randn_neg 2025-03-21T20:33:54.4627086Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_5_ramp 2025-03-21T20:33:54.4628716Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_5_ramp 2025-03-21T20:33:54.4630064Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_dim] 2025-03-21T20:33:54.4631661Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_4 2025-03-21T20:33:54.4632965Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_0 2025-03-21T20:33:54.4634359Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank2_rand] 2025-03-21T20:33:54.4635403Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank3_randn] 2025-03-21T20:33:54.4636676Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank3_randn] 2025-03-21T20:33:54.4637715Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank4_randn] 2025-03-21T20:33:54.4639130Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_0 2025-03-21T20:33:54.4640423Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_1 2025-03-21T20:33:54.4642013Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_dim] 2025-03-21T20:33:54.4643386Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims] 2025-03-21T20:33:54.4645000Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_1 2025-03-21T20:33:54.4646297Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_2 2025-03-21T20:33:54.4647920Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims] 2025-03-21T20:33:54.4649465Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:33:54.4651352Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_2 2025-03-21T20:33:54.4652642Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_3 2025-03-21T20:33:54.4654039Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank4_randn] 2025-03-21T20:33:54.4655086Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank1_ones] 2025-03-21T20:33:54.4656751Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:33:54.4658623Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-03-21T20:33:54.4660433Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_3 2025-03-21T20:33:54.4661727Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_4 2025-03-21T20:33:54.4663126Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank1_ones] 2025-03-21T20:33:54.4664161Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank2_rand] 2025-03-21T20:33:54.4665914Z [gw1] [ 36%] 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-03-21T20:33:54.4667706Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank2_rand] 2025-03-21T20:33:54.4668812Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank3_randn] 2025-03-21T20:33:54.4669892Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims] 2025-03-21T20:33:54.4671535Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_4 2025-03-21T20:33:54.4672830Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_0 2025-03-21T20:33:54.4674400Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_0 2025-03-21T20:33:54.4675691Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_1 2025-03-21T20:34:07.1863505Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank3_randn] 2025-03-21T20:34:07.1864653Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank4_randn] 2025-03-21T20:34:07.1866261Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims] 2025-03-21T20:34:07.1867825Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims_no_bias] 2025-03-21T20:34:07.1869556Z [gw2] [ 36%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_1 2025-03-21T20:34:07.1870895Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_2 2025-03-21T20:34:07.1872335Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank4_randn] 2025-03-21T20:34:07.1873445Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank1_ones] 2025-03-21T20:34:07.1874856Z [gw3] [ 36%] SKIPPED backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank1_ones] 2025-03-21T20:34:07.1876033Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank2_rand] 2025-03-21T20:34:07.1877433Z [gw3] [ 36%] SKIPPED backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank2_rand] 2025-03-21T20:34:07.1878605Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank3_randn] 2025-03-21T20:34:07.1880014Z [gw3] [ 36%] SKIPPED backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank3_randn] 2025-03-21T20:34:07.1881174Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank4_randn] 2025-03-21T20:34:07.1882577Z [gw3] [ 36%] SKIPPED backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank4_randn] 2025-03-21T20:34:07.1883740Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank1_ones] 2025-03-21T20:34:07.1885170Z [gw3] [ 36%] SKIPPED backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank1_ones] 2025-03-21T20:34:07.1886485Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank2_rand] 2025-03-21T20:34:07.1887901Z [gw3] [ 37%] SKIPPED backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank2_rand] 2025-03-21T20:34:07.1889080Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank3_randn] 2025-03-21T20:34:07.1891465Z [gw3] [ 37%] SKIPPED backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank3_randn] 2025-03-21T20:34:07.1892680Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank4_randn] 2025-03-21T20:34:07.1894138Z [gw3] [ 37%] SKIPPED backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank4_randn] 2025-03-21T20:34:07.1895253Z backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank1_ones] 2025-03-21T20:34:07.1896897Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims_no_bias] 2025-03-21T20:34:07.1898393Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_dim] 2025-03-21T20:34:07.1900227Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_2 2025-03-21T20:34:07.1901792Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_3 2025-03-21T20:34:07.1903421Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_3 2025-03-21T20:34:07.1904733Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_4 2025-03-21T20:34:07.1906182Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank1_ones] 2025-03-21T20:34:07.1907263Z backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank2_rand] 2025-03-21T20:34:07.1908723Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_4 2025-03-21T20:34:07.1912700Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_0_2_1x6x4_gp6_st1 2025-03-21T20:34:07.1914444Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank2_rand] 2025-03-21T20:34:07.1915568Z backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank3_randn] 2025-03-21T20:34:07.1917250Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_0_2_1x6x4_gp6_st1 2025-03-21T20:34:07.1918895Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_1_two_dw_conv1d 2025-03-21T20:34:07.1920496Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank3_randn] 2025-03-21T20:34:07.1921587Z backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank4_randn] 2025-03-21T20:34:07.1922903Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank4_randn] 2025-03-21T20:34:07.1923986Z backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank1_ones] 2025-03-21T20:34:07.1925473Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_dim] 2025-03-21T20:34:07.1926898Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims] 2025-03-21T20:34:07.1928741Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_1_two_dw_conv1d 2025-03-21T20:34:07.1930480Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_2_3_1x3x256_gp3_st1 2025-03-21T20:34:07.1932110Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank1_ones] 2025-03-21T20:34:07.1933185Z backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank2_rand] 2025-03-21T20:34:07.1934850Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_2_3_1x3x256_gp3_st1 2025-03-21T20:34:07.1936542Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_3_3_1x3x14_gp3_st1 2025-03-21T20:34:07.1938820Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_3_3_1x3x14_gp3_st1 2025-03-21T20:34:07.1940461Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_0_2x2_1x6x4x4_gp6_st1 2025-03-21T20:34:07.1942069Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank2_rand] 2025-03-21T20:34:07.1943093Z backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank3_randn] 2025-03-21T20:34:07.1944826Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_0_2x2_1x6x4x4_gp6_st1 2025-03-21T20:34:07.1946578Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_1_3x3_1x3x256x256_gp3_st1 2025-03-21T20:34:07.1948312Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank3_randn] 2025-03-21T20:34:07.1949636Z backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank4_randn] 2025-03-21T20:34:07.1951462Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_1_3x3_1x3x256x256_gp3_st1 2025-03-21T20:34:07.1953309Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_2_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:34:07.1955130Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank4_randn] 2025-03-21T20:34:07.1956211Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank1_ones] 2025-03-21T20:34:07.1957942Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_2_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:34:07.1959726Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_3_3x3_1x4x256x256_gp4_st1 2025-03-21T20:34:07.1961378Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank1_ones] 2025-03-21T20:34:07.1962443Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank2_rand] 2025-03-21T20:34:07.1964173Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_3_3x3_1x4x256x256_gp4_st1 2025-03-21T20:34:07.1965991Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_xfails_0_3x3_2x8x198x198_gp8_st3 2025-03-21T20:34:07.1967918Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims] 2025-03-21T20:34:07.1969518Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:34:07.1971251Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank2_rand] 2025-03-21T20:34:07.1972323Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank3_randn] 2025-03-21T20:34:07.1974139Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_xfails_0_3x3_2x8x198x198_gp8_st3 2025-03-21T20:34:07.1975948Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_xfails_1_two_dw_conv2d 2025-03-21T20:34:07.1977604Z [gw3] [ 37%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank3_randn] 2025-03-21T20:34:07.1978680Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank4_randn] 2025-03-21T20:34:07.1980380Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_xfails_1_two_dw_conv2d 2025-03-21T20:34:07.1982083Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_0_2_1x6x4_gp6_st1 2025-03-21T20:34:07.1983678Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank4_randn] 2025-03-21T20:34:19.3847325Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank1_ones] 2025-03-21T20:34:19.3849371Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_0_2_1x6x4_gp6_st1 2025-03-21T20:34:19.3850913Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_1_two_dw_conv1d 2025-03-21T20:34:19.3852412Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank1_ones] 2025-03-21T20:34:19.3853299Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank2_rand] 2025-03-21T20:34:19.3854660Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_1_two_dw_conv1d 2025-03-21T20:34:19.3856035Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_2_3_1x3x256_gp3_st1 2025-03-21T20:34:19.3857429Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank2_rand] 2025-03-21T20:34:19.3858560Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank3_randn] 2025-03-21T20:34:19.3859944Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_2_3_1x3x256_gp3_st1 2025-03-21T20:34:19.3861458Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_3_3_1x3x14_gp3_st1 2025-03-21T20:34:19.3863188Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:34:19.3864663Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-03-21T20:34:19.3866138Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank3_randn] 2025-03-21T20:34:19.3867044Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank4_randn] 2025-03-21T20:34:19.3868504Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_3_3_1x3x14_gp3_st1 2025-03-21T20:34:19.3869892Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_4_2x2_1x6x4x4_gp6_st1 2025-03-21T20:34:19.3871294Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank4_randn] 2025-03-21T20:34:19.3872233Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank1_ones] 2025-03-21T20:34:19.3873398Z [gw3] [ 38%] SKIPPED backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank1_ones] 2025-03-21T20:34:19.3874355Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank2_rand] 2025-03-21T20:34:19.3875462Z [gw3] [ 38%] SKIPPED backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank2_rand] 2025-03-21T20:34:19.3876417Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank3_randn] 2025-03-21T20:34:19.3877575Z [gw3] [ 38%] SKIPPED backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank3_randn] 2025-03-21T20:34:19.3878514Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank4_randn] 2025-03-21T20:34:19.3879735Z [gw3] [ 38%] SKIPPED backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank4_randn] 2025-03-21T20:34:19.3880696Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank1_ones] 2025-03-21T20:34:19.3881876Z [gw3] [ 38%] SKIPPED backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank1_ones] 2025-03-21T20:34:19.3882840Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank2_rand] 2025-03-21T20:34:19.3884032Z [gw3] [ 38%] SKIPPED backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank2_rand] 2025-03-21T20:34:19.3885000Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank3_randn] 2025-03-21T20:34:19.3886272Z [gw3] [ 38%] SKIPPED backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank3_randn] 2025-03-21T20:34:19.3887253Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank4_randn] 2025-03-21T20:34:19.3889065Z [gw3] [ 38%] SKIPPED backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank4_randn] 2025-03-21T20:34:19.3890461Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_0_zeros 2025-03-21T20:34:19.3892126Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_4_2x2_1x6x4x4_gp6_st1 2025-03-21T20:34:19.3893556Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_5_3x3_1x3x256x256_gp3_st1 2025-03-21T20:34:19.3895306Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_5_3x3_1x3x256x256_gp3_st1 2025-03-21T20:34:19.3896817Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_6_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:34:19.3898693Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_0_zeros 2025-03-21T20:34:19.3900947Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_1_ones 2025-03-21T20:34:19.3902712Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_6_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:34:19.3904214Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_7_3x3_1x4x256x256_gp4_st1 2025-03-21T20:34:19.3905997Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_7_3x3_1x4x256x256_gp4_st1 2025-03-21T20:34:19.3907438Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_8_3x3_2x8x198x198_gp8_st3 2025-03-21T20:34:19.3909022Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_1_ones 2025-03-21T20:34:19.3910251Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_2_rand 2025-03-21T20:34:19.3911929Z [gw1] [ 38%] 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-03-21T20:34:19.3916192Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims] 2025-03-21T20:34:19.3917871Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_8_3x3_2x8x198x198_gp8_st3 2025-03-21T20:34:19.3919275Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_9_two_dw_conv2d 2025-03-21T20:34:19.3920818Z [gw3] [ 38%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_2_rand 2025-03-21T20:34:19.3922082Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_3_randn_pos 2025-03-21T20:34:19.3923695Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_3_randn_pos 2025-03-21T20:34:19.3925007Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_4_randn_neg 2025-03-21T20:34:19.3926508Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_9_two_dw_conv2d 2025-03-21T20:34:19.3927840Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_0_2_1x6x4_gp6_st1 2025-03-21T20:34:19.3929487Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_0_2_1x6x4_gp6_st1 2025-03-21T20:34:19.3931304Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_1_two_dw_conv1d 2025-03-21T20:34:19.3932943Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_4_randn_neg 2025-03-21T20:34:19.3934455Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_5_ramp 2025-03-21T20:34:19.3936109Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_1_two_dw_conv1d 2025-03-21T20:34:19.3937515Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_2_3_1x3x256_gp3_st1 2025-03-21T20:34:19.3939227Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_2_3_1x3x256_gp3_st1 2025-03-21T20:34:19.3940593Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_3_3_1x3x14_gp3_st1 2025-03-21T20:34:19.3942757Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_3_3_1x3x14_gp3_st1 2025-03-21T20:34:19.3944315Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_4_2x2_1x6x4x4_gp6_st1 2025-03-21T20:34:19.3946006Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_4_2x2_1x6x4x4_gp6_st1 2025-03-21T20:34:19.3947395Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_5_3x3_1x3x256x256_gp3_st1 2025-03-21T20:34:19.3949106Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_5_3x3_1x3x256x256_gp3_st1 2025-03-21T20:34:19.3950815Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_5_ramp 2025-03-21T20:34:19.3952111Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_0_zeros 2025-03-21T20:34:33.5331029Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_6_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:34:33.5332618Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_6_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:34:33.5333699Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_7_3x3_1x4x256x256_gp4_st1 2025-03-21T20:34:33.5334902Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_0_zeros 2025-03-21T20:34:33.5335822Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_1_ones 2025-03-21T20:34:33.5336985Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_7_3x3_1x4x256x256_gp4_st1 2025-03-21T20:34:33.5338214Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_8_3x3_2x8x198x198_gp8_st3 2025-03-21T20:34:33.5339484Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_8_3x3_2x8x198x198_gp8_st3 2025-03-21T20:34:33.5340517Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_9_two_dw_conv2d 2025-03-21T20:34:33.5341611Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims] 2025-03-21T20:34:33.5342599Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims_no_bias] 2025-03-21T20:34:33.5343749Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_1_ones 2025-03-21T20:34:33.5344941Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_2_rand 2025-03-21T20:34:33.5345981Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_2_rand 2025-03-21T20:34:33.5346843Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_3_randn_pos 2025-03-21T20:34:33.5348111Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_9_two_dw_conv2d 2025-03-21T20:34:33.5349041Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_0_2_1x6x4_gp6_st1 2025-03-21T20:34:33.5350106Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_3_randn_pos 2025-03-21T20:34:33.5350999Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_4_randn_neg 2025-03-21T20:34:33.5352056Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_0_2_1x6x4_gp6_st1 2025-03-21T20:34:33.5352980Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_1_two_dw_conv1d 2025-03-21T20:34:33.5354160Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_4_randn_neg 2025-03-21T20:34:33.5355023Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_5_ramp 2025-03-21T20:34:33.5356065Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_1_two_dw_conv1d 2025-03-21T20:34:33.5356990Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_2_3_1x3x256_gp3_st1 2025-03-21T20:34:33.5358082Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_2_3_1x3x256_gp3_st1 2025-03-21T20:34:33.5359014Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_3_3_1x3x14_gp3_st1 2025-03-21T20:34:33.5360094Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims_no_bias] 2025-03-21T20:34:33.5360948Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_dim] 2025-03-21T20:34:33.5361923Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_5_ramp 2025-03-21T20:34:33.5362781Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_0_zeros 2025-03-21T20:34:33.5363853Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_3_3_1x3x14_gp3_st1 2025-03-21T20:34:33.5364784Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_4_2x2_1x6x4x4_gp6_st1 2025-03-21T20:34:33.5365904Z [gw3] [ 39%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_0_zeros 2025-03-21T20:34:33.5366766Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_1_ones 2025-03-21T20:34:33.5367861Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_4_2x2_1x6x4x4_gp6_st1 2025-03-21T20:34:33.5368834Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_5_3x3_1x3x256x256_gp3_st1 2025-03-21T20:34:33.5370063Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_5_3x3_1x3x256x256_gp3_st1 2025-03-21T20:34:33.5371053Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_6_3x3_1x4x256x256_gp4_st1 2025-03-21T20:34:33.5372141Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_1_ones 2025-03-21T20:34:33.5373010Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_2_rand 2025-03-21T20:34:33.5374094Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_6_3x3_1x4x256x256_gp4_st1 2025-03-21T20:34:33.5375144Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_7_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:34:33.5376239Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_2_rand 2025-03-21T20:34:33.5377134Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_3_randn_pos 2025-03-21T20:34:33.5378131Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_dim] 2025-03-21T20:34:33.5378923Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims] 2025-03-21T20:34:33.5379998Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_7_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:34:33.5381049Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_xfails_0_3x3_2x8x198x198_gp8_st3 2025-03-21T20:34:33.5382185Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_3_randn_pos 2025-03-21T20:34:33.5383101Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_4_randn_neg 2025-03-21T20:34:33.5384257Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_xfails_0_3x3_2x8x198x198_gp8_st3 2025-03-21T20:34:33.5385257Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_xfails_1_two_dw_conv2d 2025-03-21T20:34:33.5386391Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_xfails_1_two_dw_conv2d 2025-03-21T20:34:33.5387232Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_0_op_div_rank1_ones 2025-03-21T20:34:33.5388207Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_4_randn_neg 2025-03-21T20:34:33.5389104Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_5_ramp 2025-03-21T20:34:33.5390055Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_0_op_div_rank1_ones 2025-03-21T20:34:33.5390810Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_1_op_div_rank1_negative_ones 2025-03-21T20:34:33.5391741Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_1_op_div_rank1_negative_ones 2025-03-21T20:34:33.5392495Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_2_op_div_rank1_rand 2025-03-21T20:34:33.5393451Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_5_ramp 2025-03-21T20:34:33.5394314Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_0_zeros 2025-03-21T20:34:33.5395315Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims] 2025-03-21T20:34:33.5396205Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:34:33.5397293Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_0_zeros 2025-03-21T20:34:33.5398162Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_1_ones 2025-03-21T20:34:47.8267680Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_1_ones 2025-03-21T20:34:47.8269411Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_2_rand 2025-03-21T20:34:47.8271269Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_2_op_div_rank1_rand 2025-03-21T20:34:47.8272947Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_3_op_div_rank4_ones 2025-03-21T20:34:47.8274802Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_2_rand 2025-03-21T20:34:47.8276533Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_3_randn_pos 2025-03-21T20:34:47.8278389Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_3_op_div_rank4_ones 2025-03-21T20:34:47.8279828Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_4_op_div_rank4_negative_ones 2025-03-21T20:34:47.8281781Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_3_randn_pos 2025-03-21T20:34:47.8283437Z backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank4_randn] 2025-03-21T20:34:47.8285133Z [gw3] [ 40%] SKIPPED backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank4_randn] 2025-03-21T20:34:47.8286394Z backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank1_ones] 2025-03-21T20:34:47.8287905Z [gw3] [ 40%] SKIPPED backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank1_ones] 2025-03-21T20:34:47.8289154Z backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank2_rand] 2025-03-21T20:34:47.8290722Z [gw3] [ 40%] SKIPPED backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank2_rand] 2025-03-21T20:34:47.8291960Z backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank3_randn] 2025-03-21T20:34:47.8293476Z [gw3] [ 40%] SKIPPED backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank3_randn] 2025-03-21T20:34:47.8294735Z backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank4_randn] 2025-03-21T20:34:47.8296569Z [gw3] [ 40%] SKIPPED backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank4_randn] 2025-03-21T20:34:47.8298150Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_00_model_linear_rank1_zeros 2025-03-21T20:34:47.8300284Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_4_op_div_rank4_negative_ones 2025-03-21T20:34:47.8301921Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_5_op_div_rank4_ones_div_negative 2025-03-21T20:34:47.8303896Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_5_op_div_rank4_ones_div_negative 2025-03-21T20:34:47.8305493Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_6_op_div_rank4_large_rand 2025-03-21T20:34:47.8307573Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:34:47.8309625Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-03-21T20:34:47.8311743Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_6_op_div_rank4_large_rand 2025-03-21T20:34:47.8313359Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_7_op_div_rank4_negative_large_rand 2025-03-21T20:34:47.8315398Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_00_model_linear_rank1_zeros 2025-03-21T20:34:47.8317146Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_01_model_linear_rank1_ones 2025-03-21T20:34:47.8319200Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_01_model_linear_rank1_ones 2025-03-21T20:34:47.8321013Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_02_model_linear_rank1_negative_ones 2025-03-21T20:34:47.8323391Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_02_model_linear_rank1_negative_ones 2025-03-21T20:34:47.8325219Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_03_model_linear_rank1_rand 2025-03-21T20:34:47.8327237Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_7_op_div_rank4_negative_large_rand 2025-03-21T20:34:47.8328843Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_8_op_div_rank4_large_randn 2025-03-21T20:34:47.8330753Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_8_op_div_rank4_large_randn 2025-03-21T20:34:47.8332279Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_0_op_div_rank1_ones 2025-03-21T20:34:47.8334043Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_0_op_div_rank1_ones 2025-03-21T20:34:47.8335728Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_1_op_div_rank1_negative_ones 2025-03-21T20:34:47.8337707Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_03_model_linear_rank1_rand 2025-03-21T20:34:47.8339571Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_04_model_linear_rank1_negative_large_rand 2025-03-21T20:34:47.8341941Z [gw1] [ 41%] 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-03-21T20:34:47.8343824Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims] 2025-03-21T20:34:47.8345748Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_1_op_div_rank1_negative_ones 2025-03-21T20:34:47.8347271Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_2_op_div_rank1_rand 2025-03-21T20:34:47.8349030Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_2_op_div_rank1_rand 2025-03-21T20:34:47.8350496Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_3_op_div_rank4_ones 2025-03-21T20:34:47.8352548Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_04_model_linear_rank1_negative_large_rand 2025-03-21T20:34:47.8354456Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_05_model_linear_rank1_large_randn 2025-03-21T20:34:47.8356393Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_3_op_div_rank4_ones 2025-03-21T20:34:47.8357920Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_4_op_div_rank4_negative_ones 2025-03-21T20:34:47.8359794Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_4_op_div_rank4_negative_ones 2025-03-21T20:34:47.8361410Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_5_op_div_rank4_ones_div_negative 2025-03-21T20:34:47.8363366Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_5_op_div_rank4_ones_div_negative 2025-03-21T20:34:47.8364928Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_6_op_div_rank4_large_rand 2025-03-21T20:34:47.8366747Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_6_op_div_rank4_large_rand 2025-03-21T20:34:47.8368346Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_7_op_div_rank4_negative_large_rand 2025-03-21T20:34:47.8370380Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_7_op_div_rank4_negative_large_rand 2025-03-21T20:34:47.8371993Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_8_op_div_rank4_large_randn 2025-03-21T20:34:47.8374021Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_05_model_linear_rank1_large_randn 2025-03-21T20:34:47.8375945Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_06_model_linear_rank4_zeros 2025-03-21T20:34:47.8377907Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_8_op_div_rank4_large_randn 2025-03-21T20:34:47.8379425Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_0_op_div_rank1_ones 2025-03-21T20:34:47.8381336Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_06_model_linear_rank4_zeros 2025-03-21T20:34:47.8383066Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_07_model_linear_rank4_ones 2025-03-21T20:34:47.8384951Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_0_op_div_rank1_ones 2025-03-21T20:34:47.8386472Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_1_op_div_rank1_negative_ones 2025-03-21T20:34:47.8388554Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_07_model_linear_rank4_ones 2025-03-21T20:34:47.8390368Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_08_model_linear_rank4_negative_ones 2025-03-21T20:34:47.8392388Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_1_op_div_rank1_negative_ones 2025-03-21T20:34:47.8393900Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_2_op_div_rank1_rand 2025-03-21T20:34:47.8395762Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims] 2025-03-21T20:35:03.7878944Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims_no_bias] 2025-03-21T20:35:03.7880777Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_08_model_linear_rank4_negative_ones 2025-03-21T20:35:03.7882086Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_09_model_linear_rank4_rand 2025-03-21T20:35:03.7883550Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_09_model_linear_rank4_rand 2025-03-21T20:35:03.7884927Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_10_model_linear_rank4_negative_large_rand 2025-03-21T20:35:03.7886521Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_2_op_div_rank1_rand 2025-03-21T20:35:03.7887529Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_0_op_div_rank4_ones 2025-03-21T20:35:03.7888776Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_0_op_div_rank4_ones 2025-03-21T20:35:03.7889817Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_1_op_div_rank4_negative_ones 2025-03-21T20:35:03.7891332Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_10_model_linear_rank4_negative_large_rand 2025-03-21T20:35:03.7892562Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_11_model_linear_rank4_large_randn 2025-03-21T20:35:03.7893910Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_1_op_div_rank4_negative_ones 2025-03-21T20:35:03.7895006Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_2_op_div_rank4_ones_div_negative 2025-03-21T20:35:03.7896384Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims_no_bias] 2025-03-21T20:35:03.7897551Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_dim] 2025-03-21T20:35:03.7899012Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_11_model_linear_rank4_large_randn 2025-03-21T20:35:03.7901276Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_00_model_linear_rank1_zeros 2025-03-21T20:35:03.7903275Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_2_op_div_rank4_ones_div_negative 2025-03-21T20:35:03.7904782Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_3_op_div_rank4_large_rand 2025-03-21T20:35:03.7906601Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_00_model_linear_rank1_zeros 2025-03-21T20:35:03.7908121Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_01_model_linear_rank1_ones 2025-03-21T20:35:03.7909908Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_3_op_div_rank4_large_rand 2025-03-21T20:35:03.7911449Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_4_op_div_rank4_negative_large_rand 2025-03-21T20:35:03.7913572Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_01_model_linear_rank1_ones 2025-03-21T20:35:03.7915225Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_02_model_linear_rank1_negative_ones 2025-03-21T20:35:03.7917252Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_02_model_linear_rank1_negative_ones 2025-03-21T20:35:03.7918889Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_03_model_linear_rank1_rand 2025-03-21T20:35:03.7920719Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_dim] 2025-03-21T20:35:03.7922158Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims] 2025-03-21T20:35:03.7923942Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_03_model_linear_rank1_rand 2025-03-21T20:35:03.7925435Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_04_model_linear_rank1_negative_large_rand 2025-03-21T20:35:03.7927478Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_4_op_div_rank4_negative_large_rand 2025-03-21T20:35:03.7928970Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_5_op_div_rank4_large_randn 2025-03-21T20:35:03.7930847Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_5_op_div_rank4_large_randn 2025-03-21T20:35:03.7932147Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_0_op_div_rank1_ones 2025-03-21T20:35:03.7933917Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_04_model_linear_rank1_negative_large_rand 2025-03-21T20:35:03.7935547Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_05_model_linear_rank1_large_randn 2025-03-21T20:35:03.7937521Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_05_model_linear_rank1_large_randn 2025-03-21T20:35:03.7939016Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_06_model_linear_rank4_zeros 2025-03-21T20:35:03.7940698Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_0_op_div_rank1_ones 2025-03-21T20:35:03.7942038Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_1_op_div_rank1_negative_ones 2025-03-21T20:35:03.7943795Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_06_model_linear_rank4_zeros 2025-03-21T20:35:03.7945332Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_07_model_linear_rank4_ones 2025-03-21T20:35:03.7947108Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_1_op_div_rank1_negative_ones 2025-03-21T20:35:03.7948430Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_2_op_div_rank1_rand 2025-03-21T20:35:03.7950270Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_07_model_linear_rank4_ones 2025-03-21T20:35:03.7951838Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_08_model_linear_rank4_negative_ones 2025-03-21T20:35:03.7953831Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_08_model_linear_rank4_negative_ones 2025-03-21T20:35:03.7955370Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_09_model_linear_rank4_rand 2025-03-21T20:35:03.7957157Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims] 2025-03-21T20:35:03.7958755Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:35:03.7960935Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_09_model_linear_rank4_rand 2025-03-21T20:35:03.7962525Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_10_model_linear_rank4_negative_large_rand 2025-03-21T20:35:03.7964382Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_2_op_div_rank1_rand 2025-03-21T20:35:03.7965706Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_0_op_div_rank4_ones 2025-03-21T20:35:03.7967345Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_0_op_div_rank4_ones 2025-03-21T20:35:03.7968743Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_1_op_div_rank4_negative_ones 2025-03-21T20:35:03.7970728Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_10_model_linear_rank4_negative_large_rand 2025-03-21T20:35:03.7972395Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_11_model_linear_rank4_large_randn 2025-03-21T20:35:03.7974378Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_11_model_linear_rank4_large_randn 2025-03-21T20:35:03.7975961Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_0_model_linear_rank1_zeros 2025-03-21T20:35:03.7977835Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_1_op_div_rank4_negative_ones 2025-03-21T20:35:03.7979302Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_2_op_div_rank4_ones_div_negative 2025-03-21T20:35:03.7981186Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_2_op_div_rank4_ones_div_negative 2025-03-21T20:35:03.7982650Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_3_op_div_rank4_large_rand 2025-03-21T20:35:03.7984506Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_0_model_linear_rank1_zeros 2025-03-21T20:35:03.7986048Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_1_model_linear_rank1_ones 2025-03-21T20:35:03.7988032Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:35:03.7989803Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-03-21T20:35:17.8297868Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_3_op_div_rank4_large_rand 2025-03-21T20:35:17.8299541Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_4_op_div_rank4_negative_large_rand 2025-03-21T20:35:17.8301721Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_1_model_linear_rank1_ones 2025-03-21T20:35:17.8305182Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_2_model_linear_rank1_negative_ones 2025-03-21T20:35:17.8307558Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_2_model_linear_rank1_negative_ones 2025-03-21T20:35:17.8309335Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_3_model_linear_rank1_rand 2025-03-21T20:35:17.8311999Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_4_op_div_rank4_negative_large_rand 2025-03-21T20:35:17.8313714Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_5_op_div_rank4_large_randn 2025-03-21T20:35:17.8316922Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_3_model_linear_rank1_rand 2025-03-21T20:35:17.8326575Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_4_model_linear_rank1_negative_large_rand 2025-03-21T20:35:17.8337106Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_5_op_div_rank4_large_randn 2025-03-21T20:35:17.8338804Z backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank1_ones] 2025-03-21T20:35:17.8342695Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank1_ones] 2025-03-21T20:35:17.8344038Z backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank2_rand] 2025-03-21T20:35:17.8348344Z [gw1] [ 43%] 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-03-21T20:35:17.8350590Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims] 2025-03-21T20:35:17.8356459Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_4_model_linear_rank1_negative_large_rand 2025-03-21T20:35:17.8360565Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_5_model_linear_rank1_large_randn 2025-03-21T20:35:17.8362685Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank2_rand] 2025-03-21T20:35:17.8365451Z backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank3_randn] 2025-03-21T20:35:17.8367123Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank3_randn] 2025-03-21T20:35:17.8368320Z backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank4_randn] 2025-03-21T20:35:17.8371436Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_5_model_linear_rank1_large_randn 2025-03-21T20:35:17.8373215Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_00_model_linear_rank1_zeros 2025-03-21T20:35:17.8374954Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank4_randn] 2025-03-21T20:35:17.8376344Z backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank1_ones] 2025-03-21T20:35:17.8379216Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank1_ones] 2025-03-21T20:35:17.8380392Z backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank2_rand] 2025-03-21T20:35:17.8382153Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_00_model_linear_rank1_zeros 2025-03-21T20:35:17.8384604Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_01_model_linear_rank1_ones 2025-03-21T20:35:17.8386520Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank2_rand] 2025-03-21T20:35:17.8387774Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rand_rank3] 2025-03-21T20:35:17.8390568Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_01_model_linear_rank1_ones 2025-03-21T20:35:17.8392723Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_02_model_linear_rank1_negative_ones 2025-03-21T20:35:17.8394611Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rand_rank3] 2025-03-21T20:35:17.8396166Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rand_rank4] 2025-03-21T20:35:17.8398849Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_02_model_linear_rank1_negative_ones 2025-03-21T20:35:17.8400756Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_03_model_linear_rank1_rand 2025-03-21T20:35:17.8402559Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rand_rank4] 2025-03-21T20:35:17.8403851Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rank1] 2025-03-21T20:35:17.8405542Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rank1] 2025-03-21T20:35:17.8406834Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rand_rank2] 2025-03-21T20:35:17.8408413Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rand_rank2] 2025-03-21T20:35:17.8409738Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rand_rank3] 2025-03-21T20:35:17.8411552Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims] 2025-03-21T20:35:17.8413204Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims_no_bias] 2025-03-21T20:35:17.8415440Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_03_model_linear_rank1_rand 2025-03-21T20:35:17.8437371Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_04_model_linear_rank1_negative_large_rand 2025-03-21T20:35:17.8439405Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rand_rank3] 2025-03-21T20:35:17.8440750Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rand_rank4] 2025-03-21T20:35:17.8442334Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rand_rank4] 2025-03-21T20:35:17.8443635Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rank1] 2025-03-21T20:35:17.8445141Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rank1] 2025-03-21T20:35:17.8446434Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rand_rank2] 2025-03-21T20:35:17.8448032Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rand_rank2] 2025-03-21T20:35:17.8449364Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rand_rank3] 2025-03-21T20:35:17.8451052Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rand_rank3] 2025-03-21T20:35:17.8452371Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rand_rank4] 2025-03-21T20:35:17.8454341Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_04_model_linear_rank1_negative_large_rand 2025-03-21T20:35:17.8456212Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_05_model_linear_rank1_large_randn 2025-03-21T20:35:17.8458057Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rand_rank4] 2025-03-21T20:35:17.8459338Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rank1] 2025-03-21T20:35:17.8460826Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rank1] 2025-03-21T20:35:17.8462092Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rand_rank2] 2025-03-21T20:35:17.8463857Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rand_rank2] 2025-03-21T20:35:17.8465171Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rand_rank3] 2025-03-21T20:35:17.8466989Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rand_rank3] 2025-03-21T20:35:17.8468331Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rand_rank4] 2025-03-21T20:35:17.8470224Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_05_model_linear_rank1_large_randn 2025-03-21T20:35:17.8471979Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_06_model_linear_rank4_zeros 2025-03-21T20:35:17.8474010Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims_no_bias] 2025-03-21T20:35:17.8475773Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[randn_last_dim] 2025-03-21T20:35:17.8477680Z [gw1] [ 44%] SKIPPED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[randn_last_dim] 2025-03-21T20:35:17.8479310Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[rand_last_two_dims] 2025-03-21T20:35:17.8481284Z [gw1] [ 44%] SKIPPED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[rand_last_two_dims] 2025-03-21T20:35:17.8483115Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:35:22.1753489Z [gw1] [ 44%] SKIPPED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:35:22.1755599Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-03-21T20:35:22.1758111Z [gw1] [ 44%] SKIPPED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-03-21T20:35:22.1760022Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[randn_last_three_dims] 2025-03-21T20:35:22.1762050Z [gw1] [ 44%] SKIPPED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[randn_last_three_dims] 2025-03-21T20:35:22.1763838Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[randn_last_three_dims_no_bias] 2025-03-21T20:35:22.1766014Z [gw1] [ 44%] SKIPPED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[randn_last_three_dims_no_bias] 2025-03-21T20:35:22.1767727Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[randn_last_dim] 2025-03-21T20:35:22.1769641Z [gw1] [ 44%] SKIPPED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[randn_last_dim] 2025-03-21T20:35:22.1771346Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[rand_last_two_dims] 2025-03-21T20:35:22.1773319Z [gw1] [ 44%] SKIPPED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[rand_last_two_dims] 2025-03-21T20:35:22.1775144Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:35:22.1777461Z [gw1] [ 44%] SKIPPED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:35:22.1779497Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-03-21T20:35:22.1781940Z [gw1] [ 44%] SKIPPED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-03-21T20:35:22.1784104Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[randn_last_three_dims] 2025-03-21T20:35:22.1786156Z [gw1] [ 44%] SKIPPED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[randn_last_three_dims] 2025-03-21T20:35:22.1787935Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[randn_last_three_dims_no_bias] 2025-03-21T20:35:22.1790104Z [gw1] [ 44%] SKIPPED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[randn_last_three_dims_no_bias] 2025-03-21T20:35:22.1791610Z backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank1_ones] 2025-03-21T20:35:22.1793039Z [gw1] [ 44%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank1_ones] 2025-03-21T20:35:22.1794347Z backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank2_rand] 2025-03-21T20:35:22.1796125Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_06_model_linear_rank4_zeros 2025-03-21T20:35:22.1797857Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_07_model_linear_rank4_ones 2025-03-21T20:35:22.1799645Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rand_rank4] 2025-03-21T20:35:22.1801178Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rank1] 2025-03-21T20:35:22.1802812Z [gw2] [ 44%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rank1] 2025-03-21T20:35:22.1804238Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rand_rank2] 2025-03-21T20:35:22.1805960Z [gw2] [ 44%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rand_rank2] 2025-03-21T20:35:22.1807399Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rand_rank3] 2025-03-21T20:35:22.1809117Z [gw2] [ 44%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rand_rank3] 2025-03-21T20:35:22.1810616Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rand_rank4] 2025-03-21T20:35:22.1812330Z [gw2] [ 44%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rand_rank4] 2025-03-21T20:35:22.1813707Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rank1] 2025-03-21T20:35:22.1815336Z [gw2] [ 44%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rank1] 2025-03-21T20:35:22.1816723Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rand_rank2] 2025-03-21T20:35:22.1818422Z [gw2] [ 45%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rand_rank2] 2025-03-21T20:35:22.1819857Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rand_rank3] 2025-03-21T20:35:22.1821562Z [gw2] [ 45%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rand_rank3] 2025-03-21T20:35:22.1822988Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rand_rank4] 2025-03-21T20:35:22.1824670Z [gw2] [ 45%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rand_rank4] 2025-03-21T20:35:22.1826055Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rank1] 2025-03-21T20:35:22.1827684Z [gw2] [ 45%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rank1] 2025-03-21T20:35:22.1829064Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rand_rank2] 2025-03-21T20:35:22.1830776Z [gw2] [ 45%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rand_rank2] 2025-03-21T20:35:22.1832205Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rand_rank3] 2025-03-21T20:35:22.1834120Z [gw2] [ 45%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rand_rank3] 2025-03-21T20:35:22.1835602Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rand_rank4] 2025-03-21T20:35:22.1837306Z [gw2] [ 45%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rand_rank4] 2025-03-21T20:35:22.1838697Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rank1] 2025-03-21T20:35:22.1840312Z [gw2] [ 45%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rank1] 2025-03-21T20:35:22.1841690Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rand_rank2] 2025-03-21T20:35:22.1843372Z [gw2] [ 45%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rand_rank2] 2025-03-21T20:35:22.1844886Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rand_rank3] 2025-03-21T20:35:22.1846578Z [gw2] [ 45%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rand_rank3] 2025-03-21T20:35:22.1847989Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rand_rank4] 2025-03-21T20:35:22.1849678Z [gw2] [ 45%] SKIPPED backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rand_rank4] 2025-03-21T20:35:22.1851108Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones] 2025-03-21T20:35:22.1852590Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank2_rand] 2025-03-21T20:35:22.1853756Z backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank3_randn] 2025-03-21T20:35:22.1855247Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones] 2025-03-21T20:35:22.1856608Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones_neg_dim] 2025-03-21T20:35:22.1858168Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank3_randn] 2025-03-21T20:35:22.1859356Z backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank4_randn] 2025-03-21T20:35:22.1861114Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_07_model_linear_rank4_ones 2025-03-21T20:35:22.1862908Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_08_model_linear_rank4_negative_ones 2025-03-21T20:35:22.1864817Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones_neg_dim] 2025-03-21T20:35:22.1866251Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_neg_dim] 2025-03-21T20:35:22.1867980Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_neg_dim] 2025-03-21T20:35:22.1869366Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros] 2025-03-21T20:35:22.1871290Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_08_model_linear_rank4_negative_ones 2025-03-21T20:35:22.1873076Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_09_model_linear_rank4_rand 2025-03-21T20:35:22.1874763Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank4_randn] 2025-03-21T20:35:22.1875948Z backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank1_ones] 2025-03-21T20:35:22.1877459Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros] 2025-03-21T20:35:34.0009581Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros_neg_dim] 2025-03-21T20:35:34.0011745Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_09_model_linear_rank4_rand 2025-03-21T20:35:34.0013800Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_10_model_linear_rank4_negative_large_rand 2025-03-21T20:35:34.0015578Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank1_ones] 2025-03-21T20:35:34.0016720Z backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank2_rand] 2025-03-21T20:35:34.0018266Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros_neg_dim] 2025-03-21T20:35:34.0019595Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand] 2025-03-21T20:35:34.0021031Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank2_rand] 2025-03-21T20:35:34.0022179Z backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank3_randn] 2025-03-21T20:35:34.0023639Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand] 2025-03-21T20:35:34.0025121Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand_neg_dim] 2025-03-21T20:35:34.0026629Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank3_randn] 2025-03-21T20:35:34.0027774Z backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank4_randn] 2025-03-21T20:35:34.0029590Z [gw3] [ 45%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_10_model_linear_rank4_negative_large_rand 2025-03-21T20:35:34.0031400Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_11_model_linear_rank4_large_randn 2025-03-21T20:35:34.0033244Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand_neg_dim] 2025-03-21T20:35:34.0034661Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_mult_batches] 2025-03-21T20:35:34.0036231Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank4_randn] 2025-03-21T20:35:34.0037371Z backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank1_ones] 2025-03-21T20:35:34.0039106Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_11_model_linear_rank4_large_randn 2025-03-21T20:35:34.0040627Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_0_ones_rank4 2025-03-21T20:35:34.0042278Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_mult_batches] 2025-03-21T20:35:34.0043668Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones] 2025-03-21T20:35:34.0045216Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_0_ones_rank4 2025-03-21T20:35:34.0046357Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_1_ones_rank3 2025-03-21T20:35:34.0047981Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_1_ones_rank3 2025-03-21T20:35:34.0049253Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_2_rand 2025-03-21T20:35:34.0050749Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank1_ones] 2025-03-21T20:35:34.0051858Z backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank2_rand] 2025-03-21T20:35:34.0053257Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_2_rand 2025-03-21T20:35:34.0054467Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_3_randn_pos 2025-03-21T20:35:34.0055893Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank2_rand] 2025-03-21T20:35:34.0056926Z backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank3_randn] 2025-03-21T20:35:34.0058385Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_3_randn_pos 2025-03-21T20:35:34.0059665Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_4_randn_spread 2025-03-21T20:35:34.0061286Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank3_randn] 2025-03-21T20:35:34.0062416Z backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank4_randn] 2025-03-21T20:35:34.0063789Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank4_randn] 2025-03-21T20:35:34.0064897Z backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank1_ones] 2025-03-21T20:35:34.0066346Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_4_randn_spread 2025-03-21T20:35:34.0067587Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_5_ramp 2025-03-21T20:35:34.0069026Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_5_ramp 2025-03-21T20:35:34.0070254Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_0_ones_rank4 2025-03-21T20:35:34.0071782Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank1_ones] 2025-03-21T20:35:34.0072773Z backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank2_rand] 2025-03-21T20:35:34.0074211Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones] 2025-03-21T20:35:34.0075523Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones_neg_dim] 2025-03-21T20:35:34.0077102Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_0_ones_rank4 2025-03-21T20:35:34.0078356Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_1_ones_rank3 2025-03-21T20:35:34.0079779Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank2_rand] 2025-03-21T20:35:34.0080879Z backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank3_randn] 2025-03-21T20:35:34.0082324Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_1_ones_rank3 2025-03-21T20:35:34.0083490Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_2_rand 2025-03-21T20:35:34.0084933Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_2_rand 2025-03-21T20:35:34.0086164Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_3_randn_pos 2025-03-21T20:35:34.0087657Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_3_randn_pos 2025-03-21T20:35:34.0088911Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_4_randn_spread 2025-03-21T20:35:34.0090426Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank3_randn] 2025-03-21T20:35:34.0091561Z backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank4_randn] 2025-03-21T20:35:34.0093010Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_4_randn_spread 2025-03-21T20:35:34.0094257Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_5_ramp 2025-03-21T20:35:34.0095693Z [gw3] [ 46%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_5_ramp 2025-03-21T20:35:34.0096919Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_0_ones_rank4 2025-03-21T20:35:34.0098371Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank4_randn] 2025-03-21T20:35:34.0099543Z backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank1_ones] 2025-03-21T20:35:34.0106919Z [gw1] [ 46%] SKIPPED backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank1_ones] 2025-03-21T20:35:34.0108164Z backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank2_rand] 2025-03-21T20:35:34.0109650Z [gw1] [ 46%] SKIPPED backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank2_rand] 2025-03-21T20:35:34.0110885Z backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank3_randn] 2025-03-21T20:35:34.0112602Z [gw1] [ 46%] SKIPPED backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank3_randn] 2025-03-21T20:35:34.0113906Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[ones] 2025-03-21T20:35:34.0115574Z [gw1] [ 46%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[ones] 2025-03-21T20:35:34.0116963Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[rand] 2025-03-21T20:35:34.0118617Z [gw1] [ 46%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[rand] 2025-03-21T20:35:34.0119993Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[randn] 2025-03-21T20:35:34.0121640Z [gw1] [ 47%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[randn] 2025-03-21T20:35:34.0123128Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[zeros] 2025-03-21T20:35:34.0124794Z [gw1] [ 47%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[zeros] 2025-03-21T20:35:34.0126160Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[ones] 2025-03-21T20:35:34.0127812Z [gw1] [ 47%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[ones] 2025-03-21T20:35:34.0129176Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[rand] 2025-03-21T20:35:34.0130891Z [gw1] [ 47%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[rand] 2025-03-21T20:35:34.0132275Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[randn] 2025-03-21T20:35:34.0133933Z [gw1] [ 47%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[randn] 2025-03-21T20:35:34.0135219Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[zeros] 2025-03-21T20:35:34.0136698Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_0_ones_rank4 2025-03-21T20:35:49.8041111Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_1_ones_rank3 2025-03-21T20:35:49.8042928Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[zeros] 2025-03-21T20:35:49.8044152Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[ones] 2025-03-21T20:35:49.8045730Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones_neg_dim] 2025-03-21T20:35:49.8047162Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_neg_dim] 2025-03-21T20:35:49.8048802Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_1_ones_rank3 2025-03-21T20:35:49.8050174Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_2_rand 2025-03-21T20:35:49.8051658Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[ones] 2025-03-21T20:35:49.8052813Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[rand] 2025-03-21T20:35:49.8054271Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_2_rand 2025-03-21T20:35:49.8055551Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_3_randn_pos 2025-03-21T20:35:49.8057025Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[rand] 2025-03-21T20:35:49.8058189Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[randn] 2025-03-21T20:35:49.8059762Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_neg_dim] 2025-03-21T20:35:49.8061138Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros] 2025-03-21T20:35:49.8062730Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_3_randn_pos 2025-03-21T20:35:49.8064348Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_4_randn_spread 2025-03-21T20:35:49.8065872Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[randn] 2025-03-21T20:35:49.8067045Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[zeros] 2025-03-21T20:35:49.8068586Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_4_randn_spread 2025-03-21T20:35:49.8069904Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_5_ramp 2025-03-21T20:35:49.8071423Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_5_ramp 2025-03-21T20:35:49.8072712Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_0_ones_rank4 2025-03-21T20:35:49.8074200Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[zeros] 2025-03-21T20:35:49.8075526Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[ones] 2025-03-21T20:35:49.8077044Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros] 2025-03-21T20:35:49.8078413Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros_neg_dim] 2025-03-21T20:35:49.8080062Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_0_ones_rank4 2025-03-21T20:35:49.8081390Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_1_ones_rank3 2025-03-21T20:35:49.8082861Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[ones] 2025-03-21T20:35:49.8084022Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[rand] 2025-03-21T20:35:49.8085533Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_1_ones_rank3 2025-03-21T20:35:49.8086839Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_2_rand 2025-03-21T20:35:49.8088472Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros_neg_dim] 2025-03-21T20:35:49.8089834Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand] 2025-03-21T20:35:49.8091416Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[rand] 2025-03-21T20:35:49.8092560Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[randn] 2025-03-21T20:35:49.8094025Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_2_rand 2025-03-21T20:35:49.8095313Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_3_randn_pos 2025-03-21T20:35:49.8096908Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_3_randn_pos 2025-03-21T20:35:49.8098260Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_4_randn_spread 2025-03-21T20:35:49.8099972Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[randn] 2025-03-21T20:35:49.8101099Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55[zeros] 2025-03-21T20:35:49.8102567Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand] 2025-03-21T20:35:49.8103924Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand_neg_dim] 2025-03-21T20:35:49.8105435Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u55[zeros] 2025-03-21T20:35:49.8106523Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55[ones] 2025-03-21T20:35:49.8108020Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_4_randn_spread 2025-03-21T20:35:49.8109330Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_5_ramp 2025-03-21T20:35:49.8110859Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_5_ramp 2025-03-21T20:35:49.8112302Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rank1] 2025-03-21T20:35:49.8113733Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u55[ones] 2025-03-21T20:35:49.8114823Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55[rand] 2025-03-21T20:35:49.8116243Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rank1] 2025-03-21T20:35:49.8117533Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rand_rank2] 2025-03-21T20:35:49.8119192Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand_neg_dim] 2025-03-21T20:35:49.8120650Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_mult_batches] 2025-03-21T20:35:49.8122450Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rand_rank2] 2025-03-21T20:35:49.8123790Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rand_rank3] 2025-03-21T20:35:49.8125246Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u55[rand] 2025-03-21T20:35:49.8126325Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55[randn] 2025-03-21T20:35:49.8127802Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rand_rank3] 2025-03-21T20:35:49.8129137Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rand_rank4] 2025-03-21T20:35:49.8130911Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_mult_batches] 2025-03-21T20:35:49.8132305Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones] 2025-03-21T20:35:49.8133735Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u55[randn] 2025-03-21T20:35:49.8134849Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85[zeros] 2025-03-21T20:35:49.8136318Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rand_rank4] 2025-03-21T20:35:49.8137619Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rank1] 2025-03-21T20:35:49.8139149Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones] 2025-03-21T20:35:49.8140481Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones_neg_dim] 2025-03-21T20:35:49.8141976Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u85[zeros] 2025-03-21T20:35:49.8143067Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85[ones] 2025-03-21T20:35:49.8144484Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rank1] 2025-03-21T20:35:49.8145795Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rand_rank2] 2025-03-21T20:35:49.8147257Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u85[ones] 2025-03-21T20:35:49.8148339Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85[rand] 2025-03-21T20:35:49.8149809Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rand_rank2] 2025-03-21T20:35:49.8151145Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rand_rank3] 2025-03-21T20:35:49.8152592Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u85[rand] 2025-03-21T20:35:49.8153684Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85[randn] 2025-03-21T20:35:49.8155170Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rand_rank3] 2025-03-21T20:35:49.8156507Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rand_rank4] 2025-03-21T20:35:49.8158163Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones_neg_dim] 2025-03-21T20:35:49.8159686Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_neg_dim] 2025-03-21T20:35:49.8161317Z [gw3] [ 48%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rand_rank4] 2025-03-21T20:35:49.8162626Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rank1] 2025-03-21T20:35:49.8164060Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u85[randn] 2025-03-21T20:35:49.8165213Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[zeros] 2025-03-21T20:36:01.9732829Z [gw1] [ 48%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[zeros] 2025-03-21T20:36:01.9734119Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[ones] 2025-03-21T20:36:01.9735602Z [gw1] [ 48%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[ones] 2025-03-21T20:36:01.9737108Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[rand] 2025-03-21T20:36:01.9738583Z [gw1] [ 48%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[rand] 2025-03-21T20:36:01.9739809Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[randn] 2025-03-21T20:36:01.9741287Z [gw1] [ 48%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[randn] 2025-03-21T20:36:01.9742502Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[zeros] 2025-03-21T20:36:01.9743979Z [gw1] [ 48%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[zeros] 2025-03-21T20:36:01.9745194Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[ones] 2025-03-21T20:36:01.9746640Z [gw1] [ 48%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[ones] 2025-03-21T20:36:01.9747855Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[rand] 2025-03-21T20:36:01.9749323Z [gw1] [ 49%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[rand] 2025-03-21T20:36:01.9750539Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[randn] 2025-03-21T20:36:01.9752013Z [gw1] [ 49%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[randn] 2025-03-21T20:36:01.9753299Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_0 2025-03-21T20:36:01.9754860Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rank1] 2025-03-21T20:36:01.9756153Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rand_rank2] 2025-03-21T20:36:01.9757806Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_neg_dim] 2025-03-21T20:36:01.9759172Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros] 2025-03-21T20:36:01.9760768Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_0 2025-03-21T20:36:01.9762119Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_1 2025-03-21T20:36:01.9763721Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros] 2025-03-21T20:36:01.9765079Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros_neg_dim] 2025-03-21T20:36:01.9766714Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rand_rank2] 2025-03-21T20:36:01.9768055Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rand_rank3] 2025-03-21T20:36:01.9769669Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rand_rank3] 2025-03-21T20:36:01.9771092Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rand_rank4] 2025-03-21T20:36:01.9772764Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros_neg_dim] 2025-03-21T20:36:01.9774303Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand] 2025-03-21T20:36:01.9775872Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_1 2025-03-21T20:36:01.9777208Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_2 2025-03-21T20:36:01.9778834Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rand_rank4] 2025-03-21T20:36:01.9780142Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rank1] 2025-03-21T20:36:01.9781649Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rank1] 2025-03-21T20:36:01.9782937Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rand_rank2] 2025-03-21T20:36:01.9784517Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_2 2025-03-21T20:36:01.9785955Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_3 2025-03-21T20:36:01.9787535Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand] 2025-03-21T20:36:01.9788866Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand_neg_dim] 2025-03-21T20:36:01.9790497Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rand_rank2] 2025-03-21T20:36:01.9791826Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rand_rank3] 2025-03-21T20:36:01.9793426Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_3 2025-03-21T20:36:01.9794750Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_4 2025-03-21T20:36:01.9796406Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand_neg_dim] 2025-03-21T20:36:01.9797866Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_mult_batches] 2025-03-21T20:36:01.9799566Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rand_rank3] 2025-03-21T20:36:01.9801082Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rand_rank4] 2025-03-21T20:36:01.9802690Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rand_rank4] 2025-03-21T20:36:01.9803985Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rank1] 2025-03-21T20:36:01.9805658Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_mult_batches] 2025-03-21T20:36:01.9807042Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones] 2025-03-21T20:36:01.9808619Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_4 2025-03-21T20:36:01.9810024Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_0 2025-03-21T20:36:01.9811639Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_0 2025-03-21T20:36:01.9812991Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_1 2025-03-21T20:36:01.9814607Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_1 2025-03-21T20:36:01.9815955Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_2 2025-03-21T20:36:01.9817523Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rank1] 2025-03-21T20:36:01.9818825Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rand_rank2] 2025-03-21T20:36:01.9820417Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_2 2025-03-21T20:36:01.9821775Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_3 2025-03-21T20:36:01.9823527Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_3 2025-03-21T20:36:01.9824867Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_4 2025-03-21T20:36:01.9826480Z [gw3] [ 49%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rand_rank2] 2025-03-21T20:36:01.9827818Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rand_rank3] 2025-03-21T20:36:01.9829432Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_4 2025-03-21T20:36:01.9830755Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_0 2025-03-21T20:36:01.9832356Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rand_rank3] 2025-03-21T20:36:01.9833825Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rand_rank4] 2025-03-21T20:36:01.9835426Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_0 2025-03-21T20:36:01.9836745Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_1 2025-03-21T20:36:01.9838346Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rand_rank4] 2025-03-21T20:36:01.9839637Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rank1] 2025-03-21T20:36:01.9841176Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones] 2025-03-21T20:36:01.9842515Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones_neg_dim] 2025-03-21T20:36:01.9844105Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rank1] 2025-03-21T20:36:01.9845414Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rand_rank2] 2025-03-21T20:36:01.9847041Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rand_rank2] 2025-03-21T20:36:01.9848369Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rand_rank3] 2025-03-21T20:36:01.9850040Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rand_rank3] 2025-03-21T20:36:01.9851377Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rand_rank4] 2025-03-21T20:36:01.9852983Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_1 2025-03-21T20:36:01.9854311Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_2 2025-03-21T20:36:01.9855899Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_2 2025-03-21T20:36:01.9857220Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_3 2025-03-21T20:36:12.2853497Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rand_rank4] 2025-03-21T20:36:12.2854822Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rank1] 2025-03-21T20:36:12.2856447Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_3 2025-03-21T20:36:12.2857752Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_4 2025-03-21T20:36:12.2859266Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rank1] 2025-03-21T20:36:12.2860472Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rand_rank2] 2025-03-21T20:36:12.2862139Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones_neg_dim] 2025-03-21T20:36:12.2863515Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_neg_dim] 2025-03-21T20:36:12.2865120Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rand_rank2] 2025-03-21T20:36:12.2866717Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rand_rank3] 2025-03-21T20:36:12.2868215Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_4 2025-03-21T20:36:12.2869406Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_0 2025-03-21T20:36:12.2870888Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rand_rank3] 2025-03-21T20:36:12.2872009Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rand_rank4] 2025-03-21T20:36:12.2873420Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rand_rank4] 2025-03-21T20:36:12.2874523Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rank1] 2025-03-21T20:36:12.2876276Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_neg_dim] 2025-03-21T20:36:12.2877527Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros] 2025-03-21T20:36:12.2879039Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_0 2025-03-21T20:36:12.2880272Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_1 2025-03-21T20:36:12.2881708Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rank1] 2025-03-21T20:36:12.2882915Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rand_rank2] 2025-03-21T20:36:12.2884374Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rand_rank2] 2025-03-21T20:36:12.2885500Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rand_rank3] 2025-03-21T20:36:12.2886911Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros] 2025-03-21T20:36:12.2888363Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros_neg_dim] 2025-03-21T20:36:12.2889915Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rand_rank3] 2025-03-21T20:36:12.2891263Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rand_rank4] 2025-03-21T20:36:12.2892801Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_1 2025-03-21T20:36:12.2893992Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_2 2025-03-21T20:36:12.2895534Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rand_rank4] 2025-03-21T20:36:12.2896748Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rank1] 2025-03-21T20:36:12.2898220Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_2 2025-03-21T20:36:12.2899480Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_3 2025-03-21T20:36:12.2901337Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros_neg_dim] 2025-03-21T20:36:12.2902565Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand] 2025-03-21T20:36:12.2903991Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rank1] 2025-03-21T20:36:12.2905204Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rand_rank2] 2025-03-21T20:36:12.2906664Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_3 2025-03-21T20:36:12.2907839Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_4 2025-03-21T20:36:12.2909328Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rand_rank2] 2025-03-21T20:36:12.2910540Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rand_rank3] 2025-03-21T20:36:12.2912285Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_4 2025-03-21T20:36:12.2913369Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_0 2025-03-21T20:36:12.2914782Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rand_rank3] 2025-03-21T20:36:12.2916042Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rand_rank4] 2025-03-21T20:36:12.2917384Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_0 2025-03-21T20:36:12.2918327Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_1 2025-03-21T20:36:12.2919673Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand] 2025-03-21T20:36:12.2920955Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand_neg_dim] 2025-03-21T20:36:12.2922723Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rand_rank4] 2025-03-21T20:36:12.2923973Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rank1] 2025-03-21T20:36:12.2925312Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_1 2025-03-21T20:36:12.2926230Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_2 2025-03-21T20:36:12.2927614Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand_neg_dim] 2025-03-21T20:36:12.2928990Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_mult_batches] 2025-03-21T20:36:12.2930741Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rank1] 2025-03-21T20:36:12.2931971Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rand_rank2] 2025-03-21T20:36:12.2933312Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_2 2025-03-21T20:36:12.2934243Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_3 2025-03-21T20:36:12.2935617Z [gw3] [ 51%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rand_rank2] 2025-03-21T20:36:12.2936924Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rand_rank3] 2025-03-21T20:36:12.2938574Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_mult_batches] 2025-03-21T20:36:12.2939949Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[ones] 2025-03-21T20:36:12.2941640Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[ones] 2025-03-21T20:36:12.2943053Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[ones_neg_dim] 2025-03-21T20:36:12.2944775Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[ones_neg_dim] 2025-03-21T20:36:12.2946151Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[randn_neg_dim] 2025-03-21T20:36:12.2947936Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[randn_neg_dim] 2025-03-21T20:36:12.2949314Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[zeros] 2025-03-21T20:36:12.2950906Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[zeros] 2025-03-21T20:36:12.2952301Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[zeros_neg_dim] 2025-03-21T20:36:12.2954003Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[zeros_neg_dim] 2025-03-21T20:36:12.2955348Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[rand] 2025-03-21T20:36:12.2956902Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[rand] 2025-03-21T20:36:12.2958416Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[rand_neg_dim] 2025-03-21T20:36:12.2960177Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[rand_neg_dim] 2025-03-21T20:36:12.2961548Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[randn_mult_batches] 2025-03-21T20:36:12.2963317Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[randn_mult_batches] 2025-03-21T20:36:12.2964731Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[ones] 2025-03-21T20:36:12.2966357Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[ones] 2025-03-21T20:36:12.2967663Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[ones_neg_dim] 2025-03-21T20:36:12.2969534Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[ones_neg_dim] 2025-03-21T20:36:12.2971070Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[randn_neg_dim] 2025-03-21T20:36:12.2972815Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[randn_neg_dim] 2025-03-21T20:36:24.8814394Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[zeros] 2025-03-21T20:36:24.8816332Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[zeros] 2025-03-21T20:36:24.8817661Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[zeros_neg_dim] 2025-03-21T20:36:24.8819394Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[zeros_neg_dim] 2025-03-21T20:36:24.8820766Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[rand] 2025-03-21T20:36:24.8822433Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[rand] 2025-03-21T20:36:24.8823772Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[rand_neg_dim] 2025-03-21T20:36:24.8825470Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[rand_neg_dim] 2025-03-21T20:36:24.8826907Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[randn_mult_batches] 2025-03-21T20:36:24.8828665Z [gw2] [ 51%] SKIPPED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[randn_mult_batches] 2025-03-21T20:36:24.8829923Z backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank1_ones] 2025-03-21T20:36:24.8831195Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_3 2025-03-21T20:36:24.8831994Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_4 2025-03-21T20:36:24.8833052Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rand_rank3] 2025-03-21T20:36:24.8833984Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rand_rank4] 2025-03-21T20:36:24.8835038Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank1_ones] 2025-03-21T20:36:24.8835968Z backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank2_rand] 2025-03-21T20:36:24.8837195Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rand_rank4] 2025-03-21T20:36:24.8838323Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rank1] 2025-03-21T20:36:24.8839441Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_4 2025-03-21T20:36:24.8840233Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_0 2025-03-21T20:36:24.8841314Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank2_rand] 2025-03-21T20:36:24.8842289Z backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank3_randn] 2025-03-21T20:36:24.8843763Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rank1] 2025-03-21T20:36:24.8844811Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rand_rank2] 2025-03-21T20:36:24.8846106Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rand_rank2] 2025-03-21T20:36:24.8847199Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rand_rank3] 2025-03-21T20:36:24.8848439Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank3_randn] 2025-03-21T20:36:24.8849411Z backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank4_randn] 2025-03-21T20:36:24.8850564Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_0 2025-03-21T20:36:24.8851561Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_1 2025-03-21T20:36:24.8852717Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rand_rank3] 2025-03-21T20:36:24.8853767Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rand_rank4] 2025-03-21T20:36:24.8855033Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rand_rank4] 2025-03-21T20:36:24.8856027Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rank1] 2025-03-21T20:36:24.8857061Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_1 2025-03-21T20:36:24.8857818Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_2 2025-03-21T20:36:24.8858860Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank4_randn] 2025-03-21T20:36:24.8859785Z backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank1_ones] 2025-03-21T20:36:24.8860837Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_2 2025-03-21T20:36:24.8861592Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_3 2025-03-21T20:36:24.8862616Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank1_ones] 2025-03-21T20:36:24.8863536Z backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank2_rand] 2025-03-21T20:36:24.8864674Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rank1] 2025-03-21T20:36:24.8865673Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rand_rank2] 2025-03-21T20:36:24.8866920Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rand_rank2] 2025-03-21T20:36:24.8867929Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rand_rank3] 2025-03-21T20:36:24.8869104Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank2_rand] 2025-03-21T20:36:24.8870049Z backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank3_randn] 2025-03-21T20:36:24.8871266Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rand_rank3] 2025-03-21T20:36:24.8872309Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rand_rank4] 2025-03-21T20:36:24.8873515Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank3_randn] 2025-03-21T20:36:24.8874447Z backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank4_randn] 2025-03-21T20:36:24.8875701Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rand_rank4] 2025-03-21T20:36:24.8876754Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rank1] 2025-03-21T20:36:24.8877844Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_3 2025-03-21T20:36:24.8878620Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_4 2025-03-21T20:36:24.8879669Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rank1] 2025-03-21T20:36:24.8880713Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rand_rank2] 2025-03-21T20:36:24.8881802Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank4_randn] 2025-03-21T20:36:24.8882617Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank1_ones] 2025-03-21T20:36:24.8883689Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rand_rank2] 2025-03-21T20:36:24.8884653Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_6_op_mul_rank4_large_randn 2025-03-21T20:36:24.8885678Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_4 2025-03-21T20:36:24.8886359Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_0 2025-03-21T20:36:24.8887443Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_6_op_mul_rank4_large_randn 2025-03-21T20:36:24.8888672Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_0_op_mul_rank1_rand 2025-03-21T20:36:24.8889879Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank1_ones] 2025-03-21T20:36:24.8890947Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank2_rand] 2025-03-21T20:36:24.8892117Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_0 2025-03-21T20:36:24.8892983Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_1 2025-03-21T20:36:24.8894170Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank2_rand] 2025-03-21T20:36:24.8895278Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank3_randn] 2025-03-21T20:36:24.8896529Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_1 2025-03-21T20:36:24.8897400Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_2 2025-03-21T20:36:24.8898804Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_0_op_mul_rank1_rand 2025-03-21T20:36:24.8900234Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_1_op_mul_rank2_rand 2025-03-21T20:36:24.8901536Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_2 2025-03-21T20:36:24.8902444Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_3 2025-03-21T20:36:24.8903720Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank3_randn] 2025-03-21T20:36:24.8904846Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank4_randn] 2025-03-21T20:36:24.8906345Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_1_op_mul_rank2_rand 2025-03-21T20:36:24.8907617Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_2_op_mul_rank3_randn 2025-03-21T20:36:24.8908906Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank4_randn] 2025-03-21T20:36:24.8909952Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank1_ones] 2025-03-21T20:36:24.8911110Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_3 2025-03-21T20:36:24.8911987Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_4 2025-03-21T20:36:24.8913136Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank1_ones] 2025-03-21T20:36:24.8914146Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank2_rand] 2025-03-21T20:36:24.8915291Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_4 2025-03-21T20:36:24.8916190Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_0 2025-03-21T20:36:24.8917496Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_2_op_mul_rank3_randn 2025-03-21T20:36:24.8918737Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_3_op_mul_rank4_randn 2025-03-21T20:36:32.0466814Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_3_op_mul_rank4_randn 2025-03-21T20:36:32.0468500Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:36:32.0470078Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank2_rand] 2025-03-21T20:36:32.0471032Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank3_randn] 2025-03-21T20:36:32.0472191Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_0 2025-03-21T20:36:32.0473093Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_1 2025-03-21T20:36:32.0474532Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:36:32.0476009Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:36:32.0477778Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank3_randn] 2025-03-21T20:36:32.0478929Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank4_randn] 2025-03-21T20:36:32.0480518Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:36:32.0481791Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_6_op_mul_rank4_large_randn 2025-03-21T20:36:32.0482779Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_1 2025-03-21T20:36:32.0483319Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_2 2025-03-21T20:36:32.0484021Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank4_randn] 2025-03-21T20:36:32.0484648Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank1_ones] 2025-03-21T20:36:32.0485455Z [gw2] [ 53%] SKIPPED backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank1_ones] 2025-03-21T20:36:32.0486136Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank2_rand] 2025-03-21T20:36:32.0486938Z [gw2] [ 53%] SKIPPED backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank2_rand] 2025-03-21T20:36:32.0487600Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank3_randn] 2025-03-21T20:36:32.0488395Z [gw2] [ 53%] SKIPPED backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank3_randn] 2025-03-21T20:36:32.0489047Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank4_randn] 2025-03-21T20:36:32.0489841Z [gw2] [ 53%] SKIPPED backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank4_randn] 2025-03-21T20:36:32.0490598Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank1_ones] 2025-03-21T20:36:32.0491445Z [gw2] [ 53%] SKIPPED backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank1_ones] 2025-03-21T20:36:32.0492539Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank2_rand] 2025-03-21T20:36:32.0493986Z [gw2] [ 53%] SKIPPED backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank2_rand] 2025-03-21T20:36:32.0495140Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank3_randn] 2025-03-21T20:36:32.0496485Z [gw2] [ 53%] SKIPPED backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank3_randn] 2025-03-21T20:36:32.0497541Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank4_randn] 2025-03-21T20:36:32.0498835Z [gw2] [ 53%] SKIPPED backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank4_randn] 2025-03-21T20:36:32.0500124Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_0_zeros 2025-03-21T20:36:32.0501705Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_6_op_mul_rank4_large_randn 2025-03-21T20:36:32.0502863Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_0_rank_2 2025-03-21T20:36:32.0504567Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_0_zeros 2025-03-21T20:36:32.0505821Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_1_ones 2025-03-21T20:36:32.0507436Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_0_rank_2 2025-03-21T20:36:32.0508680Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_1_rank_3 2025-03-21T20:36:32.0509915Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_2 2025-03-21T20:36:32.0510775Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_3 2025-03-21T20:36:32.0512132Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_1_ones 2025-03-21T20:36:32.0513407Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_2_rand 2025-03-21T20:36:32.0515113Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_1_rank_3 2025-03-21T20:36:32.0516333Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_2_rank_3 2025-03-21T20:36:32.0517748Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_2_rand 2025-03-21T20:36:32.0519038Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_mult_batches_0_randn 2025-03-21T20:36:32.0520768Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_2_rank_3 2025-03-21T20:36:32.0522114Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_3_rank_4 2025-03-21T20:36:32.0523252Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_3 2025-03-21T20:36:32.0524082Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_4 2025-03-21T20:36:32.0525290Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_3_rank_4 2025-03-21T20:36:32.0526477Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_4_rank_4 2025-03-21T20:36:32.0527987Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_4_rank_4 2025-03-21T20:36:32.0529215Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_5_rank_4 2025-03-21T20:36:32.0530678Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_4 2025-03-21T20:36:32.0531764Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_0 2025-03-21T20:36:32.0533015Z [gw1] [ 54%] SKIPPED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_0 2025-03-21T20:36:32.0533962Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_1 2025-03-21T20:36:32.0535111Z [gw1] [ 54%] SKIPPED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_1 2025-03-21T20:36:32.0535996Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_2 2025-03-21T20:36:32.0537215Z [gw1] [ 54%] SKIPPED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_2 2025-03-21T20:36:32.0538199Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_3 2025-03-21T20:36:32.0539396Z [gw1] [ 54%] SKIPPED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_3 2025-03-21T20:36:32.0540324Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_4 2025-03-21T20:36:32.0541475Z [gw1] [ 54%] SKIPPED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_4 2025-03-21T20:36:32.0542440Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_0 2025-03-21T20:36:32.0543598Z [gw1] [ 54%] SKIPPED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_0 2025-03-21T20:36:32.0544529Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_1 2025-03-21T20:36:32.0545707Z [gw1] [ 54%] SKIPPED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_1 2025-03-21T20:36:32.0546845Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_2 2025-03-21T20:36:32.0548027Z [gw1] [ 54%] SKIPPED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_2 2025-03-21T20:36:32.0548950Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_3 2025-03-21T20:36:32.0550103Z [gw1] [ 54%] SKIPPED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_3 2025-03-21T20:36:32.0551119Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_4 2025-03-21T20:36:32.0552284Z [gw1] [ 54%] SKIPPED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_4 2025-03-21T20:36:32.0553432Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_0_op_mul_rank2_rand 2025-03-21T20:36:32.0555085Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_mult_batches_0_randn 2025-03-21T20:36:32.0556539Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_0_zeros 2025-03-21T20:36:32.0558004Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_5_rank_4 2025-03-21T20:36:32.0559235Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_0_rank_2 2025-03-21T20:36:32.0560719Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_0_zeros 2025-03-21T20:36:32.0561992Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_1_ones 2025-03-21T20:36:32.0563575Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_1_ones 2025-03-21T20:36:32.0564862Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_2_rand 2025-03-21T20:36:32.0566533Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_0_op_mul_rank2_rand 2025-03-21T20:36:32.0567951Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_1_op_mul_rank3_randn 2025-03-21T20:36:32.0569483Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_2_rand 2025-03-21T20:36:42.4294968Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_mult_batches_0_randn 2025-03-21T20:36:42.4297067Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_mult_batches_0_randn 2025-03-21T20:36:42.4298481Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_0_zeros 2025-03-21T20:36:42.4300912Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_1_op_mul_rank3_randn 2025-03-21T20:36:42.4302373Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_2_op_mul_rank4_randn 2025-03-21T20:36:42.4303999Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_0_rank_2 2025-03-21T20:36:42.4305254Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_1_rank_3 2025-03-21T20:36:42.4306832Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_0_zeros 2025-03-21T20:36:42.4308151Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_1_ones 2025-03-21T20:36:42.4309800Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_2_op_mul_rank4_randn 2025-03-21T20:36:42.4311238Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_3_op_mul_rank4_randn_2 2025-03-21T20:36:42.4312844Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_1_rank_3 2025-03-21T20:36:42.4314084Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_2_rank_3 2025-03-21T20:36:42.4315826Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_1_ones 2025-03-21T20:36:42.4317152Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_2_rand 2025-03-21T20:36:42.4318824Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_3_op_mul_rank4_randn_2 2025-03-21T20:36:42.4320270Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_0_op_mul_rank2_rand 2025-03-21T20:36:42.4321967Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_0_op_mul_rank2_rand 2025-03-21T20:36:42.4323353Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_1_op_mul_rank3_randn 2025-03-21T20:36:42.4325103Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_2_rand 2025-03-21T20:36:42.4326526Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_mult_batches_0_randn 2025-03-21T20:36:42.4328297Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_1_op_mul_rank3_randn 2025-03-21T20:36:42.4329741Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_2_op_mul_rank4_randn 2025-03-21T20:36:42.4331458Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_2_rank_3 2025-03-21T20:36:42.4332720Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_3_rank_4 2025-03-21T20:36:42.4334405Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_mult_batches_0_randn 2025-03-21T20:36:42.4335839Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_0_zeros 2025-03-21T20:36:42.4337532Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_2_op_mul_rank4_randn 2025-03-21T20:36:42.4338985Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_3_op_mul_rank4_randn_2 2025-03-21T20:36:42.4340731Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_3_op_mul_rank4_randn_2 2025-03-21T20:36:42.4342076Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_0_op_mul_rank1_rand 2025-03-21T20:36:42.4343579Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_3_rank_4 2025-03-21T20:36:42.4344816Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_4_rank_4 2025-03-21T20:36:42.4346376Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_0_zeros 2025-03-21T20:36:42.4347726Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_1_ones 2025-03-21T20:36:42.4349287Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_4_rank_4 2025-03-21T20:36:42.4350537Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_5_rank_4 2025-03-21T20:36:42.4352413Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_1_ones 2025-03-21T20:36:42.4353757Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_2_rand 2025-03-21T20:36:42.4355365Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_2_rand 2025-03-21T20:36:42.4356792Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_mult_batches_0_randn 2025-03-21T20:36:42.4358549Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_5_rank_4 2025-03-21T20:36:42.4359794Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u55_BI_0_rank_2 2025-03-21T20:36:42.4361290Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u55_BI_0_rank_2 2025-03-21T20:36:42.4362526Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_0_rank_2 2025-03-21T20:36:42.4364004Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_0_op_mul_rank1_rand 2025-03-21T20:36:42.4365192Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_1_op_mul_rank2_rand 2025-03-21T20:36:42.4366839Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_mult_batches_0_randn 2025-03-21T20:36:42.4368322Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_reject_maxpool2d_u55_BI_0 2025-03-21T20:36:42.4369833Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_1_op_mul_rank2_rand 2025-03-21T20:36:42.4371109Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_2_op_mul_rank3_randn 2025-03-21T20:36:42.4372636Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_reject_maxpool2d_u55_BI_0 2025-03-21T20:36:42.4373926Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_reject_maxpool2d_u55_BI_1 2025-03-21T20:36:42.4375430Z [gw3] [ 55%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_0_rank_2 2025-03-21T20:36:42.4376669Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_1_rank_3 2025-03-21T20:36:42.4378149Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_2_op_mul_rank3_randn 2025-03-21T20:36:42.4379383Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_3_op_mul_rank4_randn 2025-03-21T20:36:42.4380913Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_reject_maxpool2d_u55_BI_1 2025-03-21T20:36:42.4382205Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_reject_maxpool2d_u55_BI_2 2025-03-21T20:36:42.4383731Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_1_rank_3 2025-03-21T20:36:42.4384940Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_2_rank_3 2025-03-21T20:36:42.4386433Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_3_op_mul_rank4_randn 2025-03-21T20:36:42.4387732Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:36:42.4389282Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_2_rank_3 2025-03-21T20:36:42.4390525Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_3_rank_4 2025-03-21T20:36:42.4392100Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:36:42.4393465Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:36:42.4395055Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_3_rank_4 2025-03-21T20:36:42.4396336Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_xfails_0_rank_4 2025-03-21T20:36:42.4397908Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_reject_maxpool2d_u55_BI_2 2025-03-21T20:36:42.4399152Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_0 2025-03-21T20:36:42.4400893Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:36:42.4402392Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_6_op_mul_rank4_large_randn 2025-03-21T20:36:42.4403978Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_xfails_0_rank_4 2025-03-21T20:36:42.4405318Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_xfails_1_rank_4 2025-03-21T20:36:52.3248518Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_6_op_mul_rank4_large_randn 2025-03-21T20:36:52.3249807Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_0_op_mul_rank1_rand 2025-03-21T20:36:52.3251558Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_xfails_1_rank_4 2025-03-21T20:36:52.3253114Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_0_op_reciprocal_rank1_ones 2025-03-21T20:36:52.3255857Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_0 2025-03-21T20:36:52.3257196Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_1 2025-03-21T20:36:52.3258823Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_0_op_mul_rank1_rand 2025-03-21T20:36:52.3260036Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_1_op_mul_rank2_rand 2025-03-21T20:36:52.3261420Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_0_op_reciprocal_rank1_ones 2025-03-21T20:36:52.3262417Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_1_op_reciprocal_rank1_rand 2025-03-21T20:36:52.3263423Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_1_op_mul_rank2_rand 2025-03-21T20:36:52.3264167Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_2_op_mul_rank3_randn 2025-03-21T20:36:52.3265050Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_2_op_mul_rank3_randn 2025-03-21T20:36:52.3265763Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_3_op_mul_rank4_randn 2025-03-21T20:36:52.3266639Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_3_op_mul_rank4_randn 2025-03-21T20:36:52.3267414Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:36:52.3268477Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_1_op_reciprocal_rank1_rand 2025-03-21T20:36:52.3269493Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_2_op_reciprocal_rank1_negative_ones 2025-03-21T20:36:52.3271084Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_2_op_reciprocal_rank1_negative_ones 2025-03-21T20:36:52.3272948Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_3_op_reciprocal_rank4_ones 2025-03-21T20:36:52.3274814Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:36:52.3276133Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:36:52.3277933Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_3_op_reciprocal_rank4_ones 2025-03-21T20:36:52.3279614Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_4_op_reciprocal_rank4_negative_ones 2025-03-21T20:36:52.3281528Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:36:52.3292361Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_6_op_mul_rank4_large_randn 2025-03-21T20:36:52.3294406Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_6_op_mul_rank4_large_randn 2025-03-21T20:36:52.3295787Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_0_op_mul_rank1_rand 2025-03-21T20:36:52.3297540Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_4_op_reciprocal_rank4_negative_ones 2025-03-21T20:36:52.3299231Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_5_op_reciprocal_rank4_ones_reciprocal_negative 2025-03-21T20:36:52.3301241Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_1 2025-03-21T20:36:52.3302334Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_2 2025-03-21T20:36:52.3304491Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_5_op_reciprocal_rank4_ones_reciprocal_negative 2025-03-21T20:36:52.3306498Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_6_op_reciprocal_rank4_large_rand 2025-03-21T20:36:52.3308355Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_2 2025-03-21T20:36:52.3309428Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_3 2025-03-21T20:36:52.3311000Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_0_op_mul_rank1_rand 2025-03-21T20:36:52.3312302Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_1_op_mul_rank2_rand 2025-03-21T20:36:52.3314015Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_6_op_reciprocal_rank4_large_rand 2025-03-21T20:36:52.3315790Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_7_op_reciprocal_rank4_negative_large_rand 2025-03-21T20:36:52.3317593Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_3 2025-03-21T20:36:52.3318787Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_4 2025-03-21T20:36:52.3320213Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_1_op_mul_rank2_rand 2025-03-21T20:36:52.3321475Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_2_op_mul_rank3_randn 2025-03-21T20:36:52.3322888Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_4 2025-03-21T20:36:52.3324011Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_0 2025-03-21T20:36:52.3325496Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_2_op_mul_rank3_randn 2025-03-21T20:36:52.3326733Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_3_op_mul_rank4_randn 2025-03-21T20:36:52.3328168Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_0 2025-03-21T20:36:52.3329313Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_1 2025-03-21T20:36:52.3331154Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_7_op_reciprocal_rank4_negative_large_rand 2025-03-21T20:36:52.3332944Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_8_op_reciprocal_rank4_large_randn 2025-03-21T20:36:52.3334762Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_3_op_mul_rank4_randn 2025-03-21T20:36:52.3336056Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:36:52.3338028Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_8_op_reciprocal_rank4_large_randn 2025-03-21T20:36:52.3340031Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_0_op_reciprocal_rank1_ones 2025-03-21T20:36:52.3342144Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_0_op_reciprocal_rank1_ones 2025-03-21T20:36:52.3343835Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_1_op_reciprocal_rank1_rand 2025-03-21T20:36:52.3345680Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:36:52.3347109Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:36:52.3348856Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_1_op_reciprocal_rank1_rand 2025-03-21T20:36:52.3350690Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_2_op_reciprocal_rank1_negative_ones 2025-03-21T20:36:52.3352571Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_1 2025-03-21T20:36:52.3353753Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_2 2025-03-21T20:36:52.3355596Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_2_op_reciprocal_rank1_negative_ones 2025-03-21T20:36:52.3357208Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_3_op_reciprocal_rank4_ones 2025-03-21T20:36:52.3358980Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_2 2025-03-21T20:36:52.3360120Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_3 2025-03-21T20:36:52.3361746Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:36:52.3363000Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_3 2025-03-21T20:36:52.3364712Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_3_op_reciprocal_rank4_ones 2025-03-21T20:37:02.9755318Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_4_op_reciprocal_rank4_negative_ones 2025-03-21T20:37:02.9757236Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_3 2025-03-21T20:37:02.9758207Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_4 2025-03-21T20:37:02.9759367Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_3 2025-03-21T20:37:02.9760396Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_0 2025-03-21T20:37:02.9762359Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_4_op_reciprocal_rank4_negative_ones 2025-03-21T20:37:02.9764215Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_5_op_reciprocal_rank4_ones_reciprocal_negative 2025-03-21T20:37:02.9765885Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_4 2025-03-21T20:37:02.9766968Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_0 2025-03-21T20:37:02.9768343Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_0 2025-03-21T20:37:02.9769346Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_1 2025-03-21T20:37:02.9771068Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_5_op_reciprocal_rank4_ones_reciprocal_negative 2025-03-21T20:37:02.9772752Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_6_op_reciprocal_rank4_large_rand 2025-03-21T20:37:02.9774523Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_1 2025-03-21T20:37:02.9775511Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_2 2025-03-21T20:37:02.9777061Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_6_op_reciprocal_rank4_large_rand 2025-03-21T20:37:02.9778669Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_7_op_reciprocal_rank4_negative_large_rand 2025-03-21T20:37:02.9780626Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_7_op_reciprocal_rank4_negative_large_rand 2025-03-21T20:37:02.9782251Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_8_op_reciprocal_rank4_large_randn 2025-03-21T20:37:02.9784000Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_0 2025-03-21T20:37:02.9785020Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_1 2025-03-21T20:37:02.9786607Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_8_op_reciprocal_rank4_large_randn 2025-03-21T20:37:02.9788126Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_0_op_reciprocal_rank1_ones 2025-03-21T20:37:02.9789579Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_2 2025-03-21T20:37:02.9790604Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_3 2025-03-21T20:37:02.9792179Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_0_op_reciprocal_rank1_ones 2025-03-21T20:37:02.9793677Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_1_op_reciprocal_rank1_rand 2025-03-21T20:37:02.9795027Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_3 2025-03-21T20:37:02.9795895Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_0 2025-03-21T20:37:02.9796947Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_0 2025-03-21T20:37:02.9797806Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_1 2025-03-21T20:37:02.9798850Z [gw0] [ 58%] XFAIL backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T20:37:02.9799704Z backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_tosa_MI 2025-03-21T20:37:02.9800949Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_1 2025-03-21T20:37:02.9801818Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_2 2025-03-21T20:37:02.9802973Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_2 2025-03-21T20:37:02.9803916Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_3 2025-03-21T20:37:02.9805523Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_1_op_reciprocal_rank1_rand 2025-03-21T20:37:02.9807251Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_2_op_reciprocal_rank1_negative_ones 2025-03-21T20:37:02.9808983Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_3 2025-03-21T20:37:02.9810185Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_0 2025-03-21T20:37:02.9812053Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_2_op_reciprocal_rank1_negative_ones 2025-03-21T20:37:02.9813891Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_3_op_reciprocal_rank4_ones 2025-03-21T20:37:02.9815737Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_0 2025-03-21T20:37:02.9816829Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_1 2025-03-21T20:37:02.9818293Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_1 2025-03-21T20:37:02.9819451Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_2 2025-03-21T20:37:02.9821223Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_3_op_reciprocal_rank4_ones 2025-03-21T20:37:02.9823000Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_4_op_reciprocal_rank4_negative_ones 2025-03-21T20:37:02.9824793Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_1 2025-03-21T20:37:02.9826120Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_2 2025-03-21T20:37:02.9827938Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_4_op_reciprocal_rank4_negative_ones 2025-03-21T20:37:02.9829855Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_5_op_reciprocal_rank4_ones_reciprocal_negative 2025-03-21T20:37:02.9831685Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_2 2025-03-21T20:37:02.9832792Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_3 2025-03-21T20:37:02.9834248Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_2 2025-03-21T20:37:02.9835428Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_3 2025-03-21T20:37:02.9837369Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_5_op_reciprocal_rank4_ones_reciprocal_negative 2025-03-21T20:37:02.9839272Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_6_op_reciprocal_rank4_large_rand 2025-03-21T20:37:02.9840993Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_3 2025-03-21T20:37:02.9842042Z backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r1_ts] 2025-03-21T20:37:02.9843428Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_3 2025-03-21T20:37:02.9844666Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_4 2025-03-21T20:37:02.9846469Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_6_op_reciprocal_rank4_large_rand 2025-03-21T20:37:02.9848180Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_7_op_reciprocal_rank4_negative_large_rand 2025-03-21T20:37:02.9850062Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_4 2025-03-21T20:37:02.9851155Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_0 2025-03-21T20:37:02.9852476Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r1_ts] 2025-03-21T20:37:02.9853444Z backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r1_st] 2025-03-21T20:37:02.9855298Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_7_op_reciprocal_rank4_negative_large_rand 2025-03-21T20:37:02.9857182Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_8_op_reciprocal_rank4_large_randn 2025-03-21T20:37:02.9859378Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_8_op_reciprocal_rank4_large_randn 2025-03-21T20:37:02.9860839Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_0_zeros 2025-03-21T20:37:02.9862249Z [gw1] [ 58%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r1_st] 2025-03-21T20:37:02.9863298Z backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r4_ts] 2025-03-21T20:37:02.9864745Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_0 2025-03-21T20:37:17.0431868Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_1 2025-03-21T20:37:17.0433784Z [gw3] [ 58%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_0_zeros 2025-03-21T20:37:17.0434998Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_1_ones 2025-03-21T20:37:17.0436470Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r4_ts] 2025-03-21T20:37:17.0437936Z backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r4_st] 2025-03-21T20:37:17.0439434Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_1_ones 2025-03-21T20:37:17.0440603Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_2_rand 2025-03-21T20:37:17.0441985Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r4_st] 2025-03-21T20:37:17.0443076Z backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r1_ts] 2025-03-21T20:37:17.0444532Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_2_rand 2025-03-21T20:37:17.0445744Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_3_randn_pos 2025-03-21T20:37:17.0447230Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r1_ts] 2025-03-21T20:37:17.0448315Z backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r1_st] 2025-03-21T20:37:17.0449762Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r1_st] 2025-03-21T20:37:17.0450892Z backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r4_ts] 2025-03-21T20:37:17.0452317Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_3_randn_pos 2025-03-21T20:37:17.0453489Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_4_randn_neg 2025-03-21T20:37:17.0454930Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r4_ts] 2025-03-21T20:37:17.0456038Z backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r4_st] 2025-03-21T20:37:17.0457538Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_1 2025-03-21T20:37:17.0458781Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_2 2025-03-21T20:37:17.0460246Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r4_st] 2025-03-21T20:37:17.0461355Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r1_ts] 2025-03-21T20:37:17.0462757Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_4_randn_neg 2025-03-21T20:37:17.0464020Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_5_ramp 2025-03-21T20:37:17.0465533Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_2 2025-03-21T20:37:17.0466821Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_3 2025-03-21T20:37:17.0468278Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r1_ts] 2025-03-21T20:37:17.0469237Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r1_st] 2025-03-21T20:37:17.0470641Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_3 2025-03-21T20:37:17.0471837Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_4 2025-03-21T20:37:17.0473285Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r1_st] 2025-03-21T20:37:17.0474544Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r4_ts] 2025-03-21T20:37:17.0475988Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_5_ramp 2025-03-21T20:37:17.0477176Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_0_zeros 2025-03-21T20:37:17.0478571Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r4_ts] 2025-03-21T20:37:17.0479560Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r4_st] 2025-03-21T20:37:17.0480983Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_0_zeros 2025-03-21T20:37:17.0482183Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_1_ones 2025-03-21T20:37:17.0483609Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_1_ones 2025-03-21T20:37:17.0485013Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_2_rand 2025-03-21T20:37:17.0486501Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_2_rand 2025-03-21T20:37:17.0487680Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_3_randn_pos 2025-03-21T20:37:17.0489254Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_4 2025-03-21T20:37:17.0490622Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[zeros] 2025-03-21T20:37:17.0492206Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_3_randn_pos 2025-03-21T20:37:17.0493466Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_4_randn_neg 2025-03-21T20:37:17.0494884Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r4_st] 2025-03-21T20:37:17.0496014Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r1_ts] 2025-03-21T20:37:17.0497398Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_4_randn_neg 2025-03-21T20:37:17.0498577Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_5_ramp 2025-03-21T20:37:17.0500327Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[zeros] 2025-03-21T20:37:17.0501591Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[ones] 2025-03-21T20:37:17.0503184Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_5_ramp 2025-03-21T20:37:17.0504399Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_0_zeros 2025-03-21T20:37:17.0505831Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r1_ts] 2025-03-21T20:37:17.0506951Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r1_st] 2025-03-21T20:37:17.0508453Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[ones] 2025-03-21T20:37:17.0509752Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[rand] 2025-03-21T20:37:17.0511253Z [gw3] [ 59%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_0_zeros 2025-03-21T20:37:17.0512460Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_1_ones 2025-03-21T20:37:17.0513815Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r1_st] 2025-03-21T20:37:17.0514890Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r4_ts] 2025-03-21T20:37:17.0516392Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[rand] 2025-03-21T20:37:17.0517695Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[randn] 2025-03-21T20:37:17.0519266Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_1_ones 2025-03-21T20:37:17.0520647Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_2_rand 2025-03-21T20:37:17.0522108Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r4_ts] 2025-03-21T20:37:17.0523204Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r4_st] 2025-03-21T20:37:17.0524610Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[randn] 2025-03-21T20:37:17.0525838Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[zeros] 2025-03-21T20:37:17.0527365Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_2_rand 2025-03-21T20:37:17.0528565Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_3_randn_pos 2025-03-21T20:37:17.0530349Z [gw1] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r4_st] 2025-03-21T20:37:17.0531447Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r1_ts] 2025-03-21T20:37:17.0532948Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[zeros] 2025-03-21T20:37:17.0534248Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[ones] 2025-03-21T20:37:17.0535789Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_3_randn_pos 2025-03-21T20:37:17.0537391Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r1_ts] 2025-03-21T20:37:17.0538469Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r1_st] 2025-03-21T20:37:17.0539500Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_4_randn_neg 2025-03-21T20:37:17.0541052Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[ones] 2025-03-21T20:37:17.0542153Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[rand] 2025-03-21T20:37:17.0543571Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[rand] 2025-03-21T20:37:17.0544769Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[randn] 2025-03-21T20:37:17.0546076Z [gw1] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r1_st] 2025-03-21T20:37:17.0547132Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r4_ts] 2025-03-21T20:37:17.0548436Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r4_ts] 2025-03-21T20:37:17.0549507Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r4_st] 2025-03-21T20:37:17.0550944Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_4_randn_neg 2025-03-21T20:37:17.0552191Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_5_ramp 2025-03-21T20:37:30.4572595Z [gw1] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r4_st] 2025-03-21T20:37:30.4573720Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r1_ts] 2025-03-21T20:37:30.4575061Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_5_ramp 2025-03-21T20:37:30.4576104Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_0_zeros 2025-03-21T20:37:30.4577587Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[randn] 2025-03-21T20:37:30.4578835Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[zeros] 2025-03-21T20:37:30.4580277Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r1_ts] 2025-03-21T20:37:30.4581336Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r1_st] 2025-03-21T20:37:30.4582956Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[zeros] 2025-03-21T20:37:30.4584528Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[ones] 2025-03-21T20:37:30.4585851Z [gw1] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r1_st] 2025-03-21T20:37:30.4586868Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r4_ts] 2025-03-21T20:37:30.4587726Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_0_zeros 2025-03-21T20:37:30.4588399Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_1_ones 2025-03-21T20:37:30.4589219Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[ones] 2025-03-21T20:37:30.4589903Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[rand] 2025-03-21T20:37:30.4590684Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r4_ts] 2025-03-21T20:37:30.4591456Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r4_st] 2025-03-21T20:37:30.4592255Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[rand] 2025-03-21T20:37:30.4592953Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[randn] 2025-03-21T20:37:30.4593766Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_1_ones 2025-03-21T20:37:30.4594415Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_2_rand 2025-03-21T20:37:30.4595178Z [gw1] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r4_st] 2025-03-21T20:37:30.4595781Z backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r1_ts] 2025-03-21T20:37:30.4596566Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[randn] 2025-03-21T20:37:30.4597571Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[zeros] 2025-03-21T20:37:30.4598952Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_2_rand 2025-03-21T20:37:30.4600798Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_3_randn_pos 2025-03-21T20:37:30.4602273Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[zeros] 2025-03-21T20:37:30.4603406Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[ones] 2025-03-21T20:37:30.4604832Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_3_randn_pos 2025-03-21T20:37:30.4605962Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_4_randn_neg 2025-03-21T20:37:30.4607282Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r1_ts] 2025-03-21T20:37:30.4608240Z backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r1_st] 2025-03-21T20:37:30.4609580Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[ones] 2025-03-21T20:37:30.4610838Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[rand] 2025-03-21T20:37:30.4612263Z [gw1] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r1_st] 2025-03-21T20:37:30.4613223Z backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r4_ts] 2025-03-21T20:37:30.4614521Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[rand] 2025-03-21T20:37:30.4615706Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[randn] 2025-03-21T20:37:30.4617064Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r4_ts] 2025-03-21T20:37:30.4618114Z backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r4_st] 2025-03-21T20:37:30.4619361Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[randn] 2025-03-21T20:37:30.4620740Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[zeros] 2025-03-21T20:37:30.4622218Z [gw2] [ 61%] SKIPPED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[zeros] 2025-03-21T20:37:30.4623459Z backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r1_ts] 2025-03-21T20:37:30.4624802Z [gw1] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r4_st] 2025-03-21T20:37:30.4625794Z backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r1_ts] 2025-03-21T20:37:30.4626947Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r1_ts] 2025-03-21T20:37:30.4627902Z backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r1_st] 2025-03-21T20:37:30.4629182Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_4_randn_neg 2025-03-21T20:37:30.4630484Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_5_ramp 2025-03-21T20:37:30.4631793Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r1_ts] 2025-03-21T20:37:30.4632916Z backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r1_st] 2025-03-21T20:37:30.4634293Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_5_ramp 2025-03-21T20:37:30.4635536Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_0 2025-03-21T20:37:30.4636848Z [gw1] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r1_st] 2025-03-21T20:37:30.4637849Z backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r4_ts] 2025-03-21T20:37:30.4639012Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r1_st] 2025-03-21T20:37:30.4640092Z backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r4_ts] 2025-03-21T20:37:30.4641483Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r4_ts] 2025-03-21T20:37:30.4642538Z backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r4_st] 2025-03-21T20:37:30.4643895Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_0 2025-03-21T20:37:30.4645080Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_1 2025-03-21T20:37:30.4646460Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r4_ts] 2025-03-21T20:37:30.4647454Z backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r4_st] 2025-03-21T20:37:30.4648730Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r4_st] 2025-03-21T20:37:30.4649775Z backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_int_r1_ts] 2025-03-21T20:37:30.4651276Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_1 2025-03-21T20:37:30.4652450Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_2 2025-03-21T20:37:30.4653847Z [gw1] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r4_st] 2025-03-21T20:37:30.4654859Z backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r1_ts] 2025-03-21T20:37:30.4656136Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_int_r1_ts] 2025-03-21T20:37:30.4657203Z backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_int_r4_ts] 2025-03-21T20:37:30.4658449Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r1_ts] 2025-03-21T20:37:30.4659374Z backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r1_st] 2025-03-21T20:37:30.4660669Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_int_r4_ts] 2025-03-21T20:37:30.4661762Z backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_float_r1_ts] 2025-03-21T20:37:30.4663893Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_2 2025-03-21T20:37:30.4665075Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_3 2025-03-21T20:37:30.4666424Z [gw1] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r1_st] 2025-03-21T20:37:30.4667506Z backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r4_ts] 2025-03-21T20:37:30.4668906Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_float_r1_ts] 2025-03-21T20:37:30.4670122Z backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_float_r4_ts] 2025-03-21T20:37:30.4671523Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r4_ts] 2025-03-21T20:37:30.4672571Z backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r4_st] 2025-03-21T20:37:30.4674021Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_float_r4_ts] 2025-03-21T20:37:30.4675121Z backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_int_r1_ts] 2025-03-21T20:37:30.4676354Z [gw1] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r4_st] 2025-03-21T20:37:30.4677347Z backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r1_ts] 2025-03-21T20:37:30.4678776Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_3 2025-03-21T20:37:39.0683140Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_4 2025-03-21T20:37:39.0684852Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_int_r1_ts] 2025-03-21T20:37:39.0685909Z backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_int_r4_ts] 2025-03-21T20:37:39.0687246Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r1_ts] 2025-03-21T20:37:39.0688766Z backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r1_st] 2025-03-21T20:37:39.0690275Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_int_r4_ts] 2025-03-21T20:37:39.0691425Z backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_float_r1_ts] 2025-03-21T20:37:39.0693015Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_4 2025-03-21T20:37:39.0694386Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_5 2025-03-21T20:37:39.0695745Z [gw1] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r1_st] 2025-03-21T20:37:39.0696769Z backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r4_ts] 2025-03-21T20:37:39.0697818Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_float_r1_ts] 2025-03-21T20:37:39.0698508Z backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_float_r4_ts] 2025-03-21T20:37:39.0699287Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r4_ts] 2025-03-21T20:37:39.0700151Z backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r4_st] 2025-03-21T20:37:39.0700970Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_5 2025-03-21T20:37:39.0701700Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_6 2025-03-21T20:37:39.0702531Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_float_r4_ts] 2025-03-21T20:37:39.0703184Z backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_int_r1_ts] 2025-03-21T20:37:39.0703943Z [gw1] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r4_st] 2025-03-21T20:37:39.0704548Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r1_ts] 2025-03-21T20:37:39.0705377Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_6 2025-03-21T20:37:39.0706560Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_0 2025-03-21T20:37:39.0708001Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_int_r1_ts] 2025-03-21T20:37:39.0709187Z backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_int_r4_ts] 2025-03-21T20:37:39.0710462Z [gw1] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r1_ts] 2025-03-21T20:37:39.0711406Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r1_st] 2025-03-21T20:37:39.0712665Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_int_r4_ts] 2025-03-21T20:37:39.0713778Z backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_float_r1_ts] 2025-03-21T20:37:39.0714998Z [gw1] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r1_st] 2025-03-21T20:37:39.0716233Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r4_ts] 2025-03-21T20:37:39.0717634Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_0 2025-03-21T20:37:39.0718864Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_1 2025-03-21T20:37:39.0720388Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_float_r1_ts] 2025-03-21T20:37:39.0721578Z backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_float_r4_ts] 2025-03-21T20:37:39.0723129Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_1 2025-03-21T20:37:39.0724322Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_2 2025-03-21T20:37:39.0725745Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_float_r4_ts] 2025-03-21T20:37:39.0726897Z backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_int_r1_ts] 2025-03-21T20:37:39.0728379Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_2 2025-03-21T20:37:39.0729564Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_3 2025-03-21T20:37:39.0731093Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_3 2025-03-21T20:37:39.0732240Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_4 2025-03-21T20:37:39.0733634Z [gw1] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r4_ts] 2025-03-21T20:37:39.0734678Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r4_st] 2025-03-21T20:37:39.0736169Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_4 2025-03-21T20:37:39.0737284Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_5 2025-03-21T20:37:39.0738576Z [gw1] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r4_st] 2025-03-21T20:37:39.0739536Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r1_ts] 2025-03-21T20:37:39.0740886Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_5 2025-03-21T20:37:39.0742116Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_6 2025-03-21T20:37:39.0743656Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_int_r1_ts] 2025-03-21T20:37:39.0744778Z backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_int_r4_ts] 2025-03-21T20:37:39.0746273Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_6 2025-03-21T20:37:39.0747387Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_0 2025-03-21T20:37:39.0748744Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r1_ts] 2025-03-21T20:37:39.0749912Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r1_st] 2025-03-21T20:37:39.0751159Z [gw1] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r1_st] 2025-03-21T20:37:39.0752162Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r4_ts] 2025-03-21T20:37:39.0753495Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_int_r4_ts] 2025-03-21T20:37:39.0754640Z backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_float_r1_ts] 2025-03-21T20:37:39.0755964Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_float_r1_ts] 2025-03-21T20:37:39.0757061Z backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_float_r4_ts] 2025-03-21T20:37:39.0758410Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r4_ts] 2025-03-21T20:37:39.0759658Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r4_st] 2025-03-21T20:37:39.0761010Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_0 2025-03-21T20:37:39.0762306Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_1 2025-03-21T20:37:39.0763704Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_float_r4_ts] 2025-03-21T20:37:39.0764782Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r1_ts] 2025-03-21T20:37:39.0766113Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r1_ts] 2025-03-21T20:37:39.0767089Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r1_st] 2025-03-21T20:37:39.0768447Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r1_st] 2025-03-21T20:37:39.0769505Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r4_ts] 2025-03-21T20:37:39.0770913Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r4_ts] 2025-03-21T20:37:39.0771997Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r4_st] 2025-03-21T20:37:39.0773336Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r4_st] 2025-03-21T20:37:39.0774383Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r1_ts] 2025-03-21T20:37:39.0775808Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r1_ts] 2025-03-21T20:37:39.0776960Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r1_st] 2025-03-21T20:37:39.0778318Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r1_st] 2025-03-21T20:37:39.0779453Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r4_ts] 2025-03-21T20:37:39.0780865Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r4_ts] 2025-03-21T20:37:39.0782024Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r4_st] 2025-03-21T20:37:39.0783430Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r4_st] 2025-03-21T20:37:39.0784549Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r1_ts] 2025-03-21T20:37:39.0785841Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r1_ts] 2025-03-21T20:37:39.0786990Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r1_st] 2025-03-21T20:37:39.0788329Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r1_st] 2025-03-21T20:37:39.0789495Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r4_ts] 2025-03-21T20:37:39.0790958Z [gw3] [ 63%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_1 2025-03-21T20:37:41.1412356Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_2 2025-03-21T20:37:41.1414472Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r4_ts] 2025-03-21T20:37:41.1415653Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r4_st] 2025-03-21T20:37:41.1417185Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r4_st] 2025-03-21T20:37:41.1418286Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r1_ts] 2025-03-21T20:37:41.1419796Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r1_ts] 2025-03-21T20:37:41.1420947Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r1_st] 2025-03-21T20:37:41.1422427Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r1_st] 2025-03-21T20:37:41.1423907Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r4_ts] 2025-03-21T20:37:41.1425444Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r4_ts] 2025-03-21T20:37:41.1426657Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r4_st] 2025-03-21T20:37:41.1428063Z [gw1] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r4_st] 2025-03-21T20:37:41.1429167Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r1_ts] 2025-03-21T20:37:41.1430640Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r4_st] 2025-03-21T20:37:41.1431826Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r1_ts] 2025-03-21T20:37:41.1433265Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r1_ts] 2025-03-21T20:37:41.1434398Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r1_st] 2025-03-21T20:37:41.1435920Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r1_st] 2025-03-21T20:37:41.1437126Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r4_ts] 2025-03-21T20:37:41.1438557Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r4_ts] 2025-03-21T20:37:41.1439675Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r4_st] 2025-03-21T20:37:41.1441126Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r4_st] 2025-03-21T20:37:41.1442313Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r1_ts] 2025-03-21T20:37:41.1443768Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r1_ts] 2025-03-21T20:37:41.1445010Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r1_st] 2025-03-21T20:37:41.1446456Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r1_st] 2025-03-21T20:37:41.1447680Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r4_ts] 2025-03-21T20:37:41.1449180Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r4_ts] 2025-03-21T20:37:41.1450402Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r4_st] 2025-03-21T20:37:41.1451843Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r4_st] 2025-03-21T20:37:41.1452945Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r1_ts] 2025-03-21T20:37:41.1454406Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r1_ts] 2025-03-21T20:37:41.1455549Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r1_st] 2025-03-21T20:37:41.1456994Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r1_st] 2025-03-21T20:37:41.1458085Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r4_ts] 2025-03-21T20:37:41.1459649Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r4_ts] 2025-03-21T20:37:41.1460825Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r4_st] 2025-03-21T20:37:41.1462276Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r4_st] 2025-03-21T20:37:41.1463473Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r1_ts] 2025-03-21T20:37:41.1464867Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r1_ts] 2025-03-21T20:37:41.1465888Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r1_st] 2025-03-21T20:37:41.1467284Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r1_ts] 2025-03-21T20:37:41.1468457Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r1_st] 2025-03-21T20:37:41.1470128Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r1_st] 2025-03-21T20:37:41.1471364Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r4_ts] 2025-03-21T20:37:41.1472870Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r4_ts] 2025-03-21T20:37:41.1474058Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r4_st] 2025-03-21T20:37:41.1475570Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r4_st] 2025-03-21T20:37:41.1476805Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r1_ts] 2025-03-21T20:37:41.1478245Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r1_ts] 2025-03-21T20:37:41.1479398Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r1_st] 2025-03-21T20:37:41.1480905Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r1_st] 2025-03-21T20:37:41.1482122Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r4_ts] 2025-03-21T20:37:41.1483581Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r4_ts] 2025-03-21T20:37:41.1484726Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r4_st] 2025-03-21T20:37:41.1486223Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r4_st] 2025-03-21T20:37:41.1487465Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r1_ts] 2025-03-21T20:37:41.1488976Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r1_ts] 2025-03-21T20:37:41.1490256Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r1_st] 2025-03-21T20:37:41.1491845Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_2 2025-03-21T20:37:41.1493201Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_3 2025-03-21T20:37:41.1494729Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r1_st] 2025-03-21T20:37:41.1495995Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r4_ts] 2025-03-21T20:37:41.1497529Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r4_ts] 2025-03-21T20:37:41.1498745Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r4_st] 2025-03-21T20:37:41.1500335Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r4_st] 2025-03-21T20:37:41.1501437Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r1_ts] 2025-03-21T20:37:41.1502791Z [gw1] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r1_st] 2025-03-21T20:37:41.1503785Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r4_ts] 2025-03-21T20:37:41.1505353Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r1_ts] 2025-03-21T20:37:41.1506568Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r1_st] 2025-03-21T20:37:41.1508058Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r1_st] 2025-03-21T20:37:41.1509234Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r4_ts] 2025-03-21T20:37:41.1510665Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r4_ts] 2025-03-21T20:37:41.1511720Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r4_st] 2025-03-21T20:37:41.1513109Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r4_st] 2025-03-21T20:37:41.1514223Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r1_ts] 2025-03-21T20:37:41.1515903Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r1_ts] 2025-03-21T20:37:41.1517149Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r1_st] 2025-03-21T20:37:41.1518670Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r1_st] 2025-03-21T20:37:41.1519883Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r4_ts] 2025-03-21T20:37:41.1521365Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r4_ts] 2025-03-21T20:37:41.1522558Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r4_st] 2025-03-21T20:37:41.1524013Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r4_st] 2025-03-21T20:37:41.1525210Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r1_ts] 2025-03-21T20:37:41.1526664Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r1_ts] 2025-03-21T20:37:41.1527838Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r1_st] 2025-03-21T20:37:41.1529294Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r1_st] 2025-03-21T20:37:41.1530590Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r4_ts] 2025-03-21T20:37:41.1531996Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r4_ts] 2025-03-21T20:37:41.1533133Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r4_st] 2025-03-21T20:37:47.6575225Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r4_st] 2025-03-21T20:37:47.6576626Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r1_ts] 2025-03-21T20:37:47.6578364Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r1_ts] 2025-03-21T20:37:47.6579608Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r1_st] 2025-03-21T20:37:47.6580987Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r4_ts] 2025-03-21T20:37:47.6581955Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r4_st] 2025-03-21T20:37:47.6583337Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r1_st] 2025-03-21T20:37:47.6584505Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r4_ts] 2025-03-21T20:37:47.6585956Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r4_ts] 2025-03-21T20:37:47.6587026Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r4_st] 2025-03-21T20:37:47.6588406Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r4_st] 2025-03-21T20:37:47.6589444Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r1_ts] 2025-03-21T20:37:47.6590743Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r1_ts] 2025-03-21T20:37:47.6592070Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r1_st] 2025-03-21T20:37:47.6593347Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r1_st] 2025-03-21T20:37:47.6594437Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r4_ts] 2025-03-21T20:37:47.6595707Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r4_ts] 2025-03-21T20:37:47.6596725Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r4_st] 2025-03-21T20:37:47.6598030Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r4_st] 2025-03-21T20:37:47.6599201Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r1_ts] 2025-03-21T20:37:47.6601165Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r1_ts] 2025-03-21T20:37:47.6602227Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r1_st] 2025-03-21T20:37:47.6603532Z [gw1] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r4_st] 2025-03-21T20:37:47.6604624Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r1_ts] 2025-03-21T20:37:47.6605971Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r1_st] 2025-03-21T20:37:47.6607016Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r4_ts] 2025-03-21T20:37:47.6608299Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r4_ts] 2025-03-21T20:37:47.6609336Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r4_st] 2025-03-21T20:37:47.6610790Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r4_st] 2025-03-21T20:37:47.6612049Z backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_int_r1_ts] 2025-03-21T20:37:47.6613637Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_int_r1_ts] 2025-03-21T20:37:47.6614684Z backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_int_r4_ts] 2025-03-21T20:37:47.6616033Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_3 2025-03-21T20:37:47.6617136Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_4 2025-03-21T20:37:47.6618487Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_int_r4_ts] 2025-03-21T20:37:47.6619647Z backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_float_r1_ts] 2025-03-21T20:37:47.6621238Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_float_r1_ts] 2025-03-21T20:37:47.6622510Z backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_float_r4_ts] 2025-03-21T20:37:47.6624097Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_float_r4_ts] 2025-03-21T20:37:47.6625383Z backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_int_r1_ts] 2025-03-21T20:37:47.6626770Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_int_r1_ts] 2025-03-21T20:37:47.6627915Z backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_int_r4_ts] 2025-03-21T20:37:47.6629267Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_int_r4_ts] 2025-03-21T20:37:47.6630404Z backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_float_r1_ts] 2025-03-21T20:37:47.6631820Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_float_r1_ts] 2025-03-21T20:37:47.6633059Z backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_float_r4_ts] 2025-03-21T20:37:47.6634781Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_float_r4_ts] 2025-03-21T20:37:47.6635935Z backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_int_r1_ts] 2025-03-21T20:37:47.6637338Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r1_ts] 2025-03-21T20:37:47.6638315Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r1_st] 2025-03-21T20:37:47.6639637Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_int_r1_ts] 2025-03-21T20:37:47.6640815Z backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_int_r4_ts] 2025-03-21T20:37:47.6642294Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_int_r4_ts] 2025-03-21T20:37:47.6643368Z backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_float_r1_ts] 2025-03-21T20:37:47.6645000Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_float_r1_ts] 2025-03-21T20:37:47.6646143Z backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_float_r4_ts] 2025-03-21T20:37:47.6647463Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_float_r4_ts] 2025-03-21T20:37:47.6648635Z backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_int_r1_ts] 2025-03-21T20:37:47.6650144Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_int_r1_ts] 2025-03-21T20:37:47.6651266Z backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_int_r4_ts] 2025-03-21T20:37:47.6652688Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_int_r4_ts] 2025-03-21T20:37:47.6653839Z backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_float_r1_ts] 2025-03-21T20:37:47.6655187Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_float_r1_ts] 2025-03-21T20:37:47.6656408Z backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_float_r4_ts] 2025-03-21T20:37:47.6657791Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_float_r4_ts] 2025-03-21T20:37:47.6658916Z backends/arm/test/ops/test_scalars.py::test_MI_const[Add_r1] 2025-03-21T20:37:47.6660123Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_MI_const[Add_r1] 2025-03-21T20:37:47.6661138Z backends/arm/test/ops/test_scalars.py::test_MI_const[Add_r4] 2025-03-21T20:37:47.6662482Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_4 2025-03-21T20:37:47.6663705Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_5 2025-03-21T20:37:47.6665089Z [gw1] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r1_st] 2025-03-21T20:37:47.6666174Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r4_ts] 2025-03-21T20:37:47.6667436Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_MI_const[Add_r4] 2025-03-21T20:37:47.6668380Z backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r1_ts] 2025-03-21T20:37:47.6669603Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r4_ts] 2025-03-21T20:37:47.6670716Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r4_st] 2025-03-21T20:37:47.6672027Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_5 2025-03-21T20:37:47.6673203Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_6 2025-03-21T20:37:47.6674542Z [gw1] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r4_st] 2025-03-21T20:37:47.6675570Z backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r1_ts] 2025-03-21T20:37:47.6677091Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_6 2025-03-21T20:37:47.6678333Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_0 2025-03-21T20:37:47.6679648Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r1_ts] 2025-03-21T20:37:47.6680625Z backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r1_st] 2025-03-21T20:37:47.6681886Z [gw1] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r1_st] 2025-03-21T20:37:47.6682932Z backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r4_ts] 2025-03-21T20:37:47.6684244Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r4_ts] 2025-03-21T20:37:47.6685322Z backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r4_st] 2025-03-21T20:37:47.6686816Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r1_ts] 2025-03-21T20:38:07.0549857Z backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r1_st] 2025-03-21T20:38:07.0551084Z [gw1] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r4_st] 2025-03-21T20:38:07.0551846Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r4_st] 2025-03-21T20:38:07.0552790Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_0 2025-03-21T20:38:07.0553583Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_1 2025-03-21T20:38:07.0554537Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_1 2025-03-21T20:38:07.0555329Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_2 2025-03-21T20:38:07.0556352Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r4_st] 2025-03-21T20:38:07.0557356Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r1_ts] 2025-03-21T20:38:07.0558759Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r1_st] 2025-03-21T20:38:07.0559804Z backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r4_ts] 2025-03-21T20:38:07.0561166Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_2 2025-03-21T20:38:07.0562298Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_3 2025-03-21T20:38:07.0563662Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r4_ts] 2025-03-21T20:38:07.0564609Z backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r4_st] 2025-03-21T20:38:07.0565822Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r4_st] 2025-03-21T20:38:07.0566794Z backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r1_ts] 2025-03-21T20:38:07.0568046Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r1_ts] 2025-03-21T20:38:07.0569082Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r1_st] 2025-03-21T20:38:07.0570628Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_3 2025-03-21T20:38:07.0571835Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_4 2025-03-21T20:38:07.0573302Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_4 2025-03-21T20:38:07.0574474Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_5 2025-03-21T20:38:07.0575901Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r1_ts] 2025-03-21T20:38:07.0576935Z backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r1_st] 2025-03-21T20:38:07.0578137Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r1_st] 2025-03-21T20:38:07.0579387Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r4_ts] 2025-03-21T20:38:07.0580700Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_5 2025-03-21T20:38:07.0581833Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_6 2025-03-21T20:38:07.0583278Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r4_ts] 2025-03-21T20:38:07.0584437Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r4_st] 2025-03-21T20:38:07.0585693Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_6 2025-03-21T20:38:07.0586784Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_0 2025-03-21T20:38:07.0588053Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_0 2025-03-21T20:38:07.0589347Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_1 2025-03-21T20:38:07.0590665Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r4_st] 2025-03-21T20:38:07.0591727Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r1_ts] 2025-03-21T20:38:07.0593040Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r1_st] 2025-03-21T20:38:07.0594104Z backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r4_ts] 2025-03-21T20:38:07.0595505Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_1 2025-03-21T20:38:07.0596531Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_2 2025-03-21T20:38:07.0597804Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r1_ts] 2025-03-21T20:38:07.0598771Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r1_st] 2025-03-21T20:38:07.0600333Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_2 2025-03-21T20:38:07.0601574Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_3 2025-03-21T20:38:07.0602885Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r4_ts] 2025-03-21T20:38:07.0603864Z backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r4_st] 2025-03-21T20:38:07.0605143Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r1_st] 2025-03-21T20:38:07.0606133Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r4_ts] 2025-03-21T20:38:07.0607383Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_3 2025-03-21T20:38:07.0608572Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_0 2025-03-21T20:38:07.0609842Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r4_st] 2025-03-21T20:38:07.0610925Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r1_ts] 2025-03-21T20:38:07.0612201Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r4_ts] 2025-03-21T20:38:07.0613275Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r4_st] 2025-03-21T20:38:07.0614524Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_0 2025-03-21T20:38:07.0615644Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_1 2025-03-21T20:38:07.0616997Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_1 2025-03-21T20:38:07.0618008Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_2 2025-03-21T20:38:07.0619289Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r4_st] 2025-03-21T20:38:07.0620335Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r1_ts] 2025-03-21T20:38:07.0621928Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_2 2025-03-21T20:38:07.0623040Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_3 2025-03-21T20:38:07.0624388Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r1_ts] 2025-03-21T20:38:07.0625412Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r1_st] 2025-03-21T20:38:07.0626658Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_3 2025-03-21T20:38:07.0627795Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_0 2025-03-21T20:38:07.0629068Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r1_ts] 2025-03-21T20:38:07.0630080Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r1_st] 2025-03-21T20:38:07.0631586Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_0 2025-03-21T20:38:07.0632750Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_1 2025-03-21T20:38:07.0634042Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r1_st] 2025-03-21T20:38:07.0635134Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r4_ts] 2025-03-21T20:38:07.0636501Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_1 2025-03-21T20:38:07.0637654Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_2 2025-03-21T20:38:07.0638965Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r4_ts] 2025-03-21T20:38:07.0639979Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r4_st] 2025-03-21T20:38:07.0641337Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_2 2025-03-21T20:38:07.0642500Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_3 2025-03-21T20:38:07.0643815Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r4_st] 2025-03-21T20:38:07.0644812Z backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r1_ts] 2025-03-21T20:38:07.0646022Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r1_st] 2025-03-21T20:38:07.0647017Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r4_ts] 2025-03-21T20:38:07.0648212Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r4_ts] 2025-03-21T20:38:07.0649248Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r4_st] 2025-03-21T20:38:07.0650634Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_3 2025-03-21T20:38:07.0651746Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_0 2025-03-21T20:38:07.0653072Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r4_st] 2025-03-21T20:38:07.0654135Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r1_ts] 2025-03-21T20:38:07.0655483Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r1_ts] 2025-03-21T20:38:07.0656602Z backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r1_st] 2025-03-21T20:38:07.0657939Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_0 2025-03-21T20:38:07.0659099Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_1 2025-03-21T20:38:20.5841222Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_1 2025-03-21T20:38:20.5842452Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_2 2025-03-21T20:38:20.5843876Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r1_st] 2025-03-21T20:38:20.5845032Z backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r4_ts] 2025-03-21T20:38:20.5846701Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_2 2025-03-21T20:38:20.5847864Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_3 2025-03-21T20:38:20.5849364Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_3 2025-03-21T20:38:20.5850600Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_0 2025-03-21T20:38:20.5851992Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r4_ts] 2025-03-21T20:38:20.5853082Z backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r4_st] 2025-03-21T20:38:20.5854405Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r1_ts] 2025-03-21T20:38:20.5855735Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r1_st] 2025-03-21T20:38:20.5857138Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_0 2025-03-21T20:38:20.5858317Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_1 2025-03-21T20:38:20.5859648Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r4_st] 2025-03-21T20:38:20.5860694Z backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r1_ts] 2025-03-21T20:38:20.5862091Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_1 2025-03-21T20:38:20.5863230Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_2 2025-03-21T20:38:20.5864628Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_2 2025-03-21T20:38:20.5865852Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_5 2025-03-21T20:38:20.5867273Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r1_ts] 2025-03-21T20:38:20.5868346Z backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r1_st] 2025-03-21T20:38:20.5869745Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_5 2025-03-21T20:38:20.5870962Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_6 2025-03-21T20:38:20.5872401Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r1_st] 2025-03-21T20:38:20.5873465Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r4_ts] 2025-03-21T20:38:20.5874757Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r1_st] 2025-03-21T20:38:20.5875789Z backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r4_ts] 2025-03-21T20:38:20.5877200Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_6 2025-03-21T20:38:20.5878500Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_7 2025-03-21T20:38:20.5879933Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r4_ts] 2025-03-21T20:38:20.5881053Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r4_st] 2025-03-21T20:38:20.5882532Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_7 2025-03-21T20:38:20.5883876Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_8 2025-03-21T20:38:20.5885385Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r4_ts] 2025-03-21T20:38:20.5886506Z backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r4_st] 2025-03-21T20:38:20.5887877Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r4_st] 2025-03-21T20:38:20.5888970Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r1_ts] 2025-03-21T20:38:20.5890486Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_8 2025-03-21T20:38:20.5891913Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_0 2025-03-21T20:38:20.5893397Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r4_st] 2025-03-21T20:38:20.5894564Z backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_int_r1_ts] 2025-03-21T20:38:20.5896056Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_0 2025-03-21T20:38:20.5897375Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_1 2025-03-21T20:38:20.5899004Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_1 2025-03-21T20:38:20.5900553Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_2 2025-03-21T20:38:20.5902231Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r1_ts] 2025-03-21T20:38:20.5903365Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r1_st] 2025-03-21T20:38:20.5904777Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_2 2025-03-21T20:38:20.5906038Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_3 2025-03-21T20:38:20.5907577Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_int_r1_ts] 2025-03-21T20:38:20.5908800Z backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_int_r4_ts] 2025-03-21T20:38:20.5910350Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_3 2025-03-21T20:38:20.5911642Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_4 2025-03-21T20:38:20.5913140Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r1_st] 2025-03-21T20:38:20.5914246Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r4_ts] 2025-03-21T20:38:20.5915627Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_4 2025-03-21T20:38:20.5916783Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_5 2025-03-21T20:38:20.5918200Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_int_r4_ts] 2025-03-21T20:38:20.5919381Z backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_float_r1_ts] 2025-03-21T20:38:20.5920810Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_5 2025-03-21T20:38:20.5921978Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_6 2025-03-21T20:38:20.5923372Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r4_ts] 2025-03-21T20:38:20.5924391Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r4_st] 2025-03-21T20:38:20.5925845Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_6 2025-03-21T20:38:20.5927085Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_7 2025-03-21T20:38:20.5928552Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_7 2025-03-21T20:38:20.5929738Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_8 2025-03-21T20:38:20.5931359Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_float_r1_ts] 2025-03-21T20:38:20.5932500Z backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_float_r4_ts] 2025-03-21T20:38:20.5933924Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_8 2025-03-21T20:38:20.5945169Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_0 2025-03-21T20:38:20.5946673Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r4_st] 2025-03-21T20:38:20.5947944Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r1_ts] 2025-03-21T20:38:20.5949425Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_0 2025-03-21T20:38:20.5950703Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_1 2025-03-21T20:38:20.5952257Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_float_r4_ts] 2025-03-21T20:38:20.5953367Z backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_int_r1_ts] 2025-03-21T20:38:20.5954710Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r1_ts] 2025-03-21T20:38:20.5955759Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r1_st] 2025-03-21T20:38:20.5957365Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_1 2025-03-21T20:38:20.5958636Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_2 2025-03-21T20:38:20.5960284Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_2 2025-03-21T20:38:20.5961564Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_3 2025-03-21T20:38:20.5963103Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_int_r1_ts] 2025-03-21T20:38:20.5964168Z backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_int_r4_ts] 2025-03-21T20:38:20.5965582Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r1_st] 2025-03-21T20:38:20.5966630Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r4_ts] 2025-03-21T20:38:20.5968018Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_3 2025-03-21T20:38:20.5969270Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_4 2025-03-21T20:38:42.0183432Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_4 2025-03-21T20:38:42.0184815Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_5 2025-03-21T20:38:42.0187949Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_int_r4_ts] 2025-03-21T20:38:42.0189268Z backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_float_r1_ts] 2025-03-21T20:38:42.0190802Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r4_ts] 2025-03-21T20:38:42.0191910Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r4_st] 2025-03-21T20:38:42.0193375Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_5 2025-03-21T20:38:42.0194727Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_6 2025-03-21T20:38:42.0196277Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_float_r1_ts] 2025-03-21T20:38:42.0197441Z backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_float_r4_ts] 2025-03-21T20:38:42.0198866Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r4_st] 2025-03-21T20:38:42.0200197Z backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r1_ts] 2025-03-21T20:38:42.0201712Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_6 2025-03-21T20:38:42.0203017Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_7 2025-03-21T20:38:42.0204557Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_float_r4_ts] 2025-03-21T20:38:42.0205647Z backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_int_r1_ts] 2025-03-21T20:38:42.0207299Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r1_ts] 2025-03-21T20:38:42.0208354Z backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r1_st] 2025-03-21T20:38:42.0209824Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_7 2025-03-21T20:38:42.0211252Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_8 2025-03-21T20:38:42.0212899Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_8 2025-03-21T20:38:42.0214193Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_0 2025-03-21T20:38:42.0215696Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r1_st] 2025-03-21T20:38:42.0216755Z backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r4_ts] 2025-03-21T20:38:42.0218487Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_0 2025-03-21T20:38:42.0219836Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_1 2025-03-21T20:38:42.0221444Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_1 2025-03-21T20:38:42.0222793Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_2 2025-03-21T20:38:42.0224274Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r4_ts] 2025-03-21T20:38:42.0225396Z backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r4_st] 2025-03-21T20:38:42.0226757Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_int_r1_ts] 2025-03-21T20:38:42.0227904Z backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_int_r4_ts] 2025-03-21T20:38:42.0229467Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_2 2025-03-21T20:38:42.0230833Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_3 2025-03-21T20:38:42.0232443Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_3 2025-03-21T20:38:42.0233739Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_4 2025-03-21T20:38:42.0235249Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_int_r4_ts] 2025-03-21T20:38:42.0236478Z backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_float_r1_ts] 2025-03-21T20:38:42.0237886Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r4_st] 2025-03-21T20:38:42.0238999Z backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r1_ts] 2025-03-21T20:38:42.0240509Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_4 2025-03-21T20:38:42.0241743Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_5 2025-03-21T20:38:42.0243332Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_5 2025-03-21T20:38:42.0244619Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_6 2025-03-21T20:38:42.0246057Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r1_ts] 2025-03-21T20:38:42.0247186Z backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r1_st] 2025-03-21T20:38:42.0248708Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_6 2025-03-21T20:38:42.0250110Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_7 2025-03-21T20:38:42.0251627Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r1_st] 2025-03-21T20:38:42.0252757Z backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r4_ts] 2025-03-21T20:38:42.0254301Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_float_r1_ts] 2025-03-21T20:38:42.0255521Z backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_float_r4_ts] 2025-03-21T20:38:42.0257045Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_7 2025-03-21T20:38:42.0258408Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_8 2025-03-21T20:38:42.0259974Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_8 2025-03-21T20:38:42.0261276Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_add_sigmoid_tosa_BI 2025-03-21T20:38:42.0262793Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_float_r4_ts] 2025-03-21T20:38:42.0264163Z backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_int_r1_ts] 2025-03-21T20:38:42.0265619Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r4_ts] 2025-03-21T20:38:42.0266685Z backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r4_st] 2025-03-21T20:38:42.0268222Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_add_sigmoid_tosa_BI 2025-03-21T20:38:42.0269488Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_add_sigmoid_tosa_MI 2025-03-21T20:38:42.0271044Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r4_st] 2025-03-21T20:38:42.0272073Z backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r1_ts] 2025-03-21T20:38:42.0273413Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_int_r1_ts] 2025-03-21T20:38:42.0274519Z backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_int_r4_ts] 2025-03-21T20:38:42.0276026Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_add_sigmoid_tosa_MI 2025-03-21T20:38:42.0277348Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_sigmoid_tosa_BI 2025-03-21T20:38:42.0278918Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r1_ts] 2025-03-21T20:38:42.0280006Z backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r1_st] 2025-03-21T20:38:42.0281380Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_int_r4_ts] 2025-03-21T20:38:42.0282580Z backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_float_r1_ts] 2025-03-21T20:38:42.0284167Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_sigmoid_tosa_BI 2025-03-21T20:38:42.0285534Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_sigmoid_tosa_MI 2025-03-21T20:38:42.0287270Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_sigmoid_tosa_MI 2025-03-21T20:38:42.0288605Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_tosa_BI 2025-03-21T20:38:42.0290207Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r1_st] 2025-03-21T20:38:42.0291270Z backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r4_ts] 2025-03-21T20:38:42.0292696Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_float_r1_ts] 2025-03-21T20:38:42.0293897Z backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_float_r4_ts] 2025-03-21T20:38:42.0295294Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r4_ts] 2025-03-21T20:38:42.0296353Z backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r4_st] 2025-03-21T20:38:42.0297755Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_float_r4_ts] 2025-03-21T20:38:42.0298933Z backends/arm/test/ops/test_scalars.py::test_BI_const[Add_r1] 2025-03-21T20:38:42.0300784Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r4_st] 2025-03-21T20:38:42.0301908Z backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r1_ts] 2025-03-21T20:38:42.0303292Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI_const[Add_r1] 2025-03-21T20:38:42.0304262Z backends/arm/test/ops/test_scalars.py::test_BI_const[Add_r4] 2025-03-21T20:38:42.0305706Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_tosa_BI 2025-03-21T20:38:54.4747582Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_tosa_MI 2025-03-21T20:38:54.4749563Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_tosa_MI 2025-03-21T20:38:54.4751016Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_0_zeros 2025-03-21T20:38:54.4752951Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r1_ts] 2025-03-21T20:38:54.4754104Z backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r1_st] 2025-03-21T20:38:54.4755419Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI_const[Add_r4] 2025-03-21T20:38:54.4758468Z backends/arm/test/ops/test_scalars.py::test_shift_sub_inplace_tosa_MI 2025-03-21T20:38:54.4760523Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_0_zeros 2025-03-21T20:38:54.4763192Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_1_ones 2025-03-21T20:38:54.4764822Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_shift_sub_inplace_tosa_MI 2025-03-21T20:38:54.4765973Z backends/arm/test/ops/test_scalars.py::test_shift_sub_inplace_tosa_BI 2025-03-21T20:38:54.4767445Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_1_ones 2025-03-21T20:38:54.4768800Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_2_rand 2025-03-21T20:38:54.4770383Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_shift_sub_inplace_tosa_BI 2025-03-21T20:38:54.4771603Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_0 2025-03-21T20:38:54.4773171Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_2_rand 2025-03-21T20:38:54.4774558Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_3_randn_pos 2025-03-21T20:38:54.4776196Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_0 2025-03-21T20:38:54.4777443Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_1 2025-03-21T20:38:54.4779041Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r1_st] 2025-03-21T20:38:54.4780281Z backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r4_ts] 2025-03-21T20:38:54.4781941Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_3_randn_pos 2025-03-21T20:38:54.4783414Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_4_randn_neg 2025-03-21T20:38:54.4785130Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_1 2025-03-21T20:38:54.4786476Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_2 2025-03-21T20:38:54.4788136Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_4_randn_neg 2025-03-21T20:38:54.4789612Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_5_ramp 2025-03-21T20:38:54.4791187Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_2 2025-03-21T20:38:54.4792729Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_3 2025-03-21T20:38:54.4794238Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_5_ramp 2025-03-21T20:38:54.4795621Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_0_zeros 2025-03-21T20:38:54.4797173Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r4_ts] 2025-03-21T20:38:54.4798256Z backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r4_st] 2025-03-21T20:38:54.4800043Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_0_zeros 2025-03-21T20:38:54.4801447Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_1_ones 2025-03-21T20:38:54.4803143Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_3 2025-03-21T20:38:54.4804449Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_4 2025-03-21T20:38:54.4805785Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_1_ones 2025-03-21T20:38:54.4806885Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_2_rand 2025-03-21T20:38:54.4808105Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r4_st] 2025-03-21T20:38:54.4809031Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r1_ts] 2025-03-21T20:38:54.4810306Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_4 2025-03-21T20:38:54.4811352Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_5 2025-03-21T20:38:54.4812676Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_2_rand 2025-03-21T20:38:54.4813821Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_3_randn_pos 2025-03-21T20:38:54.4815225Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_3_randn_pos 2025-03-21T20:38:54.4816375Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_4_randn_neg 2025-03-21T20:38:54.4817706Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_5 2025-03-21T20:38:54.4818732Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_6 2025-03-21T20:38:54.4820080Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_6 2025-03-21T20:38:54.4821184Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_7 2025-03-21T20:38:54.4822590Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_4_randn_neg 2025-03-21T20:38:54.4823717Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_5_ramp 2025-03-21T20:38:54.4825013Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_7 2025-03-21T20:38:54.4826068Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_8 2025-03-21T20:38:54.4827259Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r1_ts] 2025-03-21T20:38:54.4828122Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r1_st] 2025-03-21T20:38:54.4829332Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_5_ramp 2025-03-21T20:38:54.4830443Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_0_zeros 2025-03-21T20:38:54.4831779Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_8 2025-03-21T20:38:54.4832810Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_0 2025-03-21T20:38:54.4834373Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_0_zeros 2025-03-21T20:38:54.4836282Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_0 2025-03-21T20:38:54.4837648Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_1 2025-03-21T20:38:54.4838939Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_1_ones 2025-03-21T20:38:54.4840626Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_1 2025-03-21T20:38:54.4842005Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_2 2025-03-21T20:38:54.4843644Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_1_ones 2025-03-21T20:38:54.4845203Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_2_rand 2025-03-21T20:38:54.4846879Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_2 2025-03-21T20:38:54.4848140Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_3 2025-03-21T20:38:54.4849819Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_3 2025-03-21T20:38:54.4851261Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_4 2025-03-21T20:38:54.4852717Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r1_st] 2025-03-21T20:38:54.4853809Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r4_ts] 2025-03-21T20:38:54.4855291Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_2_rand 2025-03-21T20:38:54.4856926Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_3_randn_pos 2025-03-21T20:38:54.4858592Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_4 2025-03-21T20:38:54.4859918Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_5 2025-03-21T20:38:54.4861506Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_5 2025-03-21T20:38:54.4862904Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_6 2025-03-21T20:38:54.4864615Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_3_randn_pos 2025-03-21T20:38:54.4866124Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_4_randn_neg 2025-03-21T20:38:54.4867695Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r4_ts] 2025-03-21T20:39:08.0028879Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[ramp] 2025-03-21T20:39:08.0030617Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_4_randn_neg 2025-03-21T20:39:08.0031774Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_5_ramp 2025-03-21T20:39:08.0033086Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_6 2025-03-21T20:39:08.0034129Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_7 2025-03-21T20:39:08.0035380Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_7 2025-03-21T20:39:08.0036421Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_8 2025-03-21T20:39:08.0038068Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_5_ramp 2025-03-21T20:39:08.0039214Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_0_zeros 2025-03-21T20:39:08.0040720Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_8 2025-03-21T20:39:08.0041775Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_0 2025-03-21T20:39:08.0043086Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_0_zeros 2025-03-21T20:39:08.0044205Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_1_ones 2025-03-21T20:39:08.0045526Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_0 2025-03-21T20:39:08.0046622Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_1 2025-03-21T20:39:08.0047947Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_1_ones 2025-03-21T20:39:08.0049293Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_2_rand 2025-03-21T20:39:08.0050774Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_1 2025-03-21T20:39:08.0051869Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_2 2025-03-21T20:39:08.0053191Z [gw2] [ 73%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[ramp] 2025-03-21T20:39:08.0054204Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[ones] 2025-03-21T20:39:08.0055355Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_2_rand 2025-03-21T20:39:08.0056358Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_3_randn_pos 2025-03-21T20:39:08.0057552Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_2 2025-03-21T20:39:08.0058547Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_3 2025-03-21T20:39:08.0059646Z [gw2] [ 73%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[ones] 2025-03-21T20:39:08.0060522Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[rand] 2025-03-21T20:39:08.0061658Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_3 2025-03-21T20:39:08.0062607Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_4 2025-03-21T20:39:08.0063814Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_3_randn_pos 2025-03-21T20:39:08.0064841Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_4_randn_neg 2025-03-21T20:39:08.0065994Z [gw2] [ 73%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[rand] 2025-03-21T20:39:08.0066881Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[rand_4d] 2025-03-21T20:39:08.0068044Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_4 2025-03-21T20:39:08.0069057Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_5 2025-03-21T20:39:08.0070368Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_5 2025-03-21T20:39:08.0080460Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_6 2025-03-21T20:39:08.0082143Z [gw2] [ 73%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[rand_4d] 2025-03-21T20:39:08.0083395Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[randn_pos] 2025-03-21T20:39:08.0085066Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_4_randn_neg 2025-03-21T20:39:08.0086660Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_5_ramp 2025-03-21T20:39:08.0088333Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_6 2025-03-21T20:39:08.0089673Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_7 2025-03-21T20:39:08.0091289Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_5_ramp 2025-03-21T20:39:08.0092631Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ones] 2025-03-21T20:39:08.0094005Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_7 2025-03-21T20:39:08.0095197Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_8 2025-03-21T20:39:08.0096753Z [gw2] [ 74%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[randn_pos] 2025-03-21T20:39:08.0098141Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[randn_neg] 2025-03-21T20:39:08.0099711Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_8 2025-03-21T20:39:08.0101309Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_0 2025-03-21T20:39:08.0103018Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_0 2025-03-21T20:39:08.0104426Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_1 2025-03-21T20:39:08.0106050Z [gw2] [ 74%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[randn_neg] 2025-03-21T20:39:08.0107321Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[ramp] 2025-03-21T20:39:08.0108800Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ones] 2025-03-21T20:39:08.0110053Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand] 2025-03-21T20:39:08.0111641Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_1 2025-03-21T20:39:08.0113002Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_2 2025-03-21T20:39:08.0114500Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand] 2025-03-21T20:39:08.0115719Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-03-21T20:39:08.0117314Z [gw2] [ 74%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[ramp] 2025-03-21T20:39:08.0118662Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[ones] 2025-03-21T20:39:08.0120335Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-03-21T20:39:08.0121673Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-03-21T20:39:08.0123143Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_2 2025-03-21T20:39:08.0124457Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_3 2025-03-21T20:39:08.0126052Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_3 2025-03-21T20:39:08.0127446Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_4 2025-03-21T20:39:08.0129350Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_4 2025-03-21T20:39:08.0130839Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_5 2025-03-21T20:39:08.0132480Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-03-21T20:39:08.0133789Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-03-21T20:39:08.0135639Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_5 2025-03-21T20:39:08.0137025Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_6 2025-03-21T20:39:08.0138638Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-03-21T20:39:08.0139908Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ramp] 2025-03-21T20:39:08.0141422Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_6 2025-03-21T20:39:08.0142787Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_7 2025-03-21T20:39:08.0144471Z [gw2] [ 74%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[ones] 2025-03-21T20:39:08.0146079Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand] 2025-03-21T20:39:22.9567205Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_7 2025-03-21T20:39:22.9568666Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_8 2025-03-21T20:39:22.9570356Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ramp] 2025-03-21T20:39:22.9571759Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[ones] 2025-03-21T20:39:22.9573470Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_8 2025-03-21T20:39:22.9574840Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_0 2025-03-21T20:39:22.9576514Z [gw2] [ 74%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand] 2025-03-21T20:39:22.9577985Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand_4d] 2025-03-21T20:39:22.9579648Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_0 2025-03-21T20:39:22.9580986Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_1 2025-03-21T20:39:22.9582580Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_1 2025-03-21T20:39:22.9583915Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_2 2025-03-21T20:39:22.9585603Z [gw2] [ 74%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand_4d] 2025-03-21T20:39:22.9587098Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_pos] 2025-03-21T20:39:22.9588783Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_2 2025-03-21T20:39:22.9590123Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_3 2025-03-21T20:39:22.9591718Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_3 2025-03-21T20:39:22.9593053Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_4 2025-03-21T20:39:22.9594649Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_4 2025-03-21T20:39:22.9596200Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nhwc_tosa_BI_0 2025-03-21T20:39:22.9597890Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[ones] 2025-03-21T20:39:22.9599328Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand] 2025-03-21T20:39:22.9601215Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nhwc_tosa_BI_0 2025-03-21T20:39:22.9602981Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nhwc_tosa_BI_1 2025-03-21T20:39:22.9604711Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nhwc_tosa_BI_1 2025-03-21T20:39:22.9606072Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_0 2025-03-21T20:39:22.9607734Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand] 2025-03-21T20:39:22.9609180Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand_4d] 2025-03-21T20:39:22.9611028Z [gw2] [ 75%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_pos] 2025-03-21T20:39:22.9612542Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_neg] 2025-03-21T20:39:22.9614322Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_0 2025-03-21T20:39:22.9615650Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_1 2025-03-21T20:39:22.9617246Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_1 2025-03-21T20:39:22.9618550Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_2 2025-03-21T20:39:22.9620134Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_2 2025-03-21T20:39:22.9621464Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_3 2025-03-21T20:39:22.9623166Z [gw2] [ 75%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_neg] 2025-03-21T20:39:22.9624640Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[ramp] 2025-03-21T20:39:22.9626290Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_3 2025-03-21T20:39:22.9627612Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_0 2025-03-21T20:39:22.9629272Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand_4d] 2025-03-21T20:39:22.9630760Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_pos] 2025-03-21T20:39:22.9632434Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_0 2025-03-21T20:39:22.9633745Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_1 2025-03-21T20:39:22.9635319Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_1 2025-03-21T20:39:22.9636627Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_2 2025-03-21T20:39:22.9638187Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_2 2025-03-21T20:39:22.9639506Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_3 2025-03-21T20:39:22.9641163Z [gw2] [ 75%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[ramp] 2025-03-21T20:39:22.9642517Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[ones] 2025-03-21T20:39:22.9644071Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_3 2025-03-21T20:39:22.9645479Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_0 2025-03-21T20:39:22.9647019Z [gw2] [ 75%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[ones] 2025-03-21T20:39:22.9648289Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[rand] 2025-03-21T20:39:22.9649842Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_0 2025-03-21T20:39:22.9651228Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_1 2025-03-21T20:39:22.9653033Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_pos] 2025-03-21T20:39:22.9654546Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_neg] 2025-03-21T20:39:22.9656198Z [gw2] [ 75%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[rand] 2025-03-21T20:39:22.9657475Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[rand_4d] 2025-03-21T20:39:22.9659051Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_1 2025-03-21T20:39:22.9660359Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_2 2025-03-21T20:39:22.9661929Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_2 2025-03-21T20:39:22.9663269Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_3 2025-03-21T20:39:22.9664852Z [gw2] [ 75%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[rand_4d] 2025-03-21T20:39:22.9666158Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[randn_pos] 2025-03-21T20:39:22.9667881Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_neg] 2025-03-21T20:39:22.9669316Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[ones_neg_dim] 2025-03-21T20:39:22.9670979Z [gw3] [ 75%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[ones_neg_dim] 2025-03-21T20:39:22.9672372Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[randn_neg_dim] 2025-03-21T20:39:22.9674050Z [gw3] [ 75%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[randn_neg_dim] 2025-03-21T20:39:22.9675399Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[zeros] 2025-03-21T20:39:22.9676949Z [gw3] [ 75%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[zeros] 2025-03-21T20:39:22.9678288Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[zeros_neg_dim] 2025-03-21T20:39:22.9679961Z [gw3] [ 75%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[zeros_neg_dim] 2025-03-21T20:39:22.9681305Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[rand] 2025-03-21T20:39:22.9682855Z [gw3] [ 75%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[rand] 2025-03-21T20:39:22.9684185Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[rand_neg_dim] 2025-03-21T20:39:22.9685841Z [gw3] [ 75%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[rand_neg_dim] 2025-03-21T20:39:22.9687264Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[randn_mult_batches] 2025-03-21T20:39:22.9689028Z [gw3] [ 76%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[randn_mult_batches] 2025-03-21T20:39:22.9690550Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_0 2025-03-21T20:39:38.5945004Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_3 2025-03-21T20:39:38.5946319Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones] 2025-03-21T20:39:38.5948142Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_0 2025-03-21T20:39:38.5949591Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_1 2025-03-21T20:39:38.5951274Z [gw2] [ 76%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[randn_pos] 2025-03-21T20:39:38.5952630Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[randn_neg] 2025-03-21T20:39:38.5954296Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones] 2025-03-21T20:39:38.5955559Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones_neg_dim] 2025-03-21T20:39:38.5957218Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_1 2025-03-21T20:39:38.5958656Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_2 2025-03-21T20:39:38.5960379Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_2 2025-03-21T20:39:38.5961819Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_3 2025-03-21T20:39:38.5963458Z [gw2] [ 76%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[randn_neg] 2025-03-21T20:39:38.5964826Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[ramp] 2025-03-21T20:39:38.5966466Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_3 2025-03-21T20:39:38.5967890Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_4 2025-03-21T20:39:38.5969601Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_4 2025-03-21T20:39:38.5971128Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_5 2025-03-21T20:39:38.5972843Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_5 2025-03-21T20:39:38.5974212Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_0 2025-03-21T20:39:38.5975798Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones_neg_dim] 2025-03-21T20:39:38.5977114Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_neg_dim] 2025-03-21T20:39:38.5978681Z [gw2] [ 76%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[ramp] 2025-03-21T20:39:38.5980025Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[ones] 2025-03-21T20:39:38.5981672Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_neg_dim] 2025-03-21T20:39:38.5982917Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros] 2025-03-21T20:39:38.5984376Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros] 2025-03-21T20:39:38.5985638Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros_neg_dim] 2025-03-21T20:39:38.5987222Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_0 2025-03-21T20:39:38.5988557Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_1 2025-03-21T20:39:38.5990140Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros_neg_dim] 2025-03-21T20:39:38.5991403Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand] 2025-03-21T20:39:38.5992903Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_1 2025-03-21T20:39:38.5994240Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_2 2025-03-21T20:39:38.5995841Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand] 2025-03-21T20:39:38.5997095Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand_neg_dim] 2025-03-21T20:39:38.5998665Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand_neg_dim] 2025-03-21T20:39:38.6000206Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_mult_batches] 2025-03-21T20:39:38.6002007Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_2 2025-03-21T20:39:38.6003346Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_3 2025-03-21T20:39:38.6005015Z [gw2] [ 76%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[ones] 2025-03-21T20:39:38.6006457Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand] 2025-03-21T20:39:38.6008195Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_mult_batches] 2025-03-21T20:39:38.6009492Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones] 2025-03-21T20:39:38.6011090Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_3 2025-03-21T20:39:38.6012413Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_4 2025-03-21T20:39:38.6014169Z [gw2] [ 76%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand] 2025-03-21T20:39:38.6015621Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand_4d] 2025-03-21T20:39:38.6017295Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_4 2025-03-21T20:39:38.6018629Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_5 2025-03-21T20:39:38.6020319Z [gw2] [ 76%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand_4d] 2025-03-21T20:39:38.6021821Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_pos] 2025-03-21T20:39:38.6023505Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_5 2025-03-21T20:39:38.6024843Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_0 2025-03-21T20:39:38.6026434Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_0 2025-03-21T20:39:38.6027759Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_1 2025-03-21T20:39:38.6029268Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones] 2025-03-21T20:39:38.6030519Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones_neg_dim] 2025-03-21T20:39:38.6032088Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_1 2025-03-21T20:39:38.6033422Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_2 2025-03-21T20:39:38.6035014Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_2 2025-03-21T20:39:38.6036346Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_3 2025-03-21T20:39:38.6037934Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_3 2025-03-21T20:39:38.6039271Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_4 2025-03-21T20:39:38.6040854Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_4 2025-03-21T20:39:38.6042206Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_5 2025-03-21T20:39:38.6043930Z [gw2] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_pos] 2025-03-21T20:39:38.6045536Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_neg] 2025-03-21T20:39:38.6047237Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_5 2025-03-21T20:39:38.6048623Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_0 2025-03-21T20:39:38.6050389Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_0 2025-03-21T20:39:38.6051901Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_1 2025-03-21T20:39:38.6053623Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_1 2025-03-21T20:39:38.6055069Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_2 2025-03-21T20:39:38.6056785Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_2 2025-03-21T20:39:38.6058233Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_3 2025-03-21T20:39:38.6059954Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_3 2025-03-21T20:39:38.6061376Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_4 2025-03-21T20:39:38.6063192Z [gw2] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_neg] 2025-03-21T20:39:38.6064674Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[ramp] 2025-03-21T20:39:38.6066397Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_4 2025-03-21T20:39:38.6067837Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_5 2025-03-21T20:39:38.6069538Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_5 2025-03-21T20:39:57.2938075Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_0 2025-03-21T20:39:57.2940189Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones_neg_dim] 2025-03-21T20:39:57.2941701Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_neg_dim] 2025-03-21T20:39:57.2943494Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_0 2025-03-21T20:39:57.2944943Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_1 2025-03-21T20:39:57.2946706Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_neg_dim] 2025-03-21T20:39:57.2948514Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros] 2025-03-21T20:39:57.2950313Z [gw2] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[ramp] 2025-03-21T20:39:57.2951837Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ones] 2025-03-21T20:39:57.2953547Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_1 2025-03-21T20:39:57.2954999Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_2 2025-03-21T20:39:57.2956728Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ones] 2025-03-21T20:39:57.2958157Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand] 2025-03-21T20:39:57.2959793Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros] 2025-03-21T20:39:57.2961190Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros_neg_dim] 2025-03-21T20:39:57.2962923Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_2 2025-03-21T20:39:57.2964579Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_3 2025-03-21T20:39:57.2966317Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros_neg_dim] 2025-03-21T20:39:57.2967735Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand] 2025-03-21T20:39:57.2969420Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_3 2025-03-21T20:39:57.2971237Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_4 2025-03-21T20:39:57.2972986Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand] 2025-03-21T20:39:57.2974403Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-03-21T20:39:57.2976137Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_4 2025-03-21T20:39:57.2977604Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_5 2025-03-21T20:39:57.2979345Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-03-21T20:39:57.2980818Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-03-21T20:39:57.2982569Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_5 2025-03-21T20:39:57.2984175Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_0 2025-03-21T20:39:57.2985813Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand] 2025-03-21T20:39:57.2987186Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand_neg_dim] 2025-03-21T20:39:57.2988932Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-03-21T20:39:57.2990413Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-03-21T20:39:57.2992180Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand_neg_dim] 2025-03-21T20:39:57.2993664Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_mult_batches] 2025-03-21T20:39:57.2995451Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-03-21T20:39:57.2996921Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ramp] 2025-03-21T20:39:57.2998651Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_0 2025-03-21T20:39:57.3000312Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_1 2025-03-21T20:39:57.3002059Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_1 2025-03-21T20:39:57.3003512Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_2 2025-03-21T20:39:57.3005215Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ramp] 2025-03-21T20:39:57.3006714Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[ones] 2025-03-21T20:39:57.3008586Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_mult_batches] 2025-03-21T20:39:57.3010096Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones] 2025-03-21T20:39:57.3011762Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_2 2025-03-21T20:39:57.3013209Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_3 2025-03-21T20:39:57.3014824Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones] 2025-03-21T20:39:57.3016191Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones_neg_dim] 2025-03-21T20:39:57.3018068Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_3 2025-03-21T20:39:57.3019529Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_4 2025-03-21T20:39:57.3021284Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_4 2025-03-21T20:39:57.3022755Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_5 2025-03-21T20:39:57.3024696Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_5 2025-03-21T20:39:57.3026240Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_with_sizes_tosa_MI_0 2025-03-21T20:39:57.3028200Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_with_sizes_tosa_MI_0 2025-03-21T20:39:57.3029835Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_with_sizes_tosa_MI_1 2025-03-21T20:39:57.3031649Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones_neg_dim] 2025-03-21T20:39:57.3033087Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_neg_dim] 2025-03-21T20:39:57.3034912Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[ones] 2025-03-21T20:39:57.3036612Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand] 2025-03-21T20:39:57.3038544Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_with_sizes_tosa_MI_1 2025-03-21T20:39:57.3040117Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_BI_0 2025-03-21T20:39:57.3041880Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_neg_dim] 2025-03-21T20:39:57.3043259Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros] 2025-03-21T20:39:57.3045008Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand] 2025-03-21T20:39:57.3046617Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand_4d] 2025-03-21T20:39:57.3048483Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_BI_0 2025-03-21T20:39:57.3050088Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_BI_1 2025-03-21T20:39:57.3051796Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros] 2025-03-21T20:39:57.3053182Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros_neg_dim] 2025-03-21T20:39:57.3054960Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_BI_1 2025-03-21T20:39:57.3056487Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_BI_2 2025-03-21T20:39:57.3058368Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand_4d] 2025-03-21T20:39:57.3060039Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_pos] 2025-03-21T20:39:57.3061887Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros_neg_dim] 2025-03-21T20:39:57.3063269Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand] 2025-03-21T20:39:57.3064972Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_BI_2 2025-03-21T20:39:57.3066492Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_MI_0 2025-03-21T20:39:57.3068141Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand] 2025-03-21T20:39:57.3069505Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand_neg_dim] 2025-03-21T20:39:57.3071195Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand_neg_dim] 2025-03-21T20:39:57.3072747Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_mult_batches] 2025-03-21T20:39:57.3074550Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_MI_0 2025-03-21T20:39:57.3076070Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_MI_1 2025-03-21T20:40:13.3346561Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_mult_batches] 2025-03-21T20:40:13.3348014Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones] 2025-03-21T20:40:13.3350335Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_MI_1 2025-03-21T20:40:13.3351702Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_MI_2 2025-03-21T20:40:13.3353361Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_MI_2 2025-03-21T20:40:13.3354741Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u55_BI_0 2025-03-21T20:40:13.3356373Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u55_BI_0 2025-03-21T20:40:13.3357712Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u55_BI_1 2025-03-21T20:40:13.3359591Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_pos] 2025-03-21T20:40:13.3361086Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_neg] 2025-03-21T20:40:13.3362797Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u55_BI_1 2025-03-21T20:40:13.3364154Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u55_BI_2 2025-03-21T20:40:13.3365780Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u55_BI_2 2025-03-21T20:40:13.3367140Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u85_BI_0 2025-03-21T20:40:13.3368647Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones] 2025-03-21T20:40:13.3370489Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_neg] 2025-03-21T20:40:13.3371985Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[ramp] 2025-03-21T20:40:13.3373199Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones_neg_dim] 2025-03-21T20:40:13.3374795Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u85_BI_0 2025-03-21T20:40:13.3376144Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u85_BI_1 2025-03-21T20:40:13.3377781Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u85_BI_1 2025-03-21T20:40:13.3379138Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u85_BI_2 2025-03-21T20:40:13.3380827Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[ramp] 2025-03-21T20:40:13.3382198Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[ones] 2025-03-21T20:40:13.3383809Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u85_BI_2 2025-03-21T20:40:13.3385181Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_BI_0 2025-03-21T20:40:13.3386769Z [gw2] [ 79%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[ones] 2025-03-21T20:40:13.3388032Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[rand] 2025-03-21T20:40:13.3389564Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones_neg_dim] 2025-03-21T20:40:13.3390977Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_neg_dim] 2025-03-21T20:40:13.3392524Z [gw2] [ 79%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[rand] 2025-03-21T20:40:13.3393818Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[rand_4d] 2025-03-21T20:40:13.3395463Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_BI_0 2025-03-21T20:40:13.3396947Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_BI_1 2025-03-21T20:40:13.3398554Z [gw2] [ 79%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[rand_4d] 2025-03-21T20:40:13.3401788Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[randn_pos] 2025-03-21T20:40:13.3403535Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_neg_dim] 2025-03-21T20:40:13.3404807Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros] 2025-03-21T20:40:13.3406372Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_BI_1 2025-03-21T20:40:13.3407754Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_BI_2 2025-03-21T20:40:13.3409513Z [gw2] [ 79%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[randn_pos] 2025-03-21T20:40:13.3412993Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[randn_neg] 2025-03-21T20:40:13.3414706Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_BI_2 2025-03-21T20:40:13.3416101Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_MI_0 2025-03-21T20:40:13.3417644Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros] 2025-03-21T20:40:13.3419363Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_MI_0 2025-03-21T20:40:13.3420748Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_MI_1 2025-03-21T20:40:13.3421916Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros_neg_dim] 2025-03-21T20:40:13.3423515Z [gw2] [ 79%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[randn_neg] 2025-03-21T20:40:13.3424828Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[ramp] 2025-03-21T20:40:13.3427470Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_MI_1 2025-03-21T20:40:13.3429113Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_MI_2 2025-03-21T20:40:13.3430814Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_MI_2 2025-03-21T20:40:13.3432201Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u55_BI_0 2025-03-21T20:40:13.3433780Z [gw2] [ 79%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[ramp] 2025-03-21T20:40:13.3435134Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[ones] 2025-03-21T20:40:13.3436777Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros_neg_dim] 2025-03-21T20:40:13.3438669Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand] 2025-03-21T20:40:13.3440251Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u55_BI_0 2025-03-21T20:40:13.3441625Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u55_BI_1 2025-03-21T20:40:13.3443135Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand] 2025-03-21T20:40:13.3444517Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand_neg_dim] 2025-03-21T20:40:13.3446132Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u55_BI_1 2025-03-21T20:40:13.3447503Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u55_BI_2 2025-03-21T20:40:13.3449190Z [gw2] [ 80%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[ones] 2025-03-21T20:40:13.3450823Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand] 2025-03-21T20:40:13.3452502Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u55_BI_2 2025-03-21T20:40:13.3453870Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u85_BI_0 2025-03-21T20:40:13.3455476Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand_neg_dim] 2025-03-21T20:40:13.3456795Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_mult_batches] 2025-03-21T20:40:13.3458481Z [gw2] [ 80%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand] 2025-03-21T20:40:13.3459944Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand_4d] 2025-03-21T20:40:13.3461661Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u85_BI_0 2025-03-21T20:40:13.3463079Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u85_BI_1 2025-03-21T20:40:13.3464731Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_mult_batches] 2025-03-21T20:40:13.3466051Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[ones] 2025-03-21T20:40:13.3467597Z [gw1] [ 80%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[ones] 2025-03-21T20:40:13.3468930Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[ones_neg_dim] 2025-03-21T20:40:13.3470599Z [gw1] [ 80%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[ones_neg_dim] 2025-03-21T20:40:13.3471975Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[randn_neg_dim] 2025-03-21T20:40:13.3473647Z [gw1] [ 80%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[randn_neg_dim] 2025-03-21T20:40:13.3474991Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[zeros] 2025-03-21T20:40:13.3476550Z [gw1] [ 80%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[zeros] 2025-03-21T20:40:27.8863370Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[zeros_neg_dim] 2025-03-21T20:40:27.8865354Z [gw1] [ 80%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[zeros_neg_dim] 2025-03-21T20:40:27.8866743Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[rand] 2025-03-21T20:40:27.8868297Z [gw1] [ 80%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[rand] 2025-03-21T20:40:27.8869625Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[rand_neg_dim] 2025-03-21T20:40:27.8871301Z [gw1] [ 80%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[rand_neg_dim] 2025-03-21T20:40:27.8872752Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[randn_mult_batches] 2025-03-21T20:40:27.8874534Z [gw1] [ 80%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[randn_mult_batches] 2025-03-21T20:40:27.8875918Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[ones] 2025-03-21T20:40:27.8877454Z [gw1] [ 80%] SKIPPED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[ones] 2025-03-21T20:40:27.8878727Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[rand_4D_2x2x4x4] 2025-03-21T20:40:27.8880504Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u85_BI_1 2025-03-21T20:40:27.8881877Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u85_BI_2 2025-03-21T20:40:27.8883579Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[rand_4D_2x2x4x4] 2025-03-21T20:40:27.8884763Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[zeros] 2025-03-21T20:40:27.8886732Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u85_BI_2 2025-03-21T20:40:27.8888092Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_BI_0 2025-03-21T20:40:27.8889563Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[zeros] 2025-03-21T20:40:27.8890757Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[ones_1D_5] 2025-03-21T20:40:27.8892354Z [gw2] [ 80%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand_4d] 2025-03-21T20:40:27.8893848Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_pos] 2025-03-21T20:40:27.8895538Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_BI_0 2025-03-21T20:40:27.8896945Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_BI_1 2025-03-21T20:40:27.8898544Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_BI_1 2025-03-21T20:40:27.8900027Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_BI_2 2025-03-21T20:40:27.8901525Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[ones_1D_5] 2025-03-21T20:40:27.8902664Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[ones_1D_50] 2025-03-21T20:40:27.8904163Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_BI_2 2025-03-21T20:40:27.8905483Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_MI_0 2025-03-21T20:40:27.8907075Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_MI_0 2025-03-21T20:40:27.8908401Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_MI_1 2025-03-21T20:40:27.8910160Z [gw2] [ 81%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_pos] 2025-03-21T20:40:27.8911676Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_neg] 2025-03-21T20:40:27.8913372Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_MI_1 2025-03-21T20:40:27.8914703Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_MI_2 2025-03-21T20:40:27.8916294Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_MI_2 2025-03-21T20:40:27.8917621Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u55_BI_0 2025-03-21T20:40:27.8919102Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[ones_1D_50] 2025-03-21T20:40:27.8920346Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_1D_10] 2025-03-21T20:40:27.8921981Z [gw2] [ 81%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_neg] 2025-03-21T20:40:27.8923464Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[ramp] 2025-03-21T20:40:27.8925100Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u55_BI_0 2025-03-21T20:40:27.8926418Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u55_BI_1 2025-03-21T20:40:27.8927994Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u55_BI_1 2025-03-21T20:40:27.8929425Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u55_BI_2 2025-03-21T20:40:27.8930971Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_1D_10] 2025-03-21T20:40:27.8932124Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_2D_5x5] 2025-03-21T20:40:27.8933615Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u55_BI_2 2025-03-21T20:40:27.8947815Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u85_BI_0 2025-03-21T20:40:27.8949602Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_2D_5x5] 2025-03-21T20:40:27.8950801Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_3D_5x5x5] 2025-03-21T20:40:27.8952406Z [gw2] [ 81%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[ramp] 2025-03-21T20:40:27.8953775Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[ones] 2025-03-21T20:40:27.8955259Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_3D_5x5x5] 2025-03-21T20:40:27.8956473Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_4D_2x3x4x5] 2025-03-21T20:40:27.8958011Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u85_BI_0 2025-03-21T20:40:27.8959407Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u85_BI_1 2025-03-21T20:40:27.8960974Z [gw2] [ 81%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[ones] 2025-03-21T20:40:27.8962244Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[rand] 2025-03-21T20:40:27.8963807Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u85_BI_1 2025-03-21T20:40:27.8965110Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u85_BI_2 2025-03-21T20:40:27.8966657Z [gw2] [ 81%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[rand] 2025-03-21T20:40:27.8967941Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[rand_4d] 2025-03-21T20:40:27.8969523Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u85_BI_2 2025-03-21T20:40:27.8970850Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[ones_1D_5] 2025-03-21T20:40:27.8972343Z [gw2] [ 81%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[rand_4d] 2025-03-21T20:40:27.8973652Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[randn_pos] 2025-03-21T20:40:27.8975198Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_4D_2x3x4x5] 2025-03-21T20:40:27.8976344Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[zeros] 2025-03-21T20:40:27.8977808Z [gw2] [ 81%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[randn_pos] 2025-03-21T20:40:27.8979144Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[randn_neg] 2025-03-21T20:40:27.8980593Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[zeros] 2025-03-21T20:40:27.8981715Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[rand_2D_4x4] 2025-03-21T20:40:27.8983127Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[ones_1D_5] 2025-03-21T20:40:27.8984260Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[ones_1D_50] 2025-03-21T20:40:27.8985757Z [gw2] [ 81%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[randn_neg] 2025-03-21T20:40:27.8987066Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[ramp] 2025-03-21T20:40:27.8988552Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[rand_2D_4x4] 2025-03-21T20:40:27.8989832Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[rand_3D_4x4x4] 2025-03-21T20:40:27.8991264Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[ones_1D_50] 2025-03-21T20:40:27.8992404Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_1D_10] 2025-03-21T20:40:27.8993865Z [gw2] [ 81%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[ramp] 2025-03-21T20:40:27.8995298Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[ones] 2025-03-21T20:40:27.8996860Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_1D_10] 2025-03-21T20:40:27.8997997Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_2D_5x5] 2025-03-21T20:40:27.8999442Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[rand_3D_4x4x4] 2025-03-21T20:40:27.9000885Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[rand_4D_2x2x4x4] 2025-03-21T20:40:27.9002344Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_2D_5x5] 2025-03-21T20:40:37.9440285Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_3D_5x5x5] 2025-03-21T20:40:37.9441892Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[rand_4D_2x2x4x4] 2025-03-21T20:40:37.9443094Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[zeros] 2025-03-21T20:40:37.9444301Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_3D_5x5x5] 2025-03-21T20:40:37.9445320Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_4D_2x3x4x5] 2025-03-21T20:40:37.9446681Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_4D_2x3x4x5] 2025-03-21T20:40:37.9447724Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[zeros] 2025-03-21T20:40:37.9449086Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[zeros] 2025-03-21T20:40:37.9450647Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[ones_1D_5] 2025-03-21T20:40:37.9451985Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[zeros] 2025-03-21T20:40:37.9453083Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[rand_2D_4x4] 2025-03-21T20:40:37.9454973Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[rand_2D_4x4] 2025-03-21T20:40:37.9456184Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[rand_3D_4x4x4] 2025-03-21T20:40:37.9457784Z [gw2] [ 82%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[ones] 2025-03-21T20:40:37.9459220Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand] 2025-03-21T20:40:37.9460794Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[rand_3D_4x4x4] 2025-03-21T20:40:37.9461919Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[zeros] 2025-03-21T20:40:37.9463231Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[ones_1D_5] 2025-03-21T20:40:37.9464343Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[ones_1D_50] 2025-03-21T20:40:37.9466282Z [gw2] [ 82%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand] 2025-03-21T20:40:37.9467730Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand_4d] 2025-03-21T20:40:37.9469174Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[zeros] 2025-03-21T20:40:37.9470189Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[rand_2D_4x4] 2025-03-21T20:40:37.9471509Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[ones_1D_50] 2025-03-21T20:40:37.9472538Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_1D_10] 2025-03-21T20:40:37.9474152Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[rand_2D_4x4] 2025-03-21T20:40:37.9475300Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[rand_3D_4x4x4] 2025-03-21T20:40:37.9476915Z [gw2] [ 82%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand_4d] 2025-03-21T20:40:37.9478398Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_pos] 2025-03-21T20:40:37.9480179Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_1D_10] 2025-03-21T20:40:37.9481309Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_2D_5x5] 2025-03-21T20:40:37.9482725Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[rand_3D_4x4x4] 2025-03-21T20:40:37.9483936Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[rand_4D_2x2x4x4] 2025-03-21T20:40:37.9485361Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_2D_5x5] 2025-03-21T20:40:37.9486509Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_3D_5x5x5] 2025-03-21T20:40:37.9487935Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[rand_4D_2x2x4x4] 2025-03-21T20:40:37.9489079Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[zeros] 2025-03-21T20:40:37.9490694Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_3D_5x5x5] 2025-03-21T20:40:37.9491884Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_4D_2x3x4x5] 2025-03-21T20:40:37.9493234Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[zeros] 2025-03-21T20:40:37.9494286Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[ones_1D_5] 2025-03-21T20:40:37.9495680Z [gw3] [ 82%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[ones_1D_5] 2025-03-21T20:40:37.9496837Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[ones_1D_50] 2025-03-21T20:40:37.9498339Z [gw3] [ 82%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[ones_1D_50] 2025-03-21T20:40:37.9499552Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_1D_10] 2025-03-21T20:40:37.9501291Z [gw3] [ 82%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_1D_10] 2025-03-21T20:40:37.9502544Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_2D_5x5] 2025-03-21T20:40:37.9504050Z [gw3] [ 82%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_2D_5x5] 2025-03-21T20:40:37.9505300Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T20:40:37.9506836Z [gw3] [ 82%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T20:40:37.9508122Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T20:40:37.9509691Z [gw3] [ 82%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T20:40:37.9510926Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[zeros] 2025-03-21T20:40:37.9512307Z [gw3] [ 82%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[zeros] 2025-03-21T20:40:37.9513519Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[rand_2D_4x4] 2025-03-21T20:40:37.9515060Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[rand_2D_4x4] 2025-03-21T20:40:37.9516325Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[rand_3D_4x4x4] 2025-03-21T20:40:37.9517823Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[rand_3D_4x4x4] 2025-03-21T20:40:37.9519015Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[rand_4D_2x2x4x4] 2025-03-21T20:40:37.9520695Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[rand_4D_2x2x4x4] 2025-03-21T20:40:37.9521892Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[zeros] 2025-03-21T20:40:37.9523285Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[zeros] 2025-03-21T20:40:37.9524431Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[ones_1D_5] 2025-03-21T20:40:37.9525982Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[ones_1D_5] 2025-03-21T20:40:37.9527157Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[ones_1D_50] 2025-03-21T20:40:37.9528593Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[ones_1D_50] 2025-03-21T20:40:37.9529772Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_1D_10] 2025-03-21T20:40:37.9531307Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_1D_10] 2025-03-21T20:40:37.9532492Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_2D_5x5] 2025-03-21T20:40:37.9533927Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_2D_5x5] 2025-03-21T20:40:37.9535120Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T20:40:37.9536696Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T20:40:37.9537899Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T20:40:37.9539358Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T20:40:37.9540514Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[zeros] 2025-03-21T20:40:37.9541915Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[zeros] 2025-03-21T20:40:37.9543115Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[rand_2D_4x4] 2025-03-21T20:40:37.9544632Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[rand_2D_4x4] 2025-03-21T20:40:37.9545885Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[rand_3D_4x4x4] 2025-03-21T20:40:37.9547445Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[rand_3D_4x4x4] 2025-03-21T20:40:37.9548747Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[rand_4D_2x2x4x4] 2025-03-21T20:40:37.9550321Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[rand_4D_2x2x4x4] 2025-03-21T20:40:37.9551570Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[zeros] 2025-03-21T20:40:37.9553008Z [gw3] [ 83%] SKIPPED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[zeros] 2025-03-21T20:40:37.9554217Z backends/arm/test/ops/test_sum.py::TestSum::test_reject_sum_u55_BI_0 2025-03-21T20:40:37.9555874Z [gw2] [ 83%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_pos] 2025-03-21T20:40:37.9557383Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_neg] 2025-03-21T20:40:37.9559009Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_reject_sum_u55_BI_0 2025-03-21T20:40:37.9560230Z backends/arm/test/ops/test_sum.py::TestSum::test_reject_sum_u55_BI_1 2025-03-21T20:40:37.9561641Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_4D_2x3x4x5] 2025-03-21T20:40:52.7652156Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[zeros] 2025-03-21T20:40:52.7654004Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_reject_sum_u55_BI_1 2025-03-21T20:40:52.7655377Z backends/arm/test/ops/test_sum.py::TestSum::test_reject_sum_u55_BI_2 2025-03-21T20:40:52.7657644Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[zeros] 2025-03-21T20:40:52.7658892Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[rand_2D_4x4] 2025-03-21T20:40:52.7660492Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_reject_sum_u55_BI_2 2025-03-21T20:40:52.7661812Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_0 2025-03-21T20:40:52.7664421Z [gw2] [ 83%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_neg] 2025-03-21T20:40:52.7666103Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[ramp] 2025-03-21T20:40:52.7667869Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[rand_2D_4x4] 2025-03-21T20:40:52.7669171Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[rand_3D_4x4x4] 2025-03-21T20:40:52.7670732Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_0 2025-03-21T20:40:52.7672001Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_1 2025-03-21T20:40:52.7673569Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[rand_3D_4x4x4] 2025-03-21T20:40:52.7674873Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[rand_4D_2x2x4x4] 2025-03-21T20:40:52.7676588Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[rand_4D_2x2x4x4] 2025-03-21T20:40:52.7677855Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[zeros] 2025-03-21T20:40:52.7679272Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_1 2025-03-21T20:40:52.7680498Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_2 2025-03-21T20:40:52.7681970Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_2 2025-03-21T20:40:52.7683302Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_3 2025-03-21T20:40:52.7684733Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[zeros] 2025-03-21T20:40:52.7685925Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[ones_1D_5] 2025-03-21T20:40:52.7687635Z [gw2] [ 84%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[ramp] 2025-03-21T20:40:52.7689070Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nchw_tosa_BI_0 2025-03-21T20:40:52.7690854Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_3 2025-03-21T20:40:52.7692086Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_4 2025-03-21T20:40:52.7693767Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nchw_tosa_BI_0 2025-03-21T20:40:52.7695307Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nchw_tosa_BI_1 2025-03-21T20:40:52.7697110Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nchw_tosa_BI_1 2025-03-21T20:40:52.7698497Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_1 2025-03-21T20:40:52.7700256Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_4 2025-03-21T20:40:52.7701568Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_5 2025-03-21T20:40:52.7703106Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_1 2025-03-21T20:40:52.7704357Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_2 2025-03-21T20:40:52.7705877Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[ones_1D_5] 2025-03-21T20:40:52.7707142Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[ones_1D_50] 2025-03-21T20:40:52.7708657Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_5 2025-03-21T20:40:52.7710193Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_0 2025-03-21T20:40:52.7711716Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_2 2025-03-21T20:40:52.7712928Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_3 2025-03-21T20:40:52.7714432Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_0 2025-03-21T20:40:52.7715633Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_1 2025-03-21T20:40:52.7717270Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_3 2025-03-21T20:40:52.7718463Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_4 2025-03-21T20:40:52.7719882Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_1 2025-03-21T20:40:52.7721083Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_2 2025-03-21T20:40:52.7722574Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[ones_1D_50] 2025-03-21T20:40:52.7723711Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_1D_10] 2025-03-21T20:40:52.7725152Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_4 2025-03-21T20:40:52.7726379Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_5 2025-03-21T20:40:52.7728034Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_1D_10] 2025-03-21T20:40:52.7729359Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_2D_5x5] 2025-03-21T20:40:52.7730787Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_2 2025-03-21T20:40:52.7732036Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_3 2025-03-21T20:40:52.7733598Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_2D_5x5] 2025-03-21T20:40:52.7734903Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_3D_5x5x5] 2025-03-21T20:40:52.7736423Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_3 2025-03-21T20:40:52.7737620Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_4 2025-03-21T20:40:52.7739061Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_5 2025-03-21T20:40:52.7740365Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_0_zeros 2025-03-21T20:40:52.7741930Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_4 2025-03-21T20:40:52.7743151Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_5 2025-03-21T20:40:52.7744654Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_3D_5x5x5] 2025-03-21T20:40:52.7745942Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_4D_2x3x4x5] 2025-03-21T20:40:52.7747561Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_0_zeros 2025-03-21T20:40:52.7748922Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_1_ones 2025-03-21T20:40:52.7750506Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_5 2025-03-21T20:40:52.7751760Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_0 2025-03-21T20:40:52.7753291Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_4D_2x3x4x5] 2025-03-21T20:40:52.7754714Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_4_randn_neg 2025-03-21T20:40:52.7756406Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_1_ones 2025-03-21T20:40:52.7757784Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_2_rand 2025-03-21T20:40:52.7759333Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_0 2025-03-21T20:40:52.7760630Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_1 2025-03-21T20:40:52.7762221Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_2_rand 2025-03-21T20:40:52.7763626Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_3_randn_pos 2025-03-21T20:40:52.7765367Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_4_randn_neg 2025-03-21T20:40:52.7766936Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_5_ramp 2025-03-21T20:40:52.7768551Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_1 2025-03-21T20:40:52.7769917Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_2 2025-03-21T20:40:52.7771506Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_5_ramp 2025-03-21T20:40:52.7772952Z backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_0 2025-03-21T20:40:52.7774587Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_2 2025-03-21T20:40:52.7775857Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_3 2025-03-21T20:40:52.7777436Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_0 2025-03-21T20:40:52.7778971Z backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_1 2025-03-21T20:40:52.7780651Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_1 2025-03-21T20:40:52.7782088Z backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_2 2025-03-21T20:40:52.7783656Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_3 2025-03-21T20:40:52.7784937Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_4 2025-03-21T20:40:52.7786553Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_3_randn_pos 2025-03-21T20:40:52.7787993Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_4_randn_neg 2025-03-21T20:40:52.7789577Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_4 2025-03-21T20:41:11.7119413Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_5 2025-03-21T20:41:11.7121117Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_2 2025-03-21T20:41:11.7122317Z backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_3 2025-03-21T20:41:11.7123741Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_3 2025-03-21T20:41:11.7124909Z backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_4 2025-03-21T20:41:11.7126241Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_5 2025-03-21T20:41:11.7127300Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_0 2025-03-21T20:41:11.7128648Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_4 2025-03-21T20:41:11.7130000Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_0 2025-03-21T20:41:11.7131605Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_4_randn_neg 2025-03-21T20:41:11.7132828Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_5_ramp 2025-03-21T20:41:11.7134158Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_0 2025-03-21T20:41:11.7135710Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_00_rand_double_scale 2025-03-21T20:41:11.7137721Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_0 2025-03-21T20:41:11.7139347Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_1 2025-03-21T20:41:11.7140904Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_5_ramp 2025-03-21T20:41:11.7142078Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_0_zeros 2025-03-21T20:41:11.7143506Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_0_zeros 2025-03-21T20:41:11.7144833Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_1_ones 2025-03-21T20:41:11.7146416Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_1 2025-03-21T20:41:11.7147836Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_2 2025-03-21T20:41:11.7149387Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_1_ones 2025-03-21T20:41:11.7150570Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_2_rand 2025-03-21T20:41:11.7151984Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_2_rand 2025-03-21T20:41:11.7153161Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_3_randn_pos 2025-03-21T20:41:11.7154756Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_2 2025-03-21T20:41:11.7156263Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_3 2025-03-21T20:41:11.7157884Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_3_randn_pos 2025-03-21T20:41:11.7159106Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_4_randn_neg 2025-03-21T20:41:11.7161090Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_00_rand_double_scale 2025-03-21T20:41:11.7163217Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_01_rand_double_scale_one_dim 2025-03-21T20:41:11.7165161Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_4_randn_neg 2025-03-21T20:41:11.7166341Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_5_ramp 2025-03-21T20:41:11.7167913Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_3 2025-03-21T20:41:11.7169331Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_0 2025-03-21T20:41:11.7170960Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_5_ramp 2025-03-21T20:41:11.7172149Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_0_zeros 2025-03-21T20:41:11.7173607Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_0_zeros 2025-03-21T20:41:11.7174806Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_1_ones 2025-03-21T20:41:11.7176262Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_1_ones 2025-03-21T20:41:11.7177462Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_2_rand 2025-03-21T20:41:11.7179057Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_0 2025-03-21T20:41:11.7180474Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_1 2025-03-21T20:41:11.7182036Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_2_rand 2025-03-21T20:41:11.7183267Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_3_randn_pos 2025-03-21T20:41:11.7185327Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_01_rand_double_scale_one_dim 2025-03-21T20:41:11.7187515Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_02_rand_double_size 2025-03-21T20:41:11.7189425Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_3_randn_pos 2025-03-21T20:41:11.7190696Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_4_randn_neg 2025-03-21T20:41:11.7192311Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_4_randn_neg 2025-03-21T20:41:11.7193548Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_5_ramp 2025-03-21T20:41:11.7195136Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_1 2025-03-21T20:41:11.7196537Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_2 2025-03-21T20:41:11.7198109Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_5_ramp 2025-03-21T20:41:11.7199325Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_0_zeros 2025-03-21T20:41:11.7201540Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_02_rand_double_size 2025-03-21T20:41:11.7203748Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_03_rand_one_double_scale 2025-03-21T20:41:11.7205684Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_0_zeros 2025-03-21T20:41:11.7206894Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_1_ones 2025-03-21T20:41:11.7208473Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_2 2025-03-21T20:41:11.7209979Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_3 2025-03-21T20:41:11.7211567Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_1_ones 2025-03-21T20:41:11.7212785Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_2_rand 2025-03-21T20:41:11.7214248Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_2_rand 2025-03-21T20:41:11.7215496Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_3_randn_pos 2025-03-21T20:41:11.7217511Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_03_rand_one_double_scale 2025-03-21T20:41:11.7219623Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_04_rand_one_double_size 2025-03-21T20:41:11.7221663Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_3 2025-03-21T20:41:11.7223073Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_0 2025-03-21T20:41:11.7224680Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_3_randn_pos 2025-03-21T20:41:11.7226392Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_09_rand_one_and_half_scale 2025-03-21T20:41:11.7228446Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_0 2025-03-21T20:41:11.7229833Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_1 2025-03-21T20:41:11.7231514Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_1 2025-03-21T20:41:11.7233022Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_2 2025-03-21T20:41:11.7235143Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_09_rand_one_and_half_scale 2025-03-21T20:41:11.7237274Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_10_rand_one_and_half_size 2025-03-21T20:41:31.7869318Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_2 2025-03-21T20:41:31.7870984Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_3 2025-03-21T20:41:31.7872783Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_3 2025-03-21T20:41:31.7874141Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_0 2025-03-21T20:41:31.7876216Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_04_rand_one_double_size 2025-03-21T20:41:31.7878216Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_05_rand_one_same_scale 2025-03-21T20:41:31.7880666Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_10_rand_one_and_half_size 2025-03-21T20:41:31.7882378Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_0 2025-03-21T20:41:31.7883911Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_0 2025-03-21T20:41:31.7885263Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_1 2025-03-21T20:41:31.7886832Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_0 2025-03-21T20:41:31.7888014Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_1 2025-03-21T20:41:31.7889912Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_1 2025-03-21T20:41:31.7891349Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_2 2025-03-21T20:41:31.7893111Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_2 2025-03-21T20:41:31.7894447Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_3 2025-03-21T20:41:31.7896092Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_3 2025-03-21T20:41:31.7897334Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_0 2025-03-21T20:41:31.7898779Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_1 2025-03-21T20:41:31.7900243Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_2 2025-03-21T20:41:31.7902303Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_05_rand_one_same_scale 2025-03-21T20:41:31.7904340Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_06_rand_one_same_size 2025-03-21T20:41:31.7906237Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_0 2025-03-21T20:41:31.7907305Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_1 2025-03-21T20:41:31.7908734Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_2 2025-03-21T20:41:31.7909926Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_3 2025-03-21T20:41:31.7911439Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_3 2025-03-21T20:41:31.7912826Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_0 2025-03-21T20:41:31.7914283Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_1 2025-03-21T20:41:31.7915349Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_2 2025-03-21T20:41:31.7916787Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_0 2025-03-21T20:41:31.7918119Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_1 2025-03-21T20:41:31.7919546Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_2 2025-03-21T20:41:31.7920637Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_3 2025-03-21T20:41:31.7922088Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_1 2025-03-21T20:41:31.7923325Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_2 2025-03-21T20:41:31.7925299Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_06_rand_one_same_size 2025-03-21T20:41:31.7927314Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_07_rand_half_scale 2025-03-21T20:41:31.7929345Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_2 2025-03-21T20:41:31.7930638Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_3 2025-03-21T20:41:31.7932089Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_3 2025-03-21T20:41:31.7933187Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_0 2025-03-21T20:41:31.7934652Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_3 2025-03-21T20:41:31.7935862Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_0 2025-03-21T20:41:31.7937291Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_0 2025-03-21T20:41:31.7938412Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_1 2025-03-21T20:41:31.7939752Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_1 2025-03-21T20:41:31.7940848Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_2 2025-03-21T20:41:31.7942247Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_0 2025-03-21T20:41:31.7943417Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_1 2025-03-21T20:41:31.7944869Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_2 2025-03-21T20:41:31.7946007Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_3 2025-03-21T20:41:31.7947398Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_3 2025-03-21T20:41:31.7948462Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u55_BI_0 2025-03-21T20:41:31.7949812Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_1 2025-03-21T20:41:31.7950981Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_2 2025-03-21T20:41:31.7952421Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u55_BI_0 2025-03-21T20:41:31.7953508Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u55_BI_1 2025-03-21T20:41:31.7955464Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_07_rand_half_scale 2025-03-21T20:41:31.7957564Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_08_rand_half_size 2025-03-21T20:41:31.7959453Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_2 2025-03-21T20:41:31.7960596Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_3 2025-03-21T20:41:31.7962027Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_3 2025-03-21T20:41:31.7963354Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_0 2025-03-21T20:41:31.7964763Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u55_BI_1 2025-03-21T20:41:31.7965860Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_0 2025-03-21T20:41:31.7967804Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_08_rand_half_size 2025-03-21T20:41:31.7969962Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_09_rand_one_and_half_scale 2025-03-21T20:41:31.7971895Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_0 2025-03-21T20:41:31.7973065Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_1 2025-03-21T20:41:31.7974620Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_0 2025-03-21T20:41:31.7975712Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_1 2025-03-21T20:41:31.7977131Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_1 2025-03-21T20:41:31.7978198Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_2 2025-03-21T20:41:31.7979641Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_1 2025-03-21T20:41:31.7980792Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_2 2025-03-21T20:41:31.7982911Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_09_rand_one_and_half_scale 2025-03-21T20:41:31.7984984Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_10_rand_one_and_half_size 2025-03-21T20:41:31.7986870Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_2 2025-03-21T20:41:31.7987975Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_3 2025-03-21T20:41:49.3188328Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_2 2025-03-21T20:41:49.3189591Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_3 2025-03-21T20:41:49.3190444Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_3 2025-03-21T20:41:49.3191094Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_0 2025-03-21T20:41:49.3191875Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_3 2025-03-21T20:41:49.3192502Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_2 2025-03-21T20:41:49.3193593Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_10_rand_one_and_half_size 2025-03-21T20:41:49.3194989Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_00_rand_double_scale 2025-03-21T20:41:49.3196749Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_0 2025-03-21T20:41:49.3197858Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_1 2025-03-21T20:41:49.3199099Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_2 2025-03-21T20:41:49.3200517Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_3 2025-03-21T20:41:49.3201751Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_1 2025-03-21T20:41:49.3202746Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_00 2025-03-21T20:41:49.3204009Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_3 2025-03-21T20:41:49.3205220Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_0 2025-03-21T20:41:49.3206532Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_00 2025-03-21T20:41:49.3207637Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_01 2025-03-21T20:41:49.3208907Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_0 2025-03-21T20:41:49.3210008Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_1 2025-03-21T20:41:49.3211258Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_1 2025-03-21T20:41:49.3212288Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_2 2025-03-21T20:41:49.3213597Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_01 2025-03-21T20:41:49.3214775Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_02 2025-03-21T20:41:49.3215985Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_2 2025-03-21T20:41:49.3216938Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_3 2025-03-21T20:41:49.3218659Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_00_rand_double_scale 2025-03-21T20:41:49.3220834Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_01_rand_double_scale_one_dim 2025-03-21T20:41:49.3222633Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_02 2025-03-21T20:41:49.3223642Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_03 2025-03-21T20:41:49.3224854Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_03 2025-03-21T20:41:49.3225891Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_04 2025-03-21T20:41:49.3227151Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_04 2025-03-21T20:41:49.3228251Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_05 2025-03-21T20:41:49.3229598Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_3 2025-03-21T20:41:49.3230648Z backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_0 2025-03-21T20:41:49.3232560Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_01_rand_double_scale_one_dim 2025-03-21T20:41:49.3234437Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_02_rand_double_size 2025-03-21T20:41:49.3236223Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_05 2025-03-21T20:41:49.3237334Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_06 2025-03-21T20:41:49.3238710Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_06 2025-03-21T20:41:49.3239763Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_07 2025-03-21T20:41:49.3240986Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_0 2025-03-21T20:41:49.3242005Z backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_1 2025-03-21T20:41:49.3243384Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_07 2025-03-21T20:41:49.3244397Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_08 2025-03-21T20:41:49.3246212Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_02_rand_double_size 2025-03-21T20:41:49.3248149Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_03_rand_one_double_scale 2025-03-21T20:41:49.3250288Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_08 2025-03-21T20:41:49.3251296Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_09 2025-03-21T20:41:49.3252540Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_1 2025-03-21T20:41:49.3253528Z backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_2 2025-03-21T20:41:49.3254671Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_2 2025-03-21T20:41:49.3255599Z backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_3 2025-03-21T20:41:49.3256888Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_09 2025-03-21T20:41:49.3257961Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_10 2025-03-21T20:41:49.3259351Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_3 2025-03-21T20:41:49.3260446Z backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_0 2025-03-21T20:41:49.3261823Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_10 2025-03-21T20:41:49.3262818Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_11 2025-03-21T20:41:49.3264696Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_03_rand_one_double_scale 2025-03-21T20:41:49.3266719Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_04_rand_one_double_size 2025-03-21T20:41:49.3268395Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_11 2025-03-21T20:41:49.3269484Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_12 2025-03-21T20:41:49.3270759Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_0 2025-03-21T20:41:49.3271754Z backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_1 2025-03-21T20:41:49.3273077Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_12 2025-03-21T20:41:49.3274098Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_13 2025-03-21T20:41:49.3275435Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_13 2025-03-21T20:41:49.3276515Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_14 2025-03-21T20:41:49.3277847Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_1 2025-03-21T20:41:49.3278893Z backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_2 2025-03-21T20:41:49.3280221Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_14 2025-03-21T20:41:49.3281294Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_00 2025-03-21T20:41:49.3283108Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_04_rand_one_double_size 2025-03-21T20:41:49.3285123Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_05_rand_one_same_scale 2025-03-21T20:41:49.3286862Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_00 2025-03-21T20:41:49.3287994Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_01 2025-03-21T20:41:49.3289262Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_01 2025-03-21T20:41:49.3290414Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_02 2025-03-21T20:41:49.3291719Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_2 2025-03-21T20:41:49.3292838Z backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_3 2025-03-21T20:41:49.3294130Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_02 2025-03-21T20:41:49.3295206Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_03 2025-03-21T20:41:49.3296547Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_03 2025-03-21T20:41:49.3297684Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_04 2025-03-21T20:42:00.4615376Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_04 2025-03-21T20:42:00.4616620Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_05 2025-03-21T20:42:00.4618700Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_05_rand_one_same_scale 2025-03-21T20:42:00.4621071Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_06_rand_one_same_size 2025-03-21T20:42:00.4622968Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_3 2025-03-21T20:42:00.4624078Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_07 2025-03-21T20:42:00.4625533Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_05 2025-03-21T20:42:00.4626681Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_06 2025-03-21T20:42:00.4628112Z [gw0] [ 89%] XFAIL backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_tosa_MI 2025-03-21T20:42:00.4629255Z backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_u55_BI 2025-03-21T20:42:00.4630641Z [gw0] [ 89%] SKIPPED backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_u55_BI 2025-03-21T20:42:00.4631863Z backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_u85_BI 2025-03-21T20:42:00.4633216Z [gw0] [ 89%] SKIPPED backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_u85_BI 2025-03-21T20:42:00.4634361Z backends/arm/test/models/test_llama.py::TestLlama::test_llama_tosa_MI 2025-03-21T20:42:00.4635768Z [gw0] [ 89%] PASSED backends/arm/test/models/test_llama.py::TestLlama::test_llama_tosa_MI 2025-03-21T20:42:00.4637032Z backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_tosa_BI 2025-03-21T20:42:00.4638465Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_07 2025-03-21T20:42:00.4639635Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_08 2025-03-21T20:42:00.4641078Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_06 2025-03-21T20:42:00.4642216Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_01 2025-03-21T20:42:00.4643667Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_08 2025-03-21T20:42:00.4644821Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_09 2025-03-21T20:42:00.4646201Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_01 2025-03-21T20:42:00.4647353Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_02 2025-03-21T20:42:00.4648763Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_09 2025-03-21T20:42:00.4650170Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_10 2025-03-21T20:42:00.4651644Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_10 2025-03-21T20:42:00.4652815Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_11 2025-03-21T20:42:00.4654861Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_06_rand_one_same_size 2025-03-21T20:42:00.4657230Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_07_rand_half_scale 2025-03-21T20:42:00.4659122Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_02 2025-03-21T20:42:00.4660192Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_03 2025-03-21T20:42:00.4661608Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_11 2025-03-21T20:42:00.4662881Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_12 2025-03-21T20:42:00.4664301Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_12 2025-03-21T20:42:00.4665457Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_13 2025-03-21T20:42:00.4666842Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_03 2025-03-21T20:42:00.4668084Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_04 2025-03-21T20:42:00.4669517Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_13 2025-03-21T20:42:00.4670564Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_14 2025-03-21T20:42:00.4671940Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_04 2025-03-21T20:42:00.4672999Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_05 2025-03-21T20:42:00.4674436Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_14 2025-03-21T20:42:00.4675539Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_00 2025-03-21T20:42:00.4676969Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_05 2025-03-21T20:42:00.4678123Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_06 2025-03-21T20:42:00.4680085Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_07_rand_half_scale 2025-03-21T20:42:00.4682213Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_08_rand_half_size 2025-03-21T20:42:00.4684100Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_00 2025-03-21T20:42:00.4685354Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_09 2025-03-21T20:42:00.4686788Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_09 2025-03-21T20:42:00.4687888Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_10 2025-03-21T20:42:00.4689323Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_06 2025-03-21T20:42:00.4690566Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_07 2025-03-21T20:42:00.4691856Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_07 2025-03-21T20:42:00.4692956Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_08 2025-03-21T20:42:00.4694257Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_10 2025-03-21T20:42:00.4695364Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_11 2025-03-21T20:42:00.4696729Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_08 2025-03-21T20:42:00.4697904Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_07 2025-03-21T20:42:00.4700055Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_08_rand_half_size 2025-03-21T20:42:00.4701661Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_01 2025-03-21T20:42:00.4703018Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_11 2025-03-21T20:42:00.4704359Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_12 2025-03-21T20:42:00.4705717Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_07 2025-03-21T20:42:00.4706865Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_08 2025-03-21T20:42:00.4708209Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_01 2025-03-21T20:42:00.4709359Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_02 2025-03-21T20:42:00.4710744Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_12 2025-03-21T20:42:00.4711817Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_13 2025-03-21T20:42:00.4713218Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_08 2025-03-21T20:42:00.4715108Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_09 2025-03-21T20:42:00.4716518Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_13 2025-03-21T20:42:00.4717674Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_14 2025-03-21T20:42:00.4719012Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_02 2025-03-21T20:42:00.4720195Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_03 2025-03-21T20:42:00.4721559Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_09 2025-03-21T20:42:00.4722621Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_10 2025-03-21T20:42:00.4723969Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_14 2025-03-21T20:42:00.4725084Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_00 2025-03-21T20:42:00.4726475Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_03 2025-03-21T20:42:00.4727601Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_04 2025-03-21T20:42:00.4729035Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_00 2025-03-21T20:42:00.4730264Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_12 2025-03-21T20:42:00.4731679Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_04 2025-03-21T20:42:00.4732828Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_05 2025-03-21T20:42:00.4734199Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_10 2025-03-21T20:42:00.4735292Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_11 2025-03-21T20:42:00.4736727Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_12 2025-03-21T20:42:16.8348614Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_13 2025-03-21T20:42:16.8350361Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_05 2025-03-21T20:42:16.8351535Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_06 2025-03-21T20:42:16.8352985Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_11 2025-03-21T20:42:16.8354360Z backends/arm/test/passes/test_convert_to_clamp.py::TestConvertToClampPass::test_tosa_MI_relu 2025-03-21T20:42:16.8356494Z [gw1] [ 91%] PASSED backends/arm/test/passes/test_convert_to_clamp.py::TestConvertToClampPass::test_tosa_MI_relu 2025-03-21T20:42:16.8357948Z backends/arm/test/passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI 2025-03-21T20:42:16.8359449Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_13 2025-03-21T20:42:16.8360597Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_14 2025-03-21T20:42:16.8362211Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_06 2025-03-21T20:42:16.8363673Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_two_of_two_bn_affine] 2025-03-21T20:42:16.8365507Z [gw1] [ 91%] PASSED backends/arm/test/passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI 2025-03-21T20:42:16.8367034Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn_affine] 2025-03-21T20:42:16.8368758Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_14 2025-03-21T20:42:16.8370053Z backends/arm/test/passes/test_cast_int64_pass.py::test_int64_model_tosa_BI 2025-03-21T20:42:16.8371915Z [gw3] [ 91%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_two_of_two_bn_affine] 2025-03-21T20:42:16.8373931Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_multiple_users_bn_affine] 2025-03-21T20:42:16.8376209Z [gw1] [ 91%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn_affine] 2025-03-21T20:42:16.8378028Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn] 2025-03-21T20:42:16.8379856Z [gw2] [ 91%] PASSED backends/arm/test/passes/test_cast_int64_pass.py::test_int64_model_tosa_BI 2025-03-21T20:42:16.8381312Z backends/arm/test/passes/test_convert_to_clamp.py::TestConvertToClampPass::test_tosa_MI_hardtahn 2025-03-21T20:42:16.8383361Z [gw3] [ 91%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_multiple_users_bn_affine] 2025-03-21T20:42:16.8385130Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_parameter] 2025-03-21T20:42:16.8387222Z [gw1] [ 91%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn] 2025-03-21T20:42:16.8389003Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_const_tensor] 2025-03-21T20:42:16.8391059Z [gw2] [ 91%] PASSED backends/arm/test/passes/test_convert_to_clamp.py::TestConvertToClampPass::test_tosa_MI_hardtahn 2025-03-21T20:42:16.8392803Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_BI[fuse_const_tensor] 2025-03-21T20:42:16.8394917Z [gw2] [ 91%] SKIPPED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_BI[fuse_const_tensor] 2025-03-21T20:42:16.8396523Z backends/arm/test/passes/test_insert_table_ops_pass.py::test_insert_table_tosa_BI 2025-03-21T20:42:16.8398426Z [gw3] [ 91%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_parameter] 2025-03-21T20:42:16.8400347Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_buffer] 2025-03-21T20:42:16.8402432Z [gw1] [ 91%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_const_tensor] 2025-03-21T20:42:16.8404193Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_BI[fuse_parameter] 2025-03-21T20:42:16.8406420Z [gw1] [ 91%] SKIPPED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_BI[fuse_parameter] 2025-03-21T20:42:16.8408138Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_BI[fuse_buffer] 2025-03-21T20:42:16.8410229Z [gw1] [ 91%] SKIPPED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_BI[fuse_buffer] 2025-03-21T20:42:16.8411661Z backends/arm/test/passes/test_rescale_pass.py::test_rescale_op 2025-03-21T20:42:16.8413254Z [gw1] [ 91%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_rescale_op 2025-03-21T20:42:16.8414499Z backends/arm/test/passes/test_rescale_pass.py::test_nonzero_zp_for_int32 2025-03-21T20:42:16.8416090Z [gw1] [ 91%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_nonzero_zp_for_int32 2025-03-21T20:42:16.8417370Z backends/arm/test/passes/test_rescale_pass.py::test_zp_outside_range 2025-03-21T20:42:16.8418900Z [gw1] [ 91%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_zp_outside_range 2025-03-21T20:42:16.8420260Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_0 2025-03-21T20:42:16.8422086Z [gw3] [ 91%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_buffer] 2025-03-21T20:42:16.8424056Z backends/arm/test/passes/test_meandim_to_averagepool2d.py::test_meandim_to_avgpool_tosa_BI[meandim_to_averagepool] 2025-03-21T20:42:16.8426334Z [gw3] [ 91%] PASSED backends/arm/test/passes/test_meandim_to_averagepool2d.py::test_meandim_to_avgpool_tosa_BI[meandim_to_averagepool] 2025-03-21T20:42:16.8428332Z backends/arm/test/passes/test_meandim_to_averagepool2d.py::test_meandim_to_avgpool_tosa_BI[meandim_no_modification] 2025-03-21T20:42:16.8430358Z [gw2] [ 91%] PASSED backends/arm/test/passes/test_insert_table_ops_pass.py::test_insert_table_tosa_BI 2025-03-21T20:42:16.8431778Z backends/arm/test/passes/test_ioquantization_pass.py::test_ioquantisation_pass_u55_BI 2025-03-21T20:42:16.8433631Z [gw2] [ 92%] PASSED backends/arm/test/passes/test_ioquantization_pass.py::test_ioquantisation_pass_u55_BI 2025-03-21T20:42:16.8435154Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_4 2025-03-21T20:42:16.8437263Z [gw3] [ 92%] PASSED backends/arm/test/passes/test_meandim_to_averagepool2d.py::test_meandim_to_avgpool_tosa_BI[meandim_no_modification] 2025-03-21T20:42:16.8439038Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_3 2025-03-21T20:42:16.8440827Z [gw1] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_0 2025-03-21T20:42:16.8442332Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_1 2025-03-21T20:42:16.8444145Z [gw2] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_4 2025-03-21T20:42:16.8445663Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_0 2025-03-21T20:42:16.8447515Z [gw3] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_3 2025-03-21T20:42:16.8449046Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_1 2025-03-21T20:42:16.8450945Z [gw1] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_1 2025-03-21T20:42:16.8452454Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_2 2025-03-21T20:42:16.8454282Z [gw3] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_1 2025-03-21T20:42:16.8455720Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_3 2025-03-21T20:42:16.8457711Z [gw2] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_0 2025-03-21T20:42:16.8459256Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_2 2025-03-21T20:42:16.8460908Z [gw0] [ 92%] PASSED backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_tosa_BI 2025-03-21T20:42:16.8462091Z backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_tosa_MI 2025-03-21T20:42:16.8463928Z [gw1] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_2 2025-03-21T20:42:16.8465374Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_4 2025-03-21T20:42:16.8467035Z [gw3] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_3 2025-03-21T20:42:16.8468488Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_0 2025-03-21T20:42:16.8470138Z [gw2] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_2 2025-03-21T20:42:16.8471605Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_1 2025-03-21T20:42:16.8473398Z [gw1] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_4 2025-03-21T20:42:16.8474930Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_2 2025-03-21T20:46:03.7761307Z [gw3] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_0 2025-03-21T20:46:03.7762874Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_3 2025-03-21T20:46:03.7764546Z [gw2] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_1 2025-03-21T20:46:03.7765568Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_4 2025-03-21T20:46:03.7766580Z [gw3] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_3 2025-03-21T20:46:03.7767500Z backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[dont_insert_view] 2025-03-21T20:46:03.7768804Z [gw3] [ 92%] PASSED backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[dont_insert_view] 2025-03-21T20:46:03.7769826Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_flip 2025-03-21T20:46:03.7770819Z [gw1] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_2 2025-03-21T20:46:03.7771734Z backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[insert_view] 2025-03-21T20:46:03.7772825Z [gw3] [ 92%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_flip 2025-03-21T20:46:03.7773661Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_reshape 2025-03-21T20:46:03.7774669Z [gw3] [ 92%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_reshape 2025-03-21T20:46:03.7775625Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_squeeze 2025-03-21T20:46:03.7777569Z [gw1] [ 92%] PASSED backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[insert_view] 2025-03-21T20:46:03.7779232Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_slice 2025-03-21T20:46:03.7780944Z [gw3] [ 92%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_squeeze 2025-03-21T20:46:03.7782603Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_tile 2025-03-21T20:46:03.7784392Z [gw1] [ 92%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_slice 2025-03-21T20:46:03.7785857Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_transpose 2025-03-21T20:46:03.7787617Z [gw3] [ 92%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_tile 2025-03-21T20:46:03.7789385Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_unsqueeze 2025-03-21T20:46:03.7791221Z [gw3] [ 92%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_unsqueeze 2025-03-21T20:46:03.7793033Z [gw2] [ 92%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_4 2025-03-21T20:46:03.7794520Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_concat 2025-03-21T20:46:03.7796100Z [gw0] [ 92%] PASSED backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_tosa_MI 2025-03-21T20:46:03.7797166Z backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_u55_BI 2025-03-21T20:46:03.7798664Z [gw2] [ 92%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_concat 2025-03-21T20:46:03.7801061Z [gw1] [ 93%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_transpose 2025-03-21T20:46:03.7802593Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_view 2025-03-21T20:46:03.7804257Z [gw1] [ 93%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_view 2025-03-21T20:46:03.7805784Z [gw0] [ 93%] PASSED backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_u55_BI 2025-03-21T20:46:03.7806866Z backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_u85_BI 2025-03-21T20:46:03.7808197Z [gw0] [ 93%] PASSED backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_u85_BI 2025-03-21T20:46:03.7809432Z backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T20:46:03.7811266Z [gw0] [ 93%] PASSED backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T20:46:03.7812705Z backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_MI 2025-03-21T20:46:03.7814301Z [gw0] [ 93%] PASSED backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_MI 2025-03-21T20:46:03.7815559Z backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T20:46:03.7827829Z [gw0] [ 93%] PASSED backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T20:46:03.7829352Z backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T20:46:03.7831030Z [gw0] [ 93%] PASSED backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T20:46:03.7832360Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[normalize] 2025-03-21T20:46:03.7833949Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[normalize] 2025-03-21T20:46:03.7835241Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-03-21T20:46:03.7836745Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-03-21T20:46:03.7838008Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[one_hot] 2025-03-21T20:46:03.7839572Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[one_hot] 2025-03-21T20:46:03.7841066Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[softplus] 2025-03-21T20:46:03.7842759Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[softplus] 2025-03-21T20:46:03.7844224Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[cosine_similarity] 2025-03-21T20:46:03.7846054Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[cosine_similarity] 2025-03-21T20:46:03.7847349Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[unfold] 2025-03-21T20:46:03.7848830Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[unfold] 2025-03-21T20:46:03.7850139Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[elu] 2025-03-21T20:46:03.7851656Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[elu] 2025-03-21T20:46:03.7852785Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[fold] 2025-03-21T20:46:03.7854273Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[fold] 2025-03-21T20:46:03.7855496Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-03-21T20:46:03.7857285Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-03-21T20:46:03.7858564Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[max_pool1d] 2025-03-21T20:46:03.7860150Z [gw0] [ 93%] XFAIL backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[max_pool1d] 2025-03-21T20:46:03.7861464Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[threshold] 2025-03-21T20:46:03.7863155Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[threshold] 2025-03-21T20:46:03.7864523Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[normalize] 2025-03-21T20:46:03.7866115Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[normalize] 2025-03-21T20:46:03.7867392Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[grid_sample] 2025-03-21T20:46:03.7869080Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[grid_sample] 2025-03-21T20:46:03.7870328Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[one_hot] 2025-03-21T20:46:03.7871863Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[one_hot] 2025-03-21T20:46:03.7873093Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[softplus] 2025-03-21T20:46:03.7874667Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[softplus] 2025-03-21T20:46:03.7875981Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[cosine_similarity] 2025-03-21T20:46:03.7877681Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[cosine_similarity] 2025-03-21T20:46:03.7879008Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[unfold] 2025-03-21T20:46:03.7880546Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[unfold] 2025-03-21T20:46:03.7881827Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[elu] 2025-03-21T20:47:49.7613745Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[elu] 2025-03-21T20:47:49.7614564Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[fold] 2025-03-21T20:47:49.7615692Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[fold] 2025-03-21T20:47:49.7616443Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[affine_grid] 2025-03-21T20:47:49.7617379Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[affine_grid] 2025-03-21T20:47:49.7618161Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[max_pool1d] 2025-03-21T20:47:49.7619215Z [gw0] [ 93%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[max_pool1d] 2025-03-21T20:47:49.7619976Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[threshold] 2025-03-21T20:47:49.7620867Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[threshold] 2025-03-21T20:47:49.7621594Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[Embedding] 2025-03-21T20:47:49.7622441Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[Embedding] 2025-03-21T20:47:49.7623140Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[LeakyReLU] 2025-03-21T20:47:49.7623983Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[LeakyReLU] 2025-03-21T20:47:49.7624758Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[BatchNorm1d] 2025-03-21T20:47:49.7625616Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[BatchNorm1d] 2025-03-21T20:47:49.7626362Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[AdaptiveAvgPool2d] 2025-03-21T20:47:49.7627288Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[AdaptiveAvgPool2d] 2025-03-21T20:47:49.7628059Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[ConvTranspose2d] 2025-03-21T20:47:49.7628958Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[ConvTranspose2d] 2025-03-21T20:47:49.7629661Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[GRU] 2025-03-21T20:47:49.7630455Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[GRU] 2025-03-21T20:47:49.7631122Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[GroupNorm] 2025-03-21T20:47:49.7631962Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[GroupNorm] 2025-03-21T20:47:49.7632682Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-03-21T20:47:49.7633568Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-03-21T20:47:49.7634277Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[PReLU] 2025-03-21T20:47:49.7635091Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[PReLU] 2025-03-21T20:47:49.7635781Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[Transformer] 2025-03-21T20:47:49.7636635Z [gw0] [ 94%] XFAIL backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[Transformer] 2025-03-21T20:47:49.7637334Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[Embedding] 2025-03-21T20:47:49.7638176Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[Embedding] 2025-03-21T20:47:49.7638878Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[LeakyReLU] 2025-03-21T20:47:49.7639716Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[LeakyReLU] 2025-03-21T20:47:49.7640414Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[BatchNorm1d] 2025-03-21T20:47:49.7641277Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[BatchNorm1d] 2025-03-21T20:47:49.7642057Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[AdaptiveAvgPool2d] 2025-03-21T20:47:49.7642974Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[AdaptiveAvgPool2d] 2025-03-21T20:47:49.7643736Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[ConvTranspose2d] 2025-03-21T20:47:49.7644643Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[ConvTranspose2d] 2025-03-21T20:47:49.7645430Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[GRU] 2025-03-21T20:47:49.7646229Z [gw0] [ 94%] XFAIL backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[GRU] 2025-03-21T20:47:49.7646891Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[GroupNorm] 2025-03-21T20:47:49.7647731Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[GroupNorm] 2025-03-21T20:47:49.7648459Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] 2025-03-21T20:47:49.7649348Z [gw0] [ 94%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] 2025-03-21T20:47:49.7650149Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[PReLU] 2025-03-21T20:47:49.7651018Z [gw0] [ 94%] XFAIL backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[PReLU] 2025-03-21T20:47:49.7651704Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T20:47:49.7652566Z [gw0] [ 94%] XFAIL backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T20:47:49.7653264Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[t] 2025-03-21T20:47:49.7654080Z [gw0] [ 94%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[t] 2025-03-21T20:47:49.7654778Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[zeros] 2025-03-21T20:47:49.7655629Z [gw0] [ 94%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[zeros] 2025-03-21T20:47:49.7656317Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[ones] 2025-03-21T20:47:49.7657156Z [gw0] [ 94%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[ones] 2025-03-21T20:47:49.7657864Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[stack] 2025-03-21T20:47:49.7658708Z [gw0] [ 94%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[stack] 2025-03-21T20:47:49.7659413Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[arange] 2025-03-21T20:47:49.7660267Z [gw0] [ 94%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[arange] 2025-03-21T20:47:49.7660981Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[norm] 2025-03-21T20:47:49.7661803Z [gw0] [ 94%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[norm] 2025-03-21T20:47:49.7662515Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[nonzero] 2025-03-21T20:47:49.7663387Z [gw0] [ 94%] XFAIL backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[nonzero] 2025-03-21T20:47:49.7664086Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[eye] 2025-03-21T20:47:49.7664913Z [gw0] [ 95%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[eye] 2025-03-21T20:47:49.7665604Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[topk] 2025-03-21T20:47:49.7666421Z [gw0] [ 95%] XFAIL backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[topk] 2025-03-21T20:47:49.7667109Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[sort] 2025-03-21T20:47:49.7667973Z [gw0] [ 95%] XFAIL backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[sort] 2025-03-21T20:47:49.7668649Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[t] 2025-03-21T20:47:49.7669463Z [gw0] [ 95%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[t] 2025-03-21T20:47:49.7670155Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[zeros] 2025-03-21T20:47:49.7671468Z [gw0] [ 95%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[zeros] 2025-03-21T20:47:49.7672179Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[ones] 2025-03-21T20:47:49.7673023Z [gw0] [ 95%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[ones] 2025-03-21T20:47:49.7673721Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[stack] 2025-03-21T20:47:49.7674571Z [gw0] [ 95%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[stack] 2025-03-21T20:47:49.7675281Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[arange] 2025-03-21T20:47:49.7676124Z [gw0] [ 95%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[arange] 2025-03-21T20:47:49.7676869Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[norm] 2025-03-21T20:47:49.7677706Z [gw0] [ 95%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[norm] 2025-03-21T20:47:49.7678415Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[nonzero] 2025-03-21T20:47:49.7679276Z [gw0] [ 95%] XFAIL backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[nonzero] 2025-03-21T20:47:49.7679979Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[eye] 2025-03-21T20:47:49.7680806Z [gw0] [ 95%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[eye] 2025-03-21T21:01:24.4909134Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[topk] 2025-03-21T21:01:24.4958802Z [gw0] [ 95%] XFAIL backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[topk] 2025-03-21T21:01:24.4960007Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[sort] 2025-03-21T21:01:24.4961468Z [gw0] [ 95%] XFAIL backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[sort] 2025-03-21T21:01:24.4962612Z backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_tosa_BI 2025-03-21T21:01:24.4963980Z [gw0] [ 95%] PASSED backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_tosa_BI 2025-03-21T21:01:24.4965071Z backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_tosa_MI 2025-03-21T21:01:24.4966394Z [gw0] [ 95%] PASSED backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_tosa_MI 2025-03-21T21:01:24.4967483Z backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_u55_BI 2025-03-21T21:01:24.4968778Z [gw0] [ 95%] PASSED backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_u55_BI 2025-03-21T21:01:24.4969904Z backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_u85_BI 2025-03-21T21:01:24.4971210Z [gw0] [ 95%] PASSED backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_u85_BI 2025-03-21T21:01:24.4972281Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_0 2025-03-21T21:01:24.4973534Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_0 2025-03-21T21:01:24.4974700Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[2_1x2x14_st2] 2025-03-21T21:01:24.4976275Z [gw0] [ 95%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[2_1x2x14_st2] 2025-03-21T21:01:24.4977805Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[5_3x2x128_st1] 2025-03-21T21:01:24.4979407Z [gw0] [ 95%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[5_3x2x128_st1] 2025-03-21T21:01:24.4980755Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[3_1x3x224_st2_pd1] 2025-03-21T21:01:24.4982412Z [gw0] [ 95%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[3_1x3x224_st2_pd1] 2025-03-21T21:01:24.4984120Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:01:24.4986097Z [gw0] [ 95%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:01:24.4987746Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.4989711Z [gw0] [ 95%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.4991371Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.4993328Z [gw0] [ 95%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.4995062Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.4997023Z [gw0] [ 95%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.4998539Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[two_conv1d_nobias] 2025-03-21T21:01:24.5000813Z [gw0] [ 95%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[two_conv1d_nobias] 2025-03-21T21:01:24.5002154Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[two_conv1d] 2025-03-21T21:01:24.5003742Z [gw0] [ 95%] SKIPPED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[two_conv1d] 2025-03-21T21:01:24.5005066Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_3x2x40x40_nobias] 2025-03-21T21:01:24.5006670Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_3x2x40x40_nobias] 2025-03-21T21:01:24.5007987Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x256x256_st1] 2025-03-21T21:01:24.5009569Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x256x256_st1] 2025-03-21T21:01:24.5010940Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x12x12_st2_pd1] 2025-03-21T21:01:24.5012554Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x12x12_st2_pd1] 2025-03-21T21:01:24.5013883Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[1x1_1x2x128x128_st1] 2025-03-21T21:01:24.5015464Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[1x1_1x2x128x128_st1] 2025-03-21T21:01:24.5016903Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T21:01:24.5018751Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T21:01:24.5020332Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T21:01:24.5022213Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T21:01:24.5023924Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:01:24.5025872Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:01:24.5027523Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5029562Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5031209Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5033161Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5034789Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5036694Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5038308Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5040222Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5041892Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5043812Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5045427Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5047350Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5048955Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5050927Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:24.5052393Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_3x2x128x128_st1] 2025-03-21T21:01:24.5053976Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_3x2x128x128_st1] 2025-03-21T21:01:24.5055306Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x224x224_st2_pd1] 2025-03-21T21:01:24.5056952Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x224x224_st2_pd1] 2025-03-21T21:01:24.5058279Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d_nobias] 2025-03-21T21:01:24.5059841Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d_nobias] 2025-03-21T21:01:24.5061108Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d] 2025-03-21T21:01:24.5062582Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d] 2025-03-21T21:01:24.5063856Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_3x2x40x40_nobias] 2025-03-21T21:01:24.5065452Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_3x2x40x40_nobias] 2025-03-21T21:01:24.5066768Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x256x256_st1] 2025-03-21T21:01:24.5068343Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x256x256_st1] 2025-03-21T21:01:24.5069689Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x12x12_st2_pd1] 2025-03-21T21:01:56.8494003Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x12x12_st2_pd1] 2025-03-21T21:01:56.8495498Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[1x1_1x2x128x128_st1] 2025-03-21T21:01:56.8497061Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[1x1_1x2x128x128_st1] 2025-03-21T21:01:56.8498464Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T21:01:56.8499668Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T21:01:56.8500895Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T21:01:56.8502008Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T21:01:56.8502945Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:01:56.8504066Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:01:56.8505093Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8506211Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8507620Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8509686Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8511311Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8513284Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8515069Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8517190Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8518975Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8521069Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8522853Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8524663Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8526024Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8527648Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8529037Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_3x2x128x128_st1] 2025-03-21T21:01:56.8530770Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_3x2x128x128_st1] 2025-03-21T21:01:56.8532144Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x224x224_st2_pd1] 2025-03-21T21:01:56.8533983Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x224x224_st2_pd1] 2025-03-21T21:01:56.8535384Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d_nobias] 2025-03-21T21:01:56.8536963Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d_nobias] 2025-03-21T21:01:56.8538265Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d] 2025-03-21T21:01:56.8539983Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d] 2025-03-21T21:01:56.8541214Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_3x2x40x40_nobias] 2025-03-21T21:01:56.8542824Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_3x2x40x40_nobias] 2025-03-21T21:01:56.8544121Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x256x256_st1] 2025-03-21T21:01:56.8545663Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x256x256_st1] 2025-03-21T21:01:56.8546893Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x12x12_st2_pd1] 2025-03-21T21:01:56.8548455Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x12x12_st2_pd1] 2025-03-21T21:01:56.8549975Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[1x1_1x2x128x128_st1] 2025-03-21T21:01:56.8551663Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[1x1_1x2x128x128_st1] 2025-03-21T21:01:56.8552942Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T21:01:56.8554696Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T21:01:56.8556182Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T21:01:56.8558123Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T21:01:56.8559840Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:01:56.8561881Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:01:56.8563436Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8565411Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8566951Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8568842Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8570541Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8572470Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8574068Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8575954Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8577540Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8579592Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8581170Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8582965Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8584620Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8586544Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:01:56.8587941Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_3x2x128x128_st1] 2025-03-21T21:01:56.8589429Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_3x2x128x128_st1] 2025-03-21T21:01:56.8590743Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x224x224_st2_pd1] 2025-03-21T21:01:56.8592522Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x224x224_st2_pd1] 2025-03-21T21:01:56.8593978Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d_nobias] 2025-03-21T21:01:56.8595654Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d_nobias] 2025-03-21T21:01:56.8596959Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d] 2025-03-21T21:01:56.8598510Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d] 2025-03-21T21:01:56.8599746Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_3x2x40x40_nobias] 2025-03-21T21:02:10.7021534Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_3x2x40x40_nobias] 2025-03-21T21:02:10.7022363Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x256x256_st1] 2025-03-21T21:02:10.7023299Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x256x256_st1] 2025-03-21T21:02:10.7024083Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x12x12_st2_pd1] 2025-03-21T21:02:10.7025424Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x12x12_st2_pd1] 2025-03-21T21:02:10.7026582Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[1x1_1x2x128x128_st1] 2025-03-21T21:02:10.7027664Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[1x1_1x2x128x128_st1] 2025-03-21T21:02:10.7029182Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T21:02:10.7030611Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T21:02:10.7031878Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T21:02:10.7032999Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T21:02:10.7033996Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:02:10.7035118Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:02:10.7036755Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7038193Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7039867Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7041631Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7042841Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7043967Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7044885Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7046049Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7047681Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7048880Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7050772Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7052402Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7053415Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7054513Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7055363Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_3x2x128x128_st1] 2025-03-21T21:02:10.7056278Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_3x2x128x128_st1] 2025-03-21T21:02:10.7057402Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x224x224_st2_pd1] 2025-03-21T21:02:10.7058742Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x224x224_st2_pd1] 2025-03-21T21:02:10.7059606Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d_nobias] 2025-03-21T21:02:10.7061197Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d_nobias] 2025-03-21T21:02:10.7062154Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d] 2025-03-21T21:02:10.7063431Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d] 2025-03-21T21:02:10.7064212Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[2x2_3x2x40x40_nobias] 2025-03-21T21:02:10.7065201Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[2x2_3x2x40x40_nobias] 2025-03-21T21:02:10.7066029Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x256x256_st1] 2025-03-21T21:02:10.7067017Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x256x256_st1] 2025-03-21T21:02:10.7068502Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x12x12_st2_pd1] 2025-03-21T21:02:10.7069587Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x12x12_st2_pd1] 2025-03-21T21:02:10.7070969Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[1x1_1x2x128x128_st1] 2025-03-21T21:02:10.7072518Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[1x1_1x2x128x128_st1] 2025-03-21T21:02:10.7073687Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T21:02:10.7074820Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T21:02:10.7075866Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T21:02:10.7077015Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T21:02:10.7078398Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:02:10.7079902Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:02:10.7081491Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7083156Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7084468Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7085659Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7086643Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7087793Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7089466Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7090747Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7092525Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7094230Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7095307Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7096466Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7097438Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7098760Z [gw0] [ 98%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:10.7100503Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_3x2x128x128_st1] 2025-03-21T21:02:10.7101542Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_3x2x128x128_st1] 2025-03-21T21:02:10.7102930Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x224x224_st2_pd1] 2025-03-21T21:02:29.6084600Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x224x224_st2_pd1] 2025-03-21T21:02:29.6085848Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[two_conv2d_nobias] 2025-03-21T21:02:29.6087248Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[two_conv2d_nobias] 2025-03-21T21:02:29.6088266Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[two_conv2d] 2025-03-21T21:02:29.6089513Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[two_conv2d] 2025-03-21T21:02:29.6090977Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[2x2_3x2x40x40_nobias] 2025-03-21T21:02:29.6092541Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[2x2_3x2x40x40_nobias] 2025-03-21T21:02:29.6093807Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x256x256_st1] 2025-03-21T21:02:29.6095239Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x256x256_st1] 2025-03-21T21:02:29.6096218Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x12x12_st2_pd1] 2025-03-21T21:02:29.6097293Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x12x12_st2_pd1] 2025-03-21T21:02:29.6098183Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[1x1_1x2x128x128_st1] 2025-03-21T21:02:29.6099424Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[1x1_1x2x128x128_st1] 2025-03-21T21:02:29.6100555Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T21:02:29.6101787Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T21:02:29.6102761Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T21:02:29.6103988Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T21:02:29.6104956Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:02:29.6106184Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:02:29.6107180Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6108344Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6109393Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6110561Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6111543Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6112692Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6113652Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6114798Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6115767Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6117075Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6118046Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6119192Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6120259Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6121947Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T21:02:29.6123250Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_3x2x128x128_st1] 2025-03-21T21:02:29.6124607Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_3x2x128x128_st1] 2025-03-21T21:02:29.6125898Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x224x224_st2_pd1] 2025-03-21T21:02:29.6127442Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x224x224_st2_pd1] 2025-03-21T21:02:29.6128555Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[two_conv2d_nobias] 2025-03-21T21:02:29.6130145Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[two_conv2d_nobias] 2025-03-21T21:02:29.6131322Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[two_conv2d] 2025-03-21T21:02:29.6132603Z [gw0] [ 99%] SKIPPED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[two_conv2d] 2025-03-21T21:02:29.6133484Z backends/arm/test/ops/test_conv2d.py::test_reject_convolution_2d_u55_BI[large_stride] 2025-03-21T21:02:29.6134680Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv2d.py::test_reject_convolution_2d_u55_BI[large_stride] 2025-03-21T21:02:29.6135624Z backends/arm/test/ops/test_conv2d.py::test_reject_convolution_2d_u55_BI[large_kernel_height] 2025-03-21T21:02:29.6136957Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv2d.py::test_reject_convolution_2d_u55_BI[large_kernel_height] 2025-03-21T21:02:29.6137971Z backends/arm/test/ops/test_conv2d.py::test_reject_convolution_2d_u55_BI[large_kernel] 2025-03-21T21:02:29.6139224Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv2d.py::test_reject_convolution_2d_u55_BI[large_kernel] 2025-03-21T21:02:29.6140257Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_tosa_BI 2025-03-21T21:02:29.6141590Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_tosa_BI 2025-03-21T21:02:29.6142759Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_tosa_MI 2025-03-21T21:02:29.6144278Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_tosa_MI 2025-03-21T21:02:29.6145543Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_u55_BI 2025-03-21T21:02:29.6146974Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_u55_BI 2025-03-21T21:02:29.6148214Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_u85_BI 2025-03-21T21:02:29.6149631Z [gw0] [100%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_u85_BI 2025-03-21T21:02:29.6150391Z 2025-03-21T21:02:29.6150610Z =================================== FAILURES =================================== 2025-03-21T21:02:29.6151617Z ________ TestConstantPadND.test_constant_pad_nd_tosa_BI_2_4dim_last3dim ________ 2025-03-21T21:02:29.6152497Z [gw2] linux -- Python 3.10.16 /opt/conda/envs/py_3.10/bin/python 2025-03-21T21:02:29.6152894Z 2025-03-21T21:02:29.6153417Z a = (,) 2025-03-21T21:02:29.6154200Z kw = {} 2025-03-21T21:02:29.6154346Z 2025-03-21T21:02:29.6154600Z @wraps(func) 2025-03-21T21:02:29.6155412Z def standalone_func(*a, **kw): 2025-03-21T21:02:29.6156274Z > return func(*(a + p.args), **p.kwargs, **kw) 2025-03-21T21:02:29.6156800Z 2025-03-21T21:02:29.6157454Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/parameterized/parameterized.py:620: 2025-03-21T21:02:29.6158248Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2025-03-21T21:02:29.6159058Z backends/arm/test/ops/test_constant_pad_nd.py:142: in test_constant_pad_nd_tosa_BI 2025-03-21T21:02:29.6160156Z self._test_constant_pad_nd_tosa_BI_pipeline( 2025-03-21T21:02:29.6161182Z backends/arm/test/ops/test_constant_pad_nd.py:107: in _test_constant_pad_nd_tosa_BI_pipeline 2025-03-21T21:02:29.6161946Z ArmTester( 2025-03-21T21:02:29.6163563Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/test/tester/arm_tester.py:471: in run_method_and_compare_outputs 2025-03-21T21:02:29.6164856Z self._compare_outputs( 2025-03-21T21:02:29.6166304Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/test/tester/arm_tester.py:659: in _compare_outputs 2025-03-21T21:02:29.6167548Z raise e 2025-03-21T21:02:29.6168960Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/test/tester/arm_tester.py:643: in _compare_outputs 2025-03-21T21:02:29.6169993Z super()._compare_outputs( 2025-03-21T21:02:29.6170913Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/xnnpack/test/tester/tester.py:748: in _compare_outputs 2025-03-21T21:02:29.6171756Z Tester._assert_outputs_equal( 2025-03-21T21:02:29.6172170Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2025-03-21T21:02:29.6172431Z 2025-03-21T21:02:29.6172681Z model_output = (tensor([[[[0.4865, 0.6868, 0.6296, 0.6582, 0.6475, 0.6368, 0.6403, 0.6582, 2025-03-21T21:02:29.6173138Z 0.5008, 0.6439], 2025-03-21T21:02:29.6173407Z [0.5...6, 0.0823], 2025-03-21T21:02:29.6173727Z [0.5044, 0.3649, 0.3649, 0.3649, 0.3649, 0.3649, 0.3649, 0.3649, 2025-03-21T21:02:29.6174099Z 0.3649, 0.1968]]]]),) 2025-03-21T21:02:29.6174502Z ref_output = (tensor([[[[0.4865, 0.6868, 0.6296, 0.6582, 0.6475, 0.6368, 0.6403, 0.6582, 2025-03-21T21:02:29.6174936Z 0.5008, 0.6439], 2025-03-21T21:02:29.6175205Z [0.5...6, 0.0823], 2025-03-21T21:02:29.6175521Z [0.5044, 0.3649, 0.3649, 0.3649, 0.3649, 0.3649, 0.3649, 0.3649, 2025-03-21T21:02:29.6175889Z 0.3649, 0.1968]]]]),) 2025-03-21T21:02:29.6176189Z atol = 0.004577286144718528, rtol = 0.001 2025-03-21T21:02:29.6176404Z 2025-03-21T21:02:29.6176613Z @staticmethod 2025-03-21T21:02:29.6177485Z def _assert_outputs_equal(model_output, ref_output, atol=1e-03, rtol=1e-03): 2025-03-21T21:02:29.6178242Z  """ 2025-03-21T21:02:29.6178864Z  Helper testing function that asserts that the model output and the reference output 2025-03-21T21:02:29.6179705Z  are equal with some tolerance. Due to numerical differences between eager mode and 2025-03-21T21:02:29.6180634Z  the XNNPACK's backend, we relax the detal such that absolute tolerance is 1e-3. and 2025-03-21T21:02:29.6181452Z  relative tolerance is 1e-3. In the event that the computation was quantized, we 2025-03-21T21:02:29.6182279Z  further relax the tolerance to one quantized step (equal to the quantization scale). 2025-03-21T21:02:29.6183204Z  This allows the quantized value to differ by 1 between the reference and model output. 2025-03-21T21:02:29.6183799Z  """ 2025-03-21T21:02:29.6184132Z  2025-03-21T21:02:29.6184687Z assert len(model_output) == len(ref_output) 2025-03-21T21:02:29.6185227Z  2025-03-21T21:02:29.6185787Z for i in range(len(model_output)): 2025-03-21T21:02:29.6186378Z model = model_output[i] 2025-03-21T21:02:29.6186779Z ref = ref_output[i] 2025-03-21T21:02:29.6187187Z assert ( 2025-03-21T21:02:29.6187617Z ref.shape == model.shape 2025-03-21T21:02:29.6188906Z ), f"Output {i} shape {model.shape} does not match reference output shape {ref.shape}" 2025-03-21T21:02:29.6189994Z > assert torch.allclose( 2025-03-21T21:02:29.6190430Z model, 2025-03-21T21:02:29.6190790Z ref, 2025-03-21T21:02:29.6191140Z atol=atol, 2025-03-21T21:02:29.6191516Z rtol=rtol, 2025-03-21T21:02:29.6191872Z ), ( 2025-03-21T21:02:29.6192724Z f"Output {i} does not match reference output.\n" 2025-03-21T21:02:29.6194086Z f"\tGiven atol: {atol}, rtol: {rtol}.\n" 2025-03-21T21:02:29.6195586Z f"\tOutput tensor shape: {model.shape}, dtype: {model.dtype}\n" 2025-03-21T21:02:29.6197609Z f"\tDifference: max: {torch.max(model-ref)}, abs: {torch.max(torch.abs(model-ref))}, mean abs error: {torch.mean(torch.abs(model-ref))}.\n" 2025-03-21T21:02:29.6199162Z f"\t-- Model vs. Reference --\n" 2025-03-21T21:02:29.6202442Z f"\t Numel: {model.numel()}, {ref.numel()}\n" 2025-03-21T21:02:29.6203859Z f"\tMedian: {model.median()}, {ref.median()}\n" 2025-03-21T21:02:29.6205340Z f"\t Mean: {model.mean()}, {ref.mean()}\n" 2025-03-21T21:02:29.6206727Z f"\t Max: {model.max()}, {ref.max()}\n" 2025-03-21T21:02:29.6208004Z f"\t Min: {model.min()}, {ref.min()}\n" 2025-03-21T21:02:29.6208748Z ) 2025-03-21T21:02:29.6209244Z E AssertionError: Output 0 does not match reference output. 2025-03-21T21:02:29.6209911Z E Given atol: 0.004577286144718528, rtol: 0.001. 2025-03-21T21:02:29.6210538Z E Output tensor shape: torch.Size([1, 3, 10, 10]), dtype: torch.float32 2025-03-21T21:02:29.6211308Z E Difference: max: 0.0, abs: 0.007154583930969238, mean abs error: 2.384861363680102e-05. 2025-03-21T21:02:29.6211970Z E -- Model vs. Reference -- 2025-03-21T21:02:29.6212375Z E Numel: 300, 300 2025-03-21T21:02:29.6212826Z E Median: 0.4292743504047394, 0.4292743504047394 2025-03-21T21:02:29.6213327Z E Mean: 0.45810726284980774, 0.4581311047077179 2025-03-21T21:02:29.6213820Z E Max: 0.9122079610824585, 0.9122079610824585 2025-03-21T21:02:29.6214306Z E Min: 0.07154572010040283, 0.07154572010040283 2025-03-21T21:02:29.6214573Z 2025-03-21T21:02:29.6215217Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/xnnpack/test/tester/tester.py:705: AssertionError 2025-03-21T21:02:29.6216029Z ---------------------------- Captured stdout setup ----------------------------- 2025-03-21T21:02:29.6216450Z ARM_TEST_SEED=2207214829 2025-03-21T21:02:29.6216827Z ----------------------------- Captured stdout call ----------------------------- 2025-03-21T21:02:29.6217405Z INFO:executorch.backends.arm.tosa_partitioner:TOSAPartitioner::partition 2025-03-21T21:02:29.6218075Z INFO:executorch.backends.arm.tosa_partitioner:Partitioning for TOSABackend: TOSA-0.80+BI 2025-03-21T21:02:29.6218841Z INFO:executorch.backends.arm.tosa_partitioner:The following nodes were rejected for TOSA-0.80+BI: 2025-03-21T21:02:29.6219545Z INFO:executorch.backends.arm.tosa_partitioner: 2025-03-21T21:02:29.6220005Z No nodes rejected. 2025-03-21T21:02:29.6220527Z INFO:executorch.backends.arm.tosa_partitioner:(Placeholders and outputs are not included in this list) 2025-03-21T21:02:29.6221163Z WARNING:root:Disabled validating the partitioner. 2025-03-21T21:02:29.6221800Z INFO:executorch.backends.arm.test.tester.arm_tester:Comparing Stage 'ToExecutorch' with Stage 'Quantize' 2025-03-21T21:02:29.6222571Z INFO:executorch.backends.arm.test.tester.arm_tester:Run #0, input shapes: [1, 1, 16, 16] 2025-03-21T21:02:29.6223213Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils: 2025-03-21T21:02:29.6223704Z ############################ ERROR DIFFERENCE ############################# 2025-03-21T21:02:29.6224053Z BATCH 0 2025-03-21T21:02:29.6224273Z channel 1 (e-03) 2025-03-21T21:02:29.6224529Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6224875Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6225229Z [-7.15 . . . . . . . . . ] 2025-03-21T21:02:29.6225595Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6225993Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6226339Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6226671Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6227016Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6227363Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6349444Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6349929Z 2025-03-21T21:02:29.6350149Z MEAN MEDIAN MAX MIN (error as % of reference output range) 2025-03-21T21:02:29.6350577Z 0.85% 0.85% 0.85% 0.85% 2025-03-21T21:02:29.6350897Z ########################################################################### 2025-03-21T21:02:29.6351144Z 2025-03-21T21:02:29.6351665Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:========================================TOSA debug info======================================== 2025-03-21T21:02:29.6353356Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:Input QuantArgs: [] 2025-03-21T21:02:29.6355449Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:Output QuantArgs: {dequantize_per_tensor_9: } 2025-03-21T21:02:29.6357317Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:path_to_tosa_files='/tmp/executorch_result_dump_7cb49y_8' 2025-03-21T21:02:29.6358624Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:atol=0.001, rtol=0.001, qtol=0 2025-03-21T21:02:29.6359647Z ------------------------------ Captured log call ------------------------------- 2025-03-21T21:02:29.6361031Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:74 TOSAPartitioner::partition 2025-03-21T21:02:29.6362483Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:79 Partitioning for TOSABackend: TOSA-0.80+BI 2025-03-21T21:02:29.6364073Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:134 The following nodes were rejected for TOSA-0.80+BI: 2025-03-21T21:02:29.6365465Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:135 2025-03-21T21:02:29.6366079Z No nodes rejected. 2025-03-21T21:02:29.6367266Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:136 (Placeholders and outputs are not included in this list) 2025-03-21T21:02:29.6368694Z WARNING  root:backend_api.py:387 Disabled validating the partitioner. 2025-03-21T21:02:29.6466967Z INFO  executorch.backends.arm.test.tester.arm_tester:arm_tester.py:436 Comparing Stage 'ToExecutorch' with Stage 'Quantize' 2025-03-21T21:02:29.6468668Z INFO  executorch.backends.arm.test.tester.arm_tester:arm_tester.py:449 Run #0, input shapes: [1, 1, 16, 16] 2025-03-21T21:02:29.6470320Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:208 2025-03-21T21:02:29.6471430Z ############################ ERROR DIFFERENCE ############################# 2025-03-21T21:02:29.6472007Z BATCH 0 2025-03-21T21:02:29.6472361Z channel 1 (e-03) 2025-03-21T21:02:29.6472801Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6473310Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6473857Z [-7.15 . . . . . . . . . ] 2025-03-21T21:02:29.6474393Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6474837Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6475241Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6475670Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6476254Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6476624Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6477080Z [ . . . . . . . . . . ] 2025-03-21T21:02:29.6477415Z 2025-03-21T21:02:29.6477746Z MEAN MEDIAN MAX MIN (error as % of reference output range) 2025-03-21T21:02:29.6478352Z 0.85% 0.85% 0.85% 0.85% 2025-03-21T21:02:29.6478842Z ########################################################################### 2025-03-21T21:02:29.6479979Z 2025-03-21T21:02:29.6481182Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:225 ========================================TOSA debug info======================================== 2025-03-21T21:02:29.6483617Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:237 Input QuantArgs: [] 2025-03-21T21:02:29.6486502Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:238 Output QuantArgs: {dequantize_per_tensor_9: } 2025-03-21T21:02:29.6489006Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:240 path_to_tosa_files='/tmp/executorch_result_dump_7cb49y_8' 2025-03-21T21:02:29.6491038Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:251 atol=0.001, rtol=0.001, qtol=0 2025-03-21T21:02:29.6492328Z =============================== warnings summary =============================== 2025-03-21T21:02:29.6493317Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-03-21T21:02:29.6494418Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-03-21T21:02:29.6495358Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-03-21T21:02:29.6496379Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-03-21T21:02:29.6497899Z /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-03-21T21:02:29.6499344Z import pkg_resources 2025-03-21T21:02:29.6499571Z 2025-03-21T21:02:29.6500252Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3142 2025-03-21T21:02:29.6501309Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3142 2025-03-21T21:02:29.6502272Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3142 2025-03-21T21:02:29.6503252Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3142 2025-03-21T21:02:29.6504761Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3142: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`. 2025-03-21T21:02:29.6507062Z 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-03-21T21:02:29.6508587Z declare_namespace(pkg) 2025-03-21T21:02:29.6508886Z 2025-03-21T21:02:29.6509534Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-03-21T21:02:29.6510789Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-03-21T21:02:29.6512043Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-03-21T21:02:29.6513312Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-03-21T21:02:29.6514932Z /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-03-21T21:02:29.6516227Z _warnings.warn( 2025-03-21T21:02:29.6516482Z 2025-03-21T21:02:29.6516932Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:382 2025-03-21T21:02:29.6518005Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:382 2025-03-21T21:02:29.6518975Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:382 2025-03-21T21:02:29.6520028Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:382 2025-03-21T21:02:29.6522144Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:382: UserWarning: enable_nested_tensor is True, but self.use_nested_tensor is False because encoder_layer.self_attn.batch_first was not True(use batch_first for better inference performance) 2025-03-21T21:02:29.6523878Z warnings.warn( 2025-03-21T21:02:29.6524115Z 2025-03-21T21:02:29.6524262Z ops/test_any.py: 255 warnings 2025-03-21T21:02:29.6524655Z misc/test_custom_partition.py: 32 warnings 2025-03-21T21:02:29.6525136Z ops/test_abs.py: 126 warnings 2025-03-21T21:02:29.6525500Z ops/test_bitwise.py: 192 warnings 2025-03-21T21:02:29.6525954Z misc/test_debug_feats.py: 44 warnings 2025-03-21T21:02:29.6526442Z ops/test_avg_pool2d.py: 170 warnings 2025-03-21T21:02:29.6526962Z misc/test_dim_order_guards.py: 8 warnings 2025-03-21T21:02:29.6527534Z misc/test_lifted_tensor.py: 64 warnings 2025-03-21T21:02:29.6528011Z ops/test_add.py: 260 warnings 2025-03-21T21:02:29.6528485Z misc/test_multiple_delegates.py: 10 warnings 2025-03-21T21:02:29.6528877Z ops/test_batch_norm.py: 108 warnings 2025-03-21T21:02:29.6529312Z ops/test_bmm.py: 178 warnings 2025-03-21T21:02:29.6529732Z misc/test_multiple_outputs.py: 22 warnings 2025-03-21T21:02:29.6530373Z misc/test_partition_decomposed_quantized_ops.py: 20 warnings 2025-03-21T21:02:29.6530996Z ops/test_clamp.py: 140 warnings 2025-03-21T21:02:29.6531447Z ops/test_clone.py: 140 warnings 2025-03-21T21:02:29.6531807Z ops/test_cat.py: 144 warnings 2025-03-21T21:02:29.6532310Z models/test_conformer.py: 22 warnings 2025-03-21T21:02:29.6532753Z ops/test_amax.py: 127 warnings 2025-03-21T21:02:29.6533225Z ops/test_constant_pad_nd.py: 72 warnings 2025-03-21T21:02:29.6533704Z ops/test_eq.py: 88 warnings 2025-03-21T21:02:29.6534041Z ops/test_exp.py: 108 warnings 2025-03-21T21:02:29.6534433Z ops/test_amin.py: 127 warnings 2025-03-21T21:02:29.6534907Z ops/test_expand.py: 162 warnings 2025-03-21T21:02:29.6535327Z ops/test_conv1d.py: 260 warnings 2025-03-21T21:02:29.6535718Z ops/test_floor.py: 120 warnings 2025-03-21T21:02:29.6536147Z ops/test_hardsigmoid.py: 132 warnings 2025-03-21T21:02:29.6536624Z ops/test_hardswish.py: 132 warnings 2025-03-21T21:02:29.6537047Z ops/test_full.py: 150 warnings 2025-03-21T21:02:29.6537435Z ops/test_conv_combos.py: 234 warnings 2025-03-21T21:02:29.6537828Z ops/test_hardtanh.py: 108 warnings 2025-03-21T21:02:29.6538257Z ops/test_ge.py: 88 warnings 2025-03-21T21:02:29.6538663Z ops/test_layer_norm.py: 120 warnings 2025-03-21T21:02:29.6539130Z ops/test_gt.py: 88 warnings 2025-03-21T21:02:29.6539481Z ops/test_depthwise_conv.py: 180 warnings 2025-03-21T21:02:29.6539947Z ops/test_div.py: 162 warnings 2025-03-21T21:02:29.6540342Z ops/test_linear.py: 228 warnings 2025-03-21T21:02:29.6540853Z ops/test_logical.py: 272 warnings 2025-03-21T21:02:29.6541340Z ops/test_le.py: 88 warnings 2025-03-21T21:02:29.6541760Z ops/test_logsoftmax.py: 160 warnings 2025-03-21T21:02:29.6542252Z ops/test_log.py: 108 warnings 2025-03-21T21:02:29.6542676Z ops/test_mean_dim.py: 160 warnings 2025-03-21T21:02:29.6543103Z ops/test_minimum.py: 90 warnings 2025-03-21T21:02:29.6543650Z ops/test_mm.py: 100 warnings 2025-03-21T21:02:29.6543932Z ops/test_lt.py: 88 warnings 2025-03-21T21:02:29.6544224Z ops/test_mul.py: 158 warnings 2025-03-21T21:02:29.6544530Z ops/test_max_pool.py: 90 warnings 2025-03-21T21:02:29.6544847Z ops/test_permute.py: 101 warnings 2025-03-21T21:02:29.6545251Z ops/test_maximum.py: 90 warnings 2025-03-21T21:02:29.6545674Z ops/test_reciprocal.py: 117 warnings 2025-03-21T21:02:29.6546147Z ops/test_rsqrt.py: 72 warnings 2025-03-21T21:02:29.6546488Z models/test_dl3_arm.py: 10 warnings 2025-03-21T21:02:29.6546972Z ops/test_scalars.py: 990 warnings 2025-03-21T21:02:29.6547503Z ops/test_relu.py: 108 warnings 2025-03-21T21:02:29.6547810Z ops/test_repeat.py: 126 warnings 2025-03-21T21:02:29.6548263Z ops/test_rshift.py: 88 warnings 2025-03-21T21:02:29.6548648Z ops/test_select.py: 324 warnings 2025-03-21T21:02:29.6549041Z ops/test_sigmoid.py: 132 warnings 2025-03-21T21:02:29.6549487Z ops/test_sigmoid_16bit.py: 192 warnings 2025-03-21T21:02:29.6549948Z ops/test_slice.py: 72 warnings 2025-03-21T21:02:29.6550423Z ops/test_split.py: 150 warnings 2025-03-21T21:02:29.6550842Z ops/test_softmax.py: 160 warnings 2025-03-21T21:02:29.6551364Z ops/test_sigmoid_32bit.py: 192 warnings 2025-03-21T21:02:29.6551826Z ops/test_squeeze.py: 162 warnings 2025-03-21T21:02:29.6552186Z ops/test_sub.py: 220 warnings 2025-03-21T21:02:29.6552587Z ops/test_sum.py: 126 warnings 2025-03-21T21:02:29.6553029Z ops/test_tanh.py: 108 warnings 2025-03-21T21:02:29.6553665Z ops/test_to_copy.py: 15 warnings 2025-03-21T21:02:29.6554133Z ops/test_unsqueeze.py: 132 warnings 2025-03-21T21:02:29.6554685Z ops/test_upsample_nearest2d.py: 330 warnings 2025-03-21T21:02:29.6555234Z ops/test_var.py: 206 warnings 2025-03-21T21:02:29.6555643Z ops/test_view.py: 270 warnings 2025-03-21T21:02:29.6556061Z passes/test_convert_to_clamp.py: 6 warnings 2025-03-21T21:02:29.6556509Z passes/test_fold_qdq_pass.py: 5 warnings 2025-03-21T21:02:29.6556975Z passes/test_fuse_batchnorm_pass.py: 12 warnings 2025-03-21T21:02:29.6557427Z passes/test_cast_int64_pass.py: 3 warnings 2025-03-21T21:02:29.6557985Z passes/test_fuse_constant_ops_pass.py: 9 warnings 2025-03-21T21:02:29.6558572Z passes/test_meandim_to_averagepool2d.py: 10 warnings 2025-03-21T21:02:29.6559160Z passes/test_insert_table_ops_pass.py: 5 warnings 2025-03-21T21:02:29.6559672Z passes/test_ioquantization_pass.py: 5 warnings 2025-03-21T21:02:29.6560082Z passes/test_rescale_pass.py: 90 warnings 2025-03-21T21:02:29.6560549Z models/test_lstm_arm.py: 22 warnings 2025-03-21T21:02:29.6561141Z passes/test_unsqueeze_before_repeat_pass.py: 6 warnings 2025-03-21T21:02:29.6561768Z quantizer/test_generic_annotater.py: 24 warnings 2025-03-21T21:02:29.6562299Z models/test_mobilenet_v2_arm.py: 22 warnings 2025-03-21T21:02:29.6562780Z models/test_nn_functional.py: 110 warnings 2025-03-21T21:02:29.6563215Z models/test_nn_modules.py: 292 warnings 2025-03-21T21:02:29.6563733Z models/test_torch_functions.py: 100 warnings 2025-03-21T21:02:29.6564236Z models/test_w2l_arm.py: 20 warnings 2025-03-21T21:02:29.6564674Z ops/test_conv2d.py: 378 warnings 2025-03-21T21:02:29.6566410Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:29.6568358Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:29.6568663Z 2025-03-21T21:02:29.6568811Z misc/test_debug_feats.py: 1 warning 2025-03-21T21:02:29.6569273Z ops/test_add.py: 15 warnings 2025-03-21T21:02:29.6569738Z ops/test_bmm.py: 12 warnings 2025-03-21T21:02:29.6570297Z misc/test_partition_decomposed_quantized_ops.py: 1 warning 2025-03-21T21:02:29.6570766Z ops/test_sigmoid.py: 1 warning 2025-03-21T21:02:29.6571164Z ops/test_sub.py: 21 warnings 2025-03-21T21:02:29.6572460Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default) on an already erased node 2025-03-21T21:02:29.6574078Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6574522Z 2025-03-21T21:02:29.6574661Z misc/test_lifted_tensor.py: 12 warnings 2025-03-21T21:02:29.6575117Z passes/test_fuse_constant_ops_pass.py: 2 warnings 2025-03-21T21:02:29.6577498Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/export/_unlift.py:81: UserWarning: Attempted to insert a get_attr Node with no underlying reference in the owning GraphModule! Call GraphModule.add_submodule to add the necessary submodule, GraphModule.add_parameter to add the necessary Parameter, or nn.Module.register_buffer to add the necessary buffer 2025-03-21T21:02:29.6579610Z getattr_node = gm.graph.get_attr(lifted_node) 2025-03-21T21:02:29.6579954Z 2025-03-21T21:02:29.6580143Z misc/test_lifted_tensor.py: 12 warnings 2025-03-21T21:02:29.6580676Z passes/test_fuse_constant_ops_pass.py: 1 warning 2025-03-21T21:02:29.6582417Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1769: UserWarning: Node lifted_tensor target lifted_tensor lifted_tensor of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2025-03-21T21:02:29.6584020Z warnings.warn( 2025-03-21T21:02:29.6584174Z 2025-03-21T21:02:29.6584323Z misc/test_lifted_tensor.py: 1 warning 2025-03-21T21:02:29.6584760Z models/test_conformer.py: 30 warnings 2025-03-21T21:02:29.6585385Z ops/test_constant_pad_nd.py: 9 warnings 2025-03-21T21:02:29.6585813Z ops/test_exp.py: 18 warnings 2025-03-21T21:02:29.6586162Z ops/test_floor.py: 18 warnings 2025-03-21T21:02:29.6586624Z ops/test_hardsigmoid.py: 18 warnings 2025-03-21T21:02:29.6587057Z ops/test_hardswish.py: 18 warnings 2025-03-21T21:02:29.6587445Z ops/test_layer_norm.py: 18 warnings 2025-03-21T21:02:29.6587914Z ops/test_div.py: 27 warnings 2025-03-21T21:02:29.6588275Z ops/test_log.py: 18 warnings 2025-03-21T21:02:29.6588582Z ops/test_logsoftmax.py: 72 warnings 2025-03-21T21:02:29.6589048Z ops/test_reciprocal.py: 18 warnings 2025-03-21T21:02:29.6589535Z ops/test_rsqrt.py: 12 warnings 2025-03-21T21:02:29.6589904Z ops/test_scalars.py: 12 warnings 2025-03-21T21:02:29.6590328Z ops/test_sigmoid.py: 23 warnings 2025-03-21T21:02:29.6590747Z ops/test_sigmoid_16bit.py: 72 warnings 2025-03-21T21:02:29.6591131Z ops/test_softmax.py: 48 warnings 2025-03-21T21:02:29.6591594Z ops/test_sigmoid_32bit.py: 72 warnings 2025-03-21T21:02:29.6592066Z ops/test_tanh.py: 18 warnings 2025-03-21T21:02:29.6592441Z passes/test_rescale_pass.py: 45 warnings 2025-03-21T21:02:29.6592923Z models/test_lstm_arm.py: 150 warnings 2025-03-21T21:02:29.6593327Z models/test_nn_functional.py: 1 warning 2025-03-21T21:02:29.6593752Z models/test_nn_modules.py: 7 warnings 2025-03-21T21:02:29.6594179Z models/test_w2l_arm.py: 9 warnings 2025-03-21T21:02:29.6596404Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/operators/op_table.py:49: 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-03-21T21:02:29.6599016Z table_attr.TableAttribute(np.array(table)) 2025-03-21T21:02:29.6599297Z 2025-03-21T21:02:29.6599487Z ops/test_add.py::test_add_i32_tosa_BI[5d_float] 2025-03-21T21:02:29.6600126Z ops/test_add.py::test_add_i32_tosa_BI[1d_ones] 2025-03-21T21:02:29.6600663Z ops/test_add.py::test_add_i32_tosa_BI[1d_randn] 2025-03-21T21:02:29.6601189Z ops/test_add.py::test_add_i32_tosa_BI[4d_ones_1] 2025-03-21T21:02:29.6601764Z ops/test_add.py::test_add_i32_tosa_BI[4d_ones_2] 2025-03-21T21:02:29.6602399Z passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI 2025-03-21T21:02:29.6603620Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_1) on an already erased node 2025-03-21T21:02:29.6605178Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6605667Z 2025-03-21T21:02:29.6605843Z models/test_conformer.py: 3 warnings 2025-03-21T21:02:29.6606251Z ops/test_conv_combos.py: 9 warnings 2025-03-21T21:02:29.6606636Z models/test_dl3_arm.py: 1 warning 2025-03-21T21:02:29.6607090Z models/test_mobilenet_v2_arm.py: 3 warnings 2025-03-21T21:02:29.6608109Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm) on an already erased node 2025-03-21T21:02:29.6609410Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6609921Z 2025-03-21T21:02:29.6610084Z models/test_conformer.py: 3 warnings 2025-03-21T21:02:29.6610454Z models/test_dl3_arm.py: 1 warning 2025-03-21T21:02:29.6610828Z models/test_mobilenet_v2_arm.py: 3 warnings 2025-03-21T21:02:29.6611204Z ops/test_conv_combos.py: 3 warnings 2025-03-21T21:02:29.6612316Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_1) on an already erased node 2025-03-21T21:02:29.6613417Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6613942Z 2025-03-21T21:02:29.6614269Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:02:29.6615034Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:02:29.6615831Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:02:29.6616575Z ops/test_log.py::TestLog::test_log_tosa_BI_4_randn_spread 2025-03-21T21:02:29.6617233Z ops/test_log.py::TestLog::test_log_tosa_u55_BI_4_randn_spread 2025-03-21T21:02:29.6617784Z ops/test_log.py::TestLog::test_log_tosa_u85_BI_4_randn_spread 2025-03-21T21:02:29.6619000Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/ao/quantization/observer.py:1282: UserWarning: torch.inf detected in input tensor, ignoring input 2025-03-21T21:02:29.6620386Z warnings.warn("torch.inf detected in input tensor, ignoring input") 2025-03-21T21:02:29.6620806Z 2025-03-21T21:02:29.6621135Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:02:29.6621796Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:02:29.6622557Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:02:29.6623855Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_27) on an already erased node 2025-03-21T21:02:29.6625078Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6625567Z 2025-03-21T21:02:29.6625876Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:02:29.6626690Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:02:29.6627393Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:02:29.6628126Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:02:29.6628742Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:02:29.6629532Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:02:29.6630990Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_26) on an already erased node 2025-03-21T21:02:29.6632437Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6632833Z 2025-03-21T21:02:29.6633169Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:02:29.6633806Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:02:29.6634485Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:02:29.6635068Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:02:29.6635777Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:02:29.6636627Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:02:29.6637958Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_30) on an already erased node 2025-03-21T21:02:29.6639371Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6639878Z 2025-03-21T21:02:29.6640130Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:02:29.6640953Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:02:29.6641623Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:02:29.6642316Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:02:29.6643036Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:02:29.6643724Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:02:29.6645104Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_29) on an already erased node 2025-03-21T21:02:29.6646094Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6646544Z 2025-03-21T21:02:29.6646792Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:02:29.6647464Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:02:29.6648233Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:02:29.6649510Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_37) on an already erased node 2025-03-21T21:02:29.6650890Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6651255Z 2025-03-21T21:02:29.6651547Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:02:29.6652237Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:02:29.6652962Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:02:29.6654392Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_54) on an already erased node 2025-03-21T21:02:29.6655797Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6656198Z 2025-03-21T21:02:29.6656448Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:02:29.6657158Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:02:29.6657941Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:02:29.6659330Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_19) on an already erased node 2025-03-21T21:02:29.6660712Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6661169Z 2025-03-21T21:02:29.6661455Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_dim] 2025-03-21T21:02:29.6662246Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims] 2025-03-21T21:02:29.6663021Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims] 2025-03-21T21:02:29.6663818Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_dim] 2025-03-21T21:02:29.6664594Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims] 2025-03-21T21:02:29.6665320Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims] 2025-03-21T21:02:29.6665988Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_dim] 2025-03-21T21:02:29.6666711Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims] 2025-03-21T21:02:29.6667466Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims] 2025-03-21T21:02:29.6668904Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_16) on an already erased node 2025-03-21T21:02:29.6670209Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6670652Z 2025-03-21T21:02:29.6671111Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T21:02:29.6672212Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T21:02:29.6673364Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T21:02:29.6675063Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_14) on an already erased node 2025-03-21T21:02:29.6676338Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6676675Z 2025-03-21T21:02:29.6677180Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-03-21T21:02:29.6678278Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims_no_bias] 2025-03-21T21:02:29.6679226Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-03-21T21:02:29.6680346Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims_no_bias] 2025-03-21T21:02:29.6681273Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine_no_bias] 2025-03-21T21:02:29.6682129Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims_no_bias] 2025-03-21T21:02:29.6683570Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_12) on an already erased node 2025-03-21T21:02:29.6684805Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6685221Z 2025-03-21T21:02:29.6685372Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6685987Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6686783Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6687463Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6688384Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_2) on an already erased node 2025-03-21T21:02:29.6689391Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6689955Z 2025-03-21T21:02:29.6690172Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6690807Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6691685Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6692453Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6693732Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_3) on an already erased node 2025-03-21T21:02:29.6694902Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6695357Z 2025-03-21T21:02:29.6695581Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6696186Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6696910Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6697632Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6698820Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_4) on an already erased node 2025-03-21T21:02:29.6700120Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6700674Z 2025-03-21T21:02:29.6700847Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6701535Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6702262Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6703009Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6704413Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_5) on an already erased node 2025-03-21T21:02:29.6705546Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6706094Z 2025-03-21T21:02:29.6706332Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6706812Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6707451Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6708139Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6709411Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_6) on an already erased node 2025-03-21T21:02:29.6710693Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6711204Z 2025-03-21T21:02:29.6711541Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6712118Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6712831Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6713574Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6714777Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_7) on an already erased node 2025-03-21T21:02:29.6715802Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6716166Z 2025-03-21T21:02:29.6716325Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6716885Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6717415Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6717923Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6718750Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_8) on an already erased node 2025-03-21T21:02:29.6719569Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6719889Z 2025-03-21T21:02:29.6720034Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6720497Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6721022Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6721529Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6722425Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_9) on an already erased node 2025-03-21T21:02:29.6723238Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6723565Z 2025-03-21T21:02:29.6723707Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6724171Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6724700Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6725218Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6726024Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_10) on an already erased node 2025-03-21T21:02:29.6726848Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6727237Z 2025-03-21T21:02:29.6727380Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6727848Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6728381Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6728901Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6729709Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_11) on an already erased node 2025-03-21T21:02:29.6730676Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6731000Z 2025-03-21T21:02:29.6731144Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6731609Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6732137Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6732660Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6733471Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_12) on an already erased node 2025-03-21T21:02:29.6734294Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6734624Z 2025-03-21T21:02:29.6734766Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6735264Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6735796Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6736325Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6737137Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_13) on an already erased node 2025-03-21T21:02:29.6737961Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6738281Z 2025-03-21T21:02:29.6738425Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6738893Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6739422Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6739948Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6740761Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_14) on an already erased node 2025-03-21T21:02:29.6741593Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6741926Z 2025-03-21T21:02:29.6742070Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6742544Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6743079Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6743604Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6744415Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_15) on an already erased node 2025-03-21T21:02:29.6745239Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6745562Z 2025-03-21T21:02:29.6745707Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6746175Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6746705Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6747236Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6748042Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_16) on an already erased node 2025-03-21T21:02:29.6748859Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6749182Z 2025-03-21T21:02:29.6749323Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6749816Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6750339Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6750859Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6751677Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_17) on an already erased node 2025-03-21T21:02:29.6752489Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6752811Z 2025-03-21T21:02:29.6753003Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6753471Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6753997Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6754524Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6755345Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_18) on an already erased node 2025-03-21T21:02:29.6756164Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6756487Z 2025-03-21T21:02:29.6756629Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6757089Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6757643Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6758162Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6758989Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_19) on an already erased node 2025-03-21T21:02:29.6759802Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6760122Z 2025-03-21T21:02:29.6760262Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6760724Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6761250Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6761770Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6762590Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_20) on an already erased node 2025-03-21T21:02:29.6763404Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6763727Z 2025-03-21T21:02:29.6763872Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6764335Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6764862Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6765383Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6766202Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_21) on an already erased node 2025-03-21T21:02:29.6767205Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6767576Z 2025-03-21T21:02:29.6767764Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6768392Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6769089Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6769774Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6770773Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_22) on an already erased node 2025-03-21T21:02:29.6771584Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6771910Z 2025-03-21T21:02:29.6772055Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6772522Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6773109Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6773636Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6774459Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_23) on an already erased node 2025-03-21T21:02:29.6775270Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6775598Z 2025-03-21T21:02:29.6775740Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6776258Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6776783Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6777300Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6778123Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_24) on an already erased node 2025-03-21T21:02:29.6778935Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6779263Z 2025-03-21T21:02:29.6779408Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6779872Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6780400Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6780966Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6781792Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_25) on an already erased node 2025-03-21T21:02:29.6782602Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6782925Z 2025-03-21T21:02:29.6783069Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6783542Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6784077Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6784606Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6785420Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_26) on an already erased node 2025-03-21T21:02:29.6786224Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6786544Z 2025-03-21T21:02:29.6786689Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6787147Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6787671Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6788189Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6788998Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_27) on an already erased node 2025-03-21T21:02:29.6789808Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6790116Z 2025-03-21T21:02:29.6790255Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6790712Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6791307Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6791823Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6792683Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_28) on an already erased node 2025-03-21T21:02:29.6793583Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6794088Z 2025-03-21T21:02:29.6794298Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6794958Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6795680Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6796524Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6797742Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_29) on an already erased node 2025-03-21T21:02:29.6798876Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6799378Z 2025-03-21T21:02:29.6799560Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6800351Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6801221Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6802002Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6802979Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_30) on an already erased node 2025-03-21T21:02:29.6804159Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6804573Z 2025-03-21T21:02:29.6804766Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6805417Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6805987Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6806498Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6807722Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_31) on an already erased node 2025-03-21T21:02:29.6808653Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6809008Z 2025-03-21T21:02:29.6809207Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6809948Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6810473Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6811045Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6812310Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_32) on an already erased node 2025-03-21T21:02:29.6813582Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6813894Z 2025-03-21T21:02:29.6814038Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6814504Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6815270Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6815994Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6816818Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_33) on an already erased node 2025-03-21T21:02:29.6817784Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6818275Z 2025-03-21T21:02:29.6818500Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6819236Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6820078Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6820970Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6822271Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_34) on an already erased node 2025-03-21T21:02:29.6823589Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6824062Z 2025-03-21T21:02:29.6824274Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6824984Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6825792Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6826546Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6827932Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_35) on an already erased node 2025-03-21T21:02:29.6829155Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6829603Z 2025-03-21T21:02:29.6829816Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6830513Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6831288Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6832154Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6833300Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_36) on an already erased node 2025-03-21T21:02:29.6834448Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6834883Z 2025-03-21T21:02:29.6835098Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6835775Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6836567Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6837346Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6838503Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_37) on an already erased node 2025-03-21T21:02:29.6839710Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6840162Z 2025-03-21T21:02:29.6840369Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6840990Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6841719Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6842420Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6843556Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_38) on an already erased node 2025-03-21T21:02:29.6844705Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6845144Z 2025-03-21T21:02:29.6845347Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6845958Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6846669Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6847403Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6848512Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_39) on an already erased node 2025-03-21T21:02:29.6849648Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6850169Z 2025-03-21T21:02:29.6850373Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6851007Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6851796Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6852564Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6853704Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_40) on an already erased node 2025-03-21T21:02:29.6854850Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6855294Z 2025-03-21T21:02:29.6855503Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6856139Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6856867Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6857570Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6858708Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_41) on an already erased node 2025-03-21T21:02:29.6859974Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6860413Z 2025-03-21T21:02:29.6860615Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6861235Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6861963Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6862699Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6863969Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_42) on an already erased node 2025-03-21T21:02:29.6865100Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6865536Z 2025-03-21T21:02:29.6865743Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6866354Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6867070Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6867776Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6868936Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_43) on an already erased node 2025-03-21T21:02:29.6870153Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6870583Z 2025-03-21T21:02:29.6870800Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6871424Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6872150Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6872866Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6874005Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_44) on an already erased node 2025-03-21T21:02:29.6875167Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6875594Z 2025-03-21T21:02:29.6875802Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6876447Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6877186Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6877921Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6879089Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_45) on an already erased node 2025-03-21T21:02:29.6880226Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6880659Z 2025-03-21T21:02:29.6880874Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6881514Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6882247Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6882982Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6884223Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_46) on an already erased node 2025-03-21T21:02:29.6885368Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6885814Z 2025-03-21T21:02:29.6886022Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6886648Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6887380Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6888134Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6889375Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_47) on an already erased node 2025-03-21T21:02:29.6890894Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6891378Z 2025-03-21T21:02:29.6891598Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6892273Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6893079Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6893843Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6895116Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_48) on an already erased node 2025-03-21T21:02:29.6896195Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6896600Z 2025-03-21T21:02:29.6896799Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6897393Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6898119Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6898840Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6900283Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_49) on an already erased node 2025-03-21T21:02:29.6901571Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6902192Z 2025-03-21T21:02:29.6902416Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6903059Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6903920Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6904663Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6905839Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_50) on an already erased node 2025-03-21T21:02:29.6907060Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6907536Z 2025-03-21T21:02:29.6907720Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6908197Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:02:29.6908715Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:02:29.6909240Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:02:29.6910075Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_51) on an already erased node 2025-03-21T21:02:29.6910902Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6911211Z 2025-03-21T21:02:29.6911365Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6912128Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_52) on an already erased node 2025-03-21T21:02:29.6912937Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6913258Z 2025-03-21T21:02:29.6913400Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6914150Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_53) on an already erased node 2025-03-21T21:02:29.6914968Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6915279Z 2025-03-21T21:02:29.6915431Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6916194Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_54) on an already erased node 2025-03-21T21:02:29.6917423Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6917911Z 2025-03-21T21:02:29.6918110Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6919260Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_55) on an already erased node 2025-03-21T21:02:29.6920430Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6920905Z 2025-03-21T21:02:29.6921111Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6922240Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_56) on an already erased node 2025-03-21T21:02:29.6923453Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6923984Z 2025-03-21T21:02:29.6924213Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6925259Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_57) on an already erased node 2025-03-21T21:02:29.6926454Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6926901Z 2025-03-21T21:02:29.6927097Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6928185Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_58) on an already erased node 2025-03-21T21:02:29.6929412Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6929891Z 2025-03-21T21:02:29.6930128Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6931177Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_59) on an already erased node 2025-03-21T21:02:29.6932479Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6932922Z 2025-03-21T21:02:29.6933125Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:02:29.6934296Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(batch_norm_60) on an already erased node 2025-03-21T21:02:29.6935560Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6935978Z 2025-03-21T21:02:29.6936251Z ops/test_var.py::TestVar::test_var_correction_tosa_BI_0 2025-03-21T21:02:29.6936935Z ops/test_var.py::TestVar::test_var_correction_tosa_BI_3 2025-03-21T21:02:29.6937597Z ops/test_var.py::TestVar::test_var_correction_u55_BI_0 2025-03-21T21:02:29.6938301Z ops/test_var.py::TestVar::test_var_correction_u55_BI_3 2025-03-21T21:02:29.6938902Z ops/test_var.py::TestVar::test_var_correction_u85_BI_0 2025-03-21T21:02:29.6939521Z ops/test_var.py::TestVar::test_var_correction_u85_BI_3 2025-03-21T21:02:29.6940825Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_4) on an already erased node 2025-03-21T21:02:29.6942280Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6942781Z 2025-03-21T21:02:29.6942932Z ops/test_var.py: 28 warnings 2025-03-21T21:02:29.6944226Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_6) on an already erased node 2025-03-21T21:02:29.6945757Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6946278Z 2025-03-21T21:02:29.6946567Z passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI 2025-03-21T21:02:29.6947902Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_2) on an already erased node 2025-03-21T21:02:29.6949332Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:29.6949809Z 2025-03-21T21:02:29.6950198Z passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_const_tensor] 2025-03-21T21:02:29.6952346Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1769: UserWarning: Node aten_select_copy_int_fused_const_1 target aten_select_copy_int_fused_const aten_select_copy_int_fused_const of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2025-03-21T21:02:29.6954295Z warnings.warn( 2025-03-21T21:02:29.6954528Z 2025-03-21T21:02:29.6954783Z models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-03-21T21:02:29.6955632Z models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-03-21T21:02:29.6956390Z models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-03-21T21:02:29.6957190Z models/test_nn_functional.py::test_nn_functional_BI[grid_sample] 2025-03-21T21:02:29.6957914Z models/test_nn_functional.py::test_nn_functional_BI[grid_sample] 2025-03-21T21:02:29.6960138Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py:5015: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2025-03-21T21:02:29.6962010Z warnings.warn( 2025-03-21T21:02:29.6962256Z 2025-03-21T21:02:29.6962531Z models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-03-21T21:02:31.2879058Z Traceback (most recent call last): 2025-03-21T21:02:31.2879899Z File "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py", line 102, in 2025-03-21T21:02:31.2881034Z models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-03-21T21:02:31.2881577Z models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-03-21T21:02:31.2882102Z models/test_nn_functional.py::test_nn_functional_BI[affine_grid] 2025-03-21T21:02:31.2882623Z models/test_nn_functional.py::test_nn_functional_BI[affine_grid] 2025-03-21T21:02:31.2884048Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py:5082: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2025-03-21T21:02:31.2885387Z warnings.warn( 2025-03-21T21:02:31.2885539Z 2025-03-21T21:02:31.2885753Z models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-03-21T21:02:31.2886245Z models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-03-21T21:02:31.2886750Z models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-03-21T21:02:31.2887399Z models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] 2025-03-21T21:02:31.2887904Z models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] 2025-03-21T21:02:31.2889148Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/instancenorm.py:115: UserWarning: input's size at dim=1 does not match num_features. You can silence this warning by not passing in num_features, which is not used because affine=False 2025-03-21T21:02:31.2890344Z warnings.warn( 2025-03-21T21:02:31.2890494Z 2025-03-21T21:02:31.2890675Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:02:31.2891649Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_47) on an already erased node 2025-03-21T21:02:31.2892646Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:31.2892980Z 2025-03-21T21:02:31.2893159Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:02:31.2894132Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_76) on an already erased node 2025-03-21T21:02:31.2895120Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:31.2895433Z 2025-03-21T21:02:31.2895625Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:02:31.2896574Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_93) on an already erased node 2025-03-21T21:02:31.2897781Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:31.2898164Z 2025-03-21T21:02:31.2898347Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:02:31.2899319Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_84) on an already erased node 2025-03-21T21:02:31.2900627Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:31.2900946Z 2025-03-21T21:02:31.2901145Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:02:31.2902109Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_86) on an already erased node 2025-03-21T21:02:31.2903108Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:31.2903418Z 2025-03-21T21:02:31.2903597Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:02:31.2904562Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_129) on an already erased node 2025-03-21T21:02:31.2905608Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:31.2905934Z 2025-03-21T21:02:31.2906116Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:02:31.2907082Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(quantized_decomposed_dequantize_per_tensor_default_146) on an already erased node 2025-03-21T21:02:31.2907989Z main() 2025-03-21T21:02:31.2908628Z File "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py", line 98, in main 2025-03-21T21:02:31.2909411Z run_cmd_or_die(f"docker exec -t {container_name} /exec") 2025-03-21T21:02:31.2910235Z File "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py", line 39, in run_cmd_or_die 2025-03-21T21:02:31.2911122Z raise RuntimeError(f"Command {cmd} failed with exit code {exit_code}") 2025-03-21T21:02:31.2911966Z RuntimeError: Command docker exec -t 0d66375c73acbe59369780633cab7948a966e4fe0722d8c43450e1ace9d47068 /exec failed with exit code 1 2025-03-21T21:02:31.2912775Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:02:31.2913089Z 2025-03-21T21:02:31.2913347Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2025-03-21T21:02:31.2914161Z =========================== short test summary info ============================ 2025-03-21T21:02:31.2915444Z FAILED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_2_4dim_last3dim - AssertionError: Output 0 does not match reference output. 2025-03-21T21:02:31.2916369Z Given atol: 0.004577286144718528, rtol: 0.001. 2025-03-21T21:02:31.2916843Z Output tensor shape: torch.Size([1, 3, 10, 10]), dtype: torch.float32 2025-03-21T21:02:31.2917424Z Difference: max: 0.0, abs: 0.007154583930969238, mean abs error: 2.384861363680102e-05. 2025-03-21T21:02:31.2917905Z -- Model vs. Reference -- 2025-03-21T21:02:31.2918188Z Numel: 300, 300 2025-03-21T21:02:31.2918453Z Median: 0.4292743504047394, 0.4292743504047394 2025-03-21T21:02:31.2918815Z Mean: 0.45810726284980774, 0.4581311047077179 2025-03-21T21:02:31.2919163Z Max: 0.9122079610824585, 0.9122079610824585 2025-03-21T21:02:31.2919517Z Min: 0.07154572010040283, 0.07154572010040283 2025-03-21T21:02:31.2920350Z = 1 failed, 2296 passed, 366 skipped, 169 xfailed, 12728 warnings in 1959.61s (0:32:39) = 2025-03-21T21:02:31.3164642Z ##[error]Process completed with exit code 1. 2025-03-21T21:02:31.3331717Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T21:02:31.3332135Z with: 2025-03-21T21:02:31.3332443Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:02:31.3332848Z fail-on-empty: false 2025-03-21T21:02:31.3333104Z env: 2025-03-21T21:02:31.3333374Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T21:02:31.3333751Z REPOSITORY: pytorch/executorch 2025-03-21T21:02:31.3334099Z PR_NUMBER: 2025-03-21T21:02:31.3336256Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T21:02:31.3338562Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:02:31.3339153Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:02:31.3339713Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:02:31.3340181Z ##[endgroup] 2025-03-21T21:02:31.7286148Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T21:02:31.7286773Z # Only do these steps if we actually want to upload an artifact 2025-03-21T21:02:31.7287247Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T21:02:31.7287799Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T21:02:31.7288417Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T21:02:31.7288930Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T21:02:31.7289369Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T21:02:31.7289718Z  fi 2025-03-21T21:02:31.7290116Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T21:02:31.7290582Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T21:02:31.7290987Z  fi 2025-03-21T21:02:31.7291259Z fi 2025-03-21T21:02:31.7291487Z  2025-03-21T21:02:31.7291704Z upload_docs=0 2025-03-21T21:02:31.7292117Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T21:02:31.7292591Z # empty folders do not count 2025-03-21T21:02:31.7293055Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T21:02:31.7293664Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T21:02:31.7294175Z  # upload will probably not work correctly 2025-03-21T21:02:31.7294522Z  upload_docs=1 2025-03-21T21:02:31.7294788Z fi 2025-03-21T21:02:31.7295115Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T21:02:31.7304075Z shell: /usr/bin/bash -e {0} 2025-03-21T21:02:31.7304376Z env: 2025-03-21T21:02:31.7304655Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T21:02:31.7305058Z REPOSITORY: pytorch/executorch 2025-03-21T21:02:31.7305372Z PR_NUMBER: 2025-03-21T21:02:31.7307496Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T21:02:31.7309890Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:02:31.7310491Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:02:31.7311063Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:02:31.7311483Z UPLOAD_ARTIFACT_NAME: 2025-03-21T21:02:31.7311746Z ##[endgroup] 2025-03-21T21:02:31.7476980Z Prepare all required actions 2025-03-21T21:02:31.7513218Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T21:02:31.7513604Z with: 2025-03-21T21:02:31.7513809Z env: 2025-03-21T21:02:31.7514083Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T21:02:31.7514461Z REPOSITORY: pytorch/executorch 2025-03-21T21:02:31.7514757Z PR_NUMBER: 2025-03-21T21:02:31.7516879Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T21:02:31.7519315Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:02:31.7519918Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:02:31.7520466Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:02:31.7520872Z ##[endgroup] 2025-03-21T21:02:31.7546037Z ##[group]Run set -eou pipefail 2025-03-21T21:02:31.7546374Z set -eou pipefail 2025-03-21T21:02:31.7546665Z  2025-03-21T21:02:31.7547049Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T21:02:31.7547532Z for _ in $(seq 1440); do 2025-03-21T21:02:31.7547883Z  # Break if no ssh session exists anymore 2025-03-21T21:02:31.7548253Z  if [ "$(who)" = "" ]; then 2025-03-21T21:02:31.7548554Z  break 2025-03-21T21:02:31.7548814Z  fi 2025-03-21T21:02:31.7549060Z  echo "." 2025-03-21T21:02:31.7549328Z  sleep 5 2025-03-21T21:02:31.7549586Z done 2025-03-21T21:02:31.7555206Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:02:31.7555603Z env: 2025-03-21T21:02:31.7555885Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T21:02:31.7556265Z REPOSITORY: pytorch/executorch 2025-03-21T21:02:31.7556567Z PR_NUMBER: 2025-03-21T21:02:31.7558686Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T21:02:31.7561011Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:02:31.7561616Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:02:31.7562177Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:02:31.7562565Z ##[endgroup] 2025-03-21T21:02:31.7583589Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T21:02:31.7655335Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T21:02:31.7655985Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T21:02:31.7656424Z # shellcheck disable=SC2046 2025-03-21T21:02:31.7656764Z docker stop $(docker ps -q) || true 2025-03-21T21:02:31.7657119Z # Prune all of the docker images 2025-03-21T21:02:31.7657459Z docker system prune -af 2025-03-21T21:02:31.7662607Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:02:31.7662998Z env: 2025-03-21T21:02:31.7663409Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T21:02:31.7663770Z REPOSITORY: pytorch/executorch 2025-03-21T21:02:31.7664069Z PR_NUMBER: 2025-03-21T21:02:31.7666184Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T21:02:31.7668499Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:02:31.7669150Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:02:31.7669713Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:02:31.7670113Z ##[endgroup] 2025-03-21T21:02:42.7228523Z 0d66375c73ac 2025-03-21T21:02:43.4795954Z Deleted Containers: 2025-03-21T21:02:43.4796428Z 0d66375c73acbe59369780633cab7948a966e4fe0722d8c43450e1ace9d47068 2025-03-21T21:02:43.4796803Z 2025-03-21T21:02:48.1237806Z Deleted Images: 2025-03-21T21:02:48.1238669Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T21:02:48.1239991Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk@sha256:073cf913dee2284ff75fa810e9e06ddae9544bc5fdd63e5feeb52a8eac5cb2c8 2025-03-21T21:02:48.1241034Z deleted: sha256:5dd25b8799b1b715b328f6b37661e983e3ab8dd881569ea179bbcaa71e9be426 2025-03-21T21:02:48.1241695Z deleted: sha256:b90bef8edb31122cf1c525f8a213a4dc7ec5af58430e85db66e8b32aa54cec49 2025-03-21T21:02:48.1242376Z deleted: sha256:ef42e5235cb3a111bc3b58fe90e451db4470204398fd0294540d47c69cd07332 2025-03-21T21:02:48.1243030Z deleted: sha256:4e64554cd4e5d4c484fe0fc74dbf8e5f2b2dd1a62c422ae2f64f4fd0f4d1d3b5 2025-03-21T21:02:48.1243743Z deleted: sha256:09527f9b2de508ff8fc78215167627b698d0a240428114a0f5e47156a6fd7e8c 2025-03-21T21:02:48.1244392Z deleted: sha256:f04feff4cd3a0c36630a5c2ed30c4319ead6d3006812bc996a5b9cd915595f90 2025-03-21T21:02:48.1245034Z deleted: sha256:837eea47482c68597a55068a54554405a1e1685523294da0d24050df87d4eef3 2025-03-21T21:02:48.1245672Z deleted: sha256:cc8fea3337e35f0648292f6e25eff2b0bf5070f871a5520c6b4738634e65ef82 2025-03-21T21:02:48.1246324Z deleted: sha256:fe300bebf00bd3c17dac08446312a987a4897e14a15c39dd76919ee5f24d7538 2025-03-21T21:02:48.1246984Z deleted: sha256:120d454245edea479cb9fffdae59ed3eee56fea1ad567d4f32163123e233ba38 2025-03-21T21:02:48.1247710Z deleted: sha256:57a1c7576609cd79e3600cf1dde40f6a8f185f4ea66d2803b96f5dfd2f8b2040 2025-03-21T21:02:48.1248364Z deleted: sha256:e58c4a196a6adc65af53cc771d5f859f91e180379742e55ab46d3f777a95c90e 2025-03-21T21:02:48.1249121Z deleted: sha256:5f900b4d9fc4b1be719c7819139544d2a7fdf3ccb89eb4ce7ab8782359fcf8ea 2025-03-21T21:02:48.1249843Z deleted: sha256:0cb77f4cc0af4e30a9cd47f06e68c7ca37e0bc20e1ad771ef4b8166df1a4aac4 2025-03-21T21:02:48.1250511Z deleted: sha256:aa5efff2579380780a60a3bfabc6ae2ef0e64b33d3d882662760bdb24f0c5fc0 2025-03-21T21:02:48.1251194Z deleted: sha256:80880eb48476e31328110f5a9c3dd82e1bb6a800f54ab94ba83afaca282f70ec 2025-03-21T21:02:48.1251838Z deleted: sha256:9919e13a0254620f59d1e78dc50fc78f6f956549af2257dc017a47d83077b032 2025-03-21T21:02:48.1252641Z deleted: sha256:735a21725630dda40efdb9a9a30c489754dd8701af5febfacb9ffa65c268f7e1 2025-03-21T21:02:48.1253311Z deleted: sha256:1a00ffe649f37ec0dd71714ebbcf6e63f8e7fc67bb4bc09b0de0ac3e9980692d 2025-03-21T21:02:48.1253980Z deleted: sha256:388569c0e3c0527fada5f3e27d4c8c360ab743ef0f76ddfe79f27fd353d4b685 2025-03-21T21:02:48.1254638Z deleted: sha256:e570524e8d86ef8e71378984df79aaab78ea45434c389855ee2d3acbdd4d1eaf 2025-03-21T21:02:48.1255392Z deleted: sha256:4e888856520d88d73838e0073cbe455175e8c726fc980d60a562187aae5c7c1f 2025-03-21T21:02:48.1256136Z deleted: sha256:7af34157785052c338061efcaa02b86ef1fee68e0b71b2d2bdb7ea57c0efd69c 2025-03-21T21:02:48.1256797Z deleted: sha256:b3d17baf68a14155822855f071bbb69eccb10ceb00d8b23e8dfe006c3ce09681 2025-03-21T21:02:48.1257448Z deleted: sha256:84ee3055854be5ed3526c65bd6eb201524085578e160a25e0d1c0d9e55f728a1 2025-03-21T21:02:48.1258095Z deleted: sha256:a30e46f8e72cec66d2f1d7cd6f13811e7bb6e02b217f3ec860ced86b19d48ff0 2025-03-21T21:02:48.1258756Z deleted: sha256:632afb677e8de588dc9172de37418d329f93bbe2b8dbbb011e3581124e5e341f 2025-03-21T21:02:48.1259403Z deleted: sha256:71b9c775ab618e0a867755baa661d392f967e91f403933661ed2ce7d2f394be6 2025-03-21T21:02:48.1260033Z deleted: sha256:0a28b2050907e3dce168856d2dd913acf7344aba7d93f81131bcff0c1e2e31a6 2025-03-21T21:02:48.1260676Z deleted: sha256:ed6e24e87a3528e051ae87231972e5a990564ce74c7adbd722bdaa957136abb0 2025-03-21T21:02:48.1261402Z deleted: sha256:bc7841df3aa81655ec352d4c3a542a4b9dc0d39a4f84bbcbd3bccc11681a82b5 2025-03-21T21:02:48.1262053Z deleted: sha256:014c4967439403bf417fcb794a7cbb74cdb672d590fb3e2f8c51c3784ef9065c 2025-03-21T21:02:48.1262701Z deleted: sha256:0b0589b4ee0aca6cef2333889b0cb50e6dc97ba80231e15a38b105f6678adf60 2025-03-21T21:02:48.1263364Z deleted: sha256:9c811bd36b34c3b8cbfd8ba5911e27ef6e5c69c4fe3a803d21474af5f78852aa 2025-03-21T21:02:48.1264007Z deleted: sha256:358ac05347213bb9b25eb234325e3121d901b7ad65fc56d870b009af74aca7f0 2025-03-21T21:02:48.1264650Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T21:02:48.1265286Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T21:02:48.1265655Z 2025-03-21T21:02:48.1424385Z Total reclaimed space: 16.59GB 2025-03-21T21:02:48.1469945Z ##[group]Run set +e 2025-03-21T21:02:48.1470238Z set +e 2025-03-21T21:02:48.1470524Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T21:02:48.1470955Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T21:02:48.1471336Z else 2025-03-21T21:02:48.1471636Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T21:02:48.1471983Z fi 2025-03-21T21:02:48.1472220Z set -e 2025-03-21T21:02:48.1478512Z shell: /usr/bin/bash -e {0} 2025-03-21T21:02:48.1478807Z env: 2025-03-21T21:02:48.1479083Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T21:02:48.1479464Z REPOSITORY: pytorch/executorch 2025-03-21T21:02:48.1479763Z PR_NUMBER: 2025-03-21T21:02:48.1481930Z SCRIPT: set -eux # 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}" BUILD_TOOL="cmake" # Setup MacOS dependencies as there is no Docker support on MacOS atm PYTHON_EXECUTABLE=python \ EXECUTORCH_BUILD_PYBIND=ON \ EXECUTORCH_BUILD_ARM_BAREMETAL=ON \ .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install Arm dependencies .ci/scripts/setup-arm-baremetal-tools.sh # Run pytest without simulator backends/arm/test/test_arm_baremetal.sh test_pytest 2025-03-21T21:02:48.1484248Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:02:48.1484846Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:02:48.1485412Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:02:48.1485806Z NO_SUDO: false 2025-03-21T21:02:48.1486138Z ##[endgroup] 2025-03-21T21:02:50.3518586Z Post job cleanup. 2025-03-21T21:02:50.4861502Z Post job cleanup. 2025-03-21T21:02:50.5776373Z [command]/usr/bin/git version 2025-03-21T21:02:50.6044859Z git version 2.47.1 2025-03-21T21:02:50.6086580Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/d4cdc7a4-bbfa-4248-a942-b762a7bdd12a/.gitconfig' 2025-03-21T21:02:50.6094933Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d4cdc7a4-bbfa-4248-a942-b762a7bdd12a' before making global git config changes 2025-03-21T21:02:50.6095898Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T21:02:50.6100366Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T21:02:50.6147814Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T21:02:50.6181610Z [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-03-21T21:02:50.6551123Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T21:02:50.6567852Z http.https://github.com/.extraheader 2025-03-21T21:02:50.6577310Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T21:02:50.6602292Z [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-03-21T21:02:50.6904601Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T21:02:50.6930884Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T21:02:50.6936563Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:02:50.6936977Z ##[endgroup] 2025-03-21T21:03:02.1019139Z Cleaning up orphan processes