2025-03-21T20:17:30.5484832Z Current runner version: '2.323.0' 2025-03-21T20:17:30.5493409Z Runner name: 'i-0cec81e43e6899bc5' 2025-03-21T20:17:30.5494533Z Runner group name: 'Default' 2025-03-21T20:17:30.5495692Z Machine name: 'ip-10-0-8-136' 2025-03-21T20:17:30.5499295Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:30.5502375Z Contents: read 2025-03-21T20:17:30.5503228Z Metadata: read 2025-03-21T20:17:30.5503946Z ##[endgroup] 2025-03-21T20:17:30.5508193Z Secret source: Actions 2025-03-21T20:17:30.5509195Z Prepare workflow directory 2025-03-21T20:17:30.9301694Z Prepare all required actions 2025-03-21T20:17:30.9358051Z Getting action download info 2025-03-21T20:17:31.1473394Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:31.4113485Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:44.6415538Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:44.9851334Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:45.0885683Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:45.5218924Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:45.7846147Z Getting action download info 2025-03-21T20:17:45.9316213Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:45.9318735Z ##[group] Inputs 2025-03-21T20:17:45.9320729Z script: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:45.9323510Z timeout: 90 2025-03-21T20:17:45.9323825Z runner: linux.2xlarge.memory 2025-03-21T20:17:45.9324184Z upload-artifact: 2025-03-21T20:17:45.9324840Z upload-artifact-to-s3: false 2025-03-21T20:17:45.9325227Z download-artifact: 2025-03-21T20:17:45.9325545Z repository: 2025-03-21T20:17:45.9325849Z fetch-depth: 1 2025-03-21T20:17:45.9326148Z submodules: true 2025-03-21T20:17:45.9326513Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:45.9326977Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:45.9327393Z test-infra-ref: 2025-03-21T20:17:45.9327732Z docker-image: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:45.9328176Z docker-build-dir: .ci/docker 2025-03-21T20:17:45.9328549Z gpu-arch-type: cpu 2025-03-21T20:17:45.9328864Z gpu-arch-version: 2025-03-21T20:17:45.9329173Z job-name: linux-job 2025-03-21T20:17:45.9329498Z continue-on-error: false 2025-03-21T20:17:45.9329855Z binary-matrix: 2025-03-21T20:17:45.9330160Z run-with-docker: true 2025-03-21T20:17:45.9330475Z secrets-env: 2025-03-21T20:17:45.9330762Z no-sudo: false 2025-03-21T20:17:45.9331070Z ##[endgroup] 2025-03-21T20:17:45.9331506Z Complete job name: test-arm-reference-delegation / linux-job 2025-03-21T20:17:45.9844025Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:45.9960469Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:45.9970747Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:45.9971575Z ##[endgroup] 2025-03-21T20:17:47.2371927Z Runner Type: linux.2xlarge.memory 2025-03-21T20:17:47.2372762Z Instance Type: r5.2xlarge 2025-03-21T20:17:47.2373314Z AMI Name: unknown 2025-03-21T20:17:47.2398263Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:17:53.5349765Z ##[group]Run set -euxo pipefail 2025-03-21T20:17:53.5350281Z set -euxo pipefail 2025-03-21T20:17:53.5350676Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:17:53.5351396Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:17:53.5351896Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:17:53.5352299Z else 2025-03-21T20:17:53.5352654Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:17:53.5353105Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:17:53.5353495Z fi 2025-03-21T20:17:53.5353770Z  2025-03-21T20:17:53.5354093Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:17:53.5354503Z echo "::endgroup::" 2025-03-21T20:17:53.5365457Z shell: /usr/bin/bash -e {0} 2025-03-21T20:17:53.5365832Z env: 2025-03-21T20:17:53.5366180Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:53.5366641Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:53.5367084Z PR_NUMBER: 2025-03-21T20:17:53.5368973Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:53.5370972Z NO_SUDO: false 2025-03-21T20:17:53.5371270Z ##[endgroup] 2025-03-21T20:17:53.5402503Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:17:53.5415416Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:17:53.5423852Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:17:53.6588477Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:17:53.6589424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:17:53.6590579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:17:53.6591735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:17:53.6593025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:17:53.6594527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:17:53.6595644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:17:53.6596778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:17:53.6597886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:17:53.6599004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:17:53.6600698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:17:53.6601905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:17:53.6603419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:17:53.6604614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:17:53.6605735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:17:53.6607333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:17:53.6608724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:17:53.6610177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:17:53.6611139Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:17:53.6612258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:17:53.6613160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:17:53.6614815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:17:53.6615823Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:17:53.6616857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:17:53.6617909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:17:53.6619023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:17:53.6620145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:17:53.6621155Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:17:53.6622302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:17:53.6623516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.pack' 2025-03-21T20:17:53.6625038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.rev' 2025-03-21T20:17:53.6626615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.idx' 2025-03-21T20:17:53.6627894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:17:53.6628955Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:17:53.6629982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:17:53.6630944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:17:53.6631848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:17:53.6632862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:17:53.6634015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:17:53.6635168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:17:53.6636240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:17:53.6637302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:17:53.6638351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:17:53.6639312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:17:53.6640234Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:17:53.6641231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:17:53.6642852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:17:53.6644203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:17:53.6645086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:17:53.6646134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:17:53.6647110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:17:53.6648313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:17:53.6649664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:17:53.6650803Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:17:53.6652466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:17:53.6653681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:17:53.6654941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:17:53.6656749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:17:53.6658013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:17:53.6659253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:17:53.6660957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:17:53.6662193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:17:53.6663431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:17:53.6665181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:17:53.6666514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:17:53.6668201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:17:53.6669474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:17:53.6671266Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:17:53.6672572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:17:53.6673845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:17:53.6675116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:17:53.6676369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:17:53.6677637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:17:53.6678927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:17:53.6680305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:17:53.6681490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:17:53.6682791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:17:53.6684070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:17:53.6685344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:17:53.6686624Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:17:53.6687876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:17:53.6689117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:17:53.6690317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:17:53.6691506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:17:53.6692703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:17:53.6693925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:17:53.6695618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:17:53.6696868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:17:53.6698519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:17:53.6699692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:17:53.6700853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:17:53.6702007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:17:53.6703276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:17:53.6704853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:17:53.6706145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:17:53.6707360Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:17:53.6708588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:17:53.6710198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:17:53.6711528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:17:53.6712760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:17:53.6714003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:17:53.6715269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:17:53.6717108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:17:53.6718394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:17:53.6719803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:17:53.6721139Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:17:53.6722822Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:17:53.6724065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:17:53.6725168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:17:53.6726275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:17:53.6727344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:17:53.6728434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:17:53.6730016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:17:53.6731076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:17:53.6732488Z 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:17:53.6734249Z 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:17:53.6736314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:17:53.6737917Z 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:17:53.6739560Z 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:17:53.6741285Z 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:17:53.6743451Z 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:17:53.6745007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:17:53.6746556Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:17:53.6748008Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:17:53.6749829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:17:53.6751030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:17:53.6752227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:17:53.6753438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:17:53.6754779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:17:53.6755948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:17:53.6757665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:17:53.6758833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:17:53.6760021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:17:53.6761253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:17:53.6762562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:17:53.6764164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:17:53.6765399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:17:53.6767095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:17:53.6768260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:17:53.6769386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:17:53.6770565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:17:53.6771759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:17:53.6773414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:17:53.6774519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:17:53.6775627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:17:53.6776870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:17:53.6778152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:17:53.6780177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:17:53.6781531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:17:53.6782865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:17:53.6784266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:17:53.6786211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:17:53.6787608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:17:53.6788953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:17:53.6790206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:17:53.6791685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:17:53.6793470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:17:53.6795015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:17:53.6796563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:17:53.6798225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:17:53.6800115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:17:53.6801510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:17:53.6802880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:17:53.6804349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:17:53.6806201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:17:53.6807655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:17:53.6809545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:17:53.6811014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:17:53.6812466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:17:53.6813818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:17:53.6815578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:17:53.6816843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:17:53.6818069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:17:53.6819341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:17:53.6820653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:17:53.6822798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:17:53.6824080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:17:53.6825467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:17:53.6826905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:17:53.6828631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:17:53.6830075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:17:53.6831456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:17:53.6833119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:17:53.6835011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:17:53.6836684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:17:53.6838189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:17:53.6839602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:17:53.6841405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:17:53.6842798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:17:53.6844212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:17:53.6845748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:17:53.6847856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:17:53.6849404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:17:53.6850906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:17:53.6852299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:17:53.6853962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:17:53.6855830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:17:53.6857279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:17:53.6858594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:17:53.6859937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:17:53.6861740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:17:53.6863142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:17:53.6864590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:17:53.6865945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:17:53.6867657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:17:53.6868872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:17:53.6870116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:17:53.6871456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:17:53.6872815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:17:53.6874310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:17:53.6876115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:17:53.6877563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:17:53.6878929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:17:53.6880306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:17:53.6881671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:17:53.6883545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:17:53.6885048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:17:53.6886544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:17:53.6887905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:17:53.6889315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:17:53.6890732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:17:53.6892678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:17:53.6894101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:17:53.6895582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:17:53.6897070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:17:53.6898562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:17:53.6900157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:17:53.6901977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:17:53.6903298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:17:53.6904447Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:17:53.6905526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:17:53.6906461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:17:53.6907863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:17:53.6908840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:17:53.6909784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:17:53.6910698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:17:53.6911654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:17:53.6912649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:17:53.6913504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:17:53.6915006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:17:53.6916059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:17:53.6917108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:17:53.6918176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:17:53.6920266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:17:53.6921415Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:17:53.6922759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:17:53.6924004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:17:53.6925387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:17:53.6926712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:17:53.6928039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:17:53.6929477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:17:53.6931017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:17:53.6932593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:17:53.6934698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:17:53.6936663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:17:53.6938109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:17:53.6939479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:17:53.6940840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:17:53.6942144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:17:53.6943344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:17:53.6944602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:17:53.6945995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:17:53.6947195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:17:53.6948763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:17:53.6950149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:17:53.6951146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:17:53.6952195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:17:53.6953431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:17:53.6954600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:17:53.6955759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:17:53.6956938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:17:53.6958112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:17:53.6959337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:17:53.6960661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:17:53.6962050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:17:53.6963492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:17:53.6964913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:17:53.6966379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:17:53.6967884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:17:53.6969293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:17:53.6970593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:17:53.6972263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:17:53.6973616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:17:53.6975062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:17:53.6976409Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:17:53.6977678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:17:53.6978887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:17:53.6980090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:17:53.6981328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:17:53.6982495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:17:53.6983664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:17:53.6984980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:17:53.6986342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:17:53.6987725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:17:53.6988970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:17:53.6990152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:17:53.6991306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:17:53.6992479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:17:53.6993652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:17:53.6994843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:17:53.6996245Z 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:17:53.6997647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:17:53.6998913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:17:53.7000320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:17:53.7001709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:17:53.7002989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:17:53.7004218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:17:53.7005477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:17:53.7006766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:17:53.7007997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:17:53.7009253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:17:53.7010534Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:17:53.7011787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:17:53.7012975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:17:53.7014145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:17:53.7015320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:17:53.7016523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:17:53.7017724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:17:53.7018990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:17:53.7020537Z 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:17:53.7022771Z 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:17:53.7024479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:17:53.7025821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:17:53.7027004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:17:53.7028202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:17:53.7029441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:17:53.7030707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:17:53.7032028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:17:53.7033368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:17:53.7034678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:17:53.7035915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:17:53.7037155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:17:53.7038433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:17:53.7039745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:17:53.7041011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:17:53.7042229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:17:53.7043461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:17:53.7044726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:17:53.7046045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:17:53.7047307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:17:53.7048464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:17:53.7049678Z 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:17:53.7050961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:17:53.7052081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:17:53.7053355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:17:53.7054649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:17:53.7056062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:17:53.7057425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:17:53.7058868Z 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:17:53.7060381Z 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:17:53.7061814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:17:53.7063117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:17:53.7064382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:17:53.7065758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:17:53.7067115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:17:53.7068501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:17:53.7069864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:17:53.7071285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:17:53.7072659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:17:53.7073824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:17:53.7074964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:17:53.7076327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:17:53.7077766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:17:53.7079115Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:17:53.7080273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:17:53.7081236Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:17:53.7082255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:17:53.7083486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:17:53.7084807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:17:53.7086234Z 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:17:53.7087886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:17:53.7089373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:17:53.7090883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:17:53.7092340Z 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:17:53.7093904Z 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:17:53.7095376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:17:53.7096574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:17:53.7097549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:17:53.7098420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:17:53.7099363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:17:53.7100394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:17:53.7101424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:17:53.7102461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:17:53.7103590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:17:53.7104761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:17:53.7105978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:17:53.7107093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:17:53.7108188Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:17:53.7109299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:17:53.7110518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:17:53.7111749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:17:53.7112951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:17:53.7114056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:17:53.7115099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:17:53.7116170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:17:53.7117173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:17:53.7118166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:17:53.7119222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:17:53.7120268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:17:53.7121440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:17:53.7122865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:17:53.7124111Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:17:53.7125137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:17:53.7126175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:17:53.7127229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:17:53.7128277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:17:53.7129304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:17:53.7130441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:17:53.7131662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:17:53.7132851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:17:53.7133998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:17:53.7135046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:17:53.7136075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:17:53.7137176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:17:53.7138301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:17:53.7139342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:17:53.7140411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:17:53.7141456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:17:53.7142448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:17:53.7143471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:17:53.7144471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:17:53.7145505Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:17:53.7146465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:17:53.7147389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:17:53.7148455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:17:53.7149659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:17:53.7150864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:17:53.7152055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:17:53.7153244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:17:53.7154680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:17:53.7156019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:17:53.7157330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:17:53.7158484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:17:53.7159817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:17:53.7161300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:17:53.7162758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:17:53.7164224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:17:53.7165713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:17:53.7167198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:17:53.7168708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:17:53.7170279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:17:53.7172055Z 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:17:53.7174014Z 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:17:53.7175927Z 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:17:53.7177843Z 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:17:53.7179766Z 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:17:53.7181703Z 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:17:53.7183674Z 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:17:53.7185749Z 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:17:53.7187717Z 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:17:53.7189743Z 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:17:53.7191941Z 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:17:53.7193992Z 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:17:53.7196055Z 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:17:53.7198265Z 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:17:53.7200710Z 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:17:53.7203257Z 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:17:53.7205616Z 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:17:53.7207902Z 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:17:53.7209923Z 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:17:53.7211893Z 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:17:53.7213838Z 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:17:53.7215745Z 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:17:53.7217520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:17:53.7219110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:17:53.7220663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:17:53.7222568Z 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:17:53.7224390Z 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:17:53.7226177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:17:53.7227881Z 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:17:53.7229721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:17:53.7231341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:17:53.7233042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:17:53.7234623Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:17:53.7236155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:17:53.7237720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:17:53.7239284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:17:53.7240783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:17:53.7242269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:17:53.7243817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:17:53.7245566Z 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:17:53.7247479Z 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:17:53.7249400Z 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:17:53.7251231Z 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:17:53.7253093Z 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:17:53.7254854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:17:53.7256458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:17:53.7258146Z 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:17:53.7259909Z 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:17:53.7261707Z 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:17:53.7263587Z 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:17:53.7265612Z 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:17:53.7267580Z 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:17:53.7269415Z 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:17:53.7271289Z 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:17:53.7273025Z 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:17:53.7274685Z 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:17:53.7276316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:17:53.7277869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:17:53.7279384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:17:53.7280805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:17:53.7282186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:17:53.7283622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:17:53.7285178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:17:53.7286751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:17:53.7288307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:17:53.7289858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:17:53.7291411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:17:53.7292999Z 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:17:53.7294622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:17:53.7296262Z 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:17:53.7297910Z 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:17:53.7299631Z 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:17:53.7301432Z 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:17:53.7303309Z 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:17:53.7305125Z 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:17:53.7307118Z 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:17:53.7308960Z 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:17:53.7310815Z 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:17:53.7312682Z 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:17:53.7314560Z 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:17:53.7316443Z 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:17:53.7318307Z 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:17:53.7320162Z 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:17:53.7322189Z 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:17:53.7324040Z 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:17:53.7325883Z 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:17:53.7327714Z 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:17:53.7329540Z 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:17:53.7331395Z 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:17:53.7333271Z 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:17:53.7335182Z 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:17:53.7337112Z 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:17:53.7338993Z 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:17:53.7340845Z 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:17:53.7342796Z 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:17:53.7344581Z 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:17:53.7346546Z 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:17:53.7348355Z 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:17:53.7350129Z 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:17:53.7351849Z 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:17:53.7353471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:17:53.7355093Z 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:17:53.7356870Z 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:17:53.7358671Z 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:17:53.7360341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-03-21T20:17:53.7361955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-03-21T20:17:53.7363551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-03-21T20:17:53.7365106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:17:53.7366610Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:17:53.7368016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:17:53.7369392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:17:53.7370855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-03-21T20:17:53.7372473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-03-21T20:17:53.7374112Z 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:17:53.7375793Z 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:17:53.7377453Z 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:17:53.7379212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-03-21T20:17:53.7381002Z 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:17:53.7382749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:17:53.7384200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:17:53.7385695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up-chron.tf' 2025-03-21T20:17:53.7387137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:17:53.7388552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:17:53.7389947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:17:53.7391426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-03-21T20:17:53.7392984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-03-21T20:17:53.7394526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-03-21T20:17:53.7396069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-03-21T20:17:53.7397780Z 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:17:53.7399584Z 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:17:53.7401337Z 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:17:53.7403116Z 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:17:53.7404824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-03-21T20:17:53.7406438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-03-21T20:17:53.7408003Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:17:53.7409489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:17:53.7410894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:17:53.7412379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-03-21T20:17:53.7413983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:17:53.7415605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:17:53.7417158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:17:53.7418788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:17:53.7420377Z 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:17:53.7422392Z 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:17:53.7424062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-03-21T20:17:53.7425742Z 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:17:53.7427399Z 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:17:53.7429030Z 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:17:53.7430631Z 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:17:53.7432253Z 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:17:53.7433900Z 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:17:53.7435626Z 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:17:53.7437403Z 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:17:53.7439142Z 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:17:53.7440762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:17:53.7442384Z 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:17:53.7444208Z 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:17:53.7446068Z 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:17:53.7447736Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:17:53.7449342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:17:53.7450929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:17:53.7452599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:17:53.7454115Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:17:53.7455588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:17:53.7456953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:17:53.7458345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:17:53.7459874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:17:53.7461549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:17:53.7463274Z 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:17:53.7465451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:17:53.7466992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:17:53.7468422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:17:53.7469820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:17:53.7471195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:17:53.7472513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:17:53.7473765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:17:53.7475186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:17:53.7476619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:17:53.7477979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:17:53.7479389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:17:53.7480769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:17:53.7482215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:17:53.7483593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:17:53.7484959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:17:53.7486289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:17:53.7487533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:17:53.7488824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:17:53.7489885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:17:53.7490967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:17:53.7492123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:17:53.7493327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:17:53.7494489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:17:53.7495661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:17:53.7496842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:17:53.7498037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:17:53.7499163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:17:53.7500282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:17:53.7501563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:17:53.7502881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:17:53.7504223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:17:53.7527396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:17:53.7529682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:17:53.7531529Z 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:17:53.7533075Z 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:17:53.7534529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:17:53.7537046Z 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:17:53.7539672Z 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:17:53.7542216Z 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:17:53.7543705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:17:53.7545159Z 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:17:53.7546724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:17:53.7548057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:17:53.7549533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:17:53.7550696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:17:53.7551954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:17:53.7553095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:17:53.7554222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:17:53.7555399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:17:53.7556674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:17:53.7558026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:17:53.7559283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:17:53.7560497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:17:53.7561677Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:17:53.7562824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:17:53.7564026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:17:53.7565203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:17:53.7566388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:17:53.7567657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:17:53.7568910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:17:53.7570103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:17:53.7571259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:17:53.7572421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:17:53.7573592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:17:53.7574750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:17:53.7575920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:17:53.7577091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:17:53.7578264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:17:53.7579477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:17:53.7580703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:17:53.7581859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:17:53.7583039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:17:53.7584109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:17:53.7585318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:17:53.7586593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:17:53.7587632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:17:53.7588721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:17:53.7589839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:17:53.7590913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:17:53.7591967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:17:53.7593051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:17:53.7594175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:17:53.7595378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:17:53.7596697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:17:53.7597994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:17:53.7599278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:17:53.7600555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:17:53.7601836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:17:53.7603133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:17:53.7604413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:17:53.7605689Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:17:53.7606985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:17:53.7608241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:17:53.7609440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:17:53.7610621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:17:53.7611793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:17:53.7612956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:17:53.7614151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:17:53.7615340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:17:53.7616559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:17:53.7617653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:17:53.7618811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:17:53.7619990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:17:53.7621246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:17:53.7622729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:17:53.7623955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:17:53.7625227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:17:53.7626555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:17:53.7627742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:17:53.7628863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:17:53.7630009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:17:53.7631169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:17:53.7632358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:17:53.7633575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:17:53.7634766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:17:53.7636021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:17:53.7637294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:17:53.7638526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:17:53.7639739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:17:53.7640867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:17:53.7642058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:17:53.7643370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:17:53.7644534Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:17:53.7645655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:17:53.7646867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:17:53.7648080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:17:53.7649367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:17:53.7650875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:17:53.7652380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:17:53.7653772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:17:53.7655242Z 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:17:53.7656652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:17:53.7657903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:17:53.7659038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:17:53.7660110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:17:53.7661255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:17:53.7662513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:17:53.7663726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:17:53.7664835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:17:53.7666032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:17:53.7667190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:17:53.7668331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:17:53.7669473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:17:53.7670680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:17:53.7671855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:17:53.7672991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:17:53.7674118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:17:53.7675293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:17:53.7676453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:17:53.7677575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:17:53.7678728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:17:53.7679917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:17:53.7681237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:17:53.7682618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:17:53.7684010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:17:53.7685264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:17:53.7686532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:17:53.7687727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:17:53.7688948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:17:53.7690200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:17:53.7691429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:17:53.7692697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:17:53.7693899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:17:53.7695046Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:17:53.7696125Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:17:53.7697144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:17:53.7698321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:17:53.7699650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:17:53.7701051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:17:53.7702459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:17:53.7703819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:17:53.7705134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:17:53.7706512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:17:53.7707848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:17:53.7709231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:17:53.7710598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:17:53.7711821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:17:53.7712995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:17:53.7714264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:17:53.7715538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:17:53.7716745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:17:53.7717873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:17:53.7718864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:17:53.7719975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:17:53.7721052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:17:53.7722396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:17:53.7723545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:17:53.7724654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:17:53.7725759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:17:53.7726830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:17:53.7727929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:17:53.7728997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:17:53.7730117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:17:53.7731416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:17:53.7732817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:17:53.7734214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:17:53.7735518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:17:53.7736666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:17:53.7737711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:17:53.7738937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:17:53.7740211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:17:53.7741374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:17:53.7742582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:17:53.7743801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:17:53.7744982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:17:53.7746183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:17:53.7747268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:17:53.7748289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:17:53.7749313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:17:53.7750352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:17:53.7751433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:17:53.7752394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:17:53.7753490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:17:53.7754470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:17:53.7755463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:17:53.7756495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:17:53.7757485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:17:53.7758700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:17:53.7760194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:17:53.7761664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:17:53.7763180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:17:53.7764720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:17:53.7766247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:17:53.7767755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:17:53.7769209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:17:53.7770628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:17:53.7772032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:17:53.7773413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:17:53.7774810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:17:53.7776190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:17:53.7777600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:17:53.7779031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:17:53.7780449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:17:53.7781842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:17:53.7783211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:17:53.7784633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:17:53.7786188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:17:53.7787823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:17:53.7789342Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:17:53.7790945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:17:53.7792592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:17:53.7794214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:17:53.7795729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:17:53.7797126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:17:53.7798494Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:17:53.7799851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:17:53.7801214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:17:53.7802565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:17:53.7803948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:17:53.7805357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:17:53.7806753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:17:53.7808207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:17:53.7809705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:17:53.7811183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:17:53.7812639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:17:53.7814072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:17:53.7815482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:17:53.7816889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:17:53.7818317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:17:53.7819776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:17:53.7821171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:17:53.7822805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:17:53.7824161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:17:53.7825631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:17:53.7827079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:17:53.7828515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:17:53.7829977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:17:53.7831462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:17:53.7832916Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:17:53.7834386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:17:53.7835842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:17:53.7837276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:17:53.7838706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:17:53.7840101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:17:53.7841485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:17:53.7842891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:17:53.7844292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:17:53.7845677Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:17:53.7847056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:17:53.7848404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:17:53.7849722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:17:53.7851092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:17:53.7852516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:17:53.7853913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:17:53.7855464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:17:53.7856938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:17:53.7858459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:17:53.7859954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:17:53.7861481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:17:53.7863005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:17:53.7864501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:17:53.7866043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:17:53.7867494Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:17:53.7868966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:17:53.7870445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:17:53.7871940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:17:53.7873388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:17:53.7874836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:17:53.7876257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:17:53.7877729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:17:53.7879256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:17:53.7880767Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:17:53.7882291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:17:53.7883834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:17:53.7885349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:17:53.7886882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:17:53.7888428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:17:53.7890019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:17:53.7891541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:17:53.7893104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:17:53.7894601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:17:53.7896065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:17:53.7897488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:17:53.7898886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:17:53.7900306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:17:53.7901754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:17:53.7903179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:17:53.7904752Z 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:17:53.7906544Z 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:17:53.7908251Z 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:17:53.7909947Z 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:17:53.7911601Z 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:17:53.7913251Z 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:17:53.7914946Z 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:17:53.7916677Z 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:17:53.7918394Z 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:17:53.7920004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:17:53.7921498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:17:53.7923138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:17:53.7924577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:17:53.7926219Z 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:17:53.7927823Z 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:17:53.7929481Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:17:53.7931025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:17:53.7932500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:17:53.7933959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:17:53.7935415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:17:53.7936947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:17:53.7938412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:17:53.7939802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:17:53.7941182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:17:53.7942894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:17:53.7944293Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:17:53.7945812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:17:53.7947266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:17:53.7948682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:17:53.7950094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:17:53.7951493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:17:53.7952861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:17:53.7954190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:17:53.7955467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:17:53.7956748Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:17:53.7958049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:17:53.7959354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:17:53.7960651Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:17:53.7962073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:17:53.7963449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:17:53.7964856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:17:53.7966277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:17:53.7967735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:17:53.7969175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:17:53.7970592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:17:53.7971967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:17:53.7973329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:17:53.7974723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:17:53.7976131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:17:53.7977530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:17:53.7978969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:17:53.7980428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:17:53.7981883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:17:53.7983333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:17:53.7984785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:17:53.7986319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:17:53.7987731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:17:53.7989138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:17:53.7990524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:17:53.7991918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:17:53.7993311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:17:53.7994681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:17:53.7996094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:17:53.7997596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:17:53.7999223Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:17:53.8000665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:17:53.8002119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:17:53.8003543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:17:53.8005016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:17:53.8006503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:17:53.8007969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:17:53.8009490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-03-21T20:17:53.8011035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-03-21T20:17:53.8012583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:17:53.8014122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:17:53.8015621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:17:53.8017108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:17:53.8018547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:17:53.8019927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:17:53.8021288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:17:53.8022890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-03-21T20:17:53.8024360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-03-21T20:17:53.8025881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:17:53.8027365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-03-21T20:17:53.8028880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-03-21T20:17:53.8030380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:17:53.8031979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-03-21T20:17:53.8033671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-03-21T20:17:53.8035244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:17:53.8036675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:17:53.8038079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:17:53.8039470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:17:53.8040829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:17:53.8042158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:17:53.8043458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:17:53.8044909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-03-21T20:17:53.8047180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-03-21T20:17:53.8049371Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:17:53.8050911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:17:53.8052404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:17:53.8053861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:17:53.8055316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:17:53.8056749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:17:53.8058173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:17:53.8059591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:17:53.8061044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:17:53.8062480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:17:53.8063971Z 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:17:53.8065605Z 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:17:53.8067135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info' 2025-03-21T20:17:53.8068618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:17:53.8070191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:17:53.8071587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:17:53.8073034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:17:53.8074392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:17:53.8075726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:17:53.8077054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:17:53.8078367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:17:53.8079657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:17:53.8081004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:17:53.8082369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:17:53.8083729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:17:53.8085148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:17:53.8086607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:17:53.8088033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:17:53.8089553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:17:53.8091135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:17:53.8092692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:17:53.8094192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:17:53.8095637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:17:53.8097066Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:17:53.8098530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:17:53.8100024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:17:53.8101498Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:17:53.8102892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:17:53.8104268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:17:53.8105643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:17:53.8107093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:17:53.8108626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:17:53.8110054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:17:53.8111477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:17:53.8112909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:17:53.8114308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:17:53.8115756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:17:53.8117224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:17:53.8118688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:17:53.8120059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:17:53.8121326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:17:53.8122805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:17:53.8124243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:17:53.8125661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:17:53.8127049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:17:53.8128499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:17:53.8130053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:17:53.8131580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:17:53.8133101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:17:53.8134601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:17:53.8136077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:17:53.8137543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:17:53.8138976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:17:53.8140508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:17:53.8141904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:17:53.8143337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:17:53.8144677Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:17:53.8146086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:17:53.8147403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:17:53.8148712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:17:53.8150096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:17:53.8151559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:17:53.8153000Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:17:53.8154410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:17:53.8155779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:17:53.8157134Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:17:53.8158520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:17:53.8159940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:17:53.8161322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:17:53.8162804Z 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:17:53.8164377Z 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:17:53.8165944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-03-21T20:17:53.8167426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:17:53.8168834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:17:53.8170215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:17:53.8171686Z 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:17:53.8173235Z 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:17:53.8174843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-03-21T20:17:53.8176298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:17:53.8177729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:17:53.8179058Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:17:53.8180401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:17:53.8181745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:17:53.8183068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:17:53.8184450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:17:53.8185990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:17:53.8187937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:17:53.8190133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:17:53.8192694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:17:53.8195238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:17:53.8197064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:17:53.8198719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:17:53.8200311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:17:53.8201933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:17:53.8203681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:17:53.8205298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:17:53.8206808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:17:53.8208194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:17:53.8209559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:17:53.8210876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:17:53.8212128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:17:53.8213379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:17:53.8214865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:17:53.8216395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:17:53.8217836Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:17:53.8219351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:17:53.8220940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:17:53.8222716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:17:53.8224178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:17:53.8225617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:17:53.8226966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:17:53.8228396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:17:53.8229888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:17:53.8231367Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:17:53.8232883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-03-21T20:17:53.8234402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-03-21T20:17:53.8235886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:17:53.8237370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:17:53.8238841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:17:53.8240295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:17:53.8241740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:17:53.8243186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:17:53.8244598Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:17:53.8246071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:17:53.8247582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:17:53.8249217Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:17:53.8250647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:17:53.8252075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:17:53.8253414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:17:53.8254664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:17:53.8255931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:17:53.8257230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:17:53.8258462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:17:53.8259657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:17:53.8260811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:17:53.8261950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:17:53.8263114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:17:53.8264297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:17:53.8265573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:17:53.8266800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:17:53.8268065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:17:53.8269345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:17:53.8270601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:17:53.8271802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:17:53.8273020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:17:53.8274242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:17:53.8275428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:17:53.8276632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:17:53.8277800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:17:53.8278932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:17:53.8280079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:17:53.8281232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:17:53.8282431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:17:53.8283679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:17:53.8284874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:17:53.8286142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:17:53.8287350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:17:53.8288572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:17:53.8289724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:17:53.8290862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:17:53.8292076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:17:53.8293319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:17:53.8294501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:17:53.8295732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:17:53.8296989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:17:53.8298168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:17:53.8299376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:17:53.8300590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:17:53.8301764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:17:53.8302981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:17:53.8304201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:17:53.8305481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:17:53.8306811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:17:53.8308201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:17:53.8309618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:17:53.8311029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:17:53.8312365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:17:53.8313732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:17:53.8315086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:17:53.8316384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:17:53.8317801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:17:53.8319098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:17:53.8320512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:17:53.8322255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:17:53.8323703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:17:53.8325125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:17:53.8326563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:17:53.8327964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:17:53.8329405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:17:53.8330848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:17:53.8332226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:17:53.8333540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:17:53.8334907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:17:53.8336376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:17:53.8337877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:17:53.8339381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:17:53.8341055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:17:53.8342838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:17:53.8344629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:17:53.8346396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:17:53.8347876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:17:53.8349305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:17:53.8350714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:17:53.8352007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:17:53.8353322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:17:53.8354786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:17:53.8356083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:17:53.8357437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:17:53.8359271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:17:53.8360743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:17:53.8362373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLineChartComponents.module.css' 2025-03-21T20:17:53.8364131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:17:53.8365755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:17:53.8367426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:17:53.8369075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:17:53.8370723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/ChartCheckboxGroups.tsx' 2025-03-21T20:17:53.8372415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/CheckboxGroup.tsx' 2025-03-21T20:17:53.8374051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/DropList.tsx' 2025-03-21T20:17:53.8375652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/Tooltip.tsx' 2025-03-21T20:17:53.8377230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:17:53.8378739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:17:53.8380159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:17:53.8381536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:17:53.8382924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:17:53.8384312Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:17:53.8385764Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:17:53.8387016Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:17:53.8388189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:17:53.8389403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:17:53.8390720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:17:53.8391997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:17:53.8393319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:17:53.8394516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:17:53.8395675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:17:53.8396848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:17:53.8398131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:17:53.8399460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:17:53.8400806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:17:53.8402196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:17:53.8403513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:17:53.8404722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:17:53.8405898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:17:53.8407124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:17:53.8408332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:17:53.8409612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:17:53.8411013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:17:53.8412445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:17:53.8414088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:17:53.8415896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:17:53.8417687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:17:53.8419401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:17:53.8421102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:17:53.8423030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:17:53.8424666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:17:53.8426604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:17:53.8428528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:17:53.8430365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:17:53.8431973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:17:53.8433432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:17:53.8434717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:17:53.8435951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:17:53.8437157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:17:53.8438375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:17:53.8439527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:17:53.8440608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:17:53.8441652Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:17:53.8442658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:17:53.8443713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:17:53.8444808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:17:53.8445909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:17:53.8447029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:17:53.8448111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:17:53.8449241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:17:53.8450502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:17:53.8451771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:17:53.8452963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:17:53.8454274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:17:53.8455672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:17:53.8456961Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:17:53.8458199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:17:53.8459540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:17:53.8460960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:17:53.8462193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:17:53.8463447Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:17:53.8464581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:17:53.8465752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:17:53.8466832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:17:53.8467929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:17:53.8469096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:17:53.8470325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:17:53.8471561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:17:53.8472689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:17:53.8473829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:17:53.8474960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:17:53.8476008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:17:53.8477064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:17:53.8478203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:17:53.8479389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:17:53.8480510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:17:53.8481632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:17:53.8482781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:17:53.8483982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:17:53.8485234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:17:53.8486381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:17:53.8487543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:17:53.8488764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:17:53.8489869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:17:53.8490912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:17:53.8491965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:17:53.8493000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:17:53.8494116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:17:53.8495141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:17:53.8496225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:17:53.8497285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:17:53.8498448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:17:53.8499626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:17:53.8500680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:17:53.8501770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:17:53.8502853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:17:53.8503959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:17:53.8505083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:17:53.8506222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:17:53.8507245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:17:53.8508281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:17:53.8509345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:17:53.8510399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:17:53.8511452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:17:53.8512501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:17:53.8513492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:17:53.8514469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:17:53.8515519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:17:53.8516707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:17:53.8517895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:17:53.8518916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:17:53.8519905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:17:53.8521002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:17:53.8522303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:17:53.8523367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:17:53.8524459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:17:53.8525773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:17:53.8527317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:17:53.8528616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:17:53.8529887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:17:53.8531009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:17:53.8532073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:17:53.8533066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:17:53.8534065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:17:53.8535074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:17:53.8536249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:17:53.8537606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:17:53.8538993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:17:53.8540392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:17:53.8541768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:17:53.8543143Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:17:53.8544450Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:17:53.8545748Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:17:53.8546840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:17:53.8548037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:17:53.8549443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:17:53.8550870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:17:53.8552282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:17:53.8553633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:17:53.8554897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:17:53.8556141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:17:53.8557390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:17:53.8558569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:17:53.8559752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:17:53.8560976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:17:53.8562164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:17:53.8563454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:17:53.8564700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:17:53.8565901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:17:53.8567001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:17:53.8568111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:17:53.8569278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:17:53.8570494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:17:53.8571722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:17:53.8572936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:17:53.8574145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:17:53.8575566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-03-21T20:17:53.8577226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:17:53.8578816Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:17:53.8580282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:17:53.8581602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:17:53.8582830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:17:53.8583996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:17:53.8585299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:17:53.8586848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:53.8588279Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:17:53.8589591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:17:53.8625864Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:17:53.8627152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:17:53.8628307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:17:53.8629839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:17:53.8631450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-03-21T20:17:53.8633186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:17:53.8634828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-03-21T20:17:53.8636461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:17:53.8638011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:17:53.8639445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:17:53.8640731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:17:53.8642079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:17:53.8643537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:17:53.8645022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:17:53.8646546Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:17:53.8647976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:17:53.8649269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:17:53.8650414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:17:53.8651591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:17:53.8652876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:17:53.8654269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:17:53.8655723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:17:53.8657108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:17:53.8658378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:17:53.8659500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:17:53.8660727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:17:53.8662084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:17:53.8663352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:17:53.8664613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:17:53.8665850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:17:53.8667051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:17:53.8668190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:17:53.8669328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:17:53.8670449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:17:53.8671525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:17:53.8672835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:53.8674368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:53.8675814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:17:53.8677149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:17:53.8678347Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:17:53.8679432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:17:53.8680469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:17:53.8681735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:53.8683173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:53.8684530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:17:53.8685773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:17:53.8686895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:17:53.8687916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:17:53.8688942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:17:53.8689994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:17:53.8691277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:53.8692772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:53.8694175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:17:53.8695465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:17:53.8696628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:17:53.8697757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:17:53.8698899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:17:53.8700313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:17:53.8701758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:17:53.8703102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:17:53.8704316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:17:53.8705561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:17:53.8706615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:17:53.8707716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:17:53.8708812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:17:53.8709975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:17:53.8711154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:17:53.8712458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:53.8713992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:53.8715350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:17:53.8716588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:17:53.8717704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:17:53.8719013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:17:53.8720543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:17:53.8722154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:17:53.8723500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:17:53.8724718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:17:53.8725788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:17:53.8726898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:17:53.8727359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:17:53.8727797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:17:53.8728293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:17:53.8728808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:17:53.8729369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:17:53.8729883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:17:53.8730421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:17:53.8730860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:17:53.8731332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:17:53.8731845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:17:53.8732388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:17:53.8732992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:17:53.8733535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:17:53.8734057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:17:53.8734599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:17:53.8735046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:17:53.8735559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:17:53.8736007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:17:53.8736490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:17:53.8736970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:17:53.8737483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:17:53.8737969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:17:53.8738517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:17:53.8739061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:17:53.8739609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:17:53.8740141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:17:53.8740658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:17:53.8741248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:17:53.8741820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:17:53.8742414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:17:53.8742983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:17:53.8743581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:17:53.8744267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:17:53.8744861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:17:53.8745566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:17:53.8746214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:17:53.8746792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:17:53.8747403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:17:53.8748064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:17:53.8748737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:17:53.8749443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:17:53.8750115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:17:53.8750693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:17:53.8751182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:17:53.8751831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:17:53.8752407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:17:53.8752963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:17:53.8753555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:17:53.8754051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:17:53.8754525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:17:53.8755030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:17:53.8755547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:17:53.8756044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:17:53.8756507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:17:53.8756980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:17:53.8757491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:17:53.8757912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:17:53.8758440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:17:53.8758947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:17:53.8759599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:17:53.8760173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:17:53.8760685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:17:53.8761120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:17:53.8761686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:17:53.8762232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:17:53.8762660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:17:53.8763107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:17:53.8763573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:17:53.8764022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:17:53.8764421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:17:53.8764817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:17:53.8765188Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:17:53.8765536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:17:53.8765851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:17:53.8766196Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:17:53.8766377Z + echo ::endgroup:: 2025-03-21T20:17:53.8767033Z ##[endgroup] 2025-03-21T20:17:53.8883293Z ##[group]Run actions/checkout@v4 2025-03-21T20:17:53.8883462Z with: 2025-03-21T20:17:53.8883652Z repository: pytorch/test-infra 2025-03-21T20:17:53.8883770Z path: test-infra 2025-03-21T20:17:53.8883890Z submodules: recursive 2025-03-21T20:17:53.8884195Z token: *** 2025-03-21T20:17:53.8884314Z ssh-strict: true 2025-03-21T20:17:53.8884441Z ssh-user: git 2025-03-21T20:17:53.8884568Z persist-credentials: true 2025-03-21T20:17:53.8884693Z clean: true 2025-03-21T20:17:53.8884833Z sparse-checkout-cone-mode: true 2025-03-21T20:17:53.8884950Z fetch-depth: 1 2025-03-21T20:17:53.8885079Z fetch-tags: false 2025-03-21T20:17:53.8885196Z show-progress: true 2025-03-21T20:17:53.8885318Z lfs: false 2025-03-21T20:17:53.8885443Z set-safe-directory: true 2025-03-21T20:17:53.8885548Z env: 2025-03-21T20:17:53.8885733Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:53.8885869Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:53.8885990Z PR_NUMBER: 2025-03-21T20:17:53.8887773Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:53.8887941Z ##[endgroup] 2025-03-21T20:17:54.0165677Z Syncing repository: pytorch/test-infra 2025-03-21T20:17:54.0166544Z ##[group]Getting Git version info 2025-03-21T20:17:54.0167202Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:17:54.0168086Z [command]/usr/bin/git version 2025-03-21T20:17:54.0168429Z git version 2.47.1 2025-03-21T20:17:54.0186671Z ##[endgroup] 2025-03-21T20:17:54.0202989Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ff6c68de-02c6-4f6c-a668-06c64222a433' before making global git config changes 2025-03-21T20:17:54.0209513Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:17:54.0211702Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:17:54.0250486Z ##[group]Initializing the repository 2025-03-21T20:17:54.0256489Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:17:54.0289825Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:17:54.0291139Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:17:54.0292370Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:17:54.0293252Z hint: 2025-03-21T20:17:54.0293873Z hint: git config --global init.defaultBranch 2025-03-21T20:17:54.0294616Z hint: 2025-03-21T20:17:54.0295369Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:17:54.0296563Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:17:54.0297472Z hint: 2025-03-21T20:17:54.0297952Z hint: git branch -m 2025-03-21T20:17:54.0299228Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:17:54.0304547Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:17:54.0334369Z ##[endgroup] 2025-03-21T20:17:54.0335287Z ##[group]Disabling automatic garbage collection 2025-03-21T20:17:54.0340357Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:17:54.0375921Z ##[endgroup] 2025-03-21T20:17:54.0376771Z ##[group]Setting up auth 2025-03-21T20:17:54.0377709Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:17:54.0405500Z [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:17:54.0687495Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:17:54.0715954Z [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:17:54.0992960Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:54.1034431Z ##[endgroup] 2025-03-21T20:17:54.1034988Z ##[group]Determining the default branch 2025-03-21T20:17:54.1037905Z Retrieving the default branch name 2025-03-21T20:17:54.2996903Z Default branch 'main' 2025-03-21T20:17:54.2997928Z ##[endgroup] 2025-03-21T20:17:54.2998456Z ##[group]Fetching the repository 2025-03-21T20:17:54.3003463Z [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:17:54.6153422Z From https://github.com/pytorch/test-infra 2025-03-21T20:17:54.6154050Z * [new branch] main -> origin/main 2025-03-21T20:17:54.6176991Z ##[endgroup] 2025-03-21T20:17:54.6177528Z ##[group]Determining the checkout info 2025-03-21T20:17:54.6178829Z ##[endgroup] 2025-03-21T20:17:54.6183675Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:17:54.6219757Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:17:54.6247654Z ##[group]Checking out the ref 2025-03-21T20:17:54.6251835Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:17:54.7165598Z Switched to a new branch 'main' 2025-03-21T20:17:54.7167370Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:17:54.7174849Z ##[endgroup] 2025-03-21T20:17:54.7175392Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:17:54.7180907Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:54.7226048Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:17:54.7256276Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:17:54.7285226Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:17:54.7310992Z ##[endgroup] 2025-03-21T20:17:54.7311485Z ##[group]Fetching submodules 2025-03-21T20:17:54.7315121Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:17:54.7599769Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:17:54.7881525Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:17:54.8160138Z ##[endgroup] 2025-03-21T20:17:54.8160694Z ##[group]Persisting credentials for submodules 2025-03-21T20:17:54.8166572Z [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:17:54.8449164Z [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:17:54.8730696Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:17:54.9006883Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:17:54.9282668Z ##[endgroup] 2025-03-21T20:17:54.9319209Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:17:54.9345863Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:17:54.9565126Z Prepare all required actions 2025-03-21T20:17:54.9565751Z Getting action download info 2025-03-21T20:17:55.0643837Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:56.4740988Z Getting action download info 2025-03-21T20:17:56.5579256Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:17:56.7177668Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:17:56.7178104Z env: 2025-03-21T20:17:56.7178436Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:56.7178882Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:56.7179242Z PR_NUMBER: 2025-03-21T20:17:56.7181131Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:56.7183100Z ##[endgroup] 2025-03-21T20:17:56.7279858Z ##[group]Run set -euo pipefail 2025-03-21T20:17:56.7280289Z set -euo pipefail 2025-03-21T20:17:56.7280672Z function get_ec2_metadata() { 2025-03-21T20:17:56.7281133Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:17:56.7281917Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:17:56.7282614Z  category=$1 2025-03-21T20:17:56.7283685Z  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:17:56.7284790Z } 2025-03-21T20:17:56.7285140Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:17:56.7285670Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:17:56.7286246Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:17:56.7286959Z echo "system info $(uname -a)" 2025-03-21T20:17:56.7293416Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:56.7293891Z env: 2025-03-21T20:17:56.7294219Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:56.7294671Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:56.7295013Z PR_NUMBER: 2025-03-21T20:17:56.7296843Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:56.7298783Z ##[endgroup] 2025-03-21T20:17:56.7440116Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:17:56.7540320Z instance-id: i-0cec81e43e6899bc5 2025-03-21T20:17:56.7635983Z instance-type: r5.2xlarge 2025-03-21T20:17:56.7646671Z system info Linux ip-10-0-8-136.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:17:56.7687066Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:17:56.7688214Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:17:56.7694983Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:56.7695432Z env: 2025-03-21T20:17:56.7695755Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:56.7696208Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:56.7696740Z PR_NUMBER: 2025-03-21T20:17:56.7698573Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:56.7700487Z ##[endgroup] 2025-03-21T20:17:56.7781424Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:17:56.7781976Z if systemctl is-active --quiet docker; then 2025-03-21T20:17:56.7782438Z  echo "Docker daemon is running..."; 2025-03-21T20:17:56.7782849Z else 2025-03-21T20:17:56.7783293Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:17:56.7783821Z fi 2025-03-21T20:17:56.7789876Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:56.7790340Z env: 2025-03-21T20:17:56.7790640Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:56.7791090Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:56.7791452Z PR_NUMBER: 2025-03-21T20:17:56.7793279Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:56.7795176Z ##[endgroup] 2025-03-21T20:17:56.7869037Z Docker daemon is running... 2025-03-21T20:17:56.7900158Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:17:56.7900936Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:17:56.7901579Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:17:56.7902315Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:17:56.7903350Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:17:56.7909647Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:56.7910117Z env: 2025-03-21T20:17:56.7910445Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:56.7910895Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:56.7911235Z PR_NUMBER: 2025-03-21T20:17:56.7913061Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:56.7914986Z AWS_RETRY_MODE: standard 2025-03-21T20:17:56.7915322Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:17:56.7915653Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:17:56.7916001Z ##[endgroup] 2025-03-21T20:17:57.9516027Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:17:57.9517027Z Configure a credential helper to remove this warning. See 2025-03-21T20:17:57.9517742Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:17:57.9518221Z 2025-03-21T20:17:57.9518354Z Login Succeeded 2025-03-21T20:17:57.9565252Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:17:57.9565979Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:17:57.9566606Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:17:57.9573437Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:57.9573918Z env: 2025-03-21T20:17:57.9574248Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:57.9574698Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:57.9575064Z PR_NUMBER: 2025-03-21T20:17:57.9576890Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:57.9578782Z ##[endgroup] 2025-03-21T20:17:57.9666640Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:17:57.9667248Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:17:57.9667744Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:17:57.9668191Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:17:57.9668747Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:17:57.9669287Z  2025-03-21T20:17:57.9669681Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:17:57.9670244Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:17:57.9670703Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:17:57.9671302Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:17:57.9671853Z  2025-03-21T20:17:57.9672158Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:17:57.9672595Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:17:57.9673012Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:17:57.9673517Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:17:57.9680080Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:57.9680536Z env: 2025-03-21T20:17:57.9680865Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:57.9681323Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:57.9681676Z PR_NUMBER: 2025-03-21T20:17:57.9683686Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:57.9685598Z ##[endgroup] 2025-03-21T20:17:58.3944518Z ##[group]Run needs=0 2025-03-21T20:17:58.3944864Z needs=0 2025-03-21T20:17:58.3945321Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:17:58.3945979Z  needs=1 2025-03-21T20:17:58.3946273Z fi 2025-03-21T20:17:58.3946593Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:17:58.3953124Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:58.3953593Z env: 2025-03-21T20:17:58.3953899Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:58.3954365Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:58.3954717Z PR_NUMBER: 2025-03-21T20:17:58.3956549Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:58.3958615Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:58.3959339Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:58.3960193Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:58.3960667Z ##[endgroup] 2025-03-21T20:17:58.4177848Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:17:58.4178598Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:17:58.4179135Z # shellcheck disable=SC2046 2025-03-21T20:17:58.4179548Z docker stop $(docker ps -q) || true 2025-03-21T20:17:58.4179992Z # Prune all of the docker images 2025-03-21T20:17:58.4180407Z docker system prune -af 2025-03-21T20:17:58.4187101Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:58.4187578Z env: 2025-03-21T20:17:58.4187890Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:58.4188334Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:58.4188690Z PR_NUMBER: 2025-03-21T20:17:58.4190538Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:58.4192617Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:58.4193341Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:58.4194015Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:58.4194495Z ##[endgroup] 2025-03-21T20:17:58.4437198Z "docker stop" requires at least 1 argument. 2025-03-21T20:17:58.4437745Z See 'docker stop --help'. 2025-03-21T20:17:58.4437960Z 2025-03-21T20:17:58.4438173Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:17:58.4438510Z 2025-03-21T20:17:58.4438661Z Stop one or more running containers 2025-03-21T20:17:58.4595656Z Total reclaimed space: 0B 2025-03-21T20:17:58.4679423Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:17:58.4680076Z with: 2025-03-21T20:17:58.4680761Z github-secret: *** 2025-03-21T20:17:58.4681902Z 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:17:58.4682990Z activate-with-label: false 2025-03-21T20:17:58.4683441Z label: with-ssh 2025-03-21T20:17:58.4683841Z remove-existing-keys: true 2025-03-21T20:17:58.4684315Z fail-silently: true 2025-03-21T20:17:58.4684773Z env: 2025-03-21T20:17:58.4685176Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:58.4685813Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:58.4686275Z PR_NUMBER: 2025-03-21T20:17:58.4688335Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:58.4690541Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:58.4691351Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:58.4692201Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:58.4692800Z ##[endgroup] 2025-03-21T20:17:58.5957915Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:17:58.5960209Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:17:58.6085035Z ##[group]Run actions/checkout@v4 2025-03-21T20:17:58.6085413Z with: 2025-03-21T20:17:58.6085702Z repository: pytorch/executorch 2025-03-21T20:17:58.6086084Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:58.6086503Z path: pytorch/executorch 2025-03-21T20:17:58.6086834Z fetch-depth: 1 2025-03-21T20:17:58.6087121Z submodules: true 2025-03-21T20:17:58.6087567Z token: *** 2025-03-21T20:17:58.6087829Z ssh-strict: true 2025-03-21T20:17:58.6088122Z ssh-user: git 2025-03-21T20:17:58.6088425Z persist-credentials: true 2025-03-21T20:17:58.6088762Z clean: true 2025-03-21T20:17:58.6089063Z sparse-checkout-cone-mode: true 2025-03-21T20:17:58.6089417Z fetch-tags: false 2025-03-21T20:17:58.6089719Z show-progress: true 2025-03-21T20:17:58.6090018Z lfs: false 2025-03-21T20:17:58.6090302Z set-safe-directory: true 2025-03-21T20:17:58.6090618Z env: 2025-03-21T20:17:58.6090911Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:17:58.6091404Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:58.6091752Z PR_NUMBER: 2025-03-21T20:17:58.6093582Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:17:58.6095660Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:17:58.6096365Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:17:58.6097040Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:17:58.6097511Z ##[endgroup] 2025-03-21T20:17:58.7186591Z Syncing repository: pytorch/executorch 2025-03-21T20:17:58.7195640Z ##[group]Getting Git version info 2025-03-21T20:17:58.7196352Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:17:58.7225819Z [command]/usr/bin/git version 2025-03-21T20:17:58.7267127Z git version 2.47.1 2025-03-21T20:17:58.7293850Z ##[endgroup] 2025-03-21T20:17:58.7306682Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/404a529f-ee14-4892-b973-fd9187e1772f' before making global git config changes 2025-03-21T20:17:58.7308095Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:17:58.7312626Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:17:58.7354134Z ##[group]Initializing the repository 2025-03-21T20:17:58.7359442Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:17:58.7391428Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:17:58.7392179Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:17:58.7392862Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:17:58.7393380Z hint: 2025-03-21T20:17:58.7393732Z hint: git config --global init.defaultBranch 2025-03-21T20:17:58.7394161Z hint: 2025-03-21T20:17:58.7394573Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:17:58.7395267Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:17:58.7395811Z hint: 2025-03-21T20:17:58.7396098Z hint: git branch -m 2025-03-21T20:17:58.7396851Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:17:58.7402448Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:17:58.7429425Z ##[endgroup] 2025-03-21T20:17:58.7429942Z ##[group]Disabling automatic garbage collection 2025-03-21T20:17:58.7434829Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:17:58.7460499Z ##[endgroup] 2025-03-21T20:17:58.7460994Z ##[group]Setting up auth 2025-03-21T20:17:58.7467339Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:17:58.7494874Z [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:17:58.7780070Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:17:58.7809436Z [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:17:58.8109282Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:17:58.8153620Z ##[endgroup] 2025-03-21T20:17:58.8154157Z ##[group]Fetching the repository 2025-03-21T20:17:58.8162404Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:01.2416243Z From https://github.com/pytorch/executorch 2025-03-21T20:18:01.2417041Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:01.2439706Z ##[endgroup] 2025-03-21T20:18:01.2440661Z ##[group]Determining the checkout info 2025-03-21T20:18:01.2443186Z ##[endgroup] 2025-03-21T20:18:01.2448633Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:01.2484857Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:01.2511403Z ##[group]Checking out the ref 2025-03-21T20:18:01.2516269Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:01.7807597Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:01.7807994Z 2025-03-21T20:18:01.7808279Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:01.7808948Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:01.7809627Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:01.7810035Z 2025-03-21T20:18:01.7810291Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:01.7811161Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:01.7811513Z 2025-03-21T20:18:01.7811688Z git switch -c 2025-03-21T20:18:01.7811931Z 2025-03-21T20:18:01.7812077Z Or undo this operation with: 2025-03-21T20:18:01.7812299Z 2025-03-21T20:18:01.7812426Z git switch - 2025-03-21T20:18:01.7812589Z 2025-03-21T20:18:01.7812877Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:01.7813315Z 2025-03-21T20:18:01.7813518Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:01.7843033Z ##[endgroup] 2025-03-21T20:18:01.7843573Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:01.7849675Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:01.7892493Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:01.7923046Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:01.7955929Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:01.7981591Z ##[endgroup] 2025-03-21T20:18:01.7982523Z ##[group]Fetching submodules 2025-03-21T20:18:01.7986968Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:01.8296089Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:01.8609540Z 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:01.8611517Z 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:01.8613165Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:01.8616624Z 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:01.8620255Z 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:01.8623774Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:01.8627454Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:01.8631196Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:01.8635077Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:01.8639045Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:01.8643219Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:01.8647199Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:01.8651617Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:01.8655868Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:01.8661063Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:01.8665935Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:01.8672749Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:01.8677537Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:01.8682495Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:01.8687488Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:01.8692674Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:01.8697940Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:01.8703325Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:01.8740762Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:02.1241594Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:02.3633224Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:02.6026943Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:03.0532796Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:03.3057657Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:03.5009732Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:03.6985267Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:03.8713910Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:04.6500508Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:05.0028368Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:05.2376268Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:05.4937029Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:06.2159546Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:06.4331473Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:06.8208768Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:07.1305584Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:07.4447669Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:07.6348800Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:07.9913111Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:08.1821637Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:08.3982392Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:09.1218501Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:09.9190583Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:09.9191300Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:09.9315292Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:10.4631234Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:10.4631938Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:10.4751580Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:10.4854172Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:12.0838703Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:12.0839795Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:12.1412186Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:12.6663657Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:12.6664391Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:12.7020312Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:13.1396921Z From https://github.com/zeux/volk 2025-03-21T20:18:13.1397517Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:13.1477402Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:13.5951708Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:13.5952358Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:13.6049538Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:14.0484336Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:14.0484946Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:14.0548255Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:15.6965691Z From https://github.com/google/XNNPACK 2025-03-21T20:18:15.6966290Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:16.3685340Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:16.8618695Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:16.8619321Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:16.9573023Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:17.3682801Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:17.3683440Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:17.3777983Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:17.8272398Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:17.8273028Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:17.8546215Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:19.3723866Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:19.3724465Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:19.5135915Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:19.5326856Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:20.0577383Z From https://github.com/pytorch/ao 2025-03-21T20:18:20.0577983Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:20.1343369Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:20.8151266Z From https://github.com/google/flatbuffers 2025-03-21T20:18:20.8151868Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:20.9308398Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:21.3943733Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:21.3944453Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:21.4222985Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:21.9430682Z From https://github.com/gflags/gflags 2025-03-21T20:18:21.9431500Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:21.9530393Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:22.5894163Z From https://github.com/google/googletest 2025-03-21T20:18:22.5894795Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:22.6287646Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:23.0850249Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:23.0850829Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:23.0937294Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:23.1021149Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:23.7375390Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:23.7376032Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:23.8254611Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:24.3845307Z From https://github.com/pybind/pybind11 2025-03-21T20:18:24.3845944Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:24.4164122Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:24.4179926Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:24.4512524Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.4547506Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.4581991Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.4616577Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.4651020Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.4686249Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.4720445Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.4754326Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.4786837Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.4820721Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.4854905Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.4888415Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.4921381Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.4953969Z Entering 'shim' 2025-03-21T20:18:24.4987018Z Entering 'third-party/ao' 2025-03-21T20:18:24.5019134Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.5052282Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.5083531Z Entering 'third-party/gflags' 2025-03-21T20:18:24.5115493Z Entering 'third-party/googletest' 2025-03-21T20:18:24.5147271Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:24.5178327Z Entering 'third-party/pocketfft' 2025-03-21T20:18:24.5210069Z Entering 'third-party/prelude' 2025-03-21T20:18:24.5243599Z Entering 'third-party/pybind11' 2025-03-21T20:18:24.5285211Z ##[endgroup] 2025-03-21T20:18:24.5285733Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:24.5293488Z [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:24.5623720Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.5687750Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.5753234Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.5817470Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.5882111Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.5944679Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.6008640Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.6073232Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.6135644Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.6219114Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.6284657Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.6346801Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.6407477Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.6471193Z Entering 'shim' 2025-03-21T20:18:24.6530488Z Entering 'third-party/ao' 2025-03-21T20:18:24.6590890Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.6655108Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.6715311Z Entering 'third-party/gflags' 2025-03-21T20:18:24.6779506Z Entering 'third-party/googletest' 2025-03-21T20:18:24.6839206Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:24.6897752Z Entering 'third-party/pocketfft' 2025-03-21T20:18:24.6957296Z Entering 'third-party/prelude' 2025-03-21T20:18:24.7018217Z Entering 'third-party/pybind11' 2025-03-21T20:18:24.7091626Z [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:24.7396902Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.7453798Z 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:24.7455129Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.7512231Z 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:24.7513509Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.7569303Z 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:24.7570426Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.7626224Z 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:24.7627715Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.7682251Z 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:24.7683415Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.7739174Z 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:24.7740301Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.7813719Z 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:24.7814892Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.7890704Z 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:24.7891863Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.7949044Z 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:24.7950193Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.8007228Z 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:24.8008383Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.8066543Z 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:24.8067664Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.8124902Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:24.8126119Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.8184955Z 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:24.8186207Z Entering 'shim' 2025-03-21T20:18:24.8243322Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:24.8244253Z Entering 'third-party/ao' 2025-03-21T20:18:24.8301851Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:24.8302803Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.8361290Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:24.8362340Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.8420340Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:24.8421318Z Entering 'third-party/gflags' 2025-03-21T20:18:24.8477806Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:24.8479283Z Entering 'third-party/googletest' 2025-03-21T20:18:24.8537728Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:24.8539195Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:24.8597247Z 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:24.8598798Z Entering 'third-party/pocketfft' 2025-03-21T20:18:24.8663703Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:24.8665653Z Entering 'third-party/prelude' 2025-03-21T20:18:24.8726036Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:24.8727520Z Entering 'third-party/pybind11' 2025-03-21T20:18:24.8787439Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:24.9075970Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:24.9385014Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.9415634Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.9448095Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.9479454Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.9509990Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.9541413Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.9572573Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.9603354Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.9634408Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.9664726Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.9695681Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.9727452Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.9758161Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.9788466Z Entering 'shim' 2025-03-21T20:18:24.9818607Z Entering 'third-party/ao' 2025-03-21T20:18:24.9850781Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.9881555Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.9912129Z Entering 'third-party/gflags' 2025-03-21T20:18:24.9942778Z Entering 'third-party/googletest' 2025-03-21T20:18:24.9972557Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:25.0002079Z Entering 'third-party/pocketfft' 2025-03-21T20:18:25.0031485Z Entering 'third-party/prelude' 2025-03-21T20:18:25.0060195Z Entering 'third-party/pybind11' 2025-03-21T20:18:25.0105635Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:25.0420229Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:25.0450431Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:25.0481333Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:25.0512728Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:25.0543780Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:25.0574001Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:25.0604533Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:25.0635238Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:25.0665478Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:25.0696005Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:25.0727013Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:25.0758495Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:25.0789884Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:25.0820576Z Entering 'shim' 2025-03-21T20:18:25.0852645Z Entering 'third-party/ao' 2025-03-21T20:18:25.0882430Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:25.0912142Z Entering 'third-party/flatcc' 2025-03-21T20:18:25.0942561Z Entering 'third-party/gflags' 2025-03-21T20:18:25.0972285Z Entering 'third-party/googletest' 2025-03-21T20:18:25.1002474Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:25.1032428Z Entering 'third-party/pocketfft' 2025-03-21T20:18:25.1062136Z Entering 'third-party/prelude' 2025-03-21T20:18:25.1092222Z Entering 'third-party/pybind11' 2025-03-21T20:18:25.1132622Z ##[endgroup] 2025-03-21T20:18:25.1172100Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:25.1197835Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:25.1424475Z Prepare all required actions 2025-03-21T20:18:25.1425892Z Getting action download info 2025-03-21T20:18:25.2354974Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:25.4072792Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:25.4073298Z with: 2025-03-21T20:18:25.4073654Z docker-image-name: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:25.4074124Z docker-build-dir: .ci/docker 2025-03-21T20:18:25.4074487Z working-directory: pytorch/executorch 2025-03-21T20:18:25.4074993Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.4075488Z force-push: false 2025-03-21T20:18:25.4075779Z env: 2025-03-21T20:18:25.4076092Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:25.4076537Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:25.4076893Z PR_NUMBER: 2025-03-21T20:18:25.4078818Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:18:25.4080905Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:25.4081627Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:25.4082284Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:25.4082762Z ##[endgroup] 2025-03-21T20:18:25.4116849Z ##[group]Run set -ex 2025-03-21T20:18:25.4117256Z set -ex 2025-03-21T20:18:25.4117549Z  2025-03-21T20:18:25.4118063Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:25.4118893Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:25.4119578Z # job could then download the pre-built image as usual 2025-03-21T20:18:25.4120209Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:25.4120776Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.4121325Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.4121826Z  2025-03-21T20:18:25.4122618Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:25.4123161Z  exit 0 2025-03-21T20:18:25.4123428Z else 2025-03-21T20:18:25.4123758Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.4124167Z fi 2025-03-21T20:18:25.4124441Z  2025-03-21T20:18:25.4124855Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:25.4125592Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:25.4126232Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:25.4126822Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:25.4127442Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.4128036Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.4128538Z else 2025-03-21T20:18:25.4128923Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:25.4129471Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.4130251Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.4131200Z fi 2025-03-21T20:18:25.4138111Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:25.4138585Z env: 2025-03-21T20:18:25.4138916Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:25.4139349Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:25.4139706Z PR_NUMBER: 2025-03-21T20:18:25.4141539Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:18:25.4143627Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:25.4144373Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:25.4145040Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:25.4145663Z REPO_NAME: executorch 2025-03-21T20:18:25.4146062Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:25.4146521Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:25.4146981Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.4147448Z ##[endgroup] 2025-03-21T20:18:25.4179614Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:25.4180231Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:25.4180813Z + echo skip=false 2025-03-21T20:18:25.4181781Z + [[ 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:25.4184897Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:25.4203577Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.4204510Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.4206202Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.4252222Z ##[group]Run set +e 2025-03-21T20:18:25.4252663Z set +e 2025-03-21T20:18:25.4252964Z set -x 2025-03-21T20:18:25.4253250Z  2025-03-21T20:18:25.4253507Z login() { 2025-03-21T20:18:25.4254104Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:25.4254748Z } 2025-03-21T20:18:25.4255018Z  2025-03-21T20:18:25.4255288Z retry () { 2025-03-21T20:18:25.4255616Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:25.4256026Z } 2025-03-21T20:18:25.4256294Z  2025-03-21T20:18:25.4256607Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:25.4256999Z  2025-03-21T20:18:25.4257270Z START_TIME=$(date +%s) 2025-03-21T20:18:25.4257661Z # Wait up to 120 minutes 2025-03-21T20:18:25.4258124Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:25.4258743Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:25.4259373Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:25.4259820Z  exit 0 2025-03-21T20:18:25.4260127Z  fi 2025-03-21T20:18:25.4260405Z  2025-03-21T20:18:25.4260889Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:25.4261721Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:25.4262539Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:25.4263174Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:25.4263681Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:25.4264390Z  break 2025-03-21T20:18:25.4264694Z  else 2025-03-21T20:18:25.4265290Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:25.4265980Z  sleep 300 2025-03-21T20:18:25.4266282Z  fi 2025-03-21T20:18:25.4266562Z done 2025-03-21T20:18:25.4266842Z  2025-03-21T20:18:25.4267282Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:25.4267994Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:25.4268620Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:25.4269194Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:25.4269702Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:25.4270107Z else 2025-03-21T20:18:25.4270521Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:25.4271121Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:25.4271570Z fi 2025-03-21T20:18:25.4271845Z  2025-03-21T20:18:25.4272143Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:25.4272592Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.4273007Z  2025-03-21T20:18:25.4273570Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:25.4274252Z  exit 0 2025-03-21T20:18:25.4274545Z fi 2025-03-21T20:18:25.4274815Z  2025-03-21T20:18:25.4275199Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:25.4276026Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:25.4276748Z  exit 1 2025-03-21T20:18:25.4277037Z fi 2025-03-21T20:18:25.4277304Z  2025-03-21T20:18:25.4277766Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:25.4278576Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:25.4279287Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:25.4280124Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:25.4281070Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:25.4281638Z fi 2025-03-21T20:18:25.4281908Z  2025-03-21T20:18:25.4282236Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.4289251Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:25.4289708Z env: 2025-03-21T20:18:25.4290510Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.4291450Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:25.4291815Z PR_NUMBER: 2025-03-21T20:18:25.4293645Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:18:25.4295727Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:25.4296456Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:25.4297123Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:25.4297628Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:25.4298198Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:25.4298821Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.4299377Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.4299867Z DOCKER_PUSH: 2025-03-21T20:18:25.4300146Z ##[endgroup] 2025-03-21T20:18:25.4331760Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.4332305Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.4335559Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:25.4336271Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:26.0869318Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:26.0870474Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:26.0871499Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:26.0872266Z 2025-03-21T20:18:26.0872482Z Login Succeeded 2025-03-21T20:18:26.0886364Z ++ date +%s 2025-03-21T20:18:26.0896467Z + START_TIME=1742588306 2025-03-21T20:18:26.0899307Z ++ date +%s 2025-03-21T20:18:26.0908920Z + [[ 1742581106 -lt 1742588306 ]] 2025-03-21T20:18:26.0910243Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:26.3230202Z { 2025-03-21T20:18:26.3230712Z "schemaVersion": 2, 2025-03-21T20:18:26.3231507Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:26.3232400Z "config": { 2025-03-21T20:18:26.3232816Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:26.3233300Z "size": 15115, 2025-03-21T20:18:26.3233802Z "digest": "sha256:5dd25b8799b1b715b328f6b37661e983e3ab8dd881569ea179bbcaa71e9be426" 2025-03-21T20:18:26.3234377Z }, 2025-03-21T20:18:26.3234622Z "layers": [ 2025-03-21T20:18:26.3234905Z { 2025-03-21T20:18:26.3235290Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3235811Z "size": 30440118, 2025-03-21T20:18:26.3236316Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:26.3236888Z }, 2025-03-21T20:18:26.3237122Z { 2025-03-21T20:18:26.3237503Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3238008Z "size": 632, 2025-03-21T20:18:26.3238498Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:26.3239059Z }, 2025-03-21T20:18:26.3239300Z { 2025-03-21T20:18:26.3239680Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3240186Z "size": 157526564, 2025-03-21T20:18:26.3240696Z "digest": "sha256:9477f9ca85e933b8759445ff3e3411d3afa2b9ddc34c3bb3b903d6821185ac2e" 2025-03-21T20:18:26.3241260Z }, 2025-03-21T20:18:26.3241504Z { 2025-03-21T20:18:26.3241889Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3242389Z "size": 623, 2025-03-21T20:18:26.3242883Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:26.3243654Z }, 2025-03-21T20:18:26.3243905Z { 2025-03-21T20:18:26.3244294Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3244809Z "size": 19308773, 2025-03-21T20:18:26.3245339Z "digest": "sha256:60efa3734e02f033c86ecaee3fac91efdcbc7b301321e531fc0a1060847a2bb4" 2025-03-21T20:18:26.3245927Z }, 2025-03-21T20:18:26.3246171Z { 2025-03-21T20:18:26.3246559Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3247071Z "size": 737, 2025-03-21T20:18:26.3247583Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:26.3248166Z }, 2025-03-21T20:18:26.3248400Z { 2025-03-21T20:18:26.3248784Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3249559Z "size": 131418260, 2025-03-21T20:18:26.3250223Z "digest": "sha256:b12c3e7daf6a6e5ec491309e1aeccdfbad641bb3af622328b4f27733663aeb7f" 2025-03-21T20:18:26.3250817Z }, 2025-03-21T20:18:26.3251066Z { 2025-03-21T20:18:26.3251458Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3251982Z "size": 447, 2025-03-21T20:18:26.3252479Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:26.3253058Z }, 2025-03-21T20:18:26.3253302Z { 2025-03-21T20:18:26.3253686Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3254196Z "size": 104, 2025-03-21T20:18:26.3254697Z "digest": "sha256:49b7cb3e3363a5f3dac8175af32fe4816b39e161a46bf969e6912750f5f9bec9" 2025-03-21T20:18:26.3255274Z }, 2025-03-21T20:18:26.3255516Z { 2025-03-21T20:18:26.3255907Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3256426Z "size": 637, 2025-03-21T20:18:26.3256919Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:26.3257485Z }, 2025-03-21T20:18:26.3257713Z { 2025-03-21T20:18:26.3258121Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3258637Z "size": 33695134, 2025-03-21T20:18:26.3259149Z "digest": "sha256:50ae2a7d008d7e152fceef255f5185a42faf64aa7b3ebcf8735132f5bc71ed5f" 2025-03-21T20:18:26.3259731Z }, 2025-03-21T20:18:26.3259958Z { 2025-03-21T20:18:26.3260355Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3260858Z "size": 319, 2025-03-21T20:18:26.3261344Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:26.3261908Z }, 2025-03-21T20:18:26.3262132Z { 2025-03-21T20:18:26.3262526Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3263036Z "size": 249991145, 2025-03-21T20:18:26.3263541Z "digest": "sha256:e15c962584172201d52c159906d8e8488c0d43532598fc6bbd530346c7cb93ed" 2025-03-21T20:18:26.3264103Z }, 2025-03-21T20:18:26.3264332Z { 2025-03-21T20:18:26.3264646Z + exit 0 2025-03-21T20:18:26.3265042Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3265651Z "size": 475, 2025-03-21T20:18:26.3266168Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:26.3266750Z }, 2025-03-21T20:18:26.3266995Z { 2025-03-21T20:18:26.3267385Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3267892Z "size": 1042, 2025-03-21T20:18:26.3268390Z "digest": "sha256:40e3350d1dbaf47df9f33ca00913ccd843867d641eb30f02cc50265af6c684bd" 2025-03-21T20:18:26.3268960Z }, 2025-03-21T20:18:26.3269198Z { 2025-03-21T20:18:26.3269580Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3270091Z "size": 613, 2025-03-21T20:18:26.3270596Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:26.3271181Z }, 2025-03-21T20:18:26.3271430Z { 2025-03-21T20:18:26.3271816Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3272325Z "size": 77561383, 2025-03-21T20:18:26.3272841Z "digest": "sha256:b37951d5b4cd5a54fb79e2c6e128a428cd1f4a33e3b28c4c2b59ce1cbfc72025" 2025-03-21T20:18:26.3273416Z }, 2025-03-21T20:18:26.3273656Z { 2025-03-21T20:18:26.3274044Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3274559Z "size": 562, 2025-03-21T20:18:26.3275059Z "digest": "sha256:da5f9c0761b561a3d23cff5113c656cac5305ea22d6fb44a14f2aced9bc3fd4c" 2025-03-21T20:18:26.3275629Z }, 2025-03-21T20:18:26.3275871Z { 2025-03-21T20:18:26.3276252Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3276752Z "size": 209, 2025-03-21T20:18:26.3277363Z "digest": "sha256:c42592812bfd31051467654f689d11d3b318d7b03f98f5a43ca7ddab5923e48a" 2025-03-21T20:18:26.3277932Z }, 2025-03-21T20:18:26.3278156Z { 2025-03-21T20:18:26.3278642Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3279150Z "size": 1189, 2025-03-21T20:18:26.3279660Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:26.3280245Z }, 2025-03-21T20:18:26.3280474Z { 2025-03-21T20:18:26.3280876Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3281381Z "size": 679, 2025-03-21T20:18:26.3281867Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:26.3282430Z }, 2025-03-21T20:18:26.3282656Z { 2025-03-21T20:18:26.3283050Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3283556Z "size": 6839266096, 2025-03-21T20:18:26.3284069Z "digest": "sha256:20520b201e38b3fccb0ec195f3673107d4539f86651d29d7c10127c7e40613c1" 2025-03-21T20:18:26.3284635Z }, 2025-03-21T20:18:26.3284862Z { 2025-03-21T20:18:26.3285267Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3285769Z "size": 1383, 2025-03-21T20:18:26.3286270Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:26.3286846Z }, 2025-03-21T20:18:26.3287076Z { 2025-03-21T20:18:26.3287477Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3287987Z "size": 679, 2025-03-21T20:18:26.3288471Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:26.3289034Z }, 2025-03-21T20:18:26.3289258Z { 2025-03-21T20:18:26.3289655Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3290167Z "size": 230830221, 2025-03-21T20:18:26.3290685Z "digest": "sha256:9ba16c6414258f010e15d758f332f76ff36257994dedb64967b10133485a2db9" 2025-03-21T20:18:26.3291253Z }, 2025-03-21T20:18:26.3291503Z { 2025-03-21T20:18:26.3291912Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3292420Z "size": 828, 2025-03-21T20:18:26.3292910Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:26.3293495Z }, 2025-03-21T20:18:26.3293744Z { 2025-03-21T20:18:26.3294148Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3294656Z "size": 679, 2025-03-21T20:18:26.3295133Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:26.3295696Z }, 2025-03-21T20:18:26.3295942Z { 2025-03-21T20:18:26.3296354Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3296866Z "size": 178598690, 2025-03-21T20:18:26.3297371Z "digest": "sha256:64ce996e90996ad2c6a73c6f339b0d643e3ba89000dd9f1f0cf8cc6d6d62486d" 2025-03-21T20:18:26.3297958Z }, 2025-03-21T20:18:26.3298200Z { 2025-03-21T20:18:26.3298602Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3299117Z "size": 530, 2025-03-21T20:18:26.3299605Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:26.3300173Z }, 2025-03-21T20:18:26.3300413Z { 2025-03-21T20:18:26.3300811Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3301309Z "size": 679, 2025-03-21T20:18:26.3301792Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:26.3302348Z }, 2025-03-21T20:18:26.3302586Z { 2025-03-21T20:18:26.3302983Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3303472Z "size": 357, 2025-03-21T20:18:26.3303979Z "digest": "sha256:a19a1e7e8dc5b225af8e166c3b13de92c16258a3139aac772e8875437e38c17e" 2025-03-21T20:18:26.3304557Z }, 2025-03-21T20:18:26.3304911Z { 2025-03-21T20:18:26.3305408Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3305904Z "size": 32, 2025-03-21T20:18:26.3306502Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:26.3307085Z }, 2025-03-21T20:18:26.3307326Z { 2025-03-21T20:18:26.3307724Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3308219Z "size": 165, 2025-03-21T20:18:26.3308720Z "digest": "sha256:3a170b4f167583aed5b8b43cd1c60dc616d5858c51f067771cb2ce7f0f331eb8" 2025-03-21T20:18:26.3309292Z }, 2025-03-21T20:18:26.3309529Z { 2025-03-21T20:18:26.3309924Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3310417Z "size": 1111, 2025-03-21T20:18:26.3310910Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:26.3311477Z }, 2025-03-21T20:18:26.3311718Z { 2025-03-21T20:18:26.3312113Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3312608Z "size": 32, 2025-03-21T20:18:26.3313111Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:26.3313684Z }, 2025-03-21T20:18:26.3313923Z { 2025-03-21T20:18:26.3314319Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3314809Z "size": 108, 2025-03-21T20:18:26.3315302Z "digest": "sha256:a4ecfbb2800a7709f9f513a97827e757ffd84e267c4789caf5dadc03a51d72d9" 2025-03-21T20:18:26.3315873Z } 2025-03-21T20:18:26.3316113Z ] 2025-03-21T20:18:26.3316348Z } 2025-03-21T20:18:26.3356779Z ##[group]Run set -eux 2025-03-21T20:18:26.3357136Z set -eux 2025-03-21T20:18:26.3358208Z 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:26.3365615Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:26.3366097Z env: 2025-03-21T20:18:26.3366425Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:26.3366889Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:26.3367252Z PR_NUMBER: 2025-03-21T20:18:26.3369091Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:18:26.3371162Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:26.3371887Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:26.3372552Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:26.3373043Z ##[endgroup] 2025-03-21T20:18:26.3403550Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:26.3404285Z + jq --raw-output .SecretString 2025-03-21T20:18:26.3406560Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:26.3407517Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:27.0084269Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:27.0085028Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:27.0085731Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:27.0086200Z 2025-03-21T20:18:27.0092441Z Login Succeeded 2025-03-21T20:18:27.0180968Z Prepare all required actions 2025-03-21T20:18:27.0241141Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:27.0241609Z with: 2025-03-21T20:18:27.0242400Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.0243583Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.0244053Z env: 2025-03-21T20:18:27.0244365Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:27.0244788Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.0245138Z PR_NUMBER: 2025-03-21T20:18:27.0247025Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:18:27.0249099Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.0249822Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.0250514Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.0250979Z ##[endgroup] 2025-03-21T20:18:27.0277500Z ##[group]Run set -x 2025-03-21T20:18:27.0277848Z set -x 2025-03-21T20:18:27.0278131Z set +e 2025-03-21T20:18:27.0278407Z  2025-03-21T20:18:27.0278654Z login() { 2025-03-21T20:18:27.0279232Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:27.0279866Z } 2025-03-21T20:18:27.0280126Z  2025-03-21T20:18:27.0280386Z retry () { 2025-03-21T20:18:27.0280709Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:27.0281106Z } 2025-03-21T20:18:27.0281364Z  2025-03-21T20:18:27.0281661Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:27.0282047Z  2025-03-21T20:18:27.0282290Z set -e 2025-03-21T20:18:27.0282712Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:27.0283331Z # only pull docker image if it's not available locally 2025-03-21T20:18:27.0283991Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:27.0284605Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:27.0285002Z fi 2025-03-21T20:18:27.0291391Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:27.0291849Z env: 2025-03-21T20:18:27.0292634Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.0293540Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.0293902Z PR_NUMBER: 2025-03-21T20:18:27.0295719Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:18:27.0297801Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.0298520Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.0299179Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.0299771Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.0300249Z ##[endgroup] 2025-03-21T20:18:27.0326834Z + set +e 2025-03-21T20:18:27.0327810Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.0328386Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.0330859Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:27.0332216Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.6086573Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:27.6087526Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:27.6088640Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:27.6089125Z 2025-03-21T20:18:27.6089251Z Login Succeeded 2025-03-21T20:18:27.6097841Z + set -e 2025-03-21T20:18:27.6099179Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.6231018Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.6232507Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.8479826Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:18:27.8481206Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:27.8481839Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:27.8482504Z 9477f9ca85e9: Pulling fs layer 2025-03-21T20:18:27.8483122Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:27.8483558Z 60efa3734e02: Pulling fs layer 2025-03-21T20:18:27.8483908Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:27.8484271Z b12c3e7daf6a: Pulling fs layer 2025-03-21T20:18:27.8484624Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:27.8484974Z 49b7cb3e3363: Pulling fs layer 2025-03-21T20:18:27.8485312Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:27.8485664Z 50ae2a7d008d: Pulling fs layer 2025-03-21T20:18:27.8486020Z 261c0f487ad0: Waiting 2025-03-21T20:18:27.8486334Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:27.8486680Z e15c96258417: Pulling fs layer 2025-03-21T20:18:27.8487007Z a0c2fdb93dec: Waiting 2025-03-21T20:18:27.8487321Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:27.8487659Z b12c3e7daf6a: Waiting 2025-03-21T20:18:27.8487970Z 60efa3734e02: Waiting 2025-03-21T20:18:27.8488280Z 40e3350d1dba: Pulling fs layer 2025-03-21T20:18:27.8488601Z 5a102502de33: Waiting 2025-03-21T20:18:27.8488920Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:27.8489260Z 49b7cb3e3363: Waiting 2025-03-21T20:18:27.8489556Z 85f4a172d5b6: Waiting 2025-03-21T20:18:27.8489852Z b37951d5b4cd: Pulling fs layer 2025-03-21T20:18:27.8490212Z 50ae2a7d008d: Waiting 2025-03-21T20:18:27.8490528Z da5f9c0761b5: Pulling fs layer 2025-03-21T20:18:27.8490854Z 5120711d46e3: Waiting 2025-03-21T20:18:27.8491166Z c42592812bfd: Pulling fs layer 2025-03-21T20:18:27.8491526Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:27.8491883Z e15c96258417: Waiting 2025-03-21T20:18:27.8492196Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:27.8492524Z e1fd02ccae09: Waiting 2025-03-21T20:18:27.8492849Z 20520b201e38: Pulling fs layer 2025-03-21T20:18:27.8493195Z 40e3350d1dba: Waiting 2025-03-21T20:18:27.8493518Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:27.8493877Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:27.8494173Z b37951d5b4cd: Waiting 2025-03-21T20:18:27.8494497Z 9ba16c641425: Pulling fs layer 2025-03-21T20:18:27.8494847Z da5f9c0761b5: Waiting 2025-03-21T20:18:27.8495166Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:27.8495492Z c42592812bfd: Waiting 2025-03-21T20:18:27.8495804Z 64ce996e9099: Pulling fs layer 2025-03-21T20:18:27.8496156Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:27.8496511Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:27.8496833Z a19a1e7e8dc5: Pulling fs layer 2025-03-21T20:18:27.8497156Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:27.8497473Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:27.8497814Z db5c552aa08b: Waiting 2025-03-21T20:18:27.8498442Z 3a170b4f1675: Pulling fs layer 2025-03-21T20:18:27.8498796Z 59fe3e940463: Waiting 2025-03-21T20:18:27.8499073Z 64ce996e9099: Waiting 2025-03-21T20:18:27.8499383Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:27.8499722Z 20520b201e38: Waiting 2025-03-21T20:18:27.8500018Z 4f4fb700ef54: Waiting 2025-03-21T20:18:27.8500439Z 77ba92adb139: Waiting 2025-03-21T20:18:27.8500741Z a4ecfbb2800a: Pulling fs layer 2025-03-21T20:18:27.8501085Z 3a170b4f1675: Waiting 2025-03-21T20:18:27.8501387Z a19a1e7e8dc5: Waiting 2025-03-21T20:18:27.8501687Z 040f4b25fe47: Waiting 2025-03-21T20:18:27.9527223Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:27.9527823Z 86e413e13063: Download complete 2025-03-21T20:18:28.0966086Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:18:28.0967187Z 261c0f487ad0: Download complete 2025-03-21T20:18:28.2069903Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:28.2070549Z 8f84a9f2102e: Download complete 2025-03-21T20:18:28.2864999Z a0c2fdb93dec: Verifying Checksum 2025-03-21T20:18:28.2865899Z a0c2fdb93dec: Download complete 2025-03-21T20:18:28.3725552Z 60efa3734e02: Verifying Checksum 2025-03-21T20:18:28.3726077Z 60efa3734e02: Download complete 2025-03-21T20:18:28.4769016Z 5a102502de33: Verifying Checksum 2025-03-21T20:18:28.4769583Z 5a102502de33: Download complete 2025-03-21T20:18:28.5448174Z 49b7cb3e3363: Verifying Checksum 2025-03-21T20:18:28.5448905Z 49b7cb3e3363: Download complete 2025-03-21T20:18:28.6220411Z 85f4a172d5b6: Download complete 2025-03-21T20:18:29.0451781Z 50ae2a7d008d: Verifying Checksum 2025-03-21T20:18:29.0452355Z 50ae2a7d008d: Download complete 2025-03-21T20:18:29.1326698Z 5120711d46e3: Download complete 2025-03-21T20:18:29.3470450Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:29.3691718Z 86e413e13063: Pull complete 2025-03-21T20:18:29.5613861Z 9477f9ca85e9: Verifying Checksum 2025-03-21T20:18:29.5614323Z 9477f9ca85e9: Download complete 2025-03-21T20:18:29.6556935Z b12c3e7daf6a: Verifying Checksum 2025-03-21T20:18:29.6557535Z b12c3e7daf6a: Download complete 2025-03-21T20:18:29.6947319Z e1fd02ccae09: Verifying Checksum 2025-03-21T20:18:29.6948170Z e1fd02ccae09: Download complete 2025-03-21T20:18:29.7334909Z 40e3350d1dba: Verifying Checksum 2025-03-21T20:18:29.7335605Z 40e3350d1dba: Download complete 2025-03-21T20:18:29.7839552Z 6ff1ffcc6d84: Verifying Checksum 2025-03-21T20:18:29.7840261Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:29.8635334Z da5f9c0761b5: Verifying Checksum 2025-03-21T20:18:29.8636057Z da5f9c0761b5: Download complete 2025-03-21T20:18:29.9791611Z c42592812bfd: Download complete 2025-03-21T20:18:30.0751655Z 3cfbc5ff2ac0: Verifying Checksum 2025-03-21T20:18:30.0752458Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:30.1580846Z 59fe3e940463: Download complete 2025-03-21T20:18:30.9708755Z b37951d5b4cd: Verifying Checksum 2025-03-21T20:18:30.9709364Z b37951d5b4cd: Download complete 2025-03-21T20:18:31.1016976Z db5c552aa08b: Download complete 2025-03-21T20:18:31.6847286Z e15c96258417: Verifying Checksum 2025-03-21T20:18:31.6847782Z e15c96258417: Download complete 2025-03-21T20:18:34.1640277Z 9477f9ca85e9: Pull complete 2025-03-21T20:18:34.1956357Z 261c0f487ad0: Pull complete 2025-03-21T20:18:34.2787176Z 64ce996e9099: Verifying Checksum 2025-03-21T20:18:34.2788026Z 64ce996e9099: Download complete 2025-03-21T20:18:34.3894217Z 77ba92adb139: Download complete 2025-03-21T20:18:34.4595388Z a19a1e7e8dc5: Verifying Checksum 2025-03-21T20:18:34.4596130Z a19a1e7e8dc5: Download complete 2025-03-21T20:18:34.4695287Z 4f4fb700ef54: Download complete 2025-03-21T20:18:34.5885093Z 60efa3734e02: Pull complete 2025-03-21T20:18:34.6826050Z 3a170b4f1675: Verifying Checksum 2025-03-21T20:18:34.6826680Z 3a170b4f1675: Download complete 2025-03-21T20:18:34.7976695Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:34.8011956Z 040f4b25fe47: Verifying Checksum 2025-03-21T20:18:34.8012764Z 040f4b25fe47: Download complete 2025-03-21T20:18:34.8288949Z 9ba16c641425: Verifying Checksum 2025-03-21T20:18:34.8289694Z 9ba16c641425: Download complete 2025-03-21T20:18:34.9344157Z a4ecfbb2800a: Download complete 2025-03-21T20:18:37.5066489Z b12c3e7daf6a: Pull complete 2025-03-21T20:18:37.5162444Z 5a102502de33: Pull complete 2025-03-21T20:18:37.5271400Z 49b7cb3e3363: Pull complete 2025-03-21T20:18:37.5375750Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:38.1158420Z 50ae2a7d008d: Pull complete 2025-03-21T20:18:38.1361152Z 5120711d46e3: Pull complete 2025-03-21T20:18:43.5364976Z e15c96258417: Pull complete 2025-03-21T20:18:43.5579759Z e1fd02ccae09: Pull complete 2025-03-21T20:18:43.5804338Z 40e3350d1dba: Pull complete 2025-03-21T20:18:43.6015827Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:18:45.4659026Z b37951d5b4cd: Pull complete 2025-03-21T20:18:45.4879963Z da5f9c0761b5: Pull complete 2025-03-21T20:18:45.5089939Z c42592812bfd: Pull complete 2025-03-21T20:18:45.5300541Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:18:45.5514807Z 59fe3e940463: Pull complete 2025-03-21T20:20:16.9932669Z 20520b201e38: Verifying Checksum 2025-03-21T20:20:16.9933121Z 20520b201e38: Download complete 2025-03-21T20:21:29.8355536Z 20520b201e38: Pull complete 2025-03-21T20:21:30.0568401Z db5c552aa08b: Pull complete 2025-03-21T20:21:36.4326559Z 9ba16c641425: Pull complete 2025-03-21T20:21:36.4553582Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:43.8777171Z 64ce996e9099: Pull complete 2025-03-21T20:21:44.1052673Z 77ba92adb139: Pull complete 2025-03-21T20:21:44.3190861Z a19a1e7e8dc5: Pull complete 2025-03-21T20:21:44.4990576Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:44.6278340Z 3a170b4f1675: Pull complete 2025-03-21T20:21:44.7409509Z 040f4b25fe47: Pull complete 2025-03-21T20:21:45.0155592Z a4ecfbb2800a: Pull complete 2025-03-21T20:21:45.1468639Z Digest: sha256:073cf913dee2284ff75fa810e9e06ddae9544bc5fdd63e5feeb52a8eac5cb2c8 2025-03-21T20:21:45.1925758Z 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:45.2173712Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:45.2219134Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:45.2220295Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:45.2229316Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:45.2229792Z env: 2025-03-21T20:21:45.2230125Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T20:21:45.2230572Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:45.2230923Z PR_NUMBER: 2025-03-21T20:21:45.2232810Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:21:45.2234925Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:45.2235629Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:45.2236310Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:45.2236787Z ##[endgroup] 2025-03-21T20:21:45.2453056Z ##[group]Run set -ex 2025-03-21T20:21:45.2453421Z set -ex 2025-03-21T20:21:45.2453691Z { 2025-03-21T20:21:45.2453988Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:45.2454398Z  echo "set -eou pipefail"; 2025-03-21T20:21:45.2454791Z  # shellcheck disable=SC2016 2025-03-21T20:21:45.2455215Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:45.2455622Z  echo "set -x"; 2025-03-21T20:21:45.2455979Z  echo "${SCRIPT}"; 2025-03-21T20:21:45.2456342Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:45.2456772Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:45.2457658Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:45.2464244Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:45.2464790Z env: 2025-03-21T20:21:45.2465764Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:45.2466682Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:45.2467025Z PR_NUMBER: 2025-03-21T20:21:45.2468841Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:21:45.2470900Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:45.2471715Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:45.2472394Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:45.2473207Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:45.2473598Z ##[endgroup] 2025-03-21T20:21:45.2499226Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:45.2499666Z + echo 'set -eou pipefail' 2025-03-21T20:21:45.2500033Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:45.2500600Z + echo 'set -x' 2025-03-21T20:21:45.2501124Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:45.2501782Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:45.2502243Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:45.2502481Z 2025-03-21T20:21:45.2502608Z source .ci/scripts/utils.sh 2025-03-21T20:21:45.2502995Z install_executorch "--use-pt-pinned-commit" 2025-03-21T20:21:45.2503286Z 2025-03-21T20:21:45.2503456Z .ci/scripts/setup-arm-baremetal-tools.sh 2025-03-21T20:21:45.2503733Z 2025-03-21T20:21:45.2503883Z # Run arm unit tests using the simulator 2025-03-21T20:21:45.2504397Z backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:21:45.2504888Z ' 2025-03-21T20:21:45.2505262Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:45.2514939Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:22:29.2187329Z Running command: 2025-03-21T20:22:29.2196427Z 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_14000170668" `# 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_fd7f7fde-c694-450b-b22d-6dc0870c2f6a":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_fd7f7fde-c694-450b-b22d-6dc0870c2f6a" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:22:29.2203450Z 2025-03-21T20:22:29.2203859Z 599e283b1f1253536857a225196532155bb30170ddd57760ae2db47df71ea696 2025-03-21T20:22:29.2204647Z Running command: docker exec -t 599e283b1f1253536857a225196532155bb30170ddd57760ae2db47df71ea696 /exec 2025-03-21T20:22:29.2205337Z ++ conda env list --json 2025-03-21T20:22:29.2205653Z ++ local cmd=env 2025-03-21T20:22:29.2205934Z ++ case "$cmd" in 2025-03-21T20:22:29.2206234Z ++ __conda_exe env list --json 2025-03-21T20:22:29.2206563Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:22:29.2206901Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:22:29.2207297Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:22:29.2207687Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:22:29.2208068Z + local cmd=activate 2025-03-21T20:22:29.2208350Z + case "$cmd" in 2025-03-21T20:22:29.2208700Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:22:29.2209111Z + '[' -n '' ']' 2025-03-21T20:22:29.2209382Z + local ask_conda 2025-03-21T20:22:29.2209667Z ++ PS1='(base) ' 2025-03-21T20:22:29.2210026Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:29.2210628Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:29.2211152Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:22:29.2212203Z 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:29.2213315Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:29.2213739Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:29.2214102Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:29.2214533Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:29.2214972Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:29.2215393Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:29.2215785Z export _CE_M='\'''\'' 2025-03-21T20:22:29.2216161Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:29.2216583Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:29.2217217Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:22:29.2218336Z 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:29.2219444Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:29.2219866Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:29.2220229Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:29.2220666Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:29.2221099Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:29.2221567Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:29.2222250Z export _CE_M='\'''\'' 2025-03-21T20:22:29.2222566Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:29.2222967Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:29.2223409Z ++ PS1='(py_3.10) ' 2025-03-21T20:22:29.2224621Z ++ 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:29.2226684Z ++ 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:29.2227719Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:29.2228167Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:29.2228558Z ++ export CONDA_SHLVL=2 2025-03-21T20:22:29.2228873Z ++ CONDA_SHLVL=2 2025-03-21T20:22:29.2229181Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:29.2229643Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:29.2230054Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:22:29.2230475Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:22:29.2230871Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:29.2231403Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:29.2231771Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:29.2232168Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:29.2232542Z ++ export _CE_M= 2025-03-21T20:22:29.2232907Z ++ _CE_M= 2025-03-21T20:22:29.2233183Z ++ export _CE_CONDA= 2025-03-21T20:22:29.2233548Z ++ _CE_CONDA= 2025-03-21T20:22:29.2233860Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:29.2234305Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:29.2234686Z + __conda_hashr 2025-03-21T20:22:29.2234974Z + '[' -n '' ']' 2025-03-21T20:22:29.2235251Z + '[' -n '' ']' 2025-03-21T20:22:29.2235505Z + hash -r 2025-03-21T20:22:29.2235779Z + source .ci/scripts/utils.sh 2025-03-21T20:22:29.2236174Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:22:29.2236568Z + which pip 2025-03-21T20:22:29.2236834Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:22:29.2237315Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:22:29.2237976Z 2025-03-21 20:22:28,215 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:22:29.2238780Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:29.2239771Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:22:29.2240879Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:22:29.2241993Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:22:29.2242879Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:22:29.2243494Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:22:29.2244513Z 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:29.2246020Z 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:29.2247099Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:22:29.2247873Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:22:29.2249010Z 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:29.2250374Z 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:29.2251773Z 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:29.2253163Z 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:29.2254858Z 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:29.2256276Z 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:29.2257776Z 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:29.2259368Z 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:29.2260967Z 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:29.2262737Z 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:29.2264398Z 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:29.2266217Z 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:29.2267894Z 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:29.2269593Z 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:43.5096906Z 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:43.5098420Z 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:43.5099824Z 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:43.5100956Z 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:43.5102060Z 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:43.5103165Z 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:43.5104548Z 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:43.5105908Z 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:43.5107155Z 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:43.5108720Z 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:43.5110519Z 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:43.5112248Z 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:43.5114807Z 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:43.5116023Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:22:43.5118984Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:22:43.5119957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 104.2 MB/s eta 0:00:00 2025-03-21T20:22:43.5120876Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:22:43.5121785Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:22:43.5122836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 153.3 MB/s eta 0:00:00 2025-03-21T20:22:43.5123695Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:22:43.5124164Z Attempting uninstall: timm 2025-03-21T20:22:43.5124551Z Found existing installation: timm 0.6.13 2025-03-21T20:22:43.5125018Z Uninstalling timm-0.6.13: 2025-03-21T20:22:43.5125553Z Successfully uninstalled timm-0.6.13 2025-03-21T20:22:43.5126012Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:22:43.5126449Z Processing ./third-party/ao 2025-03-21T20:22:43.5139321Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:22:43.5139937Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:22:43.5140599Z Building wheel for torchao (setup.py) ... [?25l- \ | / done 2025-03-21T20:22:43.5141922Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=bb562890364f4dc264087ccffe0ecc59d0a1d3f7c2c83bc605bea3318eda2a3a 2025-03-21T20:22:43.5143372Z Stored in directory: /tmp/pip-ephem-wheel-cache-6rt0ocxc/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:22:43.5144228Z Successfully built torchao 2025-03-21T20:22:43.5144601Z Installing collected packages: torchao 2025-03-21T20:22:43.5145035Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:22:43.5145784Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:22:43.5146695Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:43.5147523Z Processing /pytorch/executorch 2025-03-21T20:22:43.5147958Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:22:43.5148412Z running dist_info 2025-03-21T20:22:43.5148850Z creating /tmp/pip-modern-metadata-gl459s5q/executorch.egg-info 2025-03-21T20:22:43.5149532Z writing /tmp/pip-modern-metadata-gl459s5q/executorch.egg-info/PKG-INFO 2025-03-21T20:22:43.5150419Z writing dependency_links to /tmp/pip-modern-metadata-gl459s5q/executorch.egg-info/dependency_links.txt 2025-03-21T20:22:43.5151403Z writing entry points to /tmp/pip-modern-metadata-gl459s5q/executorch.egg-info/entry_points.txt 2025-03-21T20:22:43.5152328Z writing requirements to /tmp/pip-modern-metadata-gl459s5q/executorch.egg-info/requires.txt 2025-03-21T20:22:43.5153247Z writing top-level names to /tmp/pip-modern-metadata-gl459s5q/executorch.egg-info/top_level.txt 2025-03-21T20:22:43.5154157Z writing manifest file '/tmp/pip-modern-metadata-gl459s5q/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:43.5155041Z reading manifest file '/tmp/pip-modern-metadata-gl459s5q/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:43.5155693Z adding license file 'LICENSE' 2025-03-21T20:22:43.5156282Z writing manifest file '/tmp/pip-modern-metadata-gl459s5q/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:43.5157140Z creating '/tmp/pip-modern-metadata-gl459s5q/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:22:43.5157932Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:43.5159155Z 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:43.5160135Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:43.5161610Z 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:43.5163164Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:22:43.5164251Z 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:43.5165601Z 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:43.5166904Z 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:43.5168312Z 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:43.5169633Z 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:43.5170989Z 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:43.5172328Z 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:43.5173278Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:43.5174723Z 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:43.5176207Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:22:43.5176876Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:43.5178465Z 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:43.5180093Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:22:43.5181130Z 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:43.5182453Z 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:43.5183781Z 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:43.5184694Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:43.5186149Z 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:43.5187581Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:22:43.5188630Z 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:55.9930144Z 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:55.9933117Z 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:55.9936342Z 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:55.9939270Z 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:55.9943041Z 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:55.9946207Z 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:55.9949164Z 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:55.9952082Z 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:55.9954778Z 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:55.9956631Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:55.9959263Z 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:55.9962082Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:22:55.9963313Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:55.9966185Z 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:55.9969024Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:22:55.9971156Z 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:55.9974199Z 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:55.9976447Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:22:55.9977633Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:22:55.9978712Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:22:55.9979677Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:22:55.9980574Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:22:55.9981519Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:22:55.9982424Z Building wheels for collected packages: executorch 2025-03-21T20:22:55.9983462Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:22:55.9984416Z running bdist_wheel 2025-03-21T20:22:55.9984927Z running build 2025-03-21T20:22:55.9985565Z command options for 'CustomBuild': 2025-03-21T20:22:55.9986263Z build_base = pip-out 2025-03-21T20:22:55.9986870Z build_purelib = pip-out/lib 2025-03-21T20:22:55.9987629Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:55.9988530Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:55.9989373Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:22:55.9990200Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:22:55.9991000Z plat_name = linux-x86_64 2025-03-21T20:22:55.9991609Z compiler = None 2025-03-21T20:22:55.9992099Z parallel = 7 2025-03-21T20:22:55.9992591Z debug = None 2025-03-21T20:22:55.9993113Z force = None 2025-03-21T20:22:55.9993935Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:22:55.9995123Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:22:55.9996761Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:22:55.9999415Z 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:56.0002017Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:56.0003685Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:56.0004921Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:56.0006377Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:56.0008411Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:56.0010275Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:22:56.0012247Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:56.0013655Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:22:56.0014364Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:22:56.0015052Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:22:56.0015783Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:56.0016549Z CMake Warning: 2025-03-21T20:22:56.0017245Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:56.0017902Z 2025-03-21T20:22:56.0017929Z 2025-03-21T20:22:56.0018232Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:56.0019136Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:56.0019989Z git describe failed with exit code: 128 2025-03-21T20:22:56.0020504Z 2025-03-21T20:22:56.0020878Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:56.0021728Z Call Stack (most recent call first): 2025-03-21T20:22:56.0022671Z CMakeLists.txt:5 (include) 2025-03-21T20:22:56.0023087Z 2025-03-21T20:22:56.0023096Z 2025-03-21T20:22:56.0023370Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:56.0024616Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:56.0026492Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:56.0028420Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:56.0030579Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:56.0032435Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:56.0034030Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:56.0035769Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:56.0037595Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:56.0039561Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:56.0041624Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:56.0043077Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:56.0044354Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:56.0046534Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:56.0047943Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:56.0049131Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:56.0051079Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:56.0053136Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:22:56.0055187Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:56.0057219Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:56.0059104Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:56.0061088Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:56.0062960Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:56.0064322Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T20:22:56.0065585Z [ 2%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:56.0067449Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:22:56.0069551Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:56.0070942Z [ 2%] Built target pthreadpool 2025-03-21T20:22:56.0071552Z [ 2%] Built target flatccrt 2025-03-21T20:22:56.0072846Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:22:56.0074953Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:22:56.0076848Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:56.0078210Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:56.0079161Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:56.0080070Z -- Detecting CXX compile features 2025-03-21T20:22:56.0080797Z -- Detecting CXX compile features - done 2025-03-21T20:22:56.0081529Z -- Looking for strtof_l 2025-03-21T20:22:57.0787902Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:57.0789810Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:57.0791625Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:57.0793551Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:57.0795570Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:57.0797398Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:57.0799022Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:57.0800597Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:57.0802193Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:57.0804027Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:57.0806092Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:22:57.0808130Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:57.0809903Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:22:57.0811244Z -- Looking for strtof_l - found 2025-03-21T20:22:57.0811915Z -- Looking for strtoull_l 2025-03-21T20:22:57.0812976Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:57.0814740Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:57.0816656Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:57.0818716Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:57.0820750Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:22:57.0825001Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:22:57.0826914Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:57.0828754Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:57.0830665Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:57.0833013Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:57.0835437Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:22:57.0837389Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:22:57.0839412Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:57.0841328Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:57.0843202Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:57.0844538Z -- Looking for strtoull_l - found 2025-03-21T20:22:57.0845239Z -- Looking for realpath 2025-03-21T20:22:57.0846338Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:57.0848237Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:22:57.0850554Z [ 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:57.0853465Z [ 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:57.0855968Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:57.0858412Z [ 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:57.0860797Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:22:57.0862734Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:57.0864100Z [ 4%] Linking C static library libcpuinfo.a 2025-03-21T20:22:57.0865589Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:22:57.0866894Z [ 4%] Built target cpuinfo 2025-03-21T20:22:57.0868396Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:22:57.0870302Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:57.0872731Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:57.0875324Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:22:57.0877561Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:22:57.0879646Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:57.0881590Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:22:57.0883886Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:22:57.0885402Z -- Looking for realpath - found 2025-03-21T20:22:57.0886189Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:57.0887002Z -- Configuring done (1.2s) 2025-03-21T20:22:57.0887590Z -- Generating done (0.0s) 2025-03-21T20:22:57.0889005Z -- 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:57.0890507Z [ 6%] Performing build step for 'flatbuffers' 2025-03-21T20:22:57.0891893Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:22:57.0893793Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:22:57.0895318Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:57.0896483Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:57.0898088Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:22:57.0899922Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:57.0902254Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:57.0905034Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-03-21T20:22:57.0907502Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:22:57.0909355Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:57.0911293Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:22:57.0913172Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:22:57.0914949Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:22:57.0917308Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-03-21T20:22:57.0919480Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:57.0921198Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:22:57.0922641Z [ 6%] Built target flatcc 2025-03-21T20:22:57.0923636Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:22:57.0925546Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:22:57.0927136Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:57.0928681Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:22:57.0930062Z [ 7%] Built target logging 2025-03-21T20:22:57.0930832Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:57.0931942Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:57.0933128Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:57.0934127Z [ 7%] Linking CXX static library libeigen_blas.a 2025-03-21T20:22:57.0935844Z [ 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:58.7595484Z [ 7%] Built target indirection 2025-03-21T20:22:58.7596617Z [ 7%] Built target eigen_blas 2025-03-21T20:22:58.7598001Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:22:58.7600025Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:22:58.7601649Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:58.7602796Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:58.7603778Z [ 7%] Built target normalization 2025-03-21T20:22:58.7604652Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:58.7605588Z [ 7%] Built target microparams-init 2025-03-21T20:22:58.7606513Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:58.7608413Z [ 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:58.7611026Z [ 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:58.7613692Z [ 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:58.7615705Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:58.7616855Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:58.7618760Z [ 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:58.7621846Z [ 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:58.7625489Z [ 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:58.7628798Z [ 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:58.7632172Z [ 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:58.7635419Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-03-21T20:22:58.7637596Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:58.7638758Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:58.7640488Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:58.7643001Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-03-21T20:22:58.7645170Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:58.7646381Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:58.7648524Z [ 8%] 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:58.7650659Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:58.7651812Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:58.7653018Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:58.7654291Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:58.7656659Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-03-21T20:22:58.7658940Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:58.7661103Z [ 8%] 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:58.7663141Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:58.7664806Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:22:58.7666925Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:22:58.7669393Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:58.7672391Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-03-21T20:22:58.7675393Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:22:58.7677474Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:58.7678442Z [ 8%] Built target allocator 2025-03-21T20:22:58.7679260Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:58.7680142Z [ 8%] Built target packing 2025-03-21T20:22:58.7681301Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:22:58.7682728Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:58.7683942Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:58.7685334Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:58.7687585Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:58.7689444Z [ 8%] Built target cache 2025-03-21T20:22:58.7691544Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:22:58.7693977Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:58.7695520Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:22:58.7697784Z [ 8%] 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:58.7700370Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:58.7701683Z [ 8%] Built target datatype 2025-03-21T20:22:58.7702893Z [ 8%] 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:58.7704312Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:58.7705542Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:22:58.7706772Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:58.7707822Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:58.7709063Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:58.7710726Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:22:58.7712258Z [ 8%] Built target memory 2025-03-21T20:22:58.7713778Z [ 8%] 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:58.7715182Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:22:58.7715940Z [ 8%] Built target microkernel-utils 2025-03-21T20:22:58.7716835Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:22:58.7718503Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:22:58.7719406Z [ 8%] Built target mutex 2025-03-21T20:22:58.7719963Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:58.7720969Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:22:58.7723710Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:22:58.7725339Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:58.7727204Z [ 8%] 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:58.7729510Z [ 8%] 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:58.7730975Z [ 8%] Built target reference-ukernels 2025-03-21T20:22:58.7731946Z [ 8%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:58.7732856Z [ 8%] Built target operator-run 2025-03-21T20:22:58.7733265Z [ 8%] Built target operator-utils 2025-03-21T20:22:58.7733851Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:58.7734644Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:00.0755692Z [ 8%] 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:23:00.0757970Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:23:00.0759608Z [ 8%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:23:00.0761110Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:23:00.0763234Z [ 9%] 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:23:00.0764763Z [ 9%] Built target flatcc_cli 2025-03-21T20:23:00.0766521Z [ 9%] 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:23:00.0768064Z [ 9%] Built target hardware-config 2025-03-21T20:23:00.0768696Z [ 9%] Generating etdump headers 2025-03-21T20:23:00.0769279Z [ 9%] Built target etdump_schema 2025-03-21T20:23:00.0770721Z [ 9%] 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:23:00.0772955Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:23:00.0775110Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:23:00.0776540Z [100%] Linking CXX executable flatc 2025-03-21T20:23:00.0778026Z [ 9%] 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:23:00.0780612Z [ 9%] 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:23:00.0783130Z [ 9%] 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:23:00.0785765Z [ 9%] 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:23:00.0788227Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:23:00.0790693Z [ 10%] 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:23:00.0793139Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:23:00.0795628Z [ 10%] 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:23:00.0798039Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:23:00.0800438Z [ 10%] 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:23:00.0802837Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:23:00.0805025Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:23:00.0807249Z [ 10%] 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:23:00.0809753Z [ 10%] 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:23:00.0812237Z [ 10%] 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:23:00.0814491Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:23:00.0816647Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:23:00.0818965Z [ 10%] 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:23:00.0821471Z [ 10%] 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:23:00.0824163Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:23:00.0826514Z [ 10%] 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:23:00.0828866Z [ 12%] 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:23:00.0831077Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:23:00.0833206Z [ 12%] 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:23:00.0835264Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:23:00.0837108Z [ 12%] 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:23:00.0839585Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:23:00.0841357Z [ 12%] 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:23:00.0843452Z [ 12%] 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:23:00.0845937Z [ 12%] 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:23:00.0848403Z [ 12%] 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:23:00.0850576Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:23:00.0852690Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:23:00.0855081Z [ 12%] 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:23:00.0857333Z [ 12%] 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:23:00.0859513Z [ 12%] 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:23:00.0861564Z [ 12%] 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:23:00.0863570Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:23:00.0865511Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:23:00.0867614Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:23:00.0870187Z [ 12%] 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:23:00.0872389Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:23:00.0874422Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:23:00.0876285Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:23:00.0878279Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:23:00.0881021Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:23:00.0883271Z [ 13%] 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:23:00.0885821Z [ 13%] 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:23:00.0888615Z [ 13%] 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:23:00.0891088Z [ 13%] 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:23:01.1289192Z [ 14%] 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:23:01.1290906Z [ 14%] Built target operators 2025-03-21T20:23:01.1292147Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:23:01.1294074Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:23:01.1295903Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:23:01.1298131Z [ 15%] 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:23:01.1300882Z [ 15%] 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:23:01.1302651Z [100%] Built target flatc 2025-03-21T20:23:01.1304078Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:23:01.1305714Z [ 15%] No install step for 'flatbuffers' 2025-03-21T20:23:01.1306426Z [ 15%] Completed 'flatbuffers' 2025-03-21T20:23:01.1308132Z [ 15%] 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:23:01.1309923Z [ 15%] Built target flatbuffers 2025-03-21T20:23:01.1311719Z [ 15%] 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:23:01.1314612Z [ 15%] 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:23:01.1317288Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:23:01.1318853Z [ 15%] Generating common_schema headers 2025-03-21T20:23:01.1319615Z [ 17%] Generating xnnpack_schema headers 2025-03-21T20:23:01.1320359Z [ 17%] Built target common_schema 2025-03-21T20:23:01.1323194Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:23:01.1325042Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:23:01.1326998Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:23:01.1328445Z [ 17%] Built target xnnpack_schema 2025-03-21T20:23:01.1330178Z [ 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:23:01.1331991Z [ 17%] Generating bundled_program headers 2025-03-21T20:23:01.1333767Z [ 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:23:01.1336026Z [ 17%] Built target bundled_program_schema 2025-03-21T20:23:01.1336786Z [ 17%] Generating program_schema headers 2025-03-21T20:23:01.1338172Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:23:01.1339627Z [ 17%] Built target program_schema 2025-03-21T20:23:01.1340886Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:23:01.1343325Z [ 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:23:01.1346341Z [ 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:23:01.1348570Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:01.1350359Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:01.1352251Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:23:01.1354847Z [ 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:23:01.1357700Z [ 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:23:01.1360193Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:23:01.1362829Z [ 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:23:01.1365579Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:23:01.1367954Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:23:01.1370808Z [ 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:23:01.1373969Z [ 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:23:01.1376584Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:01.1379260Z [ 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:23:01.1381940Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:23:01.1384079Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:01.1386339Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:23:01.1388646Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:23:01.1390743Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:01.1392372Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:01.1394481Z [ 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:23:01.1397634Z [ 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:23:01.1400254Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:23:01.1402423Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:23:01.1404640Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:23:01.1407297Z [ 19%] 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:23:01.1410114Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:23:01.1412487Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:23:01.1415042Z [ 19%] 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:23:01.1418157Z [ 19%] 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:23:01.1420609Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:01.1422749Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:23:01.1424994Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:23:01.1426952Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:01.1428488Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:01.1430045Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:01.1431906Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:23:01.1434435Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-03-21T20:23:01.1437141Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:23:01.1439247Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:01.1441047Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:02.4335914Z [ 20%] 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:23:02.4338718Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:23:02.4340942Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:23:02.4343037Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:02.4345041Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:23:02.4347256Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:23:02.4349723Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:23:02.4353060Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:23:02.4356040Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:23:02.4358533Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:23:02.4360515Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:23:02.4362273Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:02.4363911Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:02.4366129Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-03-21T20:23:02.4369177Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-03-21T20:23:02.4371314Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:02.4372415Z [ 20%] Built target subgraph 2025-03-21T20:23:02.4373445Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:02.4375032Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:02.4377289Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-03-21T20:23:02.4380242Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:23:02.4382420Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:02.4384057Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:02.4386513Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T20:23:02.4389492Z [ 21%] 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:23:02.4392389Z [ 21%] 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:23:02.4395376Z [ 21%] 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:23:02.4397370Z [ 21%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:02.4399349Z [ 21%] 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:23:02.4402329Z [ 21%] 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:23:02.4404205Z [ 21%] Built target executorch_core 2025-03-21T20:23:02.4406081Z [ 21%] 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:23:02.4408449Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:02.4410111Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:23:02.4412371Z [ 23%] 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:23:02.4414749Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:23:02.4416626Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:02.4418220Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:02.4420592Z [ 23%] 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:23:02.4424520Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:23:02.4427679Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:23:02.4430222Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:02.4431925Z [ 24%] Linking CXX static library libextension_tensor.a 2025-03-21T20:23:02.4433814Z [ 24%] 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:23:02.4436291Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:02.4437702Z [ 24%] Built target extension_tensor 2025-03-21T20:23:02.4439055Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:02.4441064Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:02.4443513Z [ 24%] 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:23:02.4445420Z [ 24%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:02.4447624Z [ 24%] 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:23:02.4449750Z [ 24%] Built target executorch 2025-03-21T20:23:02.4451751Z [ 24%] 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:23:02.4454220Z [ 24%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:02.4455737Z [ 25%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:23:02.4457472Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:23:02.4459453Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:23:02.4462187Z [ 25%] 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:23:02.4464652Z [ 25%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:23:02.4466014Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:02.4466883Z [ 25%] Built target extension_threadpool 2025-03-21T20:23:02.4467912Z [ 25%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:23:02.4469484Z [ 25%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:23:02.4470903Z [ 25%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:23:02.4473158Z [ 25%] 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:23:02.4475306Z [ 25%] Built target extension_data_loader 2025-03-21T20:23:02.4477691Z [ 26%] 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:23:02.4480445Z [ 26%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:23:02.4482297Z [ 26%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:23:02.4484970Z [ 26%] 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:23:02.4488480Z [ 26%] 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:23:04.1929115Z [ 26%] 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:23:04.1933172Z [ 26%] 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:23:04.1936545Z [ 26%] 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:23:04.1939734Z [ 26%] 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:23:04.1941869Z [ 26%] Linking CXX static library libbundled_program.a 2025-03-21T20:23:04.1942682Z [ 26%] Built target bundled_program 2025-03-21T20:23:04.1944718Z [ 26%] 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:23:04.1948311Z [ 26%] 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:23:04.1950310Z [ 26%] Linking CXX static library libetdump.a 2025-03-21T20:23:04.1951060Z [ 26%] Built target etdump 2025-03-21T20:23:04.1952067Z [ 26%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:23:04.1954281Z [ 26%] 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:23:04.1956745Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:04.1959300Z [ 28%] 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:23:04.1961768Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:04.1963813Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:04.1965697Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:04.1967964Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-03-21T20:23:04.1969723Z [ 28%] Linking CXX static library libutil.a 2025-03-21T20:23:04.1970435Z [ 28%] Built target util 2025-03-21T20:23:04.1971642Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:04.1973344Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:23:04.1975080Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:04.1977894Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T20:23:04.1980355Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:04.1982344Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:04.1984420Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:04.1987159Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-03-21T20:23:04.1989068Z [ 28%] Linking CXX static library libcpublas.a 2025-03-21T20:23:04.1990449Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:04.1991763Z [ 28%] Built target cpublas 2025-03-21T20:23:04.1993171Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:04.1995582Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-03-21T20:23:04.1998374Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-03-21T20:23:04.2000631Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:04.2002898Z [ 29%] 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:23:04.2005443Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:04.2007302Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:04.2009735Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:23:04.2012260Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:04.2014261Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:04.2016838Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:23:04.2019979Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:23:04.2023179Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:23:04.2025556Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:04.2027547Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:04.2029806Z [ 30%] 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:23:04.2032517Z [ 30%] 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:23:04.2035236Z [ 30%] 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:23:04.2038081Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:23:04.2041258Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-03-21T20:23:04.2043908Z [ 30%] 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:23:04.2046766Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:23:04.2049208Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:04.2051560Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:23:04.2054300Z [ 30%] 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:23:04.2057059Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-03-21T20:23:04.2060198Z [ 31%] 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:23:04.2062614Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:04.2065017Z [ 31%] 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:23:04.2067369Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:04.2069080Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:04.2070798Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:04.2072573Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:23:04.2074868Z [ 31%] 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:23:04.2077215Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:04.2079682Z [ 31%] 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:23:04.2082020Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:07.9103944Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:07.9106106Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:07.9108026Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:07.9110493Z [ 31%] 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:23:07.9113082Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:07.9115530Z [ 31%] 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:23:07.9118138Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:07.9120792Z [ 31%] 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:23:07.9124163Z [ 31%] 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:23:07.9127661Z [ 31%] 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:23:07.9130229Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:07.9132744Z [ 31%] 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:23:07.9134977Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:07.9136728Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:23:07.9138808Z [ 31%] 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:23:07.9141723Z [ 31%] 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:23:07.9143942Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:07.9145828Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:07.9148737Z [ 31%] 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:23:07.9151119Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:07.9153577Z [ 31%] 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:23:07.9156145Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:07.9158768Z [ 31%] 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:23:07.9161825Z [ 31%] 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:23:07.9164839Z [ 32%] 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:23:07.9167658Z [ 32%] 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:23:07.9170537Z [ 32%] 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:23:07.9173499Z [ 32%] 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:23:07.9176076Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:07.9178619Z [ 32%] 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:23:07.9180939Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:07.9182829Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:07.9185019Z [ 34%] 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:23:07.9187473Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:07.9190286Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:23:07.9192770Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:07.9195104Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:23:07.9197569Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:07.9199946Z [ 34%] 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:23:07.9202759Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-03-21T20:23:07.9205140Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:07.9207287Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:07.9209780Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:23:07.9212569Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:23:07.9214989Z [ 34%] 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:23:07.9216974Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:07.9218723Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:07.9220995Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:23:07.9230216Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:23:07.9232735Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:07.9235445Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-03-21T20:23:07.9238254Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:07.9241023Z [ 36%] 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:23:07.9243614Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:07.9246138Z [ 36%] 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:23:07.9249161Z [ 36%] 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:23:07.9252210Z [ 36%] 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:23:07.9254747Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:07.9257256Z [ 36%] 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:23:07.9260320Z [ 36%] 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:23:07.9263687Z [ 36%] 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:23:07.9266293Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:12.0397460Z [ 36%] 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:23:12.0400141Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:12.0402686Z [ 36%] 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:23:12.0405244Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:12.0408231Z [ 36%] 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:23:12.0411219Z [ 36%] 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:23:12.0413852Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:12.0416477Z [ 36%] 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:23:12.0419600Z [ 36%] 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:23:12.0422391Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:12.0424984Z [ 36%] 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:23:12.0427806Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:12.0430395Z [ 36%] 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:23:12.0433164Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:12.0435695Z [ 37%] 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:23:12.0438194Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:12.0440682Z [ 37%] 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:23:12.0443869Z [ 37%] 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:23:12.0446575Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:12.0449107Z [ 37%] 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:23:12.0451821Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:12.0453650Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:12.0456340Z [ 37%] 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:23:12.0458864Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:12.0460759Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:12.0463233Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:23:12.0466488Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:23:12.0469016Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:12.0470994Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:12.0473761Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:23:12.0476880Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:23:12.0479861Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:23:12.0482246Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:12.0484732Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:23:12.0487148Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:12.0489811Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:23:12.0492907Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:23:12.0495369Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:12.0497853Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-03-21T20:23:12.0500417Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:12.0502897Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:23:12.0505539Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:12.0508229Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:23:12.0511170Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-03-21T20:23:12.0513841Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-03-21T20:23:12.0516646Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-03-21T20:23:12.0519433Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:23:12.0523784Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:12.0525695Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:12.0528095Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:23:12.0530956Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:23:12.0533713Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-03-21T20:23:12.0536492Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-03-21T20:23:12.0539309Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-03-21T20:23:12.0542151Z [ 40%] 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:23:12.0544953Z [ 40%] 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:23:12.0547383Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:12.0549249Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:12.0551601Z [ 40%] 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:23:14.0846889Z [ 40%] 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:23:14.0849765Z [ 40%] 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:23:14.0852263Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:14.0854120Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:14.0856535Z [ 40%] 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:23:14.0858968Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:14.0861757Z [ 40%] 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:23:14.0865541Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-03-21T20:23:14.0868335Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:14.0871190Z [ 42%] 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:23:14.0873994Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:14.0876967Z [ 42%] 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:23:14.0880073Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:14.0881988Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:14.0883884Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:14.0886387Z [ 42%] 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:23:14.0889133Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:14.0891682Z [ 42%] 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:23:14.0894744Z [ 42%] 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:23:14.0897955Z [ 42%] 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:23:14.0900580Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:14.0903157Z [ 42%] 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:23:14.0906142Z [ 42%] 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:23:14.0909210Z [ 42%] 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:23:14.0911894Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:14.0914741Z [ 42%] 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:23:14.0917522Z [ 42%] 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:23:14.0919931Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:14.0939410Z [ 42%] 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:23:14.0941854Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:14.0944298Z [ 42%] 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:23:14.0946899Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:14.0949258Z [ 42%] 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:23:14.0951593Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:14.0953842Z [ 43%] 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:23:14.0956088Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:14.0958136Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:14.0960133Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:14.0962772Z [ 43%] 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:23:14.0965624Z [ 43%] 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:23:14.0968298Z [ 43%] 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:23:14.0970924Z [ 43%] 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:23:14.0973658Z [ 43%] 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:23:14.0976368Z [ 43%] 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:23:14.0979269Z [ 43%] 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:23:14.0981952Z [ 43%] 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:23:14.0984373Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:14.0986834Z [ 43%] 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:23:14.0989535Z [ 43%] 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:23:14.0992100Z [ 43%] 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:23:14.0994659Z [ 43%] 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:23:14.0997383Z [ 43%] 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:23:14.0999658Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:14.1002098Z [ 45%] 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:23:14.1004457Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:14.1006372Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:14.1008328Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:14.1010598Z [ 45%] 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:23:14.1012924Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:14.1015249Z [ 46%] 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:23:14.1017578Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:15.9593959Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:15.9595990Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:15.9598263Z [ 46%] 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:23:15.9601214Z [ 46%] 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:23:15.9603783Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:15.9606004Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:15.9608292Z [ 46%] 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:23:15.9610548Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:15.9612754Z [ 46%] 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:23:15.9614661Z [ 46%] 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:23:15.9616093Z [ 46%] 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:23:15.9617482Z [ 46%] 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:23:15.9618749Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:15.9619778Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:15.9620791Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:15.9622799Z [ 46%] 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:23:15.9624224Z [ 46%] 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:23:15.9625546Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:15.9626585Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:15.9627703Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:15.9628851Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:15.9630134Z [ 47%] 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:23:15.9631540Z [ 47%] 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:23:15.9632890Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:15.9633956Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:15.9635132Z [ 47%] 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:23:15.9636549Z [ 47%] 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:23:15.9637763Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:15.9638785Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:15.9640182Z [ 47%] 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:23:15.9641585Z [ 47%] 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:23:15.9642965Z [ 48%] 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:23:15.9644776Z [ 48%] 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:23:15.9646667Z [ 48%] 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:23:15.9648432Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:15.9650487Z [ 48%] 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:23:15.9652185Z [ 48%] 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:23:15.9653672Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:15.9655261Z [ 48%] 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:23:15.9657647Z [ 48%] 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:23:15.9659841Z [ 48%] 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:23:15.9661949Z [ 48%] 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:23:15.9663962Z [ 48%] 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:23:15.9665836Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:15.9667428Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:15.9669250Z [ 48%] 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:23:15.9671120Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:15.9672636Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:15.9674383Z [ 48%] 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:23:15.9676332Z [ 48%] 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:23:15.9677966Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:15.9679454Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:15.9680797Z [ 48%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:23:15.9682408Z [ 48%] 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:23:15.9684772Z [ 48%] 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:23:15.9686998Z [ 48%] 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:23:15.9688738Z [ 48%] Built target optimized_kernels 2025-03-21T20:23:15.9690211Z [ 50%] 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:23:15.9691506Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:15.9692819Z [ 50%] 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:23:15.9694123Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:15.9695260Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:15.9696605Z [ 51%] 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:23:15.9698124Z [ 51%] 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:23:15.9699348Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:17.7455819Z [ 51%] 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:23:17.7458304Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:17.7460780Z [ 51%] 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:23:17.7463219Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:17.7465789Z [ 51%] 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:23:17.7468161Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:17.7470251Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:17.7472699Z [ 51%] 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:23:17.7475417Z [ 51%] 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:23:17.7478214Z [ 51%] 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:23:17.7480643Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:17.7482840Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:17.7484898Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:17.7486750Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:17.7488987Z [ 51%] 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:23:17.7491633Z [ 51%] 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:23:17.7494244Z [ 51%] 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:23:17.7496911Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:17.7499180Z [ 51%] 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:23:17.7501633Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:17.7503570Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:17.7505636Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:17.7507682Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:17.7510216Z [ 51%] 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:23:17.7513287Z [ 52%] 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:23:17.7515965Z [ 52%] 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:23:17.7518375Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:17.7520812Z [ 53%] 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:23:17.7523573Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:17.7525936Z [ 53%] 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:23:17.7528345Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:17.7530316Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:17.7532644Z [ 53%] 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:23:17.7535536Z [ 53%] 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:23:17.7538329Z [ 53%] 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:23:17.7540738Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:17.7543101Z [ 53%] 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:23:17.7545553Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:17.7547458Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:17.7549535Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:17.7551590Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:17.7553931Z [ 53%] 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:23:17.7556255Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:17.7558688Z [ 53%] 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:23:17.7561787Z [ 53%] 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:23:17.7564487Z [ 53%] 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:23:17.7567099Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:17.7569231Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:17.7571146Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:17.7573565Z [ 53%] 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:23:17.7576156Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:17.7578080Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:17.7579913Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:17.7582254Z [ 53%] 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:23:17.7584953Z [ 53%] 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:23:17.7587754Z [ 53%] 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:23:17.7590389Z [ 54%] 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:23:17.7592635Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:17.7594499Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:17.7596424Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:17.7598399Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:17.7600362Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:17.7602407Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:17.7604840Z [ 56%] 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:23:17.7607193Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:19.3328238Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:19.3329414Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:19.3330836Z [ 56%] 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:23:19.3332181Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:19.3333999Z [ 56%] 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:23:19.3335272Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:19.3337166Z [ 56%] 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:23:19.3339687Z [ 56%] 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:23:19.3341987Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:19.3343912Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:19.3345743Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:19.3347536Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:19.3349786Z [ 56%] 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:23:19.3352296Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:19.3354518Z [ 57%] 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:23:19.3357011Z [ 57%] 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:23:19.3359087Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:19.3360983Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:19.3363251Z [ 57%] 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:23:19.3365638Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:19.3367979Z [ 57%] 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:23:19.3370370Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:19.3372603Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:19.3378125Z [ 57%] 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:23:19.3380417Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:19.3382700Z [ 57%] 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:23:19.3385140Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:23:19.3387456Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:19.3389411Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:19.3391385Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:19.3393367Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:19.3395286Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:19.3397723Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:23:19.3399947Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:19.3401889Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:19.3404102Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:23:19.3406616Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:23:19.3408872Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:19.3410938Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:19.3413183Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:19.3415408Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T20:23:19.3417629Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:19.3419857Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T20:23:19.3422320Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:19.3424327Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:19.3426702Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:23:19.3429247Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T20:23:19.3431454Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:19.3433344Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:19.3435626Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T20:23:19.3438193Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T20:23:19.3440794Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:23:19.3443388Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T20:23:19.3446021Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-03-21T20:23:19.3448661Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-03-21T20:23:19.3451314Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-03-21T20:23:19.3453958Z [ 59%] 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:23:19.3455807Z [ 59%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:19.3457941Z [ 59%] 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:23:19.3461852Z [ 59%] 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:23:19.3464673Z [ 60%] 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:23:19.3466711Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-03-21T20:23:20.4870003Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-03-21T20:23:20.4872842Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-03-21T20:23:20.4875788Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:23:20.4877584Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-03-21T20:23:20.4879212Z [ 60%] 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:23:20.4880937Z [ 60%] 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:23:20.4882526Z [ 60%] 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:23:20.4884115Z [ 60%] 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:23:20.4885671Z [ 60%] 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:23:20.4887258Z [ 60%] 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:23:20.4888338Z [ 60%] Built target optimized_portable_kernels 2025-03-21T20:23:20.4889418Z [ 60%] 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:23:20.4890462Z [ 60%] Merging kernel yaml files 2025-03-21T20:23:20.4891514Z [ 60%] 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:23:20.4893175Z [ 60%] 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:23:20.4894809Z [ 60%] 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:23:20.4896358Z [ 62%] 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:23:20.4897765Z [ 62%] 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:23:20.4899250Z [ 62%] 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:23:20.4900300Z [ 62%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:23:20.4901345Z [ 62%] 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:23:20.4903020Z [ 62%] 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:23:20.4904531Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:23:20.4906227Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-03-21T20:23:20.4907719Z [ 62%] 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:23:20.4909274Z [ 62%] 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:23:20.4910675Z [ 62%] 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:23:20.4913344Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:23:20.4915887Z [ 62%] 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:23:20.4918469Z [ 62%] 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:23:20.4921016Z [ 62%] 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:23:20.4923676Z [ 62%] 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:23:20.4926117Z [ 62%] 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:23:20.4928661Z [ 63%] 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:23:20.4931182Z [ 63%] 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:23:20.4933686Z [ 63%] 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:23:20.4935334Z [ 63%] Generating code for kernel registration 2025-03-21T20:23:20.4936942Z [ 63%] 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:23:20.4939334Z [ 63%] 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:23:20.4941731Z [ 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:23:20.4944198Z [ 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:23:20.4946648Z [ 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:23:20.4948673Z [ 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:23:20.4950608Z [ 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:23:20.4952535Z [ 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:23:20.4954188Z [ 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:23:20.4955613Z [ 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:23:20.4957042Z [ 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:23:20.4958432Z [ 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:23:20.4959794Z [ 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:23:20.4961198Z [ 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:23:20.4962870Z [ 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:23:20.4964372Z [ 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:23:20.4965897Z [ 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:23:20.4967415Z [ 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:23:20.4968926Z [ 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:23:20.4970470Z [ 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:23:20.4972518Z [ 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:23:20.4974647Z [ 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:23:21.8683697Z [ 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:23:21.8686987Z [ 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:23:21.8690147Z [ 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:23:21.8693205Z [ 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:23:21.8696095Z [ 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:23:21.8698960Z [ 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:23:21.8701779Z [ 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:23:21.8704560Z [ 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:23:21.8707515Z [ 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:23:21.8710910Z [ 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:23:21.8713764Z [ 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:23:21.8716752Z [ 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:23:21.8719706Z [ 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:23:21.8722518Z [ 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:23:21.8724698Z [ 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:23:21.8727704Z [ 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:23:21.8730328Z [ 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:23:21.8732937Z [ 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:23:21.8735556Z [ 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:23:21.8738197Z [ 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:23:21.8740842Z [ 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:23:21.8743470Z [ 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:23:21.8746195Z [ 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:23:21.8748777Z [ 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:23:21.8751412Z [ 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:23:21.8754339Z [ 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:23:21.8757588Z [ 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:23:21.8760963Z [ 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:23:21.8764476Z [ 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:23:21.8767843Z [ 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:23:21.8771075Z [ 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:23:21.8774342Z [ 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:23:21.8777882Z [ 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:23:21.8781235Z [ 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:23:21.8784639Z [ 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:23:21.8788182Z [ 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:23:21.8791631Z [ 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:23:21.8794980Z [ 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:23:21.8798539Z [ 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:23:21.8801954Z [ 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:23:21.8805266Z [ 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:23:21.8808561Z [ 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:23:21.8811716Z [ 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:23:21.8814894Z [ 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:23:21.8818172Z [ 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:23:21.8821497Z [ 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:23:21.8827918Z [ 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:23:21.8831474Z [ 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:23:21.8835052Z [ 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:23:21.8838616Z [ 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:23:21.8842162Z [ 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:23:21.8845613Z [ 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:23:22.9833899Z [ 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:23:22.9837639Z [ 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:23:22.9841018Z [ 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:23:22.9844244Z [ 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:23:22.9847308Z [ 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:23:22.9850429Z [ 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:23:22.9853745Z [ 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:23:22.9856938Z [ 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:23:22.9860092Z [ 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:23:22.9863276Z [ 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:23:22.9866540Z [ 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:23:22.9869647Z [ 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:23:22.9872519Z [ 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:23:22.9875364Z [ 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:23:22.9878324Z [ 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:23:22.9881401Z [ 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:23:22.9884472Z [ 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:23:22.9887421Z [ 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:23:22.9890374Z [ 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:23:22.9893407Z [ 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:23:22.9896469Z [ 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:23:22.9899467Z [ 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:23:22.9902737Z [ 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:23:22.9906083Z [ 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:23:22.9909268Z [ 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:23:22.9912311Z [ 70%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:22.9915360Z [ 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:23:22.9918672Z [ 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:23:22.9921549Z [ 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:23:22.9924763Z [ 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:23:22.9927856Z [ 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:23:22.9931893Z [ 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:23:22.9935930Z [ 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:23:22.9938939Z [ 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:23:22.9941012Z [ 70%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:23:22.9943022Z [ 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:23:22.9944906Z [ 71%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:23:22.9947077Z [ 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:23:22.9949580Z [ 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:23:22.9952405Z [ 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:23:22.9955634Z [ 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:23:22.9958837Z [ 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:23:22.9961816Z [ 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:23:22.9964929Z [ 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:23:22.9967969Z [ 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:23:22.9971034Z [ 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:23:22.9975288Z [ 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:23:22.9978697Z [ 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:23:22.9981987Z [ 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:23:23.8730172Z [ 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:23:23.8733546Z [ 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:23:23.8736817Z [ 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:23:23.8740123Z [ 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:23:23.8743481Z [ 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:23:23.8747021Z [ 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:23:23.8750420Z [ 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:23:23.8753558Z [ 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:23:23.8756393Z [ 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:23:23.8759278Z [ 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:23:23.8761969Z [ 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:23:23.8764746Z [ 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:23:23.8767565Z [ 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:23:23.8770333Z [ 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:23:23.8772895Z [ 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:23:23.8775470Z [ 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:23:23.8778295Z [ 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:23:23.8781726Z [ 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:23:23.8785003Z [ 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:23:23.8788440Z [ 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:23:23.8791814Z [ 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:23:23.8795106Z [ 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:23:23.8798655Z [ 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:23:23.8801711Z [ 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:23:23.8805046Z [ 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:23:23.8808460Z [ 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:23:23.8811867Z [ 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:23:23.8815150Z [ 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:23:23.8818256Z [ 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:23:23.8821468Z [ 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:23:23.8824837Z [ 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:23:23.8828173Z [ 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:23:23.8831259Z [ 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:23:23.8833922Z [ 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:23:23.8836767Z [ 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:23:23.8839775Z [ 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:23:23.8842923Z [ 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:23:23.8846355Z [ 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:23:23.8849473Z [ 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:23:23.8852335Z [ 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:23:23.8855281Z [ 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:23:23.8858320Z [ 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:23:23.8860794Z [ 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:23:23.8862702Z [ 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:23:23.8864426Z [ 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:23:23.8866237Z [ 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:23:23.8867925Z [ 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:23:23.8869609Z [ 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:23:23.8871266Z [ 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:23:24.9172479Z [ 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:23:24.9175664Z [ 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:23:24.9178611Z [ 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:23:24.9181536Z [ 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:23:24.9184591Z [ 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:23:24.9187646Z [ 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:23:24.9190500Z [ 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:23:24.9193530Z [ 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:23:24.9196588Z [ 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:23:24.9200202Z [ 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:23:24.9203564Z [ 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:23:24.9206765Z [ 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:23:24.9210003Z [ 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:23:24.9213076Z [ 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:23:24.9216518Z [ 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:23:24.9219616Z [ 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:23:24.9223569Z [ 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:23:24.9226591Z [ 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:23:24.9229684Z [ 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:23:24.9232832Z [ 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:23:24.9235965Z [ 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:23:24.9239112Z [ 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:23:24.9242156Z [ 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:23:24.9243951Z [ 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:23:24.9245661Z [ 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:23:24.9247269Z [ 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:23:24.9249547Z [ 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:23:24.9251568Z [ 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:23:24.9253162Z [ 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:23:24.9254663Z [ 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:23:24.9256346Z [ 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:23:24.9257823Z [ 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:23:24.9260107Z [ 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:23:24.9262606Z [ 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:23:24.9265480Z [ 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:23:24.9268375Z [ 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:23:24.9271515Z [ 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:23:24.9274478Z [ 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:23:24.9277224Z [ 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:23:24.9280003Z [ 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:23:24.9282844Z [ 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:23:24.9285654Z [ 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:23:24.9288715Z [ 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:23:24.9291836Z [ 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:23:24.9294855Z [ 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:23:24.9297687Z [ 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:23:24.9300385Z [ 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:23:24.9303219Z [ 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:23:24.9305509Z [ 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:23:24.9306884Z [ 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:23:24.9308234Z [ 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:23:25.7940123Z [ 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:23:25.7942740Z [ 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:23:25.7945740Z [ 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:23:25.7948319Z [ 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:23:25.7950774Z [ 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:23:25.7953248Z [ 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:23:25.7955904Z [ 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:23:25.7958664Z [ 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:23:25.7961614Z [ 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:23:25.7964060Z [ 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:23:25.7966508Z [ 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:23:25.7969087Z [ 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:23:25.7971825Z [ 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:23:25.7974582Z [ 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:23:25.7977469Z [ 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:23:25.7980124Z [ 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:23:25.7982903Z [ 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:23:25.7985778Z [ 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:23:25.7987615Z [ 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:23:25.7989351Z [ 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:23:25.7991002Z [ 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:23:25.7992631Z [ 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:23:25.7994232Z [ 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:23:25.7995824Z [ 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:23:25.7997462Z [ 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:23:25.7999279Z [ 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:23:25.8000956Z [ 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:23:25.8002610Z [ 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:23:25.8004301Z [ 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:23:25.8005978Z [ 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:23:25.8007714Z [ 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:23:25.8009352Z [ 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:23:25.8010972Z [ 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:23:25.8012886Z [ 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:23:25.8014674Z [ 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:23:25.8017594Z [ 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:23:25.8020035Z [ 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:23:25.8021715Z [ 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:23:25.8024809Z [ 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:23:25.8027936Z [ 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:23:25.8030769Z [ 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:23:25.8033678Z [ 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:23:25.8036588Z [ 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:23:25.8039458Z [ 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:23:25.8042306Z [ 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:23:25.8045152Z [ 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:23:25.8048209Z [ 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:23:25.8051653Z [ 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:23:25.8054827Z [ 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:23:25.8057970Z [ 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:23:25.8061034Z [ 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:23:25.8064164Z [ 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:23:25.8067320Z [ 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:23:26.8574862Z [ 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:23:26.8577861Z [ 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:23:26.8580972Z [ 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:23:26.8584001Z [ 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:23:26.8587246Z [ 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:23:26.8590268Z [ 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:23:26.8593358Z [ 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:23:26.8596536Z [ 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:23:26.8599785Z [ 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:23:26.8602882Z [ 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:23:26.8606071Z [ 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:23:26.8609270Z [ 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:23:26.8612446Z [ 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:23:26.8615548Z [ 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:23:26.8618652Z [ 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:23:26.8621779Z [ 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:23:26.8625775Z [ 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:23:26.8628979Z [ 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:23:26.8632122Z [ 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:23:26.8635281Z [ 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:23:26.8638440Z [ 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:23:26.8641463Z [ 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:23:26.8644381Z [ 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:23:26.8647112Z [ 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:23:26.8649818Z [ 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:23:26.8652489Z [ 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:23:26.8655361Z [ 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:23:26.8658345Z [ 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:23:26.8661529Z [ 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:23:26.8664569Z [ 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:23:26.8667541Z [ 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:23:26.8670536Z [ 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:23:26.8673606Z [ 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:23:26.8676733Z [ 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:23:26.8679815Z [ 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:23:26.8683062Z [ 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:23:26.8686003Z [ 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:23:26.8688914Z [ 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:23:26.8691940Z [ 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:23:26.8695199Z [ 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:23:26.8698122Z [ 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:23:26.8700800Z [ 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:23:26.8703458Z [ 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:23:26.8706265Z [ 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:23:26.8708938Z [ 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:23:26.8711796Z [ 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:23:26.8713714Z [ 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:23:26.8716203Z [ 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:23:26.8718965Z [ 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:23:26.8721805Z [ 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:23:26.8726946Z [ 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:23:26.8729795Z [ 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:23:26.8732511Z [ 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:23:26.8735227Z [ 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:23:27.6883129Z [ 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:23:27.6884749Z [ 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:23:27.6886293Z [ 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:23:27.6887945Z [ 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:23:27.6889570Z [ 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:23:27.6891148Z [ 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:23:27.6892726Z [ 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:23:27.6894364Z [ 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:23:27.6896681Z [ 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:23:27.6898587Z [ 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:23:27.6900800Z [ 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:23:27.6903043Z [ 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:23:27.6905030Z [ 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:23:27.6906779Z [ 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:23:27.6908661Z [ 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:23:27.6910840Z [ 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:23:27.6912361Z [ 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:23:27.6913984Z [ 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:23:27.6915441Z [ 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:23:27.6916942Z [ 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:23:27.6918433Z [ 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:23:27.6919915Z [ 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:23:27.6921384Z [ 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:23:27.6924526Z [ 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:23:27.6925988Z [ 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:23:27.6927567Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:23:27.6929037Z [ 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:23:27.6930546Z [ 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:23:27.6931922Z [ 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:23:27.6933212Z [ 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:23:27.6934591Z [ 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:23:27.6935963Z [ 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:23:27.6937532Z [ 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:23:27.6938883Z [ 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:23:27.6940343Z [ 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:23:27.6941941Z [ 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:23:27.6943647Z [ 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:23:27.6945728Z [ 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:23:27.6948069Z [ 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:23:27.6949969Z [ 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:23:27.6951686Z [ 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:23:27.6953554Z [ 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:23:27.6955380Z [ 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:23:27.6956987Z [ 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:23:27.6958510Z [ 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:23:27.6960076Z [ 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:23:27.6961678Z [ 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:23:27.6963242Z [ 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:23:27.6964766Z [ 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:23:27.6966366Z [ 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:23:27.6967879Z [ 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:23:27.6969468Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:23:27.6971702Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:23:27.6973958Z [ 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:23:27.6976223Z [ 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:23:27.6978383Z [ 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:23:29.1820738Z [ 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:23:29.1822431Z [ 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:23:29.1823882Z [ 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:23:29.1825519Z [ 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:23:29.1827241Z [ 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:23:29.1828965Z [ 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:23:29.1831082Z [ 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:23:29.1832682Z [ 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:23:29.1834225Z [ 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:23:29.1835522Z [ 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:23:29.1837232Z [ 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:23:29.1839554Z [ 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:23:29.1841626Z [ 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:23:29.1843490Z [ 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:23:29.1845609Z [ 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:23:29.1847982Z [ 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:23:29.1850654Z [ 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:23:29.1852341Z [ 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:23:29.1854687Z [ 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:23:29.1856460Z [ 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:23:29.1858182Z [ 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:23:29.1859654Z [ 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:23:29.1860919Z [ 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:23:29.1862286Z [ 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:23:29.1863844Z [ 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:23:29.1865174Z [ 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:23:29.1867451Z [ 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:23:29.1869687Z [ 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:23:29.1871986Z [ 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:23:29.1874473Z [ 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:23:29.1877052Z [ 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:23:29.1879333Z [ 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:23:29.1881615Z [ 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:23:29.1883937Z [ 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:23:29.1886484Z [ 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:23:29.1889026Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:23:29.1891387Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:23:29.1893631Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:23:29.1895855Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:23:29.1898078Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:23:29.1900358Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:23:29.1901859Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:23:29.1903300Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:23:29.1904637Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:23:29.1905576Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:23:29.1906051Z [ 96%] Built target microkernels-prod 2025-03-21T20:23:29.1906461Z [ 96%] Generating build_identifier.c 2025-03-21T20:23:29.1907253Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:23:29.1908469Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:23:29.1909704Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:23:29.1911009Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:23:29.1912396Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:23:29.1913609Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:23:29.1914818Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:23:29.1916003Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:23:29.1917331Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:23:29.1918582Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:23:29.1919888Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:23:29.1921231Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:23:29.1924087Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:23:29.1925706Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:23:29.1927001Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:23:29.1928214Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:23:38.3475422Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:23:38.3477657Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:23:38.3479968Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:23:38.3482148Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:23:38.3484536Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:23:38.3486641Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:23:38.3488827Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:23:38.3490998Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:23:38.3493074Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:23:38.3495169Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:23:38.3497200Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:23:38.3499023Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:23:38.3500727Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:23:38.3502607Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:23:38.3504172Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:23:38.3519399Z [ 98%] Built target XNNPACK 2025-03-21T20:23:38.3520600Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:23:38.3523070Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:23:38.3524841Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:23:38.3526663Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:23:38.3528612Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:23:38.3530627Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:23:38.3532051Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:23:38.3532875Z [ 98%] Built target xnnpack_backend 2025-03-21T20:23:38.3534025Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:23:38.3535523Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:23:38.3536854Z [100%] Built target portable_lib 2025-03-21T20:23:38.3537496Z [ 0%] Built target flatbuffers 2025-03-21T20:23:38.3538121Z [ 0%] Built target flatccrt 2025-03-21T20:23:38.3538707Z [ 0%] Built target pthreadpool 2025-03-21T20:23:38.3539352Z [ 0%] Built target common_schema 2025-03-21T20:23:38.3540017Z [ 1%] Built target xnnpack_schema 2025-03-21T20:23:38.3540674Z [ 2%] Built target cpuinfo 2025-03-21T20:23:38.3541308Z [ 2%] Built target bundled_program_schema 2025-03-21T20:23:38.3541991Z [ 4%] Built target flatcc 2025-03-21T20:23:38.3542571Z [ 7%] Built target eigen_blas 2025-03-21T20:23:38.3543197Z [ 7%] Built target indirection 2025-03-21T20:23:38.3543848Z [ 7%] Built target microparams-init 2025-03-21T20:23:38.3544506Z [ 7%] Built target logging 2025-03-21T20:23:38.3545094Z [ 7%] Built target normalization 2025-03-21T20:23:38.3545844Z [ 7%] Built target datatype 2025-03-21T20:23:38.3546467Z [ 7%] Built target program_schema 2025-03-21T20:23:38.3547117Z [ 7%] Built target flatcc_cli 2025-03-21T20:23:38.3547783Z [ 7%] Built target hardware-config 2025-03-21T20:23:38.3548477Z [ 7%] Built target reference-ukernels 2025-03-21T20:23:38.3549174Z [ 7%] Built target packing 2025-03-21T20:23:38.3549755Z [ 7%] Built target allocator 2025-03-21T20:23:38.3550361Z [ 7%] Built target cache 2025-03-21T20:23:38.3550942Z [ 7%] Built target memory 2025-03-21T20:23:38.3551553Z [ 7%] Built target microkernel-utils 2025-03-21T20:23:38.3552174Z [ 7%] Built target mutex 2025-03-21T20:23:38.3552783Z [ 7%] Built target operator-utils 2025-03-21T20:23:38.3553447Z [ 7%] Built target operator-run 2025-03-21T20:23:38.3554096Z [ 7%] Built target etdump_schema 2025-03-21T20:23:38.3554738Z [ 9%] Built target operators 2025-03-21T20:23:38.3555347Z [ 10%] Built target executorch_core 2025-03-21T20:23:38.3556036Z [ 12%] Built target executorch 2025-03-21T20:23:38.3556690Z [ 14%] Built target subgraph 2025-03-21T20:23:38.3557335Z [ 14%] Built target extension_tensor 2025-03-21T20:23:38.3558054Z [ 15%] Built target extension_threadpool 2025-03-21T20:23:38.3558755Z [ 15%] Built target extension_data_loader 2025-03-21T20:23:38.3559470Z [ 15%] Built target bundled_program 2025-03-21T20:23:38.3560132Z [ 15%] Built target cpublas 2025-03-21T20:23:38.3560744Z [ 15%] Built target etdump 2025-03-21T20:23:38.3561335Z [ 16%] Built target util 2025-03-21T20:23:38.3561917Z [ 18%] Built target optimized_kernels 2025-03-21T20:23:38.3562666Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:23:38.3563485Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:23:38.3564280Z [ 95%] Built target microkernels-prod 2025-03-21T20:23:38.3564968Z [ 97%] Built target XNNPACK 2025-03-21T20:23:38.3565559Z [ 97%] Built target xnnpack_backend 2025-03-21T20:23:38.3566242Z [ 98%] Built target portable_lib 2025-03-21T20:23:38.3567447Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:23:38.3569886Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:23:38.3571891Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:23:38.3573766Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:23:38.3575885Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:23:38.3578163Z [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:38.3580248Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:23:38.3582182Z [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:38.3584398Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:23:38.3586386Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:23:38.3587842Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:23:38.3588687Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:23:38.3589390Z [ 0%] Built target flatbuffers 2025-03-21T20:23:38.3590040Z [ 0%] Built target flatccrt 2025-03-21T20:23:38.3590678Z [ 0%] Built target pthreadpool 2025-03-21T20:23:38.3591334Z [ 2%] Built target flatcc 2025-03-21T20:23:38.3591928Z [ 3%] Built target cpuinfo 2025-03-21T20:23:38.3592555Z [ 3%] Built target common_schema 2025-03-21T20:23:38.3593233Z [ 4%] Built target xnnpack_schema 2025-03-21T20:23:38.3593924Z [ 4%] Built target bundled_program_schema 2025-03-21T20:23:38.3594675Z [ 7%] Built target eigen_blas 2025-03-21T20:23:38.3595304Z [ 7%] Built target logging 2025-03-21T20:23:38.3595932Z [ 7%] Built target indirection 2025-03-21T20:23:38.3596591Z [ 7%] Built target microparams-init 2025-03-21T20:23:38.3597230Z [ 7%] Built target normalization 2025-03-21T20:23:38.3597864Z [ 7%] Built target datatype 2025-03-21T20:23:38.3598468Z [ 7%] Built target reference-ukernels 2025-03-21T20:23:38.3599168Z [ 7%] Built target flatcc_cli 2025-03-21T20:23:38.3599784Z [ 7%] Built target program_schema 2025-03-21T20:23:38.3600440Z [ 7%] Built target hardware-config 2025-03-21T20:23:38.3601112Z [ 7%] Built target packing 2025-03-21T20:23:38.3601712Z [ 7%] Built target allocator 2025-03-21T20:23:38.3602330Z [ 7%] Built target cache 2025-03-21T20:23:38.3602943Z [ 7%] Built target microkernel-utils 2025-03-21T20:23:38.3603635Z [ 7%] Built target memory 2025-03-21T20:23:38.3604259Z [ 7%] Built target operator-utils 2025-03-21T20:23:38.3604917Z [ 7%] Built target mutex 2025-03-21T20:23:38.3605460Z [ 7%] Built target operator-run 2025-03-21T20:23:38.3606082Z [ 7%] Built target etdump_schema 2025-03-21T20:23:38.3606730Z [ 9%] Built target operators 2025-03-21T20:23:38.3607344Z [ 10%] Built target executorch_core 2025-03-21T20:23:38.3607997Z [ 10%] Built target extension_tensor 2025-03-21T20:23:38.3608683Z [ 11%] Built target executorch 2025-03-21T20:23:38.3609334Z [ 13%] Built target extension_threadpool 2025-03-21T20:23:38.3610050Z [ 15%] Built target subgraph 2025-03-21T20:23:38.3610704Z [ 15%] Built target extension_data_loader 2025-03-21T20:23:38.3611426Z [ 15%] Built target bundled_program 2025-03-21T20:23:38.3612102Z [ 15%] Built target cpublas 2025-03-21T20:23:38.3612706Z [ 15%] Built target etdump 2025-03-21T20:23:38.3613337Z [ 16%] Built target optimized_kernels 2025-03-21T20:23:38.3614019Z [ 17%] Built target util 2025-03-21T20:23:38.3614658Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:23:38.3615491Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:23:38.3616456Z [ 94%] Built target microkernels-prod 2025-03-21T20:23:38.3617136Z [ 96%] Built target XNNPACK 2025-03-21T20:23:38.3617710Z [ 96%] Built target xnnpack_backend 2025-03-21T20:23:38.3618383Z [ 97%] Built target portable_lib 2025-03-21T20:23:38.3619745Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:23:38.3622092Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:23:38.3624000Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:23:38.3626161Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:23:38.3628294Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:38.3630672Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:38.3632817Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:38.3634989Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:38.3637131Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:44.5904043Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:44.5904987Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:23:44.5905762Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:23:44.5906460Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:23:44.5907052Z [ 97%] Generating code for kernel registration 2025-03-21T20:23:44.5908127Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:44.5909475Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:23:44.5909982Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:23:44.5910500Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:23:44.5914111Z 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:44.5917788Z [ 98%] Generating code for kernel registration 2025-03-21T20:23:44.5918741Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:23:44.5920043Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:23:44.5921395Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:23:44.5922573Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:23:44.5923574Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:23:44.5924785Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:23:44.5926512Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:44.5927837Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:44.5928890Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:44.5930072Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:44.5931224Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:44.5932226Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:44.5933488Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:44.5934999Z [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:44.5936067Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:23:44.5936686Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:23:44.5937082Z running build_py 2025-03-21T20:23:44.5937533Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:44.5938359Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:44.5939661Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:44.5940625Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:44.5942262Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:44.5944101Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:44.5945970Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:44.5947749Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:44.5949312Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:44.5951189Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:44.5953081Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:44.5954517Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:44.5955443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:44.5956649Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:44.5958705Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:44.5960823Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:44.5962050Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:44.5962976Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:44.5963847Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:44.5965529Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:44.5967543Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:44.5969403Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:44.5971102Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:44.5972820Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.5974452Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.5976530Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.5978749Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.5980948Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.5983422Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.5985885Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.5988131Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.5990346Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.5992485Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.5994588Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.5996695Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.5998838Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.6001105Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.6003149Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.6005332Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:44.6007192Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:44.6008717Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:44.6010587Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:44.6011718Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:44.6013464Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:44.6015357Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:44.6017038Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:44.6018583Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:44.6075518Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:44.6076645Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:44.6077614Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:44.6078954Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:44.6080114Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:44.6081271Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:44.6082861Z 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:44.6084077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:44.6085468Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:44.6086946Z 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:44.6088565Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:44.6089708Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:44.6091402Z 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:44.6092549Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:44.6093830Z 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:44.6095320Z 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:44.6096656Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:44.6098070Z 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:44.6099411Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:44.6100840Z 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:44.6102026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:44.6103343Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:44.6104659Z 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:44.6106251Z 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:44.6107603Z 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:44.6109155Z 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:44.6110555Z 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:44.6112071Z 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:44.6113477Z 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:44.6115201Z 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:44.6116626Z 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:44.6118196Z 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:44.6119520Z 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:44.6121076Z 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:44.6122658Z 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:44.6124215Z 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:44.6125588Z 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:44.6127021Z 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:44.6128481Z 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:44.6129820Z 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:44.6131338Z 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:44.6132386Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:44.6133622Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:44.6135009Z 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:44.6136185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:44.6137518Z 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:44.6139117Z 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:44.6140425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:44.6141485Z 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:44.6142881Z 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:44.6144187Z 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:44.6145689Z 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:44.6146971Z 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:44.6148291Z 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:44.6149731Z 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:44.6150741Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:44.6152152Z 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:44.6153456Z 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:44.6154709Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6155682Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6156900Z 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:44.6158496Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6159792Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6161208Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6162310Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6271939Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6273841Z 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:44.6275244Z 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:44.6276695Z 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:44.6278104Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6279728Z 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:44.6280999Z 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:44.6282415Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6283746Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6285181Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6286647Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6288028Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6289367Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6290796Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6292237Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6293556Z 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:44.6295134Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6296651Z 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:44.6298204Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6299399Z 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:44.6300850Z 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:44.6302147Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6303517Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6305026Z 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:44.6306553Z 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:44.6308017Z 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:44.6309354Z 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:44.6310673Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:44.6312001Z 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:44.6313418Z 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:44.6314664Z 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:44.6316425Z 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:44.6317516Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:44.6318854Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:44.6320355Z 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:44.6322282Z 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:44.6323709Z 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:44.6325542Z 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:44.6327023Z 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:44.6328777Z 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:44.6330372Z 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:44.6332041Z 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:44.6333472Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6334631Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6335828Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6337243Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6338404Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6339745Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6340939Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6342457Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6343874Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6345157Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6346558Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6347840Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6349076Z 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:44.6350371Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6351575Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6352791Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6353907Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6355170Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6356279Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6357515Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6358649Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6359756Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6489199Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6491732Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6492958Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6494427Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6495609Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6496947Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6498446Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6499916Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6501240Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6502552Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6503910Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6505084Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6506648Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6507947Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6509251Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6510522Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6511844Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6513192Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6514401Z 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:44.6515916Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6517210Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6518706Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6519912Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6521273Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:44.6522598Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:44.6523589Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:44.6525057Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:44.6526355Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:44.6527915Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:44.6529295Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:44.6530475Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:44.6531575Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:44.6532611Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:44.6533813Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:44.6535196Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:44.6536260Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:44.6537391Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:44.6538344Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:44.6539502Z 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:44.6540946Z 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:44.6542299Z 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:44.6543946Z 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:44.6545236Z 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:44.6546904Z 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:44.6548261Z 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:44.6549980Z 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:44.6551332Z 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:44.6552586Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:44.6553673Z 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:44.6555119Z 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:44.6556478Z 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:44.6557794Z 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:44.6559282Z 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:44.6560724Z 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:44.6562214Z 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:44.6563534Z 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:44.6565108Z 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:44.6566095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:44.6567199Z 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:44.6568506Z 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:44.6569636Z 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:44.6571182Z 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:44.6572321Z 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:44.6573719Z 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:44.6574985Z 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:44.6576293Z 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:44.6577605Z 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:44.6578756Z 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:44.6690824Z 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:44.6692226Z 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:44.6693613Z 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:44.6694849Z 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:44.6696191Z 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:44.6697344Z 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:44.6698755Z 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:44.6699963Z 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:44.6701080Z 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:44.6702401Z 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:44.6703731Z 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:44.6704991Z 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:44.6706275Z 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:44.6707681Z 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:44.6708867Z 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:44.6710140Z 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:44.6711515Z 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:44.6712686Z 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:44.6713858Z 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:44.6714983Z 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:44.6716091Z 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:44.6717663Z 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:44.6718969Z 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:44.6720310Z 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:44.6721579Z 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:44.6723308Z 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:44.6724582Z 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:44.6725919Z 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:44.6727072Z 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:44.6728428Z 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:44.6729732Z 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:44.6730958Z 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:44.6732371Z 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:44.6733595Z 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:44.6734769Z 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:44.6736029Z 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:44.6737150Z 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:44.6738402Z 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:44.6739548Z 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:44.6740801Z 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:44.6741980Z 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:44.6743318Z 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:44.6744486Z 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:44.6745809Z 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:44.6746927Z 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:44.6748175Z 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:44.6749298Z 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:44.6750508Z 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:44.6751778Z 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:44.6753022Z 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:44.6754177Z 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:44.6755496Z 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:44.6756672Z 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:44.6757878Z 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:44.6758824Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:44.6760068Z 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:44.6761364Z 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:44.6762838Z 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:44.6764298Z 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:44.6765903Z 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:44.6767610Z 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:44.6769172Z 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:44.6770771Z 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:44.6772404Z 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:44.6773971Z 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:44.6775239Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:23:44.6810978Z 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:44.6812092Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:44.6813249Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:44.6814539Z 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:44.6815917Z 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:44.6817135Z 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:44.6818281Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:44.6819276Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:44.6820481Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:44.6822202Z 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:44.6823620Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:44.6825205Z 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:44.6827307Z 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:44.6829079Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:44.6831094Z 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:44.6833288Z 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:44.6835378Z 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:44.6837472Z 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:44.6839621Z 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:44.6841726Z 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:44.6843859Z 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:44.6845898Z 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:44.6847839Z 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:44.6849983Z 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:44.6852165Z 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:44.6854320Z 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:44.6856410Z 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:44.6858473Z 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:44.6860575Z 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:44.6862631Z 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:44.6864650Z 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:44.6866902Z 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:44.6869029Z 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:44.6871104Z 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:44.6873037Z 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:44.6875293Z 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:44.6877449Z 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:44.6879461Z 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:44.6881560Z 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:44.6883500Z 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:44.6885497Z 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:44.6887542Z 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:44.6889544Z 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:44.6891637Z 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:44.6893693Z 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:44.6895836Z 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:44.6897877Z 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:44.6981149Z 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:44.6982915Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:44.6984852Z 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:44.6986933Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:44.6988962Z 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:44.6990671Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.6991859Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.6993112Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.6994320Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.6995542Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.6996785Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.6997978Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.6999139Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.7000426Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.7001767Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.7002998Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.7004352Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.7005702Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.7007086Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.7008286Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.7009417Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.7010849Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.7012173Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:44.7013184Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:44.7014328Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:44.7015647Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:44.7017074Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:44.7018669Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:44.7019641Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:44.7020821Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:44.7022400Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:44.7023607Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:44.7024643Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:44.7025821Z 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:44.7027543Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:44.7029106Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:44.7030814Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:44.7032085Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:44.7033440Z 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:44.7035085Z 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:44.7036581Z 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:44.7037969Z 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:44.7039386Z 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:44.7040932Z 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:44.7042302Z 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:44.7043670Z 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:44.7044767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:44.7046008Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:44.7047267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:44.7048564Z 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:44.7050344Z 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:44.7051769Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:44.7053060Z 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:44.7054940Z 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:44.7056785Z 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:44.7058301Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:44.7059639Z 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:44.7060958Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:44.7062480Z 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:44.7064035Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:44.7065695Z 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:44.7067475Z 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:44.7069473Z 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:44.7071450Z 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:44.7098966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:44.7100952Z 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:44.7103335Z 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:44.7105675Z 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:44.7107447Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:44.7109040Z 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:44.7111161Z 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:44.7113200Z 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:44.7115174Z 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:44.7116799Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:44.7118553Z 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:44.7120746Z 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:44.7123057Z 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:44.7125655Z 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:44.7127501Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:44.7129151Z 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:44.7131068Z 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:44.7132632Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:44.7134189Z 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:44.7136015Z 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:44.7137512Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:44.7139284Z 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:44.7141413Z 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:44.7143595Z 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:44.7145724Z 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:44.7147859Z 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:44.7150012Z 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:44.7151890Z 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:44.7153560Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:44.7155125Z 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:44.7157312Z 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:44.7159242Z 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:44.7161330Z 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:44.7163487Z 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:44.7165541Z 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:44.7167524Z 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:44.7169548Z 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:44.7171574Z 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:44.7173516Z 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:44.7175605Z 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:44.7177647Z 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:44.7179501Z 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:44.7181463Z 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:44.7183442Z 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:44.7185196Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:44.7186879Z 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:44.7189060Z 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:44.7190594Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:44.7191988Z 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:44.7193553Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:44.7249709Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:44.7251524Z 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:44.7253296Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:44.7254986Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:44.7256608Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:44.7258226Z 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:44.7260102Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:44.7261836Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:44.7263075Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:44.7264260Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:44.7265837Z 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:44.7267203Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:44.7268701Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:44.7270114Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:44.7271605Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:44.7273042Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:44.7274417Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7275449Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7276897Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7278587Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7280144Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7281616Z 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:44.7283106Z 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:44.7284838Z 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:44.7286369Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7287939Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7289459Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7291010Z 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:44.7292577Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7294145Z 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:44.7295720Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7297213Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7298848Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7300468Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7301909Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7303503Z 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:44.7305193Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7306778Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7308434Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7309977Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7311554Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7313044Z 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:44.7314550Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7316164Z 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:44.7317530Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:44.7318699Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7319864Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7321349Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7323200Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7324774Z 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:44.7326356Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7327846Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7329401Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7330950Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7332495Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7334025Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7335508Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7337133Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7338713Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7340163Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7341623Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7343224Z 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:44.7391586Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7393232Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7395154Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7396489Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7397762Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7399127Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7400526Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7401859Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7403159Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7404608Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7405832Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7407074Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7408699Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7410164Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7411610Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7413019Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7414559Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7415983Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7417263Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7418639Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7419880Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7421241Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7422934Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7424287Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7425734Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7427161Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7428641Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7430255Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7431636Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7433269Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7434796Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7436035Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7437408Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7438660Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7440077Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7441594Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7442981Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7444507Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7445813Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7447045Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7448287Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7449519Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7451029Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7452411Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7453613Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7454830Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7456077Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7457574Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7459116Z 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:44.7460717Z 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:44.7462439Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7463811Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7465269Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7466917Z 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:44.7468725Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7470267Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7471643Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7473337Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7474810Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7476271Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7478031Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7479622Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7481021Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7573706Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:44.7574981Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:44.7575996Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:44.7577230Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:44.7578436Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:44.7579815Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:44.7581522Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:44.7582631Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:44.7584054Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:44.7585463Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:44.7587002Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:44.7588532Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:44.7589593Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:44.7590898Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:44.7592602Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:44.7593727Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:44.7594798Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:44.7596030Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:44.7597371Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:44.7598311Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:44.7599302Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:44.7600468Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:44.7601500Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:44.7602886Z 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:44.7604516Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:44.7605962Z 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:44.7607541Z 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:44.7608892Z 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:44.7609920Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:44.7610872Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:44.7612062Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:44.7613360Z 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:44.7614625Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:44.7633236Z 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:44.7634635Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:44.7636047Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:44.7637570Z 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:44.7638610Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:44.7640192Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:44.7641479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:44.7642604Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:44.7643876Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:44.7644898Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:44.7646142Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:44.7647282Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:44.7648851Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:44.7650292Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:44.7651397Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:44.7652534Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:44.7653956Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:44.7655251Z 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:44.7656559Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:44.7657613Z 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:44.7659177Z 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:44.7660769Z 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:44.7662107Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:44.7663303Z 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:44.7664938Z 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:44.7666732Z 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:44.7668455Z 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:44.7670178Z 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:44.7671704Z 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:44.7672979Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:44.7674337Z 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:44.7675717Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:44.7729504Z 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:44.7731880Z 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:44.7733931Z 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:44.7736065Z 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:44.7738324Z 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:44.7740318Z 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:44.7742339Z 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:44.7744066Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:44.7745870Z 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:44.7747898Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:44.7749949Z 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:44.7751606Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:44.7752784Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:44.7754187Z 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:44.7755607Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:44.7756881Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:44.7758352Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:44.7759813Z 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:44.7761185Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:44.7762767Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:44.7764073Z 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:44.7765579Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:44.7767249Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:44.7768630Z 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:44.7769983Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:44.7770987Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7771995Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7773365Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7774953Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7776408Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7777836Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7779103Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7780458Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7781833Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7783246Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7784633Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7786007Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7787230Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7788947Z 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:44.7790526Z 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:44.7791839Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7793370Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7794812Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7796247Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7797552Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7799015Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7800350Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7801995Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7803371Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7804857Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7806326Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7807680Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7809020Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7810369Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7811818Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7813258Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7814525Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7816000Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7817405Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7881015Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7882735Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7884020Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7885645Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7886959Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7888473Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7889770Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7891155Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7892612Z 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:44.7894199Z 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:44.7895690Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7896980Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7898447Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:44.7899558Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:44.7900740Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:44.7902334Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:44.7903555Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:44.7904732Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:44.7906338Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:44.7907810Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:44.7909045Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:44.7910731Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:44.7912069Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:44.7913205Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:44.7914522Z 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:44.7915700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:44.7917094Z 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:44.7918327Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:44.7919484Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:44.7920664Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:44.7921848Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:44.7923469Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:44.7924674Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:44.7926063Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:44.7927572Z 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:44.7929388Z 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:44.7931048Z 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:44.7932747Z 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:44.7934567Z 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:44.7935895Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:44.7937239Z 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:44.7939046Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:44.7940374Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:44.7941638Z 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:44.7943015Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:44.7944561Z 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:44.7946204Z 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:44.7947745Z 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:44.7949360Z 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:44.7950850Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:44.7952321Z 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:44.7953802Z 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:44.7955169Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:44.7956716Z 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:44.7958263Z 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:44.7959841Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:44.7960983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:44.7962106Z 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:44.7963569Z 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:44.7964985Z 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:44.7966494Z 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:44.7967873Z 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:44.7969331Z 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:44.7970646Z 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:44.8078860Z 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:44.8080269Z 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:44.8081708Z 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:44.8083005Z 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:44.8084659Z 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:44.8085864Z 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:44.8087076Z 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:44.8088321Z 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:44.8089586Z 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:44.8090849Z 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:44.8092206Z 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:44.8093410Z 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:44.8094629Z 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:44.8096179Z 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:44.8097449Z 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:44.8098960Z 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:44.8100241Z 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:44.8101728Z 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:44.8102992Z 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:44.8104469Z 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:44.8105768Z 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:44.8107251Z 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:44.8108544Z 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:44.8109846Z 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:44.8111066Z 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:44.8112281Z 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:44.8113497Z 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:44.8114768Z 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:44.8116024Z 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:44.8117235Z 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:44.8118559Z 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:44.8120043Z 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:44.8121490Z 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:44.8122748Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:44.8124139Z 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:44.8125660Z 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:44.8127428Z 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:44.8129166Z 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:44.8130561Z 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:44.8132189Z 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:44.8133682Z 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:44.8135025Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:44.8136303Z 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:44.8137923Z 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:44.8139548Z 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:44.8140736Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:44.8142254Z 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:44.8143798Z 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:44.8145146Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:44.8146383Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:44.8147634Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:44.8148819Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:44.8150146Z 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:44.8151565Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:44.8152952Z 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:44.8154444Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:44.8155808Z 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:44.8157215Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:44.8158613Z 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:44.8160199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:44.8161753Z 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:44.8163673Z 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:44.8504832Z 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:44.8506433Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:44.8507808Z 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:44.8509362Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:44.8510872Z 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:44.8512861Z 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:44.8514710Z 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:44.8516836Z 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:44.8518199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:44.8519859Z 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:44.8521826Z 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:44.8523869Z 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:44.8525991Z 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:44.8527952Z 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:44.8530086Z 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:44.8532073Z 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:44.8534378Z 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:44.8536387Z 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:44.8538401Z 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:44.8540299Z 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:44.8542087Z 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:44.8544257Z 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:44.8546227Z 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:44.8548452Z 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:44.8550447Z 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:44.8552418Z 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:44.8554343Z 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:44.8556379Z 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:44.8558346Z 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:44.8560265Z 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:44.8562280Z 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:44.8564323Z 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:44.8566074Z 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:44.8567947Z 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:44.8569612Z 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:44.8571416Z 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:44.8572946Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:44.8574604Z 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:44.8576585Z 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:44.8578480Z 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:44.8580121Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:44.8581578Z 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:44.8583091Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:44.8583831Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:44.8584712Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:44.8585637Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:44.8586666Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:44.8587638Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:44.8588808Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:44.8589899Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:44.8591028Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:44.8592074Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:44.8592912Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:44.8594057Z 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:44.8595240Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:44.8721228Z 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:44.8722755Z 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:44.8724138Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:44.8725179Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:44.8726761Z 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:44.8728038Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:44.8729444Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:44.8730732Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:44.8731921Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:44.8733246Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:44.8734650Z 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:44.8736024Z 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:44.8737419Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:44.8738680Z 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:44.8739694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:44.8740688Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:44.8741856Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:44.8743073Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:44.8744099Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:44.8745010Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:44.8746126Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:44.8747597Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:44.8748562Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:44.8749756Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:44.8750838Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:44.8751811Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:44.8753235Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:44.8754504Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:44.8755902Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:44.8756953Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:44.8758501Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:44.8759550Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:44.8760796Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:44.8762285Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:44.8763359Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:44.8764681Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:44.8765905Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:44.8767211Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8768276Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8769545Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8770911Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8772115Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8773599Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8774784Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8776186Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8777531Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8778991Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8780161Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8781352Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8782573Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8783672Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8784909Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8786141Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:44.8787324Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:44.8788393Z 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:44.8789427Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:44.8790596Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:44.8791729Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:44.8793067Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:44.8794187Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:44.8795217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:44.8796227Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:44.8797426Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:44.8798533Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:44.8799708Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:44.8800974Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:44.8802208Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:44.8803381Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:44.8804726Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:44.8805750Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:44.8806774Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:44.8904977Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:44.8906129Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:44.8907395Z 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:44.8908712Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:44.8909823Z 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:44.8910993Z 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:44.8912223Z 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:44.8913530Z 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:44.8914755Z 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:44.8915983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:44.8917016Z 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:44.8918385Z 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:44.8919428Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:44.8920377Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:44.8921544Z 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:44.8922862Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:44.8923801Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:44.8924935Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:44.8926039Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:44.8926938Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:44.8928073Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:44.8929114Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:44.8930193Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:44.8931613Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:44.8932829Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:44.8933349Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:44.8933850Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:44.8934191Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:44.8934868Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:44.8935529Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:44.8935991Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:44.8936963Z 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:44.8937903Z 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:44.8938752Z 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:44.8939613Z 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:44.8940367Z 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:44.8941216Z 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:44.8941564Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:44.8942149Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:44.8942753Z 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:44.8943263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:44.8944084Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:44.8944767Z 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:44.8945494Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:44.8946449Z 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:44.8946794Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:44.8947364Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:44.8947954Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:44.8948548Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:44.8949214Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:44.8949944Z 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:44.8950754Z 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:44.8951727Z 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:44.8952516Z 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:44.8953226Z 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:44.8954222Z 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:44.8954970Z 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:44.8955719Z 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:44.8956503Z 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:44.8957241Z 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:44.8958135Z 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:44.9115611Z 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:44.9116560Z 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:44.9117373Z 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:44.9118240Z 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:44.9119436Z 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:44.9120197Z 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:44.9120553Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:44.9121404Z 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:44.9122265Z 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:44.9122889Z 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:44.9123471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:44.9124093Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:44.9124528Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:44.9125228Z 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:44.9126002Z 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:44.9126716Z 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:44.9127876Z 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:44.9128297Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:44.9128949Z 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:44.9129651Z 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:44.9130476Z 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:44.9131145Z 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:44.9131588Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:44.9132320Z 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:44.9132934Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:44.9133811Z 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:44.9134539Z 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:44.9135062Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:44.9135942Z 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:44.9136765Z 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:44.9137254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:44.9138233Z 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:44.9139214Z 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:44.9139549Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:44.9140254Z 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:44.9140909Z 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:44.9141263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:44.9141808Z 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:44.9142056Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9142347Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9142651Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9142961Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9143458Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9143912Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9144347Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9144685Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9144974Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9145278Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9145680Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9146054Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9146361Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9146710Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9147029Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9147348Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9147754Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9148211Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9148601Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9148913Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9149205Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9149512Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9149813Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9150134Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9150517Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:44.9150938Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:44.9151441Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:44.9151827Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:44.9152252Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:44.9152671Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:44.9153415Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:44.9357547Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:44.9358046Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:44.9358588Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:44.9359217Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:44.9359506Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:44.9359931Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:44.9360361Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:44.9361063Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:44.9361550Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:44.9362145Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:44.9362522Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:44.9362790Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:44.9363176Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:44.9363555Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:44.9363944Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:44.9364365Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:44.9364695Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:44.9365196Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:44.9365574Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:44.9365830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:44.9366165Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:44.9366544Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:44.9366889Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:44.9367174Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:44.9367578Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:44.9368060Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:44.9368583Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:44.9368947Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9369313Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9369810Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9370234Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9370756Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9371509Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9371958Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9372429Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9372917Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9373483Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9374001Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9374505Z 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:44.9375038Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9375475Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9375996Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9376628Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9377050Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9377508Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9377935Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9378354Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9378832Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9379501Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9380042Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9380529Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9381066Z 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:44.9381566Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9382055Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9382689Z 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:44.9383151Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9383567Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9383992Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9384422Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9384876Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:44.9385181Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:44.9385811Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:44.9386329Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:44.9386726Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:44.9386987Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:44.9387346Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:44.9387754Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:44.9388148Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:44.9388676Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:44.9389217Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:44.9389584Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:44.9389945Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:44.9390219Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9390586Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9390964Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9391509Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9391993Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9392358Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9392776Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9393170Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9575221Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9575714Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9576186Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9576791Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9577166Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9577577Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9578064Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9578558Z 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:44.9579172Z 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:44.9579600Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9580010Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9580401Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9580789Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9581407Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9581953Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9582476Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9582905Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9583324Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9583760Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9584130Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9584605Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9585252Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9585743Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9586147Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9586533Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:44.9586837Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:44.9587399Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:44.9587920Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:44.9588398Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:44.9588853Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:44.9589170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:44.9589616Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:44.9590089Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:44.9590586Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:44.9591355Z 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:44.9591840Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:44.9592256Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:44.9592967Z 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:44.9593861Z 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:44.9594655Z 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:44.9595391Z 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:44.9595680Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:44.9596521Z 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:44.9597130Z 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:44.9597656Z 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:44.9598175Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:44.9598706Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:44.9599380Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:44.9599931Z 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:44.9600481Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:44.9600980Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:44.9601490Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:44.9601984Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:44.9602587Z 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:44.9603170Z 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:44.9603676Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:44.9604220Z 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:44.9604701Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:44.9605356Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:44.9605802Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:44.9606131Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:44.9606719Z 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:44.9607303Z 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:44.9607688Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:44.9608482Z 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:44.9609146Z 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:44.9609694Z 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:44.9610009Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:44.9610465Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:44.9610771Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:44.9611299Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:44.9611605Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:44.9838050Z 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:44.9838591Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:23:44.9839360Z 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:44.9839753Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:44.9840257Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:44.9841170Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:44.9841552Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:44.9842153Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:44.9842699Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:44.9843206Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:44.9843524Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:44.9843980Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:44.9844504Z 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:44.9844830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:44.9845322Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:44.9845814Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:44.9846173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:44.9846825Z 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:44.9847423Z 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:44.9847759Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:44.9848305Z 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:44.9848599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:44.9849125Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:44.9849515Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:44.9850071Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:44.9850375Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:44.9850806Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:44.9851306Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:44.9852092Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:44.9852414Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:44.9853025Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:44.9853336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:44.9853844Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:44.9854242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:44.9854881Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:44.9855412Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:44.9855816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:44.9856274Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:44.9856567Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:44.9857211Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:44.9857675Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:44.9858198Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:44.9858500Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:44.9859022Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:44.9859319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:44.9859753Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:44.9860040Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:44.9860626Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:44.9860999Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:44.9861633Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:44.9862285Z 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:44.9862990Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:44.9863392Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:44.9864003Z 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:44.9864366Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:44.9864983Z 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:44.9865314Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:44.9865882Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:44.9866677Z 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:44.9867331Z 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:44.9867873Z 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:44.9868464Z 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:44.9869223Z 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:44.9869866Z 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:44.9870422Z 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:44.9870812Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:44.9871272Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:44.9871757Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:44.9872264Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:44.9872784Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:44.9873300Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:44.9873923Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:44.9874306Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:44.9874927Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:45.0063428Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:45.0064936Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:45.0066172Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:45.0067260Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:45.0068396Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:45.0069707Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:45.0071183Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:45.0072401Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:45.0073459Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:45.0074503Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:45.0075741Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:45.0077045Z 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:45.0078745Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:45.0080273Z 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:45.0082155Z 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:45.0083543Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:45.0084561Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:45.0086025Z 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:45.0087581Z 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:45.0088924Z 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:45.0090013Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:45.0091220Z 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:45.0092430Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:45.0093865Z 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:45.0095491Z 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:45.0097341Z 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:45.0099058Z 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:45.0100517Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:45.0102178Z 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:45.0104124Z 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:45.0105772Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:45.0107017Z 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:45.0108340Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:45.0109361Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:45.0110782Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:45.0112125Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:45.0113298Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:45.0114327Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:45.0115283Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:45.0116518Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:45.0117668Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:45.0118920Z 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:45.0120285Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:45.0121388Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:45.0123022Z 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:45.0124224Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:45.0125704Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:45.0126837Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:45.0127880Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:45.0128927Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:45.0129932Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:45.0131565Z 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:45.0132632Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:45.0133353Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:45.0134427Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:45.0135426Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:45.0136801Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:45.0137893Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:45.0138864Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:45.0140291Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:45.0141477Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:45.0142703Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:45.0143707Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:45.0144806Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:45.0146117Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:45.0147006Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:45.0148228Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:45.0149425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:45.7496478Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:45.7497790Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:45.7498744Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:45.7499693Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:45.7501041Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:45.7502258Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:45.7503586Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:45.7504986Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:45.7506413Z 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:45.7507852Z 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:45.7509003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:45.7510161Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:45.7511422Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:45.7513013Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:45.7514237Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:23:45.7515488Z 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:45.7516845Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:45.7517928Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:45.7519574Z 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:45.7520748Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:45.7522192Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:45.7523307Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:45.7524475Z 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:45.7526063Z 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:45.7527473Z 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:45.7528654Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:45.7529761Z 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:45.7531086Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:45.7532529Z 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:45.7533737Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:45.7535101Z 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:45.7536337Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:45.7537320Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:45.7538520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:45.7539662Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:45.7540701Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:45.7541889Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:45.7543235Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:45.7544713Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:45.7546106Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:45.7547249Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:45.7548523Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:45.7549793Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:45.7551358Z 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:45.7552856Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:45.7554317Z 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:45.7555713Z 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:45.7557066Z 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:45.7558571Z 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:45.7559948Z 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:45.7561644Z 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:45.7562739Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:45.7563469Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:45.7564389Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:45.7565277Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:45.7566175Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:45.7567059Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:45.7567980Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:45.7568789Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:45.7569394Z running egg_info 2025-03-21T20:23:45.7569716Z creating executorch.egg-info 2025-03-21T20:23:45.7570103Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:23:45.7570773Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:23:45.7571482Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:23:45.7572128Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:23:45.7572803Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:23:45.7573385Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:45.7574120Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:45.7574625Z adding license file 'LICENSE' 2025-03-21T20:23:45.7575123Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:45.7576039Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:23:45.7577569Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:45.7578874Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:45.7580324Z 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:45.7581879Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:45.7666587Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:45.7668044Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:45.7669385Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:45.7670566Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:45.7671623Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:45.7672869Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:45.7674194Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:45.7675548Z 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:45.7677335Z 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:45.7679079Z 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:45.7680818Z 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:45.7682421Z 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:45.7684389Z 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:45.7685984Z 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:45.7687862Z 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:45.7689641Z 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:45.7691374Z 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:45.7693227Z 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:45.7694819Z 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:45.7696467Z 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:45.7698088Z 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:45.7699855Z 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:45.7701569Z 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:45.7703462Z 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:45.7705172Z 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:45.7707072Z 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:45.7708655Z 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:45.7710604Z 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:45.7712503Z 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:45.7714168Z 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:45.7715971Z 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:45.7717716Z 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:45.7719333Z 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:45.7721152Z 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:45.7722955Z 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:45.7724708Z 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:45.7726297Z 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:45.7728087Z 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:45.7729840Z 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:45.7731886Z 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:45.7733820Z 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:45.7735963Z 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:45.7737971Z 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:45.7739796Z 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:45.7741723Z 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:45.7743326Z 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:45.7745035Z 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:45.7746884Z 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:45.7748496Z 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:45.7750142Z 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:45.7751985Z 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:45.7753586Z 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:45.7755268Z 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:45.7804450Z 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:45.7806343Z 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:45.7808602Z 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:45.7810826Z 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:45.7812841Z 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:45.7815346Z 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:45.7817337Z 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:45.7819259Z 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:45.7821506Z 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:45.7823711Z 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:45.7826072Z 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:45.7843236Z 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:45.7845110Z 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:45.7846808Z 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:45.7848555Z 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:45.7850158Z 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:45.7851432Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:45.7852533Z 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:45.7853673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:45.7855086Z 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:45.7856668Z 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:45.7858376Z 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:45.7859936Z 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:45.7861551Z 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:45.7863274Z 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:45.7865100Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:45.7866662Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:45.7868236Z 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:45.7869854Z 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:45.7871330Z 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:45.7872909Z 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:45.7874733Z 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:45.7876654Z 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:45.7878573Z 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:45.7880003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:45.7881540Z 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:45.7883360Z 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:45.7885146Z 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:45.7887032Z 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:45.7888963Z 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:45.7890895Z 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:45.7892578Z 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:45.7894423Z 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:45.7896303Z 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:45.7898058Z 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:45.7899849Z 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:45.7901806Z 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:45.7903796Z 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:45.7905549Z 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:45.7907331Z 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:45.7909074Z 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:45.7910818Z 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:45.7920711Z 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:45.7922904Z 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:45.7924843Z 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:45.7926620Z 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:45.7928547Z 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:45.7930371Z 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:45.7932092Z 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:45.7933951Z 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:45.7935773Z 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:45.7937498Z 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:45.7939488Z 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:45.7941338Z 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:45.7943252Z 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:45.7944944Z 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:45.7946889Z 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:45.7948784Z 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:45.7950708Z 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:45.7952654Z 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:45.7954533Z 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:45.7956206Z 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:45.7958154Z 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:45.7960260Z 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:45.7962016Z 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:45.7963985Z 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:45.7965873Z 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:45.7967538Z 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:45.7969286Z 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:45.7971069Z 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:45.7972705Z 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:45.7974681Z 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:45.7976685Z 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:45.7978475Z 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:45.7980457Z 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:45.7982519Z 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:45.7984367Z 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:45.7986472Z 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:45.7988513Z 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:45.7990555Z 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:45.7992356Z 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:45.7994198Z 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:45.7996086Z 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:45.7998095Z 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:45.8000149Z 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:45.8002018Z 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:45.8003894Z 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:45.8005836Z 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:45.8007671Z 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:45.8009775Z 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:45.8059252Z 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:45.8062384Z 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:45.8065715Z 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:45.8068800Z 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:45.8071922Z 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:45.8074359Z 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:45.8076122Z 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:45.8077737Z 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:45.8079323Z 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:45.8081242Z 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:45.8083055Z 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:45.8084846Z 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:45.8086700Z 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:45.8088554Z 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:45.8090402Z 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:45.8092288Z 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:45.8094072Z 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:45.8095887Z 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:45.8097668Z 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:45.8099423Z 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:45.8101227Z 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:45.8103072Z 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:45.8104967Z 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:45.8107013Z 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:45.8108793Z 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:45.8110541Z 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:45.8112289Z 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:45.8114042Z 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:45.8115836Z 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:45.8117789Z 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:45.8119681Z 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:45.8121477Z 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:45.8123492Z 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:45.8125276Z 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:45.8127185Z 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:45.8129193Z 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:45.8130949Z 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:45.8132504Z 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:45.8133834Z 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:45.8135110Z 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:45.8136422Z 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:45.8137461Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:45.8138359Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:45.8139454Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:45.8140705Z 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:45.8142063Z 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:45.8143425Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:45.8144655Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:45.8145958Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:45.8146928Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:45.8147637Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:45.8148451Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:45.8781455Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:45.8782789Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:45.8784609Z 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:45.8786673Z 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:45.8788344Z 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:45.8789800Z 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:45.8791035Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:45.8792026Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:45.8793214Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:45.8794390Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:45.8795696Z 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:45.8797421Z 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:45.8798550Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:23:45.8799725Z 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:45.8801248Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8802384Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8803662Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8805170Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8806493Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8807618Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8808964Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8810341Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8811678Z 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:45.8813269Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8814702Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8816223Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8817698Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8818894Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8820113Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8821281Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8822930Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8824472Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:45.8825772Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:45.8827054Z 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:45.8828483Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:45.8829984Z 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:45.8831976Z 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:45.8833439Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:45.8834854Z 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:45.8836589Z 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:45.8838399Z 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:45.8840177Z 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:45.8841892Z 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:45.8843189Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:45.8844607Z 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:45.8846244Z 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:45.8847975Z 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:45.8849773Z 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:45.8851357Z 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:45.8853010Z 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:45.8854591Z 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:45.8856335Z 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:45.8858146Z 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:45.8859933Z 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:45.8861809Z 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:45.8863534Z 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:45.8865237Z 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:45.8866798Z 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:45.8868154Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:45.8869641Z 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:45.8871497Z 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:45.8872959Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:45.9363712Z 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:45.9365916Z 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:45.9368099Z 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:45.9370050Z 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:45.9371912Z 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:45.9373911Z 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:45.9375917Z 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:45.9377923Z 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:45.9379962Z 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:45.9381419Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:45.9382574Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:45.9383910Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:45.9385431Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:45.9386898Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:45.9388178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:45.9389637Z 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:45.9390994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:45.9392224Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:45.9393462Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:45.9394877Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:45.9396320Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:45.9397718Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:45.9399180Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:45.9400533Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:45.9401955Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:45.9403282Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:45.9404529Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:45.9405864Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:45.9407085Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:45.9408290Z 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:45.9409675Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:45.9411206Z 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:45.9412914Z 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:45.9414585Z 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:45.9415830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:45.9417156Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:45.9418684Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:45.9420265Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:45.9421736Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:45.9423208Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:45.9424638Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:45.9426353Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:45.9428142Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:45.9429255Z running build_ext 2025-03-21T20:23:45.9429917Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:45.9430838Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:45.9432373Z 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:45.9434329Z 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:45.9436277Z 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:45.9438707Z 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:45.9441273Z 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:45.9442710Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:45.9443198Z running install 2025-03-21T20:23:45.9443484Z running install_lib 2025-03-21T20:23:45.9443835Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:45.9444428Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:23:45.9445101Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:23:45.9445742Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:23:45.9447016Z 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:45.9448643Z 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:45.9450308Z 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:45.9452221Z 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:45.9453973Z 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:45.9455729Z 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:45.9457374Z 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:45.9458980Z 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:45.9460600Z 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:45.9462231Z 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:45.9464006Z 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:45.9465445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:23:45.9466921Z 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:45.9469087Z 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:45.9471326Z 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:45.9473413Z 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:45.9475426Z 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:45.9477579Z 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:45.9479635Z 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:45.9481764Z 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:45.9483854Z 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:45.9486029Z 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:45.9488114Z 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:45.9490031Z 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:45.9492114Z 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:45.9494060Z 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:45.9496046Z 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:45.9498421Z 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:45.9500638Z 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:45.9502886Z 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:45.9505077Z 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:45.9507485Z 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:45.9509639Z 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:45.9511739Z 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:45.9514078Z 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:45.9516269Z 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:45.9518459Z 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:45.9520761Z 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:45.9523136Z 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:45.9525208Z 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:45.9527089Z 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:45.9529121Z 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:45.9531174Z 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:45.9533120Z 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:45.9535437Z 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:45.9537585Z 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:45.9539576Z 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:45.9541737Z 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:45.9543901Z 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:45.9545958Z 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:45.9547657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:23:45.9549060Z 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:45.9551226Z 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:45.9553218Z 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:45.9555349Z 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:45.9557456Z 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:45.9559550Z 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:45.9561856Z 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:45.9563831Z 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:45.9566024Z 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:45.9567483Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:23:45.9568679Z 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:45.9570439Z 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:45.9572374Z 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:45.9574080Z 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:45.9575913Z 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:45.9577603Z 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:45.9579393Z 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:45.9581060Z 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:45.9582793Z 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:45.9584524Z 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:45.9586316Z 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:45.9588219Z 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:45.9590011Z 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:45.9591874Z 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:45.9593607Z 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:45.9595401Z 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:45.9597183Z 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:45.9598915Z 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:45.9600750Z 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:45.9602483Z 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:45.9604246Z 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:45.9606071Z 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:45.9607842Z 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:45.9609581Z 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:45.9611453Z 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:45.9613180Z 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:45.9615017Z 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:45.9616802Z 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:45.9618595Z 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:45.9620463Z 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:45.9622882Z 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:45.9624797Z 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:45.9626767Z 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:45.9628526Z 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:45.9630402Z 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:45.9632231Z 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:45.9634559Z 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:45.9637538Z 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:45.9639608Z 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:45.9641470Z 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:45.9643412Z 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:45.9645398Z 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:45.9647357Z 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:45.9649171Z 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:45.9651055Z 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:45.9652244Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:23:45.9653611Z 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:45.9655457Z 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:45.9657378Z 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:45.9659384Z 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:45.9661471Z 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:45.9662872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:23:45.9664190Z 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:45.9666049Z 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:45.9667910Z 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:45.9669662Z 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:45.9671012Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:23:45.9672406Z 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:45.9674443Z 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:45.9676389Z 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:45.9678415Z 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:45.9680374Z 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:45.9682359Z 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:45.9684398Z 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:45.9686584Z 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:45.9688714Z 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:45.9690056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:23:45.9691401Z 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:45.9693408Z 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:45.9695360Z 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:45.9697358Z 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:45.9699150Z 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:45.9701293Z 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:45.9703309Z 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:45.9705340Z 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:45.9707905Z 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:45.9709574Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:23:45.9710876Z 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:45.9712939Z 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:45.9714872Z 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:45.9716726Z 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:45.9718820Z 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:45.9720653Z 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:45.9722810Z 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:45.9724812Z 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:45.9726596Z 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:45.9728407Z 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:45.9730366Z 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:45.9732279Z 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:45.9734267Z 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:45.9736444Z 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:45.9738313Z 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:45.9740299Z 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:45.9742284Z 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:45.9744253Z 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:45.9746314Z 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:45.9748193Z 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:45.9750433Z 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:45.9752319Z 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:45.9754157Z 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:45.9756081Z 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:45.9757985Z 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:45.9759961Z 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:45.9761819Z 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:45.9763750Z 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:45.9765775Z 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:45.9767627Z 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:45.9769441Z 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:45.9771281Z 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:45.9773124Z 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:45.9775001Z 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:45.9776896Z 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:45.9778747Z 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:45.9780750Z 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:45.9782610Z 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:45.9784521Z 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:45.9786976Z 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:45.9788685Z 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:45.9790533Z 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:45.9792427Z 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:45.9794191Z 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:45.9796018Z 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:45.9797819Z 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:45.9799846Z 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:45.9801821Z 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:45.9803784Z 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:45.9805747Z 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:45.9807771Z 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:45.9809824Z 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:45.9811859Z 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:45.9813838Z 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:45.9815848Z 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:45.9817805Z 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:45.9819816Z 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:45.9821731Z 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:45.9823815Z 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:45.9825880Z 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:45.9827875Z 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:45.9830155Z 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:45.9832331Z 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:45.9834152Z 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:45.9835560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:23:45.9837100Z 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:45.9839340Z 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:45.9841616Z 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:45.9843758Z 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:45.9846078Z 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:45.9848441Z 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:45.9850599Z 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:45.9852693Z 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:45.9854786Z 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:45.9856862Z 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:45.9858418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:23:45.9860138Z 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:45.9861935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:23:45.9863363Z 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:45.9865308Z 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:45.9867369Z 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:45.9869313Z 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:45.9870874Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:23:45.9872414Z 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:45.9873801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:23:45.9875185Z 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:45.9876559Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:23:45.9877603Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:45.9879395Z 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:45.9881265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:23:45.9882605Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:45.9884693Z 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:45.9887605Z 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:45.9889855Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:45.9892106Z 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:45.9895024Z 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:45.9897811Z 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:45.9900745Z 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:45.9903630Z 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:45.9906617Z 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:45.9909435Z 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:45.9912202Z 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:45.9915144Z 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:45.9918064Z 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:45.9921044Z 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:45.9924066Z 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:45.9926945Z 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:45.9929666Z 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:45.9932286Z 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:45.9935376Z 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:45.9938250Z 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:45.9941153Z 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:45.9944105Z 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:45.9947129Z 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:45.9950000Z 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:45.9953248Z 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:45.9956386Z 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:45.9959490Z 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:45.9962711Z 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:45.9965728Z 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:45.9968625Z 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:45.9971580Z 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:45.9974842Z 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:45.9978042Z 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:45.9981129Z 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:45.9983980Z 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:45.9986868Z 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:45.9989556Z 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:45.9991487Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:23:45.9992730Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:45.9994727Z 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:45.9996826Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:45.9998780Z 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:46.0000899Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:46.0002770Z 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:46.0004515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:23:46.0005999Z 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:46.0008003Z 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:46.0009849Z 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:46.0011687Z 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:46.0013226Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:46.0015176Z 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:46.0018087Z 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:46.0020054Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:23:46.0021745Z 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:46.0024136Z 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:46.0026498Z 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:46.0029070Z 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:46.0031581Z 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:46.0033798Z 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:46.0036152Z 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:46.0038557Z 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:46.0040719Z 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:46.0042904Z 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:46.0044466Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:23:46.0045933Z 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:46.0047976Z 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:46.0049885Z 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:46.0051355Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:23:46.0052868Z 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:46.0055001Z 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:46.0056690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:23:46.0058289Z 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:46.0060493Z 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:46.0062720Z 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:46.0064884Z 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:46.0066527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:23:46.0067815Z 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:46.0069258Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:23:46.0070757Z 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:46.0072793Z 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:46.0074963Z 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:46.0077098Z 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:46.0079169Z 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:46.0081191Z 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:46.0083768Z 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:46.0086372Z 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:46.0088545Z 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:46.0090868Z 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:46.0093018Z 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:46.0095424Z 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:46.0097710Z 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:46.0099704Z 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:46.0101843Z 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:46.0104055Z 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:46.0106055Z 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:46.0108304Z 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:46.0110532Z 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:46.0112862Z 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:46.0115095Z 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:46.0117951Z 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:46.0120443Z 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:46.0122622Z 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:46.0124764Z 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:46.0126868Z 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:46.0128896Z 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:46.0130820Z 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:46.0132325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:23:46.0134107Z 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:46.0136350Z 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:46.0138330Z 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:46.0140318Z 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:46.0142318Z 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:46.0144473Z 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:46.0146640Z 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:46.0148783Z 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:46.0150763Z 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:46.0152611Z 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:46.0154496Z 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:46.0156317Z 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:46.0158173Z 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:46.0160079Z 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:46.0161907Z 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:46.0163901Z 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:46.0165858Z 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:46.0167841Z 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:46.0169888Z 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:46.0171803Z 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:46.0173780Z 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:46.0175711Z 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:46.0177665Z 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:46.0179715Z 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:46.0181628Z 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:46.0184122Z 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:46.0186116Z 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:46.0188040Z 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:46.0189988Z 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:46.0191989Z 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:46.0193961Z 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:46.0195920Z 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:46.0198040Z 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:46.0200045Z 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:46.0201979Z 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:46.0203947Z 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:46.0205824Z 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:46.0207810Z 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:46.0209742Z 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:46.0211704Z 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:46.0213576Z 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:46.0215674Z 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:46.0217576Z 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:46.0219749Z 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:46.0221810Z 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:46.0224353Z 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:46.0226428Z 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:46.0228666Z 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:46.0230742Z 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:46.0232743Z 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:46.0234809Z 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:46.0236858Z 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:46.0239026Z 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:46.0241004Z 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:46.0242964Z 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:46.0244927Z 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:46.0246915Z 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:46.0248905Z 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:46.0250829Z 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:46.0252699Z 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:46.0254778Z 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:46.0256803Z 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:46.0258808Z 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:46.0260790Z 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:46.0262777Z 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:46.0264944Z 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:46.0267348Z 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:46.0269301Z 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:46.0271256Z 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:46.0273216Z 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:46.0275186Z 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:46.0277136Z 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:46.0279126Z 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:46.0281227Z 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:46.0283223Z 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:46.0285260Z 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:46.0287348Z 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:46.0289475Z 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:46.0291801Z 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:46.0294004Z 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:46.0295502Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:23:46.0297083Z 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:46.0298616Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:23:46.0300098Z 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:46.0302307Z 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:46.0304656Z 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:46.0306268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:46.0307958Z 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:46.0310143Z 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:46.0312509Z 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:46.0314634Z 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:46.0316315Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:46.0318190Z 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:46.0320001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:23:46.0321451Z 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:46.0323726Z 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:46.0325843Z 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:46.0327257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:23:46.0328585Z 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:46.0330422Z 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:46.0332438Z 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:46.0333758Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:23:46.0335036Z 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:46.0337031Z 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:46.0338298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:23:46.0339162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:46.0340539Z 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:46.0341954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:23:46.0343264Z 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:46.0345151Z 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:46.0347318Z 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:46.0349389Z 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:46.0351377Z 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:46.0353413Z 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:46.0355362Z 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:46.0357380Z 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:46.0359378Z 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:46.0361173Z 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:46.0363040Z 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:46.0364940Z 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:46.0367075Z 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:46.0369101Z 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:46.0370985Z 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:46.0372500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:23:46.0374179Z 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:46.0376666Z 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:46.0378964Z 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:46.0380418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:23:46.0381651Z 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:46.0383375Z 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:46.0384999Z 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:46.0386736Z 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:46.0388579Z 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:46.0389967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:23:46.0391363Z 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:46.0393089Z 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:46.0395108Z 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:46.0397171Z 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:46.0399138Z 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:46.0401162Z 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:46.0403174Z 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:46.0405158Z 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:46.0406673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:23:46.0408270Z 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:46.0409910Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:23:46.0411491Z 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:46.0412924Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:23:46.0414312Z 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:46.0415698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:23:46.0416921Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:23:46.0417924Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:46.0419714Z 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:46.0440850Z 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:46.0443999Z 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:46.0446759Z 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:46.0449159Z 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:46.0451417Z 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:46.0453936Z 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:46.0456531Z 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:46.0459484Z 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:46.0462662Z 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:46.0464965Z 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:46.0467344Z 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:46.0469829Z 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:46.0472097Z 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:46.0474627Z 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:46.0476985Z 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:46.0479733Z 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:46.0482254Z 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:46.0484731Z 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:46.0487517Z 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:46.0490017Z 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:46.0492717Z 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:46.0494985Z 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:46.0497716Z 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:46.0500246Z 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:46.0502724Z 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:46.0505045Z 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:46.0507440Z 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:46.0509656Z 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:46.0512253Z 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:46.0514850Z 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:46.0517536Z 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:46.0519996Z 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:46.0522848Z 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:46.0525574Z 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:46.0528151Z 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:46.0530278Z 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:46.0532830Z 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:46.0535229Z 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:46.0537540Z 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:46.0540157Z 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:46.0542702Z 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:46.0545480Z 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:46.0547950Z 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:46.0550565Z 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:46.0552913Z 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:46.0555346Z 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:46.0557835Z 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:46.0560483Z 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:46.0562838Z 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:46.0565193Z 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:46.0567788Z 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:46.0570172Z 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:46.0572551Z 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:46.0575011Z 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:46.0577288Z 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:46.0579812Z 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:46.0582272Z 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:46.0584603Z 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:46.0586980Z 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:46.0589379Z 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:46.0591635Z 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:46.0593239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:23:46.0594843Z 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:46.0597020Z 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:46.0599401Z 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:46.0601474Z 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:46.0602908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:23:46.0604209Z 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:46.0606120Z 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:46.0608230Z 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:46.0609677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:46.0611067Z 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:46.0613098Z 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:46.0615315Z 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:46.0616942Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:46.0618569Z 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:46.0620837Z 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:46.0623231Z 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:46.0625587Z 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:46.0627921Z 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:46.0630558Z 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:46.0632170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:46.0633731Z 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:46.0635469Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:23:46.0636449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:46.0638275Z 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:46.0640103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:23:46.0641424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:46.0643526Z 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:46.0646273Z 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:46.0649387Z 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:46.0652212Z 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:46.0654746Z 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:46.0657281Z 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:46.0659801Z 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:46.0662153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:46.0664344Z 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:46.0666358Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:23:46.0667650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:23:46.0668941Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:46.0671430Z 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:46.0673518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:23:46.0674511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:23:46.0675420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:46.0677262Z 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:46.0679668Z 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:46.0682224Z 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:46.0684359Z 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:46.0686719Z 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:46.0688919Z 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:46.0690470Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:23:46.0691800Z 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:46.0693435Z 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:46.0694821Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:23:46.0696116Z 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:46.0698202Z 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:46.0700475Z 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:46.0702769Z 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:46.0704793Z 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:46.0707115Z 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:46.0709319Z 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:46.0712122Z 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:46.0714382Z 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:46.0716431Z 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:46.0718660Z 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:46.0720696Z 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:46.0722786Z 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:46.0724304Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:23:46.0725677Z 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:46.0727599Z 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:46.0729631Z 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:46.0731518Z 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:46.0733719Z 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:46.0735804Z 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:46.0737743Z 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:46.0739632Z 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:46.0741555Z 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:46.0743624Z 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:46.0745752Z 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:46.0747680Z 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:46.0749712Z 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:46.0751873Z 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:46.0753945Z 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:46.0755977Z 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:46.0758012Z 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:46.0760022Z 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:46.0762010Z 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:46.0764099Z 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:46.0766203Z 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:46.0768280Z 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:46.0770255Z 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:46.0772405Z 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:46.0774552Z 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:46.0776559Z 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:46.0778567Z 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:46.0780751Z 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:46.0782929Z 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:46.0785062Z 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:46.0787178Z 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:46.0789175Z 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:46.0791167Z 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:46.0793391Z 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:46.0795936Z 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:46.0797967Z 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:46.0799902Z 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:46.0801996Z 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:46.0804064Z 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:46.0806315Z 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:46.0808331Z 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:46.0810377Z 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:46.0812606Z 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:46.0814883Z 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:46.0817205Z 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:46.0819562Z 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:46.0821206Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:23:46.0822809Z 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:46.0825094Z 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:46.0826849Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:46.0828768Z 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:46.0831237Z 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:46.0833776Z 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:46.0836310Z 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:46.0838862Z 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:46.0841421Z 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:46.0843237Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:46.0844965Z 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:46.0847232Z 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:46.0848798Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:46.0850483Z 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:46.0852894Z 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:46.0854593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:23:46.0856339Z 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:46.0858869Z 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:46.0861885Z 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:46.0864218Z 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:46.0865984Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:23:46.0867456Z 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:46.0869691Z 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:46.0871188Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:23:46.0872854Z 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:46.0874919Z 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:46.0877203Z 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:46.0879433Z 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:46.0881584Z 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:46.0884116Z 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:46.0886408Z 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:46.0888774Z 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:46.0891117Z 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:46.0893292Z 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:46.0895544Z 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:46.0897767Z 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:46.0900046Z 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:46.0901511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:46.0903108Z 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:46.0905277Z 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:46.0907660Z 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:46.0909620Z 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:46.0911673Z 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:46.0913533Z 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:46.0915414Z 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:46.0917502Z 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:46.0919482Z 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:46.0921388Z 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:46.0923513Z 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:46.0925627Z 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:46.0927572Z 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:46.0929456Z 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:46.0931615Z 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:46.0934835Z 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:46.0936713Z 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:46.0938685Z 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:46.0940643Z 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:46.0942466Z 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:46.0944241Z 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:46.0946546Z 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:46.0948731Z 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:46.0950760Z 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:46.0952731Z 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:46.0954895Z 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:46.0957253Z 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:46.0959585Z 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:46.0961747Z 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:46.0963897Z 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:46.0965945Z 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:46.0967977Z 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:46.0969831Z 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:46.0971689Z 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:46.0973689Z 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:46.0975660Z 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:46.0978020Z 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:46.0979904Z 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:46.0982165Z 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:46.0984233Z 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:46.0985789Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:46.0987365Z 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:46.0989886Z 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:46.0992078Z 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:46.0994446Z 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:46.0996612Z 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:46.0998771Z 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:46.1001225Z 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:46.1002776Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:46.1004400Z 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:46.1006881Z 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:46.1009198Z 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:46.1010820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:46.1012540Z 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:46.1014877Z 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:46.1016613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:46.1018549Z 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:46.1020679Z 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:46.1022413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:23:46.1023262Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:46.1024958Z 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:46.1026824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:23:46.1028187Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:46.1030438Z 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:46.1033179Z 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:46.1035887Z 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:46.1037790Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:23:46.1038945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:46.1040686Z 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:46.1043275Z 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:46.1044978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:46.1046512Z 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:46.1048673Z 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:46.1050321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:46.1051933Z 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:46.1053782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:46.1055645Z 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:46.1058414Z 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:46.1061413Z 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:46.1063465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:23:46.1064576Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:46.1066343Z 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:46.1068972Z 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:46.1071385Z 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:46.1073020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:46.1074834Z 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:46.1077207Z 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:46.1078985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:23:46.1080177Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:46.1081954Z 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:46.1084526Z 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:46.1087343Z 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:46.1089885Z 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:46.1091836Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:46.1093605Z 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:46.1096479Z 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:46.1099172Z 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:46.1101665Z 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:46.1104187Z 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:46.1107260Z 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:46.1109831Z 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:46.1112702Z 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:46.1115258Z 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:46.1118248Z 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:46.1120951Z 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:46.1123720Z 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:46.1126306Z 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:46.1128953Z 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:46.1131486Z 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:46.1133981Z 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:46.1136598Z 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:46.1139534Z 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:46.1142244Z 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:46.1144911Z 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:46.1147656Z 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:46.1150444Z 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:46.1153539Z 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:46.1156628Z 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:46.1159706Z 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:46.1162794Z 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:46.1165528Z 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:46.1167416Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:46.1169160Z 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:46.1171717Z 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:46.1174416Z 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:46.1176996Z 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:46.1179559Z 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:46.1182160Z 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:46.1184661Z 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:46.1187393Z 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:46.1189953Z 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:46.1192524Z 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:46.1195158Z 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:46.1197679Z 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:46.1200172Z 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:46.1202687Z 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:46.1205049Z 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:46.1207606Z 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:46.1210593Z 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:46.1212968Z 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:46.1215288Z 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:46.1217842Z 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:46.1220180Z 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:46.1222972Z 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:46.1225327Z 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:46.1227785Z 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:46.1230146Z 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:46.1232410Z 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:46.1234590Z 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:46.1237021Z 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:46.1239504Z 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:46.1241972Z 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:46.1244477Z 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:46.1246840Z 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:46.1249558Z 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:46.1251740Z 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:46.1254344Z 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:46.1256593Z 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:46.1259020Z 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:46.1261323Z 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:46.1263697Z 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:46.1266232Z 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:46.1268728Z 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:46.1271293Z 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:46.1273638Z 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:46.1275899Z 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:46.1278221Z 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:46.1280479Z 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:46.1282969Z 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:46.1285356Z 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:46.1288405Z 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:46.1290991Z 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:46.1293362Z 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:46.1295853Z 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:46.1298327Z 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:46.1301088Z 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:46.1303583Z 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:46.1306202Z 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:46.1308845Z 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:46.1311370Z 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:46.1313998Z 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:46.1316467Z 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:46.1319237Z 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:46.1321716Z 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:46.1324409Z 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:46.1326838Z 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:46.1329340Z 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:46.1332105Z 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:46.1334690Z 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:46.1337187Z 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:46.1339491Z 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:46.1341972Z 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:46.1344483Z 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:46.1346970Z 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:46.1349436Z 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:46.1351710Z 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:46.1354063Z 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:46.1355588Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:23:46.1356954Z 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:46.1358862Z 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:46.1360765Z 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:46.1362723Z 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:46.1364107Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:23:46.1364953Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:23:46.1366179Z 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:46.1368005Z 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:46.1369335Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:23:46.1370774Z 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:46.1373007Z 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:46.1375193Z 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:46.1377216Z 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:46.1379246Z 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:46.1381354Z 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:46.1383644Z 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:46.1386140Z 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:46.1388119Z 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:46.1390193Z 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:46.1392282Z 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:46.1394342Z 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:46.1396457Z 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:46.1398482Z 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:46.1400468Z 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:46.1402462Z 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:46.1404565Z 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:46.1406633Z 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:46.1408658Z 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:46.1410653Z 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:46.1412140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:23:46.1413730Z 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:46.1415766Z 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:46.1417325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:23:46.1418965Z 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:46.1421351Z 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:46.1424006Z 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:46.1426092Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:23:46.1427669Z 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:46.1429647Z 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:46.1431692Z 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:46.1433730Z 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:46.1435800Z 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:46.1437835Z 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:46.1439939Z 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:46.1441392Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:23:46.1442860Z 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:46.1444993Z 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:46.1446501Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:23:46.1447500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:46.1449009Z 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:46.1451256Z 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:46.1453094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:23:46.1454937Z 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:46.1457293Z 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:46.1459031Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:46.1460540Z 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:46.1462764Z 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:46.1464658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:23:46.1466695Z 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:46.1469534Z 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:46.1471497Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:23:46.1472459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:46.1474393Z 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:46.1476113Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:46.1477831Z 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:46.1480090Z 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:46.1481590Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:23:46.1482634Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:23:46.1483872Z 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:46.1485892Z 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:46.1487811Z 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:46.1489605Z 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:46.1491345Z 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:46.1493031Z 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:46.1494834Z 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:46.1496721Z 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:46.1498745Z 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:46.1500525Z 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:46.1502391Z 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:46.1504268Z 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:46.1506452Z 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:46.1508476Z 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:46.1510323Z 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:46.1512229Z 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:46.1514169Z 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:46.1515587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:46.1517225Z 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:46.1519361Z 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:46.1521329Z 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:46.1523486Z 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:46.1525040Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:23:46.1526496Z 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:46.1528537Z 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:46.1530697Z 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:46.1533212Z 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:46.1535419Z 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:46.1537621Z 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:46.1540053Z 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:46.1542168Z 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:46.1544181Z 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:46.1546187Z 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:46.1548182Z 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:46.1549793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:23:46.1551269Z 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:46.1553196Z 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:46.1555724Z 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:46.1557582Z 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:46.1559059Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:23:46.1560631Z 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:46.1562674Z 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:46.1564625Z 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:46.1566137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:46.1567659Z 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:46.1569321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:46.1570947Z 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:46.1573202Z 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:46.1574912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:46.1576606Z 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:46.1578872Z 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:46.1581282Z 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:46.1582908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:46.1584588Z 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:46.1586342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:46.1588096Z 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:46.1590051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:46.1592003Z 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:46.1594728Z 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:46.1597420Z 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:46.1599345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:46.1601412Z 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:46.1604141Z 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:46.1606873Z 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:46.1609512Z 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:46.1611486Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:46.1613457Z 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:46.1616267Z 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:46.1618963Z 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:46.1620422Z 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:46.1620976Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:46.1622401Z 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:46.1623620Z 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:46.1624183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:46.1625572Z 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:46.1627041Z 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:46.1627596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:46.1628877Z 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:46.1630117Z 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:46.1631434Z 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:46.1632713Z 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:46.1633818Z 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:46.1635081Z 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:46.1636361Z 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:46.1636780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:46.1637772Z 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:46.1638869Z 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:46.1640007Z 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:46.1641231Z 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:46.1641593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:23:46.1642110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:46.1643394Z 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:46.1644504Z 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:46.1645770Z 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:46.1647165Z 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:46.1648322Z 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:46.1649572Z 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:46.1650795Z 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:46.1651965Z 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:46.1653102Z 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:46.1654354Z 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:46.1655566Z 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:46.1656805Z 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:46.1658045Z 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:46.1659340Z 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:46.1660866Z 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:46.1661391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:23:46.1662113Z 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:46.1662371Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:23:46.1663139Z 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:46.1663916Z 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:46.1664682Z 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:46.1665492Z 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:46.1666454Z 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:46.1667294Z 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:46.1667996Z 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:46.1668397Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:23:46.1669452Z 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:46.1670310Z 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:46.1671416Z 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:46.1672365Z 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:46.1672621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:23:46.1672883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:23:46.1673242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:23:46.1673669Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:23:46.1674723Z 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:46.1675966Z 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:46.1676781Z 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:46.1677958Z 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:46.1678999Z 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:46.1679450Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:46.1680573Z 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:46.1681695Z 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:46.1682639Z 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:46.1683495Z 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:46.1684489Z 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:46.1685678Z 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:46.1686609Z 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:46.1687626Z 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:46.1687904Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:23:46.1688770Z 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:46.1689603Z 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:46.1690427Z 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:46.1691302Z 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:46.1691659Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:23:46.1692638Z 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:46.1693508Z 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:46.1693876Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:23:46.1694853Z 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:46.1695811Z 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:46.1696231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:23:46.1697217Z 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:46.1698139Z 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:46.1698777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:46.1700078Z 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:46.1701409Z 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:46.1702661Z 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:46.1703849Z 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:46.1705259Z 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:46.1706569Z 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:46.1707051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:46.1707985Z 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:46.1709053Z 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:46.1709452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:23:46.1710501Z 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:46.1711402Z 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:46.1711776Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:23:46.1712842Z 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:46.1713964Z 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:46.1714335Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:23:46.1715274Z 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:46.1716291Z 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:46.1717222Z 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:46.1718146Z 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:46.1719291Z 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:46.1720217Z 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:46.1721157Z 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:46.1722341Z 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:46.1723151Z 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:46.1724241Z 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:46.1725277Z 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:46.1726310Z 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:46.1727028Z 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:46.1727916Z 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:46.1728810Z 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:46.1729318Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:23:46.1730263Z 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:46.1731288Z 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:46.1731744Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:23:46.1732772Z 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:46.1733855Z 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:46.1734941Z 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:46.1735972Z 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:46.1736457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:23:46.1737378Z 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:46.1738457Z 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:46.1739540Z 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:46.1740144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:46.1741210Z 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:46.1742503Z 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:46.1743710Z 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:46.1744888Z 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:46.1746191Z 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:46.1747428Z 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:46.1748511Z 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:46.1749764Z 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:46.1751026Z 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:46.1752063Z 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:46.1753273Z 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:46.1754424Z 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:46.1755593Z 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:46.1756961Z 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:46.1758184Z 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:46.1759444Z 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:46.1760685Z 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:46.1761018Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:23:46.1762238Z 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:46.1763200Z 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:46.1764260Z 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:46.1764683Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:46.1765753Z 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:46.1766090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:46.1767173Z 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:46.1767585Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:46.1768680Z 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:46.1769758Z 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:46.1770903Z 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:46.1772175Z 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:46.1772662Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:46.1773853Z 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:46.1774873Z 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:46.1776105Z 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:46.1777291Z 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:46.1777857Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:46.1779165Z 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:46.1779857Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:46.1781164Z 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:46.1782369Z 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:46.1782905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:46.1784219Z 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:46.1785471Z 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:46.1786024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:46.1787403Z 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:46.1788767Z 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:46.1789280Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:23:46.1790098Z 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:46.1791133Z 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:46.1792006Z 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:46.1792918Z 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:46.1793250Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:23:46.1794197Z 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:46.1795156Z 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:46.1795480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:23:46.1796397Z 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:46.1797178Z 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:46.1797509Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:23:46.1798538Z 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:46.1799511Z 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:46.1799882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:46.1800757Z 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:46.1801662Z 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:46.1802036Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:46.1803064Z 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:46.1803957Z 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:46.1804322Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:46.1805285Z 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:46.1805680Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:23:46.1806607Z 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:46.1807478Z 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:46.1808330Z 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:46.1809224Z 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:46.1810228Z 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:46.1810569Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:23:46.1811407Z 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:46.1812350Z 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:46.1812708Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:23:46.1813511Z 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:46.1814410Z 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:46.1814789Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:23:46.1815730Z 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:46.1816597Z 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:46.1816904Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:23:46.1817666Z 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:46.1818555Z 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:46.1819058Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:23:46.1819935Z 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:46.1821048Z 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:46.1821375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:23:46.1822421Z 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:46.1823363Z 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:46.1823728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:23:46.1824636Z 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:46.1825612Z 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:46.1825917Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:23:46.1826276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:23:46.1827257Z 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:46.1827503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:23:46.1828036Z 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:46.1828752Z 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:46.1829363Z 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:46.1829965Z 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:46.1830646Z 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:46.1831279Z 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:46.1831851Z 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:46.1832478Z 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:46.1833232Z 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:46.1833792Z 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:46.1834420Z 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:46.1834948Z 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:46.1835540Z 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:46.1836230Z 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:46.1836903Z 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:46.1837468Z 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:46.1838138Z 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:46.1838692Z 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:46.1839305Z 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:46.1839947Z 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:46.1840491Z 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:46.1841073Z 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:46.1841694Z 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:46.1842301Z 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:46.1842607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:23:46.1843333Z 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:46.1844090Z 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:46.1844836Z 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:46.1845655Z 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:46.1846417Z 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:46.1847194Z 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:46.1847957Z 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:46.1848738Z 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:46.1849506Z 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:46.1849797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:23:46.1850481Z 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:46.1851192Z 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:46.1852083Z 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:46.1852859Z 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:46.1853686Z 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:46.1854425Z 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:46.1855190Z 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:46.1855472Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:23:46.1856275Z 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:46.1857025Z 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:46.1857878Z 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:46.1858638Z 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:46.1859432Z 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:46.1860158Z 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:46.1860532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:46.1861651Z 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:46.1862755Z 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:46.1863861Z 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:46.1865008Z 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:46.1865324Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:23:46.1866622Z 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:46.1867704Z 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:46.1868662Z 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:46.1869606Z 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:46.1870518Z 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:46.1871491Z 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:46.1872620Z 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:46.1873526Z 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:46.1874620Z 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:46.1875479Z 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:46.1876534Z 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:46.1877555Z 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:46.1878584Z 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:46.1879670Z 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:46.1880681Z 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:46.1881638Z 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:46.1882619Z 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:46.1883461Z 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:46.1883816Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:23:46.1884906Z 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:46.1886111Z 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:46.1886484Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:46.1887857Z 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:46.1888952Z 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:46.1889991Z 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:46.1890300Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:23:46.1891099Z 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:46.1891747Z 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:46.1892559Z 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:46.1893301Z 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:46.1893594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:23:46.1894384Z 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:46.1895156Z 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:46.1895504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:23:46.1896391Z 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:46.1896707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:23:46.1897669Z 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:46.1898034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:23:46.1898725Z 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:46.1899060Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:23:46.1899977Z 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:46.1900748Z 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:46.1901100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:46.1902013Z 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:46.1902866Z 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:46.1903781Z 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:46.1904123Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:23:46.1905035Z 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:46.1905901Z 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:46.1906279Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:46.1907247Z 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:46.1907562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:23:46.1908440Z 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:46.1909349Z 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:46.1909658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:23:46.1910563Z 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:46.1911525Z 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:46.1912287Z 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:46.1912619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:23:46.1913504Z 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:46.1913772Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:23:46.1914418Z 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:46.1915150Z 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:46.1915937Z 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:46.1916231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:23:46.1916987Z 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:46.1917315Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:23:46.1918161Z 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:46.1919007Z 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:46.1919761Z 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:46.1920062Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:23:46.1921166Z 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:46.1921458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:23:46.1964399Z 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:46.1965466Z 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:46.1966358Z 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:46.1967280Z 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:46.1968198Z 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:46.1969218Z 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:46.1970227Z 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:46.1971174Z 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:46.1972065Z 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:46.1972891Z 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:46.1973925Z 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:46.1974726Z 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:46.1975741Z 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:46.1976514Z 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:46.1977570Z 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:46.1978283Z 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:46.1979268Z 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:46.1980005Z 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:46.1980883Z 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:46.1981646Z 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:46.1982444Z 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:46.1983165Z 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:46.1984092Z 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:46.1985173Z 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:46.1986157Z 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:46.1987033Z 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:46.1987884Z 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:46.1988783Z 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:46.1989592Z 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:46.1990497Z 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:46.1991265Z 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:46.1992199Z 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:46.1992592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:23:46.1993309Z 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:46.1994125Z 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:46.1994873Z 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:46.1995268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:23:46.1996135Z 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:46.1996998Z 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:46.1997825Z 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:46.1998173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:23:46.1998937Z 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:46.1999779Z 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:46.2000469Z 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:46.2001265Z 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:46.2001987Z 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:46.2002890Z 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:46.2003639Z 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:46.2003972Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:23:46.2004712Z 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:46.2005376Z 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:46.2006117Z 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:46.2007213Z 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:46.2007929Z 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:46.2008716Z 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:46.2068459Z 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:46.2069634Z 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:46.2070875Z 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:46.2072174Z 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:46.2073576Z 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:46.2074733Z 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:46.2075978Z 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:46.2077320Z 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:46.2078440Z 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:46.2079196Z 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:46.2079977Z 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:46.2080649Z 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:46.2081321Z 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:46.2082218Z 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:46.2083092Z 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:46.2083887Z 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:46.2084596Z 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:46.2085328Z 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:46.2086068Z 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:46.2086832Z 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:46.2087592Z 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:46.2088305Z 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:46.2088959Z 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:46.2105544Z 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:46.2106285Z 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:46.2106952Z 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:46.2107257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:23:46.2107994Z 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:46.2108679Z 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:46.2109405Z 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:46.2110120Z 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:46.2110420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:23:46.2111226Z 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:46.2111779Z 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:46.2112029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:23:46.2112323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:23:46.2113076Z 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:46.2113359Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:23:46.2114074Z 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:46.2114925Z 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:46.2115211Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:23:46.2115935Z 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:46.2116273Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:46.2117104Z 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:46.2117979Z 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:46.2118914Z 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:46.2119753Z 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:46.2120614Z 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:46.2120932Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:23:46.2121746Z 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:46.2122287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:23:46.2123028Z 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:46.2123734Z 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:46.2124446Z 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:46.2124778Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:23:46.2125650Z 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:46.2125940Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:23:46.2305696Z 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:46.2306043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:23:46.2307394Z 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:46.2308455Z 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:46.2309538Z 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:46.2310823Z 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:46.2312058Z 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:46.2312424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:23:46.2313178Z 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:46.2313579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:23:46.2314459Z 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:46.2314745Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:23:46.2315869Z 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:46.2316206Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:23:46.2317223Z 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:46.2317668Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:23:46.2318565Z 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:46.2319600Z 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:46.2319956Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:23:46.2320311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:23:46.2321412Z 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:46.2322518Z 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:46.2322920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:46.2324087Z 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:46.2324370Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:23:46.2324671Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:23:46.2325648Z 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:46.2326427Z 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:46.2327405Z 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:46.2328221Z 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:46.2329392Z 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:46.2330252Z 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:46.2331277Z 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:46.2332093Z 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:46.2332451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:46.2333761Z 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:46.2334203Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:23:46.2334805Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:46.2335969Z 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:46.2337234Z 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:46.2338206Z 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:46.2338576Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:23:46.2339294Z 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:46.2340099Z 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:46.2340986Z 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:46.2341826Z 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:46.2342742Z 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:46.2343646Z 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:46.2344034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:23:46.2344763Z 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:46.2345656Z 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:46.2346615Z 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:46.2347477Z 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:46.2347954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:23:46.2348747Z 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:46.2409764Z 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:46.2410621Z 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:46.2411662Z 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:46.2411982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:23:46.2412727Z 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:46.2413518Z 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:46.2414374Z 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:46.2415317Z 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:46.2415663Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:46.2416738Z 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:46.2417046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:23:46.2417856Z 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:46.2418473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:46.2419493Z 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:46.2420670Z 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:46.2421732Z 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:46.2423051Z 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:46.2423513Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:23:46.2424072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:46.2425608Z 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:46.2426971Z 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:46.2427328Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:23:46.2427807Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:46.2428840Z 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:46.2429199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:23:46.2429482Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:23:46.2430328Z 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:46.2430682Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:23:46.2431547Z 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:46.2432543Z 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:46.2433538Z 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:46.2434335Z 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:46.2435114Z 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:46.2435365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:23:46.2435987Z 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:46.2436389Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:23:46.2437173Z 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:46.2438130Z 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:46.2438481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:23:46.2439449Z 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:46.2439828Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:23:46.2440184Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:23:46.2440555Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:46.2441647Z 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:46.2442586Z 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:46.2443681Z 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:46.2444660Z 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:46.2445664Z 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:46.2446039Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:46.2446587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:46.2447721Z 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:46.2448619Z 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:46.2449735Z 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:46.2450808Z 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:46.2522439Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:23:46.2523874Z 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:46.2525372Z 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:46.2526912Z 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:46.2527576Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:23:46.2529056Z 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:46.2530452Z 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:46.2531976Z 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:46.2533395Z 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:46.2533909Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:23:46.2535278Z 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:46.2536760Z 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:46.2537286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:23:46.2538560Z 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:46.2539846Z 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:46.2540374Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:23:46.2541790Z 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:46.2543175Z 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:46.2544654Z 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:46.2545174Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:23:46.2546474Z 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:46.2547758Z 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:46.2548294Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:23:46.2549771Z 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:46.2550299Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:23:46.2551545Z 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:46.2552858Z 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:46.2554217Z 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:46.2555530Z 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:46.2556083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:23:46.2557604Z 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:46.2559099Z 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:46.2560655Z 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:46.2561378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:23:46.2562877Z 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:46.2564560Z 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:46.2565131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:23:46.2566453Z 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:46.2567999Z 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:46.2569555Z 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:46.2569978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:23:46.2570978Z 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:46.2571597Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:23:46.2572778Z 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:46.2573230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:23:46.2573728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:23:46.2575100Z 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:46.2575484Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:23:46.2576664Z 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:46.2577714Z 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:46.2578738Z 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:46.2579146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:23:46.2580141Z 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:46.2581167Z 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:46.2582081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:23:46.2582456Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:23:46.2582883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:23:46.2584203Z 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:46.2584616Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:23:46.2585108Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:23:46.2585756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:23:46.2586351Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:23:46.2610908Z 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:46.2612542Z 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:46.2614286Z 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:46.2615805Z 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:46.2617397Z 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:46.2619008Z 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:46.2620665Z 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:46.2622906Z 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:46.2624568Z 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:46.2626441Z 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:46.2628124Z 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:46.2629784Z 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:46.2631367Z 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:46.2632916Z 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:46.2634451Z 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:46.2636060Z 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:46.2637776Z 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:46.2638526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:46.2640265Z 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:46.2641154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:46.2643170Z 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:46.2645996Z 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:46.2646849Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:46.2648701Z 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:46.2650646Z 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:46.2652627Z 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:46.2654856Z 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:46.2656793Z 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:46.2657596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:46.2659505Z 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:46.2661465Z 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:46.2663397Z 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:46.2665290Z 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:46.2667258Z 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:46.2669083Z 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:46.2671027Z 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:46.2672933Z 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:46.2674804Z 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:46.2676630Z 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:46.2678672Z 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:46.2680446Z 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:46.2682358Z 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:46.2698365Z 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:46.2699234Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:23:46.2700282Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:23:46.2701224Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:46.2703414Z 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:46.2705644Z 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:46.2706591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:46.2708791Z 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:46.2710873Z 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:46.2712926Z 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:46.2714917Z 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:46.2716916Z 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:46.2719046Z 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:46.2721013Z 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:46.2723348Z 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:46.2725590Z 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:46.2726218Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:46.2727836Z 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:46.2729495Z 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:46.2731153Z 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:46.2733037Z 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:46.2733709Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:46.2735340Z 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:46.2735998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:23:46.2737551Z 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:46.2739141Z 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:46.2740706Z 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:46.2742345Z 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:46.2743936Z 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:46.2745573Z 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:46.2747210Z 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:46.2748781Z 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:46.2750338Z 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:46.2751927Z 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:46.2753610Z 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:46.2754332Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:46.2756050Z 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:46.2756607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:23:46.2757310Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:46.2759144Z 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:46.2761039Z 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:46.2762697Z 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:46.2763350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:23:46.2764919Z 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:46.3275165Z 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:46.3276418Z 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:46.3277484Z 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:46.3277884Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:46.3279119Z 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:46.3280148Z 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:46.3281325Z 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:46.3281566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:23:46.3281803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:23:46.3282365Z 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:46.3282946Z 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:46.3283073Z running install_egg_info 2025-03-21T20:23:46.3283706Z 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:46.3283883Z running install_scripts 2025-03-21T20:23:46.3284245Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:23:46.3285196Z creating '/tmp/pip-wheel-pp771w00/.tmp-t07ftzis/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:46.3285337Z adding 'executorch/version.py' 2025-03-21T20:23:46.3285624Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:23:46.3285902Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:23:46.3286290Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:23:46.3286562Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:23:46.3286884Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:23:46.3287128Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:23:46.3287433Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:23:46.3287857Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:23:46.3288196Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:23:46.3288501Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:23:46.3288867Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:23:46.3289082Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:23:46.3289405Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:23:46.3289636Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:23:46.3289918Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:23:46.3290159Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:23:46.3290393Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:23:46.3290660Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:23:46.3290943Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:23:46.3291205Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:23:46.3291552Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:23:46.3291860Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:23:46.3292198Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:23:46.3292428Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:23:46.3292680Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:23:46.3292953Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:23:46.3293208Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:23:46.3293432Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:23:46.3293695Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:23:46.3293957Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:23:46.3294252Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:23:46.3294591Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:23:46.3294829Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:23:46.3295073Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:23:46.3295344Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:23:46.3295657Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:23:46.3295973Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:23:46.3296222Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:23:46.3296442Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:23:46.3296862Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:23:46.3297251Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:23:46.3297487Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:23:46.3297736Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:23:46.3297996Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:23:46.3298234Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:23:46.3298469Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:23:46.3298695Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:23:46.3298883Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:23:46.3299077Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:23:46.3299306Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:23:46.3299706Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:23:46.3299887Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:23:46.3300076Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:23:46.3300251Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:23:46.3300460Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:23:46.3300649Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:23:46.3300868Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:23:46.3301036Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:23:46.3301308Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:23:46.3301694Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:23:46.3302040Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:23:46.3302285Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:23:46.3302503Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:23:46.3302734Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:23:46.3302983Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:46.3303294Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:23:46.3303599Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:23:46.3303892Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:23:46.3304163Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:23:46.3304476Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:23:46.3304853Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:23:46.3305078Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:23:46.3305427Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:23:46.3305683Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:23:46.3305948Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:23:46.3306210Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:23:46.3306467Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:23:46.3306705Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:23:46.3306960Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:23:46.3307260Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:23:46.3307506Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:23:46.3307830Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:23:46.3308105Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:23:46.3308447Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:23:46.3308754Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:23:46.3309000Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:23:46.3309221Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:23:46.3309541Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:23:46.3309788Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:23:46.3310149Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:23:46.3310365Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:23:46.3674230Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:23:46.3674706Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:23:46.3675581Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:23:46.3676135Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:46.3676719Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:23:46.3677122Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:23:46.3677452Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:23:46.3677748Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:23:46.3678021Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:23:46.3678318Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:23:46.3678609Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:23:46.3678892Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:23:46.3679180Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:23:46.3679573Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:23:46.3679898Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:23:46.3680142Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:23:46.3680346Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:23:46.3680534Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:23:46.3680788Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:23:46.3680995Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:23:46.3681180Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:23:46.3681415Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:23:46.3681602Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:23:46.3681798Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:23:46.3682006Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:23:46.3682309Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:23:46.3682528Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:23:46.3682816Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:23:46.3683028Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:23:46.3683220Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:23:46.3683416Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:23:46.3683686Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:23:46.3683881Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:23:46.3684062Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:23:46.3684265Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:23:46.3684446Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:23:46.3684815Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:23:46.3685044Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:23:46.3685254Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:23:46.3685490Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:23:46.3685821Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:23:46.3686079Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:23:46.3686298Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:23:46.3686503Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:23:46.3686782Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:23:46.3686980Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:23:46.3687202Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:23:46.3687475Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:23:46.3687664Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:23:46.3687862Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:23:46.3688061Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:23:46.3688265Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:23:46.3688520Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:23:46.3688844Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:23:46.3689065Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:23:46.3689369Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:23:46.3689590Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:23:46.3689797Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:23:46.3690012Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:23:46.3690216Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:23:46.3690453Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:23:46.3690708Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:23:46.3690983Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:23:46.3691402Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:23:46.3691605Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:23:46.3691791Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:23:46.3691982Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:23:46.3692217Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:23:46.3692494Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:23:46.3692725Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:23:46.3693004Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:23:46.3693256Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:23:46.3693527Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:23:46.3693798Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:23:46.3694115Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:23:46.3694534Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:23:46.3694762Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:23:46.3695070Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:23:46.3695296Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:23:46.3695520Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:23:46.3695748Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:23:46.3696125Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:23:46.3696390Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:23:46.3696634Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:23:46.3696946Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:23:46.3697306Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:23:46.3697529Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:23:46.3697722Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:23:46.3697928Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:23:46.3698181Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:23:46.3698371Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:23:46.3698609Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:23:46.3698903Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:23:46.3699130Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:23:46.3699319Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:23:46.3699525Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:23:46.3699724Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:23:46.3699928Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:23:46.3700291Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:23:46.3700497Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:23:46.3700715Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:23:46.3700970Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:23:46.3701251Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:23:46.3701443Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:23:46.3701631Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:23:46.3701830Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:23:46.3702034Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:23:46.3702246Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:23:46.3702439Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:23:46.3702622Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:23:46.3702816Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:23:46.3703080Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:23:46.3703445Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:23:46.3703672Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:23:46.3703906Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:23:46.3704107Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:23:46.3704360Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:23:46.3704564Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:23:46.3704771Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:23:46.3705011Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:23:46.3705196Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:23:46.3705496Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:23:46.3705708Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:23:46.3705922Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:23:46.3706173Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:23:46.3706426Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:23:46.3706632Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:23:46.3706845Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:23:46.3707249Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:23:46.3707447Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:23:46.3707651Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:23:46.3707869Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:23:46.3708071Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:23:46.4119210Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:23:46.4119634Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:23:46.4119888Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:23:46.4120135Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:23:46.4120425Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:23:46.4120988Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:23:46.4121291Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:23:46.4121497Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:23:46.4121796Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:23:46.4122299Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:23:46.4122494Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:23:46.4122701Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:23:46.4122909Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:23:46.4123143Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:23:46.4123421Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:23:46.4123613Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:23:46.4123888Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:23:46.4124237Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:23:46.4124582Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:23:46.4124844Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:23:46.4125245Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:23:46.4125565Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:23:46.4125864Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:23:46.4126170Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:23:46.4126492Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:23:46.4126836Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:23:46.4127306Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:46.4127633Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:23:46.4127911Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:23:46.4128183Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:23:46.4128411Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:23:46.4128644Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:23:46.4128869Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:23:46.4129159Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:23:46.4129579Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:23:46.4130051Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:23:46.4130727Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:23:46.4131335Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:23:46.4131740Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:23:46.4132159Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:23:46.4132570Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:23:46.4133148Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:23:46.4133676Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:23:46.4134119Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:23:46.4134505Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:23:46.4135271Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:23:46.4135727Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:23:46.4136196Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:23:46.4136626Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:23:46.4136967Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:23:46.4137376Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:23:46.4137775Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:23:46.4138186Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:23:46.4138775Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:23:46.4139240Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:23:46.4139739Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:23:46.4140121Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:23:46.4140538Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:23:46.4140944Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:23:46.4141406Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:23:46.4141852Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:23:46.4142290Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:23:46.4142757Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:23:46.4143130Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:23:46.4143518Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:23:46.4144047Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:23:46.4144721Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:23:46.4145167Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:23:46.4145685Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:23:46.4146046Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:23:46.4146497Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:23:46.4146970Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:23:46.4147495Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:23:46.4147884Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:23:46.4148122Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:23:46.4148333Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:23:46.4148579Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:23:46.4148887Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:23:46.4149205Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:23:46.4149557Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:23:46.4149957Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:23:46.4150160Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:23:46.4150373Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:23:46.4150632Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:23:46.4150855Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:23:46.4151166Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:23:46.4151439Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:23:46.4151668Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:23:46.4152023Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:23:46.4152275Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:23:46.4152503Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:23:46.4152766Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:23:46.4153051Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:23:46.4153299Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:23:46.4153599Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:23:46.4153862Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:23:46.4154110Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:23:46.4154346Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:23:46.4154647Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:23:46.4154931Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:23:46.4155200Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:23:46.4155458Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:23:46.4155800Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:23:46.4156178Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:23:46.4156538Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:23:46.4156902Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:23:46.4157126Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:23:46.4157336Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:23:46.4157539Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:23:46.4446010Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:23:46.4446379Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:23:46.4446811Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:23:46.4447226Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:23:46.4447582Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:23:46.4448262Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:23:46.4448652Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:23:46.4448929Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:23:46.4449246Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:23:46.4449561Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:23:46.4449817Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:23:46.4450139Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:23:46.4450574Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:23:46.4450978Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:23:46.4451559Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:23:46.4451948Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:23:46.4452298Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:23:46.4452629Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:23:46.4452983Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:23:46.4453416Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:23:46.4453937Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:23:46.4454289Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:23:46.4454651Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:23:46.4455002Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:23:46.4455395Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:23:46.4455810Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:23:46.4456246Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:23:46.4456654Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:23:46.4457023Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:23:46.4457370Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:23:46.4457716Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:23:46.4458140Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:23:46.4458666Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:23:46.4459035Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:23:46.4459306Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:23:46.4459616Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:23:46.4459904Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:23:46.4460214Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:23:46.4460600Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:23:46.4461014Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:23:46.4461615Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:23:46.4462053Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:23:46.4462528Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:23:46.4462906Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:23:46.4463282Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:23:46.4463651Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:23:46.4464019Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:23:46.4464422Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:23:46.4464993Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:23:46.4465517Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:23:46.4465991Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:23:46.4466379Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:23:46.4466747Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:23:46.4467026Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:23:46.4467406Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:23:46.4467666Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:23:46.4467910Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:23:46.4468295Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:23:46.4468746Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:23:46.4469075Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:23:46.4469320Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:23:46.4469653Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:23:46.4470055Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:23:46.4470374Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:23:46.4470629Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:23:46.4470897Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:23:46.4471149Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:23:46.4471382Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:23:46.4471639Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:23:46.4471840Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:23:46.4472115Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:23:46.4472415Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:23:46.4472658Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:23:46.4473027Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:23:46.4473250Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:23:46.4473490Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:23:46.4473707Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:23:46.4473949Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:23:46.4474159Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:23:46.4474447Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:23:46.4474856Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:23:46.4475173Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:23:46.4475523Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:23:46.4475787Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:23:46.4476079Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:23:46.4476432Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:23:46.4476703Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:23:46.4476943Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:23:46.4477197Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:23:46.4477526Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:23:46.4477805Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:23:46.4478140Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:23:46.4478422Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:23:46.4478807Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:23:46.4479191Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:23:46.4479485Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:23:46.4479751Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:23:46.4480069Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:23:46.4480385Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:23:46.4480636Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:23:46.4480913Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:23:46.4481184Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:23:46.4481520Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:23:46.4481944Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:23:46.4482260Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:23:46.4482528Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:23:46.4482728Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:23:46.4482931Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:23:46.4483143Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:23:46.4876832Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:23:46.4877258Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:23:46.4877774Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:23:46.4878046Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:23:46.4878329Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:23:46.4878551Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:23:46.4878797Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:23:46.4879054Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:23:46.4879259Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:23:46.4879481Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:23:46.4879693Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:23:46.4879924Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:23:46.4880144Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:23:46.4880349Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:23:46.4880627Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:23:46.4880878Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:23:46.4881342Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:23:46.4881587Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:23:46.4881804Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:23:46.4882025Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:23:46.4882243Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:23:46.4882495Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:23:46.4882704Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:23:46.4882931Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:23:46.4883178Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:23:46.4883399Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:23:46.4883776Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:23:46.4884022Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:23:46.4884272Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:23:46.4884487Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:23:46.4884739Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:23:46.4885002Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:23:46.4885242Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:23:46.4885460Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:23:46.4885681Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:23:46.4885903Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:23:46.4886156Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:23:46.4886427Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:23:46.4886634Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:23:46.4886855Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:23:46.4887077Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:23:46.4887322Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:23:46.4887573Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:23:46.4887827Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:23:46.4888097Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:23:46.4888400Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:23:46.4888647Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:23:46.4888866Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:23:46.4889075Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:23:46.4889311Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:23:46.4889526Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:23:46.4889775Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:23:46.4889989Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:23:46.4890213Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:23:46.4890457Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:23:46.4890685Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:23:46.4890917Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:23:46.4891167Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:23:46.4891406Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:23:46.4891611Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:23:46.4891900Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:23:46.4892248Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:23:46.4892525Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:23:46.4892859Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:23:46.4893139Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:23:46.4893374Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:23:46.4893601Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:23:46.4893807Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:23:46.4894133Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:23:46.4894471Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:23:46.4894701Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:23:46.4895016Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:23:46.4895274Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:23:46.4895512Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:23:46.4895806Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:23:46.4896112Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:23:46.4896387Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:23:46.4896646Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:23:46.4896899Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:23:46.4897168Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:23:46.4897407Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:23:46.4897673Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:23:46.4897905Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:23:46.4898141Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:23:46.4898487Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:23:46.4898835Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:23:46.4899079Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:23:46.4899467Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:23:46.4899767Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:23:46.4900033Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:23:46.4900383Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:23:46.4900607Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:23:46.4900910Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:23:46.4901159Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:23:46.4901371Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:23:46.4901560Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:23:46.4901756Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:23:46.4901988Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:23:46.4902249Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:23:46.4902519Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:23:46.4902950Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:46.4903220Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:46.4903460Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:23:46.4903712Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:23:46.4904015Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:23:46.4904248Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:23:46.4904499Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:23:46.4904756Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:23:46.4905084Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:23:46.4905300Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:23:46.4905715Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:23:46.4906096Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:23:46.4906458Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:46.4906756Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:23:46.4907076Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:23:46.4907372Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:23:46.4907604Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:23:46.4907785Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:23:46.4907998Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:23:46.4908214Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:23:46.4908484Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:23:46.4908804Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:23:46.4909094Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:23:46.4909587Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:23:46.4909869Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:23:46.4910159Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:23:46.4910435Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:23:46.4910759Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:23:46.5230705Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:23:46.5231729Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:23:46.5232550Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:23:46.5233468Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:23:46.5234330Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:23:46.5235260Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:23:46.5236059Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:23:46.5236840Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:23:46.5237604Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:23:46.5238652Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:23:46.5239649Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:23:46.5240466Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:23:46.5241217Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:23:46.5242056Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:23:46.5242882Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:23:46.5243610Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:23:46.5244423Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:23:46.5245811Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:23:46.5246763Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:23:46.5247736Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:23:46.5248735Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:23:46.5249546Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:23:46.5250521Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:23:46.5251478Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:23:46.5252519Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:23:46.5253554Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:23:46.5254399Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:23:46.5255369Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:23:46.5256053Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:23:46.5256781Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:23:46.5257611Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:23:46.5258580Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:23:46.5259405Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:23:46.5260252Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:23:46.5261032Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:23:46.5261838Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:23:46.5262770Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:23:46.5263685Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:23:46.5264474Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:23:46.5265216Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:23:46.5266020Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:23:46.5266926Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:23:46.5267848Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:23:46.5268602Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:23:46.5269374Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:23:46.5270322Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:23:46.5271277Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:23:46.5272035Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:23:46.5273116Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:23:46.5274105Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:23:46.5275027Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:23:46.5276279Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:23:46.5277100Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:23:46.5278049Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:23:46.5279477Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:23:46.5280892Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:23:46.5282323Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:23:46.5283839Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:23:46.5285332Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:23:46.5286896Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:23:46.5288373Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:23:46.5289180Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:23:46.5289997Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:23:46.5291605Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:23:46.5292685Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:23:46.5293911Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:23:46.5295077Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:23:46.5296222Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:23:46.5297517Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:23:46.5298219Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:23:46.5299108Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:23:46.5300337Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:23:46.5301315Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:23:46.5302569Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:23:46.5303874Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:23:46.5304710Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:23:46.5305534Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:23:46.5306305Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:23:46.5307353Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:23:46.5308151Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:23:46.5309009Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:23:46.5310014Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:23:46.5310997Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:23:46.5312382Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:23:46.5313911Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:23:46.5315440Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:23:46.5316866Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:23:46.5318442Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:23:46.5319553Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:23:46.5321174Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:23:46.5322847Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:23:46.5323573Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:23:46.5324907Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:23:46.5326266Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:23:46.5327575Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:23:46.5328841Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:23:46.5330089Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:23:46.5331174Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:23:46.5332088Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:23:46.5333136Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:23:46.5334027Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:23:46.5335612Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:46.5336766Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:23:46.5631126Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:23:46.5632312Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:23:46.5633220Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:23:46.5633920Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:23:46.5635139Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:46.5636410Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:23:46.5637517Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:23:46.5638761Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:23:46.5639531Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:23:46.5640134Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:23:46.5640890Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:23:46.5641975Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:23:46.5642951Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:23:46.5643882Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:23:46.5645019Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:23:46.5645822Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:23:46.5646808Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:23:46.5647866Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:23:46.5648565Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:23:46.5649532Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:23:46.5650596Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:23:46.5651417Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:23:46.5652767Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:23:46.5653898Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:23:46.5654484Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:23:46.5655075Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:23:46.5655703Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:23:46.5656336Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:23:46.5656955Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:23:46.5657640Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:23:46.5658348Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:23:46.5659215Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:23:46.5659843Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:23:46.5660536Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:23:46.5661567Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:23:46.5662663Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:23:46.5663369Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:23:46.5663978Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:23:46.5664570Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:23:46.5665501Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:23:46.5666635Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:23:46.5667580Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:23:46.5668472Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:23:46.5669107Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:23:46.5669724Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:23:46.5670354Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:23:46.5670981Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:23:46.5671564Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:23:46.5672184Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:23:46.5672811Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:23:46.5673479Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:23:46.5674383Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:23:46.5675587Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:23:46.5676597Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:23:46.5677278Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:23:46.5678018Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:23:46.5678984Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:23:46.5680238Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:23:46.5681332Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:23:46.5682722Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:23:46.5683684Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:23:46.5685054Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:23:46.5686207Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:23:46.5686949Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:23:46.5687596Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:23:46.5688252Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:23:46.5688974Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:23:46.5689707Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:23:46.5690368Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:23:46.5691060Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:23:46.5691830Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:23:46.5692547Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:23:46.5693222Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:23:46.5694157Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:23:46.5695397Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:23:46.5696274Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:23:46.5696939Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:23:46.5697745Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:23:46.5698974Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:23:46.5700017Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:23:46.5700867Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:23:46.5702053Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:23:46.5703141Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:23:46.5704295Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:23:46.5705506Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:23:46.5706605Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:23:46.5707596Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:23:46.5708550Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:23:46.5709652Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:23:46.5710607Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:23:46.5711723Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:23:46.5712661Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:23:46.5713280Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:23:46.5714486Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:23:46.5715570Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:23:46.5716344Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:23:46.5717432Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:23:46.5718471Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:23:46.5719499Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:23:46.5720472Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:23:46.5721100Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:23:46.5721735Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:23:46.5722621Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:23:46.5723633Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:23:46.5724686Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:23:46.5725629Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:23:46.5726739Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:23:46.5727830Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:23:46.5728476Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:23:46.5729539Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:23:46.5730661Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:23:46.5731375Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:23:46.5732128Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:23:46.5733197Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:23:46.5734193Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:23:46.5734866Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:23:46.5735684Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:23:46.5737029Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:23:46.5738070Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:23:46.5739153Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:23:46.5740263Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:23:46.5741417Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:23:46.5742462Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:23:46.5743529Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:23:46.5940922Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:23:46.5942265Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:23:46.5943455Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:23:46.5944855Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:23:46.5946839Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:23:46.5948153Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:23:46.5949570Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:23:46.5950422Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:23:46.5951229Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:23:46.5952030Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:23:46.5952821Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:23:46.5953616Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:23:46.5954416Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:23:46.5955216Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:23:46.5956372Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:23:46.5957427Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:23:46.5958285Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:23:46.5959040Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:23:46.5959700Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:23:46.5960419Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:23:46.5961173Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:23:46.5962009Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:23:46.5963392Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:23:46.5964540Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:23:46.5965231Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:23:46.5965986Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:23:46.5966837Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:23:46.5968066Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:23:46.5969758Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:23:46.5970673Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:23:46.5971526Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:23:46.5972367Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:23:46.5973903Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:23:46.5975516Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:23:46.5976422Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:23:46.5977474Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:23:46.5979032Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:23:46.5980124Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:23:46.5980962Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:23:46.5981838Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:23:46.5983507Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:23:46.5984805Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:23:46.5985673Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:23:46.5986454Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:23:46.5987220Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:23:46.5988029Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:23:46.5988906Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:23:46.5989774Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:23:46.5990601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:23:46.5991477Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:23:46.5992998Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:23:46.5994330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:23:46.5995211Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:23:46.5996175Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:23:46.5997636Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:23:46.5998791Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:23:46.5999668Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:23:46.6001206Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:23:46.6002463Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:23:46.6003652Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:23:46.6005139Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:23:46.6006067Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:23:46.6007458Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:46.6008917Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:46.6009921Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:23:46.6011487Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:23:46.6012622Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:23:46.6013894Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:23:46.6015680Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:23:46.6016561Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:23:46.6017774Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:23:46.6019179Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:23:46.6020022Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:23:46.6021265Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:23:46.6022914Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:23:46.6023869Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:23:46.6024854Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:23:46.6026345Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:23:46.6027957Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:46.6029268Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:46.6030646Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:46.6031812Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:46.6033001Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:46.6034294Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:46.6035414Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:46.6036622Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:46.6037728Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:46.6038906Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:46.6040076Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:23:46.6066000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:23:46.6067228Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:23:46.6068227Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:23:46.6069069Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:23:46.6069975Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:23:46.6070963Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:23:46.6072042Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:23:46.6072900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:23:46.9761681Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:23:46.9763116Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:23:46.9764086Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:23:46.9765561Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:23:46.9766978Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:23:46.9768347Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:23:46.9769497Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:23:46.9771552Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:23:46.9773360Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:23:46.9775208Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:23:46.9777061Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:23:46.9778861Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:23:46.9780577Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:23:46.9782286Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:23:46.9784074Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:23:46.9786026Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:23:46.9787414Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:23:46.9788362Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:23:46.9789358Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:23:46.9791220Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:23:46.9792466Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:23:46.9793392Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:23:46.9794278Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:23:46.9795442Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:23:46.9797055Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:23:46.9798301Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:23:46.9799283Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:23:46.9800840Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:23:46.9802563Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:23:46.9804094Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:23:46.9805035Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:23:46.9805917Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:23:46.9806988Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:23:46.9808319Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:23:46.9809567Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:23:46.9810933Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:23:46.9811908Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:23:46.9813481Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:23:46.9814633Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:23:46.9815584Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:23:46.9816422Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:23:46.9817412Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:23:46.9818099Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:23:46.9818667Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:23:46.9819289Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:23:46.9819893Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:23:46.9820446Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:23:46.9820924Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:23:46.9821462Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:23:46.9822181Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:23:46.9822666Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:23:46.9823311Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:23:46.9823896Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:23:46.9824537Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:23:46.9825062Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:23:46.9825721Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:23:46.9826436Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:23:46.9827192Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:23:46.9827772Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:23:46.9828191Z adding 'executorch/data/bin/flatc' 2025-03-21T20:23:46.9828578Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:23:46.9829052Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:23:46.9829663Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:23:46.9830427Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:23:46.9831120Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:23:46.9831650Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:23:46.9832182Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:23:46.9832846Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:23:46.9833603Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:23:46.9834452Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:23:46.9835178Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:23:46.9835853Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:23:46.9836537Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:23:46.9837275Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:23:46.9838081Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:23:46.9838927Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:23:46.9839713Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:23:46.9840407Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:23:46.9841138Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:23:46.9841825Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:23:46.9842412Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:23:46.9842962Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:23:46.9843519Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:23:46.9844078Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:23:46.9844595Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:23:46.9845102Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:23:46.9845641Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:23:46.9846298Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:23:46.9846796Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:23:46.9847339Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:23:46.9847891Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:23:46.9848396Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:23:46.9848941Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:23:46.9849495Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:23:46.9850094Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:23:46.9850730Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:23:46.9851385Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:23:46.9852071Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:23:46.9852842Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:23:46.9853528Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:23:46.9854233Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:23:46.9854974Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:23:46.9855623Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:23:46.9856256Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:23:46.9856896Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:23:46.9857568Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:23:46.9858416Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:23:46.9859336Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:23:46.9860433Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:23:46.9861596Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:23:46.9862932Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:23:46.9863925Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:23:46.9865126Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:23:46.9866178Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:23:47.0151448Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:23:47.0152459Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:23:47.0153036Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:23:47.0153535Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:23:47.0154045Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:23:47.0154660Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:23:47.0155686Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:23:47.0156644Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:23:47.0157315Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:23:47.0157884Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:23:47.0158550Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:23:47.0159919Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:23:47.0161573Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:23:47.0163076Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:23:47.0164746Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:23:47.0166326Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:23:47.0167999Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:23:47.0169371Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:23:47.0170423Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:23:47.0171139Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:23:47.0172178Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:23:47.0173190Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:23:47.0173785Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:23:47.0174716Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:23:47.0175680Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:23:47.0176396Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:23:47.0176966Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:23:47.0177777Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:23:47.0178369Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:23:47.0178950Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:23:47.0179581Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:23:47.0180230Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:23:47.0180859Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:23:47.0181432Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:23:47.0181942Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:23:47.0182461Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:23:47.0182958Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:23:47.0183509Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:23:47.0184128Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:23:47.0184756Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:23:47.0185521Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:23:47.0186239Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:23:47.0186982Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:23:47.0188119Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:23:47.0189274Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:23:47.0190087Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:23:47.0190959Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:23:47.0192345Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:23:47.0193353Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:23:47.0194231Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:23:47.0195026Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:23:47.0195807Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:23:47.0196597Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:23:47.0197437Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:23:47.0198218Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:23:47.0199034Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:23:47.0199848Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:23:47.0200593Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:23:47.0201469Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:23:47.0202233Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:23:47.0203075Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:23:47.0203986Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:23:47.0205474Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:23:47.0207057Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:23:47.0207899Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:23:47.0208672Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:23:47.0209374Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:23:47.0210206Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:23:47.0210822Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:23:47.0211508Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:23:47.0212309Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:23:47.0213099Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:23:47.0213871Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:23:47.0215057Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:23:47.0216273Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:23:47.0217214Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:23:47.0218122Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:23:47.0219452Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:23:47.0220523Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:23:47.0221410Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:23:47.0222512Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:23:47.0223293Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:23:47.0224094Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:23:47.0225287Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:23:47.0226713Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:23:47.0227644Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:23:47.0228665Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:23:47.0229588Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:23:47.0230151Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:23:47.0230746Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:23:47.0231587Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:23:47.0232463Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:23:47.0233348Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:23:47.0233976Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:23:47.0234979Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:23:47.0236033Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:23:47.0236666Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:23:47.0237251Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:23:47.0237832Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:23:47.0238605Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:23:47.0239173Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:23:47.0239989Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:23:47.0241108Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:23:47.0242076Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:23:47.0242730Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:23:47.0243363Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:23:47.0243979Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:23:47.0244570Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:23:47.0245150Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:23:47.0245906Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:23:47.0246441Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:23:47.0246952Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:23:47.0247487Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:23:47.0248058Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:23:47.0248672Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:23:47.0249255Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:23:47.0249803Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:23:47.0250574Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:23:47.0251538Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:23:47.0252384Z adding 'executorch/exir/__init__.py' 2025-03-21T20:23:47.0859011Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:23:47.0859915Z adding 'executorch/exir/common.py' 2025-03-21T20:23:47.0860426Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:23:47.0860858Z adding 'executorch/exir/delegate.py' 2025-03-21T20:23:47.0861253Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:23:47.0861682Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:23:47.0862203Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:23:47.0862718Z adding 'executorch/exir/error.py' 2025-03-21T20:23:47.0863164Z adding 'executorch/exir/graph.py' 2025-03-21T20:23:47.0863556Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:23:47.0864091Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:23:47.0864594Z adding 'executorch/exir/memory.py' 2025-03-21T20:23:47.0865017Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:23:47.0865657Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:23:47.0866139Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:23:47.0866574Z adding 'executorch/exir/print_program.py' 2025-03-21T20:23:47.0867064Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:23:47.0867466Z adding 'executorch/exir/schema.py' 2025-03-21T20:23:47.0867862Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:23:47.0868408Z adding 'executorch/exir/tensor.py' 2025-03-21T20:23:47.0868889Z adding 'executorch/exir/tracer.py' 2025-03-21T20:23:47.0869282Z adding 'executorch/exir/types.py' 2025-03-21T20:23:47.0869722Z adding 'executorch/exir/version.py' 2025-03-21T20:23:47.0870116Z adding 'executorch/exir/wrap.py' 2025-03-21T20:23:47.0870532Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:23:47.0871147Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:23:47.0871671Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:23:47.0872210Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:23:47.0872734Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:23:47.0873254Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:23:47.0873777Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:23:47.0874702Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:23:47.0875249Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:23:47.0875739Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:23:47.0876224Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:23:47.0876727Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:23:47.0877238Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:23:47.0877770Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:23:47.0878380Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:23:47.0878984Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:23:47.0879651Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:23:47.0880197Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:23:47.0880929Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:23:47.0881465Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:23:47.0881971Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:23:47.0882496Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:23:47.0883349Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:23:47.0884745Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:23:47.0886302Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:23:47.0887929Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:23:47.0889003Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:23:47.0890008Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:23:47.0891354Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:23:47.0892384Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:23:47.0893471Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:23:47.0894438Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:23:47.0895620Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:23:47.0896761Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:23:47.0897802Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:23:47.0898749Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:23:47.0899569Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:23:47.0900661Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:23:47.0901600Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:23:47.0902256Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:23:47.0902916Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:23:47.0903540Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:23:47.0904263Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:23:47.0905162Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:23:47.0906294Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:23:47.0907117Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:23:47.0908470Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:23:47.0909610Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:23:47.0910321Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:23:47.0910876Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:23:47.0911670Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:23:47.0912690Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:23:47.0913357Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:23:47.0913817Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:23:47.0914268Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:23:47.0914730Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:23:47.0915314Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:23:47.0915871Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:23:47.0916350Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:23:47.0916847Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:23:47.0917343Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:23:47.0917861Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:23:47.0918406Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:23:47.0919063Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:23:47.0919720Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:23:47.0920638Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:23:47.0921661Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:23:47.0922659Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:23:47.0923279Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:23:47.0924218Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:23:47.0925285Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:23:47.0926146Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:23:47.0926716Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:23:47.0927153Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:23:47.0927612Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:23:47.0928080Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:23:47.0928557Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:23:47.0929130Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:23:47.0929576Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:23:47.0930075Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:23:47.0930579Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:23:47.0931142Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:23:47.0931735Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:23:47.0932253Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:23:47.0932808Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:23:47.0933402Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:23:47.0933971Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:23:47.0934584Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:23:47.0935191Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:23:47.0935721Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:23:47.0936319Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:23:47.0936948Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:23:47.0937507Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:23:47.0938074Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:23:47.0938688Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:23:47.0939234Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:23:47.0939768Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:23:47.0940323Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:23:47.0940828Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:23:47.0941561Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:23:47.0942169Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:23:47.0942730Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:23:47.0943283Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:23:47.0943976Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:23:47.0944686Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:23:47.0945298Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:23:47.0946009Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:23:47.0946620Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:23:47.0947174Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:23:47.0947811Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:23:47.0948462Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:23:47.0949004Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:23:47.0949523Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:23:47.0949996Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:23:47.0950477Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:23:47.0950947Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:23:47.0951595Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:23:47.0952152Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:23:47.0952631Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:23:47.0953091Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:23:47.0953556Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:23:47.0954122Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:23:47.0954581Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:23:47.7890092Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:23:47.7891011Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:23:47.7891556Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:23:47.7891995Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:23:47.7892483Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:23:47.7893182Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:23:47.7893678Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:23:47.7894158Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:23:47.7894663Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:23:47.7895126Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:23:47.7895612Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:23:47.7896213Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:23:47.7896834Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:23:47.7897406Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:23:47.7897874Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:23:47.7898431Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:23:47.7899155Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:23:47.7899880Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:23:47.7900493Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:23:47.7901025Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:23:47.7901586Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:23:47.7902072Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:23:47.7902571Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:23:47.7903276Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:23:47.7903885Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:23:47.7904682Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:23:47.7905221Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:23:47.7905847Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:23:47.7906404Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:23:47.7906924Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:23:47.7907375Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:23:47.7907865Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:23:47.7908364Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:23:47.7908840Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:23:47.7909352Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:23:47.7909858Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:23:47.7910385Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:23:47.7911043Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:23:47.7911599Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:23:47.7912175Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:23:47.7912724Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:23:47.7913228Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:23:47.7913743Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:23:47.7914320Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:23:47.7914971Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:23:47.7915682Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:23:47.7916382Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:23:47.7917047Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:23:47.7917698Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:23:47.7918449Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:23:47.7919000Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:23:47.7919526Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:23:47.7920123Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:23:47.7920765Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:23:47.7921335Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:23:47.7922179Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:23:47.7922852Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:23:47.7923476Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:23:47.7924260Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:23:47.7925000Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:23:47.7925744Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:23:47.7926432Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:23:47.7927180Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:23:47.7928016Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:23:47.7928972Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:23:47.7929638Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:23:47.7930154Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:23:47.7930697Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:23:47.7931272Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:23:47.7931868Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:23:47.7932616Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:23:47.7933200Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:23:47.7933799Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:23:47.7934409Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:23:47.7934933Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:23:47.7935489Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:23:47.7936103Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:23:47.7936749Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:23:47.7937444Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:23:47.7938097Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:23:47.7938772Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:23:47.7939363Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:23:47.7939914Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:23:47.7940511Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:23:47.7941122Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:23:47.7941763Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:23:47.7942563Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:23:47.7943467Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:23:47.7944240Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:23:47.7945088Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:23:47.7946212Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:47.7947082Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:47.7947963Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:23:47.7948697Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:23:47.7949270Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:23:47.7949947Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:23:47.7950597Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:23:47.7951297Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:23:47.7951871Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:23:47.7952366Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:23:47.7952868Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:23:47.7953465Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:23:47.7954112Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:23:47.7954779Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:23:47.7955487Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:23:47.7956182Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:23:47.7956852Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:23:47.7957668Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:23:47.7958562Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:23:47.7959353Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:23:47.7960051Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:23:47.7960755Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:23:47.7961638Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:23:47.7962377Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:23:47.7963142Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:23:47.7964070Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:23:47.7964857Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:23:47.7965589Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:23:47.7966243Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:23:47.7966882Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:23:47.7967604Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:23:47.7968207Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:23:47.7968929Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:23:47.7969827Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:23:47.7970627Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:23:47.7971387Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:23:47.7972267Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:23:47.7973021Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:23:51.1536901Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:23:51.1538189Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:23:51.1539269Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:23:51.1540404Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:23:51.1541552Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:23:51.1542297Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:23:51.1543063Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:23:51.1543899Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:23:51.1544826Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:23:51.1545819Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:23:51.1546692Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:23:51.1547680Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:23:51.1548716Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:23:51.1549722Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:23:51.1550546Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:23:51.1551440Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:23:51.1552338Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:23:51.1553136Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:23:51.1553902Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:23:51.1554714Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:23:51.1555478Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:23:51.1556271Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:23:51.1557058Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:23:51.1558194Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:23:51.1559029Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:23:51.1559803Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:23:51.1560596Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:23:51.1561429Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:23:51.1562327Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:23:51.1563257Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:23:51.1564264Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:23:51.1565470Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:23:51.1566450Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:23:51.1567517Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:23:51.1568497Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:23:51.1569475Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:23:51.1570584Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:23:51.1571567Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:23:51.1572658Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:23:51.1573602Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:23:51.1574394Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:23:51.1575251Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:23:51.1576073Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:23:51.1576968Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:23:51.1577654Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:23:51.1578303Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:23:51.1579017Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:23:51.1579709Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:23:51.1580426Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:23:51.1581061Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:23:51.1581720Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:23:51.1582395Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:23:51.1583064Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:23:51.1583719Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:23:51.1584347Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:23:51.1585057Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:23:51.1585804Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:23:51.1586386Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:23:51.1586984Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:23:51.1587611Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:23:51.1588274Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:23:51.1589101Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:23:51.1589709Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:23:51.1590200Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:23:51.1590719Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:23:51.1591167Z adding 'executorch/schema/program.fbs' 2025-03-21T20:23:51.1591597Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:23:51.1592099Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:23:51.1592652Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:23:51.1593135Z adding 'executorch/util/collect_env.py' 2025-03-21T20:23:51.1593576Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:23:51.1594058Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:23:51.1594589Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:23:51.1595197Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:23:51.1595769Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:23:51.1596379Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:23:51.1596926Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:23:51.1597407Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:51.1598216Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:23:51.1599425Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8476066 sha256=24e57efe0c2fe026094a60332b2d7ac57acb3758787584b762ac74318f743367 2025-03-21T20:23:51.1600933Z Stored in directory: /tmp/pip-ephem-wheel-cache-idjsgcw_/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:23:51.1601763Z Successfully built executorch 2025-03-21T20:23:51.1602509Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:23:51.1603403Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:23:51.1603897Z Attempting uninstall: pytest 2025-03-21T20:23:51.1604292Z Found existing installation: pytest 7.2.0 2025-03-21T20:23:51.1604794Z Uninstalling pytest-7.2.0: 2025-03-21T20:23:51.1605253Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:23:51.1605863Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:23:51.1606702Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:23:51.1607662Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:23:51.1608489Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:23:51.1609392Z 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:51.1610314Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:23:51.1610937Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:23:51.1611431Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:23:51.1611994Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:23:51.1612544Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:23:51.1613582Z 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:51.1614510Z + pip list 2025-03-21T20:23:51.1614880Z Package Version Editable project location 2025-03-21T20:23:51.1615454Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:23:51.1615946Z alabaster 0.7.16 2025-03-21T20:23:51.1616312Z attrs 25.3.0 2025-03-21T20:23:51.1616765Z babel 2.17.0 2025-03-21T20:23:51.1617123Z beautifulsoup4 4.13.3 2025-03-21T20:23:51.1617490Z breathe 4.34.0 2025-03-21T20:23:51.1617849Z bs4 0.0.2 2025-03-21T20:23:51.1618207Z certifi 2025.1.31 2025-03-21T20:23:51.1618591Z charset-normalizer 3.4.1 2025-03-21T20:23:51.1618943Z cmake 3.31.6 2025-03-21T20:23:51.1619301Z contourpy 1.3.1 2025-03-21T20:23:51.1619660Z coverage 7.7.0 2025-03-21T20:23:51.1620015Z cycler 0.12.1 2025-03-21T20:23:51.1620360Z docutils 0.16 2025-03-21T20:23:51.1620725Z exceptiongroup 1.2.2 2025-03-21T20:23:51.1621088Z execnet 2.1.1 2025-03-21T20:29:06.0926830Z executorch 0.6.0a0+be92d7d 2025-03-21T20:29:06.0927981Z exhale 0.2.3 2025-03-21T20:29:06.0928566Z expecttest 0.1.6 2025-03-21T20:29:06.0929208Z filelock 3.18.0 2025-03-21T20:29:06.0929747Z flatbuffers 25.2.10 2025-03-21T20:29:06.0930270Z fonttools 4.56.0 2025-03-21T20:29:06.0930837Z fsspec 2025.3.0 2025-03-21T20:29:06.0931378Z huggingface-hub 0.29.3 2025-03-21T20:29:06.0931811Z hypothesis 6.84.2 2025-03-21T20:29:06.0932360Z idna 3.10 2025-03-21T20:29:06.0932862Z imagesize 1.4.1 2025-03-21T20:29:06.0933339Z iniconfig 2.1.0 2025-03-21T20:29:06.0933915Z Jinja2 3.1.6 2025-03-21T20:29:06.0934344Z kiwisolver 1.4.8 2025-03-21T20:29:06.0934836Z lxml 5.3.1 2025-03-21T20:29:06.0935414Z markdown-it-py 2.2.0 2025-03-21T20:29:06.0935886Z MarkupSafe 3.0.2 2025-03-21T20:29:06.0936457Z matplotlib 3.10.1 2025-03-21T20:29:06.0937024Z mdit-py-plugins 0.3.5 2025-03-21T20:29:06.0937448Z mdurl 0.1.2 2025-03-21T20:29:06.0937982Z mpmath 1.3.0 2025-03-21T20:29:06.0938529Z myst-parser 0.18.1 2025-03-21T20:29:06.0939004Z networkx 3.4.2 2025-03-21T20:29:06.0949880Z numpy 2.2.4 2025-03-21T20:29:06.0950447Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:29:06.0950917Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:29:06.0951306Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:29:06.0951764Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:29:06.0952154Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:29:06.0952605Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:29:06.0953031Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:29:06.0953449Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:29:06.0953930Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:29:06.0954334Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:29:06.0954775Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:29:06.0955160Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:29:06.0955589Z packaging 24.2 2025-03-21T20:29:06.0955947Z pandas 2.2.3 2025-03-21T20:29:06.0956374Z parameterized 0.9.0 2025-03-21T20:29:06.0956740Z pillow 11.1.0 2025-03-21T20:29:06.0957162Z pip 25.0 2025-03-21T20:29:06.0957497Z pluggy 1.5.0 2025-03-21T20:29:06.0957913Z Pygments 2.19.1 2025-03-21T20:29:06.0958278Z pyparsing 3.2.1 2025-03-21T20:29:06.0958695Z pytest 8.3.5 2025-03-21T20:29:06.0959052Z pytest-cov 4.1.0 2025-03-21T20:29:06.0959477Z pytest-rerunfailures 15.0 2025-03-21T20:29:06.0959847Z pytest-xdist 3.6.1 2025-03-21T20:29:06.0960304Z python-dateutil 2.9.0.post0 2025-03-21T20:29:06.0961162Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:29:06.0961751Z pytz 2025.1 2025-03-21T20:29:06.0962135Z PyYAML 6.0.1 2025-03-21T20:29:06.0962494Z regex 2024.11.6 2025-03-21T20:29:06.0962861Z requests 2.32.3 2025-03-21T20:29:06.0963267Z ruamel.yaml 0.17.32 2025-03-21T20:29:06.0963636Z ruamel.yaml.clib 0.2.12 2025-03-21T20:29:06.0964004Z safetensors 0.5.3 2025-03-21T20:29:06.0964360Z setuptools 75.8.0 2025-03-21T20:29:06.0964711Z six 1.17.0 2025-03-21T20:29:06.0965055Z snowballstemmer 2.2.0 2025-03-21T20:29:06.0965482Z sortedcontainers 2.4.0 2025-03-21T20:29:06.0965845Z soupsieve 2.6 2025-03-21T20:29:06.0966284Z Sphinx 5.3.0 2025-03-21T20:29:06.0966648Z sphinx-copybutton 0.5.0 2025-03-21T20:29:06.0967005Z sphinx_design 0.4.1 2025-03-21T20:29:06.0967371Z sphinx-gallery 0.14.0 2025-03-21T20:29:06.0967756Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:29:06.0968146Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:29:06.0968519Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:29:06.0968903Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:29:06.0969351Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:29:06.0969745Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:29:06.0970125Z sympy 1.13.3 2025-03-21T20:29:06.0970465Z tabulate 0.9.0 2025-03-21T20:29:06.0970809Z timm 1.0.7 2025-03-21T20:29:06.0971151Z tokenizers 0.21.1 2025-03-21T20:29:06.0971501Z tomli 2.0.1 2025-03-21T20:29:06.0971874Z torch 2.7.0a0+git295f2ed 2025-03-21T20:29:06.0972294Z torchao 0.10.0+git64bcf4c 2025-03-21T20:29:06.0972729Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:29:06.0973119Z torchsr 1.0.4 2025-03-21T20:29:06.0973504Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:29:06.0973901Z tqdm 4.67.1 2025-03-21T20:29:06.0974263Z transformers 4.47.1 2025-03-21T20:29:06.0974612Z triton 3.0.0 2025-03-21T20:29:06.0974973Z typing_extensions 4.12.2 2025-03-21T20:29:06.0975333Z tzdata 2025.1 2025-03-21T20:29:06.0975682Z urllib3 2.3.0 2025-03-21T20:29:06.0976036Z wheel 0.45.1 2025-03-21T20:29:06.0976430Z zstd 1.5.5.1 2025-03-21T20:29:06.0976825Z + .ci/scripts/setup-arm-baremetal-tools.sh 2025-03-21T20:29:06.0977373Z [main] Using root dir /pytorch/executorch/examples/arm/ethos-u-scratch 2025-03-21T20:29:06.0977930Z [setup_fvp] Downloading FVP corstone300... 2025-03-21T20:29:06.0978475Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-21T20:29:06.0979040Z Dload Upload Total Spent Left Speed 2025-03-21T20:29:06.0979365Z 2025-03-21T20:29:06.0979532Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:29:06.0979992Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:29:06.0980466Z 0 80.1M 0 168k 0 0 159k 0 0:08:34 0:00:01 0:08:33 159k 2025-03-21T20:29:06.0980967Z 24 80.1M 24 19.5M 0 0 9470k 0 0:00:08 0:00:02 0:00:06 9469k 2025-03-21T20:29:06.0981464Z 41 80.1M 41 33.5M 0 0 10.8M 0 0:00:07 0:00:03 0:00:04 10.8M 2025-03-21T20:29:06.0981935Z 64 80.1M 64 51.5M 0 0 12.7M 0 0:00:06 0:00:04 0:00:02 12.7M 2025-03-21T20:29:06.0982425Z 86 80.1M 86 69.2M 0 0 13.7M 0 0:00:05 0:00:05 --:--:-- 13.8M 2025-03-21T20:29:06.0983024Z 100 80.1M 100 80.1M 0 0 14.1M 0 0:00:05 0:00:05 --:--:-- 17.4M 2025-03-21T20:29:06.0983515Z [setup_fvp] Installing FVP corstone300... 2025-03-21T20:29:06.0983947Z [setup_fvp] Downloading FVP corstone320... 2025-03-21T20:29:06.0984478Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-21T20:29:06.0985052Z Dload Upload Total Spent Left Speed 2025-03-21T20:29:06.0985375Z 2025-03-21T20:29:06.0985613Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:29:06.0986094Z 0 113M 0 257k 0 0 318k 0 0:06:04 --:--:-- 0:06:04 318k 2025-03-21T20:29:06.0986596Z 18 113M 18 20.8M 0 0 11.0M 0 0:00:10 0:00:01 0:00:09 11.0M 2025-03-21T20:29:06.0987095Z 35 113M 35 39.7M 0 0 14.2M 0 0:00:07 0:00:02 0:00:05 14.2M 2025-03-21T20:29:06.0987595Z 64 113M 64 72.7M 0 0 19.2M 0 0:00:05 0:00:03 0:00:02 19.2M 2025-03-21T20:29:06.0988168Z 88 113M 88 100M 0 0 20.4M 0 0:00:05 0:00:04 0:00:01 20.4M 2025-03-21T20:29:06.0988700Z 100 113M 100 113M 0 0 21.7M 0 0:00:05 0:00:05 --:--:-- 25.7M 2025-03-21T20:29:06.0989197Z [setup_fvp] Installing FVP corstone320... 2025-03-21T20:29:06.0989711Z [setup_toolchain] Downloading toolchain ... 2025-03-21T20:29:06.0990265Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-21T20:29:06.0990825Z Dload Upload Total Spent Left Speed 2025-03-21T20:29:06.0991146Z 2025-03-21T20:29:06.0991306Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:29:06.0991799Z 1 140M 1 1535k 0 0 1562k 0 0:01:32 --:--:-- 0:01:32 1562k 2025-03-21T20:29:06.0992318Z 11 140M 11 16.0M 0 0 8300k 0 0:00:17 0:00:01 0:00:16 8299k 2025-03-21T20:29:06.0992821Z 24 140M 24 33.8M 0 0 11.4M 0 0:00:12 0:00:02 0:00:10 11.4M 2025-03-21T20:29:06.0993331Z 35 140M 35 49.3M 0 0 12.2M 0 0:00:11 0:00:04 0:00:07 12.2M 2025-03-21T20:29:06.0993818Z 45 140M 45 63.9M 0 0 12.8M 0 0:00:10 0:00:04 0:00:06 12.8M 2025-03-21T20:29:06.0994321Z 55 140M 55 77.3M 0 0 12.9M 0 0:00:10 0:00:05 0:00:05 15.1M 2025-03-21T20:29:06.0994822Z 67 140M 67 94.7M 0 0 13.5M 0 0:00:10 0:00:06 0:00:04 15.7M 2025-03-21T20:29:06.0995330Z 80 140M 80 113M 0 0 14.2M 0 0:00:09 0:00:07 0:00:02 15.9M 2025-03-21T20:29:06.0995846Z 93 140M 93 132M 0 0 14.7M 0 0:00:09 0:00:08 0:00:01 16.6M 2025-03-21T20:29:06.0996370Z 100 140M 100 140M 0 0 14.9M 0 0:00:09 0:00:09 --:--:-- 17.4M 2025-03-21T20:29:06.0996851Z [setup_toolchain] Installing toolchain ... 2025-03-21T20:29:06.0997690Z Collecting tosa-tools@ git+https://review.mlplatform.org/tosa/reference_model@70ed0b40fa831387e36abdb4f7fb9670a3464f5a 2025-03-21T20:29:06.0999279Z Cloning https://review.mlplatform.org/tosa/reference_model (to revision 70ed0b40fa831387e36abdb4f7fb9670a3464f5a) to /tmp/pip-install-xabpok5a/tosa-tools_dabd7b5506bd48e887b7fdae3256cf79 2025-03-21T20:29:06.1001094Z Running command git clone --filter=blob:none --quiet https://review.mlplatform.org/tosa/reference_model /tmp/pip-install-xabpok5a/tosa-tools_dabd7b5506bd48e887b7fdae3256cf79 2025-03-21T20:29:06.1002217Z warning: filtering not recognized by server, ignoring 2025-03-21T20:29:06.1002911Z Running command git rev-parse -q --verify 'sha^70ed0b40fa831387e36abdb4f7fb9670a3464f5a' 2025-03-21T20:29:06.1003914Z Running command git fetch -q https://review.mlplatform.org/tosa/reference_model 70ed0b40fa831387e36abdb4f7fb9670a3464f5a 2025-03-21T20:29:06.1004840Z Running command git checkout -q 70ed0b40fa831387e36abdb4f7fb9670a3464f5a 2025-03-21T20:29:06.1005732Z Resolved https://review.mlplatform.org/tosa/reference_model to commit 70ed0b40fa831387e36abdb4f7fb9670a3464f5a 2025-03-21T20:29:06.1006579Z Running command git submodule update --init --recursive -q 2025-03-21T20:29:06.1007525Z Installing build dependencies ... [?25l- \ | / - done 2025-03-21T20:29:06.1008235Z [?25h Getting requirements to build wheel ... [?25l- \ | done 2025-03-21T20:29:06.1008928Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-03-21T20:29:06.1009884Z [?25hRequirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (25.2.10) 2025-03-21T20:29:06.1010693Z Building wheels for collected packages: tosa-tools 2025-03-21T20:30:31.3111931Z Building wheel for tosa-tools (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2025-03-21T20:30:31.3114981Z [?25h Created wheel for tosa-tools: filename=tosa_tools-0.80.2.dev1+g70ed0b4-py3-none-any.whl size=4967010 sha256=cdd6eb61e78bef19f875daf683a13c346208469ecc7bec980186d487322aeda6 2025-03-21T20:30:31.3116718Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/eb/2f/4d/10578ea402b374dc70f73fd46d8e296f0e53b3cb45a5eb40e0 2025-03-21T20:30:31.3117593Z Successfully built tosa-tools 2025-03-21T20:30:31.3118087Z Installing collected packages: tosa-tools 2025-03-21T20:30:31.3118644Z Successfully installed tosa-tools-0.80.2.dev1+g70ed0b4 2025-03-21T20:30:31.3119827Z Collecting ethos-u-vela@ git+https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela@425541302c7e4b6fbeca7c0061286b131ee507c3 2025-03-21T20:30:31.3121819Z Cloning https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela (to revision 425541302c7e4b6fbeca7c0061286b131ee507c3) to /tmp/pip-install-s0bx6ohu/ethos-u-vela_87f592926e3a40ba9483c0445f181947 2025-03-21T20:30:31.3124201Z Running command git clone --filter=blob:none --quiet https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela /tmp/pip-install-s0bx6ohu/ethos-u-vela_87f592926e3a40ba9483c0445f181947 2025-03-21T20:30:31.3125777Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-03-21T20:30:31.3126777Z Running command git rev-parse -q --verify 'sha^425541302c7e4b6fbeca7c0061286b131ee507c3' 2025-03-21T20:30:31.3127925Z Running command git fetch -q https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela 425541302c7e4b6fbeca7c0061286b131ee507c3 2025-03-21T20:30:31.3129045Z Running command git checkout -q 425541302c7e4b6fbeca7c0061286b131ee507c3 2025-03-21T20:30:31.3129942Z warning: redirecting to https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela.git/ 2025-03-21T20:30:31.3131130Z Resolved https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela to commit 425541302c7e4b6fbeca7c0061286b131ee507c3 2025-03-21T20:30:31.3132349Z Installing build dependencies ... [?25l- \ | / - done 2025-03-21T20:30:31.3133100Z [?25h Getting requirements to build wheel ... [?25l- \ done 2025-03-21T20:30:31.3133816Z [?25h Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-03-21T20:30:31.3135235Z [?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:30:31.3136452Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl.metadata (876 bytes) 2025-03-21T20:30:31.3138026Z 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:30:31.3140611Z 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:30:31.3142107Z Downloading flatbuffers-24.12.23-py2.py3-none-any.whl (30 kB) 2025-03-21T20:30:31.3142689Z Building wheels for collected packages: ethos-u-vela 2025-03-21T20:30:31.3143854Z Building wheel for ethos-u-vela (pyproject.toml) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2025-03-21T20:30:31.3145836Z [?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=25ef5f519e9a236922c6aa0d8a87738e5007c6ec31dc8a65c507cc39ecd10e45 2025-03-21T20:30:31.3147454Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/4f/fd/4c/406570a9db145ef3093daf2080f30d63f9cc41b454e56140a4 2025-03-21T20:30:31.3148232Z Successfully built ethos-u-vela 2025-03-21T20:30:31.3148707Z Installing collected packages: flatbuffers, ethos-u-vela 2025-03-21T20:30:31.3149199Z Attempting uninstall: flatbuffers 2025-03-21T20:30:31.3149638Z Found existing installation: flatbuffers 25.2.10 2025-03-21T20:30:31.3150099Z Uninstalling flatbuffers-25.2.10: 2025-03-21T20:30:31.3150523Z Successfully uninstalled flatbuffers-25.2.10 2025-03-21T20:30:31.3151778Z 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:30:31.3152964Z tosa-tools 0.80.2.dev1+g70ed0b4 requires jsonschema, which is not installed. 2025-03-21T20:30:31.3153862Z 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:30:31.3154988Z tosa-tools 0.80.2.dev1+g70ed0b4 requires numpy<2, but you have numpy 2.2.4 which is incompatible. 2025-03-21T20:30:31.3155963Z Successfully installed ethos-u-vela-4.2.1.dev16+g4255413 flatbuffers-24.12.23 2025-03-21T20:30:31.3156831Z [main] update path by doing 'source /pytorch/executorch/examples/arm/ethos-u-scratch/setup_path.sh' 2025-03-21T20:30:31.3157492Z [main] success! 2025-03-21T20:30:31.3157915Z + backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T20:30:31.3158423Z /pytorch/executorch 2025-03-21T20:30:31.3158786Z Run Arm baremetal test suite test_pytest_ethosu_fvp 2025-03-21T20:30:31.3159331Z test_arm_baremetal.sh test_pytest_ethosu_fvp: Run pytest with fvp 2025-03-21T20:30:31.3160088Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:30:31.3160745Z Collecting torchtune==0.6.0.dev20250311 2025-03-21T20:30:31.3161628Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchtune-0.6.0.dev20250311%2Bcpu-py3-none-any.whl.metadata (24 kB) 2025-03-21T20:30:31.3162556Z Collecting torchdata (from torchtune==0.6.0.dev20250311) 2025-03-21T20:30:31.3163477Z 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:30:31.3164377Z Collecting datasets (from torchtune==0.6.0.dev20250311) 2025-03-21T20:30:31.3164951Z Downloading datasets-3.4.1-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:30:31.3166023Z 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:30:31.3167453Z 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:30:31.3168405Z Collecting kagglehub (from torchtune==0.6.0.dev20250311) 2025-03-21T20:30:31.3169083Z Downloading kagglehub-0.3.10-py3-none-any.whl.metadata (31 kB) 2025-03-21T20:30:31.3169701Z Collecting sentencepiece (from torchtune==0.6.0.dev20250311) 2025-03-21T20:30:31.3170728Z 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:30:31.3171977Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-03-21T20:30:31.3172797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 575.9 MB/s eta 0:00:00 2025-03-21T20:30:31.3175173Z [?25hCollecting tiktoken (from torchtune==0.6.0.dev20250311) 2025-03-21T20:30:31.3175964Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-03-21T20:30:31.3176755Z Collecting blobfile>=2 (from torchtune==0.6.0.dev20250311) 2025-03-21T20:30:31.3177613Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-03-21T20:30:31.3178788Z 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:30:31.3180108Z 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:30:31.3181388Z 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:30:31.3182300Z Collecting omegaconf (from torchtune==0.6.0.dev20250311) 2025-03-21T20:30:31.3182920Z Downloading omegaconf-2.4.0.dev3-py3-none-any.whl.metadata (4.2 kB) 2025-03-21T20:30:31.3183514Z Collecting psutil (from torchtune==0.6.0.dev20250311) 2025-03-21T20:30:31.3184431Z 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:30:31.3185862Z 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:30:31.3186904Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:31.3187807Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-03-21T20:30:33.1283460Z 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:30:33.1284953Z 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:30:33.1286426Z 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:30:33.1287540Z Collecting pyarrow>=15.0.0 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1288294Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-03-21T20:30:33.1289083Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1289893Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-03-21T20:30:33.1291071Z 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:30:33.1292515Z 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:30:33.1293552Z Collecting xxhash (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1294539Z 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:30:33.1295801Z Collecting multiprocess<0.70.17 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1296691Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-03-21T20:30:33.1297714Z 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:30:33.1298530Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:30:33.1299165Z Collecting aiohttp (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1299977Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:30:33.1301201Z 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:30:33.1302616Z 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:30:33.1304369Z 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:30:33.1305765Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1306696Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-03-21T20:30:33.1307937Z 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:30:33.1309541Z 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:30:33.1310734Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1311752Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:30:33.1312538Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1313301Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:30:33.1314054Z Collecting async-timeout<6.0,>=4.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1314909Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-21T20:30:33.1316025Z 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:30:33.1317177Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1318277Z 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:30:33.1319421Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1320359Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) 2025-03-21T20:30:33.1321241Z Collecting propcache>=0.2.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1322335Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-03-21T20:30:33.1323206Z Collecting yarl<2.0,>=1.17.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:30:33.1324019Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2025-03-21T20:30:33.1325363Z 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:30:33.1327162Z 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:30:33.1328764Z 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:30:33.1330364Z 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:30:33.1331956Z 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:30:33.1333712Z 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:30:33.1335304Z 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:30:33.1337031Z 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:30:33.1338563Z 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:30:33.1340154Z 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:30:33.1341821Z 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:30:33.1343468Z 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:30:33.1344920Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchtune-0.6.0.dev20250311%2Bcpu-py3-none-any.whl (900 kB) 2025-03-21T20:30:33.1346309Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/900.5 kB ? eta -:--:-- 2025-03-21T20:30:33.1347161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 900.5/900.5 kB 688.3 MB/s eta 0:00:00 2025-03-21T20:30:33.1347875Z [?25hDownloading datasets-3.4.1-py3-none-any.whl (487 kB) 2025-03-21T20:30:33.1348419Z Downloading kagglehub-0.3.10-py3-none-any.whl (63 kB) 2025-03-21T20:30:33.1348985Z Downloading omegaconf-2.4.0.dev3-py3-none-any.whl (224 kB) 2025-03-21T20:30:33.1349904Z 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:30:33.1350977Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-03-21T20:30:33.1351927Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-03-21T20:30:33.1352729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 195.8 MB/s eta 0:00:00 2025-03-21T20:30:33.1353817Z [?25hDownloading https://download.pytorch.org/whl/nightly/cpu/torchdata-0.12.0.dev20250321%2Bcpu-py3-none-any.whl (60 kB) 2025-03-21T20:30:33.1354698Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-03-21T20:30:33.1355418Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-03-21T20:30:33.1356335Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-03-21T20:30:41.2635953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 702.6 MB/s eta 0:00:00 2025-03-21T20:30:41.2637358Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-03-21T20:30:41.2638676Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-03-21T20:30:41.2639506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 364.9 MB/s eta 0:00:00 2025-03-21T20:30:41.2640312Z [?25hDownloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (42.1 MB) 2025-03-21T20:30:41.2641151Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.1 MB ? eta -:--:-- 2025-03-21T20:30:41.2643469Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 302.4 MB/s eta 0:00:00 2025-03-21T20:30:41.2644437Z [?25hDownloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-03-21T20:30:41.2645393Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:30:41.2646418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 796.8 MB/s eta 0:00:00 2025-03-21T20:30:41.2647172Z [?25hDownloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-03-21T20:30:41.2647804Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-21T20:30:41.2648383Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-21T20:30:41.2649358Z 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:30:41.2650458Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB) 2025-03-21T20:30:41.2651389Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205 kB) 2025-03-21T20:30:41.2652273Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) 2025-03-21T20:30:41.2654177Z 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:30:41.2655856Z Attempting uninstall: fsspec 2025-03-21T20:30:41.2656262Z Found existing installation: fsspec 2025.3.0 2025-03-21T20:30:41.2656702Z Uninstalling fsspec-2025.3.0: 2025-03-21T20:30:41.2657110Z Successfully uninstalled fsspec-2025.3.0 2025-03-21T20:30:41.2659374Z 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:30:41.2661600Z + cd /pytorch/executorch 2025-03-21T20:30:41.2662021Z + '[' false = true ']' 2025-03-21T20:30:41.2662326Z + set +x 2025-03-21T20:30:41.2662686Z -------------------------------------------------------------------------------- 2025-03-21T20:30:41.2663375Z Build ExecuTorch target libs Release into '/pytorch/executorch/arm_test/cmake-out' 2025-03-21T20:30:41.2664054Z -------------------------------------------------------------------------------- 2025-03-21T20:30:41.2664607Z + build_devtools_flags=' -DEXECUTORCH_BUILD_DEVTOOLS=OFF ' 2025-03-21T20:30:41.2665073Z + '[' false = true ']' 2025-03-21T20:30:41.2665614Z + build_with_etdump_flags=' -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-03-21T20:30:41.2666111Z + '[' false = true ']' 2025-03-21T20:30:41.2666732Z + echo 'Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF ' 2025-03-21T20:30:41.2667681Z Building with Devtools: -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-03-21T20:30:41.2670778Z + cmake -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/arm_test/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF -DEXECUTORCH_BUILD_ARM_BAREMETAL=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_BUILD_DEVTOOLS=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF -B/pytorch/executorch/arm_test/cmake-out /pytorch/executorch 2025-03-21T20:30:41.2673556Z -- The C compiler identification is GNU 13.3.1 2025-03-21T20:30:41.2674009Z -- The CXX compiler identification is GNU 13.3.1 2025-03-21T20:30:41.2674446Z -- Detecting C compiler ABI info 2025-03-21T20:30:41.2674836Z -- Detecting C compiler ABI info - done 2025-03-21T20:30:41.2675868Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-03-21T20:30:41.2676900Z -- Detecting C compile features 2025-03-21T20:30:41.2677272Z -- Detecting C compile features - done 2025-03-21T20:30:41.2677676Z -- Detecting CXX compiler ABI info 2025-03-21T20:30:41.2678078Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:30:41.2679110Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-03-21T20:30:41.2680133Z -- Detecting CXX compile features 2025-03-21T20:30:41.2680527Z -- Detecting CXX compile features - done 2025-03-21T20:30:41.2681428Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:30:41.2682329Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:30:41.2682852Z CMake. 2025-03-21T20:30:41.2682995Z 2025-03-21T20:30:41.2683282Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:30:41.2683977Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:30:41.2684570Z to work with policies introduced by or earlier. 2025-03-21T20:30:41.2684899Z 2025-03-21T20:30:41.2685022Z  2025-03-21T20:30:41.2685302Z -- Using python executable 'python' 2025-03-21T20:30:41.2685687Z -- Resolved buck2 as buck2. 2025-03-21T20:30:41.2686033Z -- Killing buck2 daemon 2025-03-21T20:30:41.2686343Z 'buck2 killall' 2025-03-21T20:30:41.2686658Z -- executorch: Generating source lists 2025-03-21T20:30:41.2687357Z -- executorch: Generating source file list /pytorch/executorch/arm_test/cmake-out/executorch_srcs.cmake 2025-03-21T20:30:41.2688301Z -- executorch: Using sources file /pytorch/executorch/arm_test/cmake-out/executorch_srcs.cmake 2025-03-21T20:30:41.2688980Z -- executorch: Using PAL default 'posix' 2025-03-21T20:30:41.2689386Z -- Generating operator lib: 2025-03-21T20:30:41.2689747Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:30:41.2690261Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:30:41.2690875Z -- ROOT_OPS: 2025-03-21T20:30:41.2691171Z -- INCLUDE_ALL_OPS: 2025-03-21T20:30:41.2692752Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:30:41.2694162Z -- Generating kernel bindings: 2025-03-21T20:30:41.2694537Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:30:41.2695041Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:30:41.2695572Z -- CUSTOM_OPS_YAML: 2025-03-21T20:30:41.2695904Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:30:41.2698122Z Generated files /pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:30:41.2700137Z -- Generating operator lib: 2025-03-21T20:30:41.2700491Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:30:41.2700858Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:30:41.2701209Z -- DEPS: executorch 2025-03-21T20:30:41.2701898Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:30:41.2702709Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:30:41.2703227Z CMake. 2025-03-21T20:30:41.2703369Z 2025-03-21T20:30:41.2703657Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:30:41.2704341Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:30:41.2704925Z to work with policies introduced by or earlier. 2025-03-21T20:30:41.2705255Z 2025-03-21T20:30:41.2705489Z  2025-03-21T20:30:41.2705779Z -- Looking for C++ include unistd.h 2025-03-21T20:30:41.2706182Z -- Looking for C++ include unistd.h - found 2025-03-21T20:30:41.2706596Z -- Looking for C++ include stdint.h 2025-03-21T20:30:41.2706981Z -- Looking for C++ include stdint.h - found 2025-03-21T20:30:41.2707393Z -- Looking for C++ include inttypes.h 2025-03-21T20:30:41.2707806Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:30:41.2708227Z -- Looking for C++ include sys/types.h 2025-03-21T20:30:41.2708642Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:30:41.2709051Z -- Looking for C++ include sys/stat.h 2025-03-21T20:30:41.2709458Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:30:41.2709870Z -- Looking for C++ include fnmatch.h 2025-03-21T20:30:41.2710274Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:30:41.2710687Z -- Looking for C++ include stddef.h 2025-03-21T20:30:41.2711066Z -- Looking for C++ include stddef.h - found 2025-03-21T20:30:41.2711463Z -- Check size of uint32_t 2025-03-21T20:30:41.2711808Z -- Check size of uint32_t - done 2025-03-21T20:30:41.2712158Z -- Looking for strtoll 2025-03-21T20:30:41.2712487Z -- Looking for strtoll - found 2025-03-21T20:30:41.2712835Z -- Generating operator lib: 2025-03-21T20:30:41.2713186Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:30:41.2713695Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:30:41.2714219Z -- ROOT_OPS: 2025-03-21T20:30:41.2714503Z -- INCLUDE_ALL_OPS: 2025-03-21T20:30:42.8996821Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-03-21T20:30:42.8998472Z -- Generating kernel bindings: 2025-03-21T20:30:42.8998854Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:30:42.8999197Z -- FUNCTIONS_YAML: 2025-03-21T20:30:42.8999667Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:30:42.9000257Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:30:42.9004743Z Generated files /pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-03-21T20:30:42.9008391Z -- Generating operator lib: 2025-03-21T20:30:42.9008760Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:30:42.9009141Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:30:42.9009508Z -- DEPS: executorch 2025-03-21T20:30:42.9009803Z -- 2025-03-21T20:30:42.9010069Z -- ******** Summary ******** 2025-03-21T20:30:42.9010559Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:30:42.9010977Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:30:42.9011371Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:30:42.9012064Z -- CMAKE_TOOLCHAIN_FILE : /pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake 2025-03-21T20:30:42.9012754Z -- BUCK2 : buck2 2025-03-21T20:30:42.9013160Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:30:42.9013818Z -- FLATC_EXECUTABLE : /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:30:42.9014504Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:30:42.9014954Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:30:42.9015418Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:30:42.9015872Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:30:42.9016319Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : ON 2025-03-21T20:30:42.9016772Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:30:42.9017205Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:30:42.9017657Z -- EXECUTORCH_BUILD_CPUINFO : OFF 2025-03-21T20:30:42.9018105Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:30:42.9018565Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-03-21T20:30:42.9019026Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:30:42.9019472Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:30:42.9019917Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:30:42.9020355Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:30:42.9020818Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-03-21T20:30:42.9021273Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:30:42.9021717Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:30:42.9022510Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:30:42.9022960Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:30:42.9023416Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:30:42.9023873Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:30:42.9024316Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:30:42.9024779Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:30:42.9025240Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:30:42.9025806Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:30:42.9026244Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:30:42.9026695Z -- EXECUTORCH_BUILD_PTHREADPOOL : OFF 2025-03-21T20:30:42.9027126Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:30:42.9027562Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:30:42.9028002Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:30:42.9028439Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:30:42.9028885Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:30:42.9029507Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:30:42.9029928Z -- Configuring done (3.6s) 2025-03-21T20:30:42.9030277Z -- Generating done (0.1s) 2025-03-21T20:30:42.9030771Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out 2025-03-21T20:30:42.9031379Z ++ basename backends/arm/scripts/build_executorch.sh 2025-03-21T20:30:42.9031855Z + echo '[build_executorch.sh] Configured CMAKE' 2025-03-21T20:30:42.9032296Z [build_executorch.sh] Configured CMAKE 2025-03-21T20:30:42.9032993Z + cmake --build /pytorch/executorch/arm_test/cmake-out --parallel --target install --config Release -- 2025-03-21T20:30:42.9034313Z [ 0%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/VelaBinStream.cpp.obj 2025-03-21T20:30:42.9035240Z [ 1%] Creating directories for 'flatbuffers' 2025-03-21T20:30:42.9036135Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.obj 2025-03-21T20:30:42.9037489Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.obj 2025-03-21T20:30:42.9038784Z [ 1%] Building CXX object backends/arm/CMakeFiles/executorch_delegate_ethos_u.dir/runtime/EthosUBackend.cpp.obj 2025-03-21T20:30:42.9040059Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.obj 2025-03-21T20:30:42.9040945Z [ 1%] No download step for 'flatbuffers' 2025-03-21T20:30:42.9041488Z [ 1%] No update step for 'flatbuffers' 2025-03-21T20:30:42.9042004Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:30:42.9042572Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:30:42.9043065Z CMake Warning: 2025-03-21T20:30:42.9043461Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:30:42.9043807Z 2025-03-21T20:30:42.9043946Z  2025-03-21T20:30:42.9044262Z fatal: No names found, cannot describe anything. 2025-03-21T20:30:42.9044816Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:30:42.9045290Z git describe failed with exit code: 128 2025-03-21T20:30:42.9045571Z 2025-03-21T20:30:42.9045773Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:30:42.9046246Z Call Stack (most recent call first): 2025-03-21T20:30:42.9046626Z CMakeLists.txt:5 (include) 2025-03-21T20:30:42.9046841Z 2025-03-21T20:30:42.9046980Z  2025-03-21T20:30:42.9047246Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:30:42.9047677Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:30:42.9048118Z -- Detecting CXX compiler ABI info 2025-03-21T20:30:42.9048515Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:30:42.9049014Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:30:42.9049501Z -- Detecting CXX compile features 2025-03-21T20:30:42.9049890Z -- Detecting CXX compile features - done 2025-03-21T20:30:42.9050290Z -- Looking for strtof_l 2025-03-21T20:30:42.9051115Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/interface.h:14, 2025-03-21T20:30:42.9052195Z from /pytorch/executorch/backends/arm/runtime/EthosUBackend.cpp:52: 2025-03-21T20:30:42.9054147Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:26:51: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:30:42.9055790Z 26 | const NamedDataMap* named_data_map = nullptr) 2025-03-21T20:30:42.9056403Z | ^ 2025-03-21T20:30:42.9057375Z In file included from /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:11: 2025-03-21T20:30:42.9058893Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:31:23: note: declared here 2025-03-21T20:30:42.9059897Z 31 | class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:30:42.9060445Z | ^~~~~~~~~~~~ 2025-03-21T20:30:42.9062150Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:62:44: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:30:42.9063775Z 62 | const NamedDataMap* get_named_data_map() const { 2025-03-21T20:30:42.9064400Z | ^~~~~ 2025-03-21T20:30:42.9065524Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:31:23: note: declared here 2025-03-21T20:30:42.9066621Z 31 | class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:30:42.9067170Z | ^~~~~~~~~~~~ 2025-03-21T20:30:42.9068882Z /pytorch/executorch/backends/arm/../../../executorch/runtime/backend/backend_init_context.h:70:41: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:30:42.9070511Z 70 | const NamedDataMap* named_data_map_ = nullptr; 2025-03-21T20:30:42.9071111Z | ^~~~~~~ 2025-03-21T20:30:42.9072115Z /pytorch/executorch/backends/arm/../../../executorch/runtime/core/named_data_map.h:31:23: note: declared here 2025-03-21T20:30:42.9073107Z 31 | class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:30:42.9073660Z | ^~~~~~~~~~~~ 2025-03-21T20:30:42.9074068Z -- Looking for strtof_l - found 2025-03-21T20:30:42.9074426Z -- Looking for strtoull_l 2025-03-21T20:30:42.9074986Z [ 2%] Linking CXX static library libexecutorch_delegate_ethos_u.a 2025-03-21T20:30:42.9075551Z [ 2%] Built target executorch_delegate_ethos_u 2025-03-21T20:30:42.9075973Z -- Looking for strtoull_l - found 2025-03-21T20:30:42.9076343Z -- Looking for realpath 2025-03-21T20:30:42.9076675Z -- Looking for realpath - found 2025-03-21T20:30:42.9077087Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:30:42.9077546Z -- Configuring done (1.2s) 2025-03-21T20:30:42.9077884Z -- Generating done (0.0s) 2025-03-21T20:30:42.9078494Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out/third-party/flatbuffers 2025-03-21T20:30:49.8195874Z [ 3%] Performing build step for 'flatbuffers' 2025-03-21T20:30:49.8197240Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:30:49.8198700Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:30:49.8200047Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:30:49.8201426Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:30:49.8202870Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:30:49.8204314Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:30:49.8205824Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:30:49.8207357Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:30:49.8208827Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:30:49.8210336Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:30:49.8212256Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:30:49.8213829Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:30:49.8215304Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:30:49.8216693Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:30:49.8218081Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:30:49.8219555Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:30:49.8221049Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:30:49.8223054Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:30:49.8224591Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:30:49.8226702Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:30:49.8228278Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:30:49.8229725Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:30:49.8231403Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:30:49.8233085Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:30:49.8234532Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:30:49.8236026Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:30:49.8237527Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:30:49.8239226Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:30:49.8240898Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:30:49.8242385Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:30:49.8243928Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:30:49.8245642Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:30:49.8247462Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:30:49.8249289Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:30:49.8251050Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:30:49.8252698Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:30:49.8254468Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:30:49.8255877Z [100%] Linking CXX executable flatc 2025-03-21T20:30:49.8256626Z [100%] Built target flatc 2025-03-21T20:30:49.8257416Z [ 3%] No install step for 'flatbuffers' 2025-03-21T20:30:49.8258350Z [ 3%] Completed 'flatbuffers' 2025-03-21T20:30:49.8259075Z [ 3%] Built target flatbuffers 2025-03-21T20:30:49.8259893Z [ 3%] Generating common_schema headers 2025-03-21T20:30:49.8260634Z [ 3%] Built target common_schema 2025-03-21T20:30:49.8261482Z [ 3%] Generating program_schema headers 2025-03-21T20:30:49.8262271Z [ 3%] Built target program_schema 2025-03-21T20:30:49.8263648Z [ 3%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.obj 2025-03-21T20:30:49.8266069Z [ 3%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.obj 2025-03-21T20:30:49.8268263Z [ 3%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.obj 2025-03-21T20:30:49.8270734Z [ 4%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.obj 2025-03-21T20:30:49.8273027Z [ 4%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.obj 2025-03-21T20:30:49.8275078Z [ 4%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.obj 2025-03-21T20:30:49.8276927Z [ 5%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.obj 2025-03-21T20:30:49.8278883Z [ 5%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.obj 2025-03-21T20:30:49.8280889Z [ 5%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.obj 2025-03-21T20:30:49.8282856Z [ 5%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.obj 2025-03-21T20:30:49.8285118Z [ 5%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.obj 2025-03-21T20:30:49.8287231Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.obj 2025-03-21T20:30:49.8290306Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.obj 2025-03-21T20:30:49.8292512Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.obj 2025-03-21T20:30:49.8294595Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.obj 2025-03-21T20:30:49.8296447Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.obj 2025-03-21T20:30:49.8298359Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.obj 2025-03-21T20:30:49.8301391Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.obj 2025-03-21T20:30:49.8303522Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.obj 2025-03-21T20:30:49.8305074Z [ 7%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:30:49.8306892Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.obj 2025-03-21T20:30:49.8308247Z [ 7%] Built target gflags_nothreads_static 2025-03-21T20:30:49.8309327Z [ 8%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:30:49.8310259Z [ 8%] Built target executorch_core 2025-03-21T20:30:49.8311660Z [ 8%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.obj 2025-03-21T20:30:49.8313625Z [ 8%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.obj 2025-03-21T20:30:49.8315499Z [ 8%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.obj 2025-03-21T20:30:49.8317035Z [ 9%] Linking CXX static library libexecutorch.a 2025-03-21T20:30:49.8317884Z [ 9%] Built target executorch 2025-03-21T20:30:49.8319474Z [ 10%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs_portable.cpp.obj 2025-03-21T20:30:49.8321741Z [ 10%] Building CXX object extension/runner_util/CMakeFiles/extension_runner_util.dir/inputs.cpp.obj 2025-03-21T20:30:49.8324226Z [ 10%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.obj 2025-03-21T20:30:49.8326203Z [ 10%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.obj 2025-03-21T20:30:49.8328587Z [ 11%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.obj 2025-03-21T20:30:49.8330872Z [ 11%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.obj 2025-03-21T20:30:49.8333632Z [ 11%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.obj 2025-03-21T20:30:49.8335946Z [ 11%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.obj 2025-03-21T20:30:49.8338301Z [ 12%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.obj 2025-03-21T20:30:49.8340799Z [ 12%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.obj 2025-03-21T20:30:49.8343127Z [ 13%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.obj 2025-03-21T20:30:49.8345703Z [ 13%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.obj 2025-03-21T20:30:49.8348036Z [ 13%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.obj 2025-03-21T20:30:49.8350717Z [ 13%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.obj 2025-03-21T20:30:49.8353172Z [ 13%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.obj 2025-03-21T20:30:49.8355532Z [ 13%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.obj 2025-03-21T20:30:49.8357768Z [ 13%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.obj 2025-03-21T20:30:51.5136626Z [ 13%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.obj 2025-03-21T20:30:51.5138874Z [ 14%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.obj 2025-03-21T20:30:51.5141002Z [ 14%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.obj 2025-03-21T20:30:51.5143204Z [ 14%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.obj 2025-03-21T20:30:51.5145727Z [ 15%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.obj 2025-03-21T20:30:51.5147864Z [ 15%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.obj 2025-03-21T20:30:51.5150055Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.obj 2025-03-21T20:30:51.5152157Z [ 16%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.obj 2025-03-21T20:30:51.5154091Z [ 16%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.obj 2025-03-21T20:30:51.5156286Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.obj 2025-03-21T20:30:51.5158497Z [ 16%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.obj 2025-03-21T20:30:51.5161547Z [ 16%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.obj 2025-03-21T20:30:51.5163751Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.obj 2025-03-21T20:30:51.5165978Z [ 16%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.obj 2025-03-21T20:30:51.5168066Z [ 17%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.obj 2025-03-21T20:30:51.5170261Z [ 17%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.obj 2025-03-21T20:30:51.5172567Z [ 18%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.obj 2025-03-21T20:30:51.5174768Z [ 18%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.obj 2025-03-21T20:30:51.5177511Z [ 18%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.obj 2025-03-21T20:30:51.5179956Z [ 18%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.obj 2025-03-21T20:30:51.5182206Z [ 18%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.obj 2025-03-21T20:30:51.5184317Z [ 18%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.obj 2025-03-21T20:30:51.5186641Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.obj 2025-03-21T20:30:51.5188920Z [ 19%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.obj 2025-03-21T20:30:51.5191187Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.obj 2025-03-21T20:30:51.5193891Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.obj 2025-03-21T20:30:51.5196255Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.obj 2025-03-21T20:30:51.5198692Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.obj 2025-03-21T20:30:51.5200971Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.obj 2025-03-21T20:30:51.5203268Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.obj 2025-03-21T20:30:51.5205603Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.obj 2025-03-21T20:30:51.5207733Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.obj 2025-03-21T20:30:51.5210019Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.obj 2025-03-21T20:30:51.5212255Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.obj 2025-03-21T20:30:51.5214619Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.obj 2025-03-21T20:30:51.5217058Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.obj 2025-03-21T20:30:51.5219278Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.obj 2025-03-21T20:30:51.5221404Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.obj 2025-03-21T20:30:51.5226472Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.obj 2025-03-21T20:30:51.5229309Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.obj 2025-03-21T20:30:51.5232455Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.obj 2025-03-21T20:30:51.5234972Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.obj 2025-03-21T20:30:51.5237395Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.obj 2025-03-21T20:30:51.5239875Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.obj 2025-03-21T20:30:51.5242136Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.obj 2025-03-21T20:30:51.5244413Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.obj 2025-03-21T20:30:51.5246711Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.obj 2025-03-21T20:30:51.5249343Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.obj 2025-03-21T20:30:51.5251584Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.obj 2025-03-21T20:30:51.5253713Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.obj 2025-03-21T20:30:51.5255945Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.obj 2025-03-21T20:30:51.5258330Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.obj 2025-03-21T20:30:51.5260843Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.obj 2025-03-21T20:30:51.5263042Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.obj 2025-03-21T20:30:51.5265746Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.obj 2025-03-21T20:30:51.5268012Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.obj 2025-03-21T20:30:51.5270187Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.obj 2025-03-21T20:30:51.5272329Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.obj 2025-03-21T20:30:51.5274674Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.obj 2025-03-21T20:30:51.5276993Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.obj 2025-03-21T20:30:51.5279182Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.obj 2025-03-21T20:30:51.5281779Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.obj 2025-03-21T20:30:51.5284370Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.obj 2025-03-21T20:30:51.5286908Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.obj 2025-03-21T20:30:51.5289210Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.obj 2025-03-21T20:30:51.5291640Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.obj 2025-03-21T20:30:51.5294266Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.obj 2025-03-21T20:30:51.5296405Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.obj 2025-03-21T20:30:51.5298617Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.obj 2025-03-21T20:30:51.5300835Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.obj 2025-03-21T20:30:51.5302995Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.obj 2025-03-21T20:30:51.5305459Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.obj 2025-03-21T20:30:54.9374226Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.obj 2025-03-21T20:30:54.9376616Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.obj 2025-03-21T20:30:54.9378971Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.obj 2025-03-21T20:30:54.9381429Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.obj 2025-03-21T20:30:54.9384839Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.obj 2025-03-21T20:30:54.9387225Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.obj 2025-03-21T20:30:54.9389622Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.obj 2025-03-21T20:30:54.9391962Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.obj 2025-03-21T20:30:54.9394273Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.obj 2025-03-21T20:30:54.9396457Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.obj 2025-03-21T20:30:54.9398628Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.obj 2025-03-21T20:30:54.9401069Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.obj 2025-03-21T20:30:54.9403376Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.obj 2025-03-21T20:30:54.9405487Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.obj 2025-03-21T20:30:54.9407643Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.obj 2025-03-21T20:30:54.9409819Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.obj 2025-03-21T20:30:54.9411980Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.obj 2025-03-21T20:30:54.9414313Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.obj 2025-03-21T20:30:54.9416512Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.obj 2025-03-21T20:30:54.9418838Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.obj 2025-03-21T20:30:54.9421283Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.obj 2025-03-21T20:30:54.9427320Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.obj 2025-03-21T20:30:54.9429432Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.obj 2025-03-21T20:30:54.9431448Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.obj 2025-03-21T20:30:54.9433369Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.obj 2025-03-21T20:30:54.9435309Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.obj 2025-03-21T20:30:54.9437474Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.obj 2025-03-21T20:30:54.9439635Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.obj 2025-03-21T20:30:54.9441898Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.obj 2025-03-21T20:30:54.9444046Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.obj 2025-03-21T20:30:54.9446190Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.obj 2025-03-21T20:30:54.9448248Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.obj 2025-03-21T20:30:54.9450289Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.obj 2025-03-21T20:30:54.9452779Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.obj 2025-03-21T20:30:54.9455129Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.obj 2025-03-21T20:30:54.9457286Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.obj 2025-03-21T20:30:54.9459212Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.obj 2025-03-21T20:30:54.9461336Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.obj 2025-03-21T20:30:54.9463370Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.obj 2025-03-21T20:30:54.9465765Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.obj 2025-03-21T20:30:54.9468304Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.obj 2025-03-21T20:30:54.9470575Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.obj 2025-03-21T20:30:54.9472862Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.obj 2025-03-21T20:30:54.9474996Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.obj 2025-03-21T20:30:54.9477169Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.obj 2025-03-21T20:30:54.9479186Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.obj 2025-03-21T20:30:54.9481197Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.obj 2025-03-21T20:30:54.9483424Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.obj 2025-03-21T20:30:54.9485662Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.obj 2025-03-21T20:30:54.9487888Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.obj 2025-03-21T20:30:54.9490149Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.obj 2025-03-21T20:30:54.9492464Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.obj 2025-03-21T20:30:54.9494846Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.obj 2025-03-21T20:30:54.9497061Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.obj 2025-03-21T20:30:54.9499131Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.obj 2025-03-21T20:30:54.9501325Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.obj 2025-03-21T20:30:54.9503467Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.obj 2025-03-21T20:30:54.9505737Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.obj 2025-03-21T20:30:54.9507971Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.obj 2025-03-21T20:30:54.9510171Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.obj 2025-03-21T20:30:54.9512364Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.obj 2025-03-21T20:30:54.9514615Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.obj 2025-03-21T20:30:54.9517049Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.obj 2025-03-21T20:30:54.9519280Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.obj 2025-03-21T20:30:54.9521778Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.obj 2025-03-21T20:30:54.9524299Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.obj 2025-03-21T20:30:54.9526816Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.obj 2025-03-21T20:30:54.9529191Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.obj 2025-03-21T20:30:54.9531364Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.obj 2025-03-21T20:30:54.9533891Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.obj 2025-03-21T20:30:54.9536113Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.obj 2025-03-21T20:30:54.9538465Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.obj 2025-03-21T20:30:59.8477461Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.obj 2025-03-21T20:30:59.8479802Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.obj 2025-03-21T20:30:59.8481969Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.obj 2025-03-21T20:30:59.8484071Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.obj 2025-03-21T20:30:59.8486394Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.obj 2025-03-21T20:30:59.8488736Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.obj 2025-03-21T20:30:59.8491103Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.obj 2025-03-21T20:30:59.8505076Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.obj 2025-03-21T20:30:59.8507415Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.obj 2025-03-21T20:30:59.8509596Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.obj 2025-03-21T20:30:59.8511944Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.obj 2025-03-21T20:30:59.8513959Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.obj 2025-03-21T20:30:59.8516093Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.obj 2025-03-21T20:30:59.8518185Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.obj 2025-03-21T20:30:59.8520308Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.obj 2025-03-21T20:30:59.8522613Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.obj 2025-03-21T20:30:59.8524754Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.obj 2025-03-21T20:30:59.8526962Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.obj 2025-03-21T20:30:59.8529437Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.obj 2025-03-21T20:30:59.8531608Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.obj 2025-03-21T20:30:59.8534083Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.obj 2025-03-21T20:30:59.8536527Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.obj 2025-03-21T20:30:59.8538935Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.obj 2025-03-21T20:30:59.8541507Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.obj 2025-03-21T20:30:59.8543638Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.obj 2025-03-21T20:30:59.8546567Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.obj 2025-03-21T20:30:59.8548952Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.obj 2025-03-21T20:30:59.8551639Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.obj 2025-03-21T20:30:59.8553917Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.obj 2025-03-21T20:30:59.8555916Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.obj 2025-03-21T20:30:59.8558125Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.obj 2025-03-21T20:30:59.8560117Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.obj 2025-03-21T20:30:59.8562156Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.obj 2025-03-21T20:30:59.8564128Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.obj 2025-03-21T20:30:59.8566192Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.obj 2025-03-21T20:30:59.8568210Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.obj 2025-03-21T20:30:59.8570340Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.obj 2025-03-21T20:30:59.8572501Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.obj 2025-03-21T20:30:59.8574592Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.obj 2025-03-21T20:30:59.8576788Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.obj 2025-03-21T20:30:59.8578938Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.obj 2025-03-21T20:30:59.8581123Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.obj 2025-03-21T20:30:59.8583372Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.obj 2025-03-21T20:30:59.8585950Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.obj 2025-03-21T20:30:59.8588288Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.obj 2025-03-21T20:30:59.8590482Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.obj 2025-03-21T20:30:59.8593172Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.obj 2025-03-21T20:30:59.8595399Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.obj 2025-03-21T20:30:59.8597637Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.obj 2025-03-21T20:30:59.8599951Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.obj 2025-03-21T20:30:59.8602021Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.obj 2025-03-21T20:30:59.8604059Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.obj 2025-03-21T20:30:59.8606126Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.obj 2025-03-21T20:30:59.8608269Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.obj 2025-03-21T20:30:59.8610953Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.obj 2025-03-21T20:30:59.8613021Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.obj 2025-03-21T20:30:59.8615219Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.obj 2025-03-21T20:30:59.8617520Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.obj 2025-03-21T20:30:59.8619653Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.obj 2025-03-21T20:30:59.8621840Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.obj 2025-03-21T20:30:59.8626334Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.obj 2025-03-21T20:30:59.8628633Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.obj 2025-03-21T20:30:59.8631205Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.obj 2025-03-21T20:30:59.8633543Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.obj 2025-03-21T20:30:59.8635736Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.obj 2025-03-21T20:30:59.8637857Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.obj 2025-03-21T20:30:59.8640130Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.obj 2025-03-21T20:30:59.8642250Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.obj 2025-03-21T20:30:59.8644538Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.obj 2025-03-21T20:30:59.8646834Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.obj 2025-03-21T20:31:06.9577789Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.obj 2025-03-21T20:31:06.9580320Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.obj 2025-03-21T20:31:06.9582586Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.obj 2025-03-21T20:31:06.9584838Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.obj 2025-03-21T20:31:06.9586983Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.obj 2025-03-21T20:31:06.9589561Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.obj 2025-03-21T20:31:06.9591803Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.obj 2025-03-21T20:31:06.9593969Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.obj 2025-03-21T20:31:06.9596012Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.obj 2025-03-21T20:31:06.9597975Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.obj 2025-03-21T20:31:06.9600083Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.obj 2025-03-21T20:31:06.9602423Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.obj 2025-03-21T20:31:06.9605145Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.obj 2025-03-21T20:31:06.9607476Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.obj 2025-03-21T20:31:06.9609779Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.obj 2025-03-21T20:31:06.9612243Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.obj 2025-03-21T20:31:06.9614591Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.obj 2025-03-21T20:31:06.9616615Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.obj 2025-03-21T20:31:06.9618777Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.obj 2025-03-21T20:31:06.9621155Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.obj 2025-03-21T20:31:06.9623471Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.obj 2025-03-21T20:31:06.9625676Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.obj 2025-03-21T20:31:06.9627939Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.obj 2025-03-21T20:31:06.9630004Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.obj 2025-03-21T20:31:06.9632081Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.obj 2025-03-21T20:31:06.9634223Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.obj 2025-03-21T20:31:06.9636450Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.obj 2025-03-21T20:31:06.9638615Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.obj 2025-03-21T20:31:06.9640942Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.obj 2025-03-21T20:31:06.9642928Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.obj 2025-03-21T20:31:06.9645183Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.obj 2025-03-21T20:31:06.9647405Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.obj 2025-03-21T20:31:06.9649667Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.obj 2025-03-21T20:31:06.9652192Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.obj 2025-03-21T20:31:06.9654492Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.obj 2025-03-21T20:31:06.9656714Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.obj 2025-03-21T20:31:06.9658803Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.obj 2025-03-21T20:31:06.9661017Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.obj 2025-03-21T20:31:06.9662867Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.obj 2025-03-21T20:31:06.9664973Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.obj 2025-03-21T20:31:06.9667295Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.obj 2025-03-21T20:31:06.9669417Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.obj 2025-03-21T20:31:06.9671634Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.obj 2025-03-21T20:31:06.9673800Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.obj 2025-03-21T20:31:06.9675942Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.obj 2025-03-21T20:31:06.9678148Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.obj 2025-03-21T20:31:06.9680373Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.obj 2025-03-21T20:31:06.9682579Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.obj 2025-03-21T20:31:06.9684733Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.obj 2025-03-21T20:31:06.9687029Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.obj 2025-03-21T20:31:06.9689456Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.obj 2025-03-21T20:31:06.9691807Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.obj 2025-03-21T20:31:06.9694097Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.obj 2025-03-21T20:31:06.9696173Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.obj 2025-03-21T20:31:06.9698267Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.obj 2025-03-21T20:31:06.9700365Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.obj 2025-03-21T20:31:06.9702459Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.obj 2025-03-21T20:31:06.9704862Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.obj 2025-03-21T20:31:06.9707290Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.obj 2025-03-21T20:31:06.9709380Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.obj 2025-03-21T20:31:06.9711532Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.obj 2025-03-21T20:31:06.9713879Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.obj 2025-03-21T20:31:06.9715905Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.obj 2025-03-21T20:31:06.9717728Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.obj 2025-03-21T20:31:06.9719679Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.obj 2025-03-21T20:31:06.9722059Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.obj 2025-03-21T20:31:06.9724212Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.obj 2025-03-21T20:31:06.9726343Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.obj 2025-03-21T20:31:06.9728543Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.obj 2025-03-21T20:31:06.9730869Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.obj 2025-03-21T20:31:06.9733015Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.obj 2025-03-21T20:31:15.2175082Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.obj 2025-03-21T20:31:15.2177457Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.obj 2025-03-21T20:31:15.2179789Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.obj 2025-03-21T20:31:15.2181737Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.obj 2025-03-21T20:31:15.2183674Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.obj 2025-03-21T20:31:15.2186005Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.obj 2025-03-21T20:31:15.2188241Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.obj 2025-03-21T20:31:15.2190500Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.obj 2025-03-21T20:31:15.2192872Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.obj 2025-03-21T20:31:15.2195258Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.obj 2025-03-21T20:31:15.2197498Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.obj 2025-03-21T20:31:15.2199731Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.obj 2025-03-21T20:31:15.2202021Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.obj 2025-03-21T20:31:15.2204390Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.obj 2025-03-21T20:31:15.2206800Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.obj 2025-03-21T20:31:15.2209230Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.obj 2025-03-21T20:31:15.2211684Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.obj 2025-03-21T20:31:15.2214114Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.obj 2025-03-21T20:31:15.2216422Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.obj 2025-03-21T20:31:15.2219100Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.obj 2025-03-21T20:31:15.2221483Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.obj 2025-03-21T20:31:15.2224016Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.obj 2025-03-21T20:31:15.2226430Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.obj 2025-03-21T20:31:15.2228525Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.obj 2025-03-21T20:31:15.2230686Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.obj 2025-03-21T20:31:15.2232903Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.obj 2025-03-21T20:31:15.2235375Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.obj 2025-03-21T20:31:15.2237737Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.obj 2025-03-21T20:31:15.2240230Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.obj 2025-03-21T20:31:15.2242674Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.obj 2025-03-21T20:31:15.2245326Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.obj 2025-03-21T20:31:15.2248058Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.obj 2025-03-21T20:31:15.2250735Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.obj 2025-03-21T20:31:15.2253363Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.obj 2025-03-21T20:31:15.2256135Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.obj 2025-03-21T20:31:15.2258809Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.obj 2025-03-21T20:31:15.2261140Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.obj 2025-03-21T20:31:15.2263408Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.obj 2025-03-21T20:31:15.2265909Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.obj 2025-03-21T20:31:15.2267827Z [ 89%] Linking CXX static library libextension_runner_util.a 2025-03-21T20:31:15.2269805Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.obj 2025-03-21T20:31:15.2272261Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.obj 2025-03-21T20:31:15.2274633Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.obj 2025-03-21T20:31:15.2277082Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.obj 2025-03-21T20:31:15.2279382Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.obj 2025-03-21T20:31:15.2281766Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.obj 2025-03-21T20:31:15.2284478Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.obj 2025-03-21T20:31:15.2286830Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.obj 2025-03-21T20:31:15.2289136Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.obj 2025-03-21T20:31:15.2290480Z [ 92%] Built target extension_runner_util 2025-03-21T20:31:15.2292050Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.obj 2025-03-21T20:31:15.2294413Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.obj 2025-03-21T20:31:15.2296694Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.obj 2025-03-21T20:31:15.2298983Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.obj 2025-03-21T20:31:15.2301764Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.obj 2025-03-21T20:31:15.2304265Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.obj 2025-03-21T20:31:15.2306733Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.obj 2025-03-21T20:31:15.2309164Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.obj 2025-03-21T20:31:15.2311452Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.obj 2025-03-21T20:31:15.2313929Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.obj 2025-03-21T20:31:15.2316350Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.obj 2025-03-21T20:31:15.2318695Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.obj 2025-03-21T20:31:15.2321168Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.obj 2025-03-21T20:31:15.2323754Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.obj 2025-03-21T20:31:15.2326130Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.obj 2025-03-21T20:31:15.2328617Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.obj 2025-03-21T20:31:15.2330960Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.obj 2025-03-21T20:31:15.2333390Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.obj 2025-03-21T20:32:46.3514328Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.obj 2025-03-21T20:32:46.3516387Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.obj 2025-03-21T20:32:46.3517710Z [ 98%] Linking CXX static library libquantized_kernels.a 2025-03-21T20:32:46.3518327Z [ 98%] Built target quantized_kernels 2025-03-21T20:32:46.3518992Z [ 98%] Generating selected_operators.yaml for quantized_ops_lib 2025-03-21T20:32:46.3519924Z [ 98%] Generating code for kernel registration 2025-03-21T20:32:46.3521230Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-03-21T20:32:46.3522994Z [ 99%] Linking CXX static library libquantized_ops_lib.a 2025-03-21T20:32:46.3523804Z [ 99%] Built target quantized_ops_lib 2025-03-21T20:32:46.3524554Z [ 99%] Linking CXX static library libportable_kernels.a 2025-03-21T20:32:46.3525129Z [ 99%] Built target portable_kernels 2025-03-21T20:32:46.3525851Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:32:46.3526575Z [ 99%] Generating code for kernel registration 2025-03-21T20:32:46.3527296Z [ 99%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:32:46.3527922Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:32:46.3529154Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-03-21T20:32:46.3530408Z [100%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:32:46.3530914Z [100%] Built target portable_ops_lib 2025-03-21T20:32:46.3531571Z Install the project... 2025-03-21T20:32:46.3532007Z -- Install configuration: "Release" 2025-03-21T20:32:46.3532683Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/fxdiv.h 2025-03-21T20:32:46.3533510Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/liboptimized_portable_kernels.a 2025-03-21T20:32:46.3534420Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libportable_kernels.a 2025-03-21T20:32:46.3535253Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libportable_ops_lib.a 2025-03-21T20:32:46.3536248Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/portable/Functions.h 2025-03-21T20:32:46.3537342Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T20:32:46.3538412Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core 2025-03-21T20:32:46.3539361Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/array_ref.h 2025-03-21T20:32:46.3540411Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/data_loader.h 2025-03-21T20:32:46.3541423Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/defines.h 2025-03-21T20:32:46.3542438Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/error.h 2025-03-21T20:32:46.3543501Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/evalue.h 2025-03-21T20:32:46.3544517Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-03-21T20:32:46.3545707Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T20:32:46.3546918Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T20:32:46.3548122Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten 2025-03-21T20:32:46.3549398Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T20:32:46.3550693Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:32:46.3552043Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T20:32:46.3553511Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T20:32:46.3554833Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T20:32:46.3556125Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:32:46.3557493Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T20:32:46.3559112Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T20:32:46.3560773Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T20:32:46.3562358Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T20:32:46.3563843Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T20:32:46.3565212Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T20:32:46.3566406Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T20:32:46.3567720Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T20:32:46.3569107Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-03-21T20:32:46.3570202Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-03-21T20:32:46.3571438Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type 2025-03-21T20:32:46.3572638Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T20:32:46.3574021Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T20:32:46.3575372Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T20:32:46.3576703Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:32:46.3577869Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:32:46.3579052Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:32:46.3580512Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T20:32:46.3581965Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T20:32:46.3583303Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:32:46.3584521Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T20:32:46.3585918Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T20:32:46.3587449Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T20:32:46.3588741Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T20:32:46.3590019Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T20:32:46.3591514Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T20:32:46.3592989Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T20:32:46.3594491Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T20:32:46.3595921Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T20:32:46.3597205Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T20:32:46.3598310Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-03-21T20:32:46.3599401Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-03-21T20:32:46.3600488Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T20:32:46.3601609Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T20:32:46.3602703Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T20:32:46.3603818Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T20:32:46.3605048Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T20:32:46.3606292Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T20:32:46.3607543Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T20:32:46.3985811Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T20:32:46.3986993Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/portable_type/test 2025-03-21T20:32:46.3987974Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/result.h 2025-03-21T20:32:46.3988868Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/span.h 2025-03-21T20:32:46.3989757Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tag.h 2025-03-21T20:32:46.3990730Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-03-21T20:32:46.3991776Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T20:32:46.3992755Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/core/test 2025-03-21T20:32:46.3993610Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel 2025-03-21T20:32:46.3994546Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T20:32:46.3995633Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T20:32:46.3996739Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T20:32:46.3997721Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/test 2025-03-21T20:32:46.3998696Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T20:32:46.3999786Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T20:32:46.4000804Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform 2025-03-21T20:32:46.4001703Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/abort.h 2025-03-21T20:32:46.4002660Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/assert.h 2025-03-21T20:32:46.4003619Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/clock.h 2025-03-21T20:32:46.4004617Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T20:32:46.4005637Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/compiler.h 2025-03-21T20:32:46.4006847Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/default 2025-03-21T20:32:46.4007918Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/log.h 2025-03-21T20:32:46.4008879Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/platform.h 2025-03-21T20:32:46.4009873Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/profiler.h 2025-03-21T20:32:46.4010870Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/runtime.h 2025-03-21T20:32:46.4011853Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/system.h 2025-03-21T20:32:46.4012803Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test 2025-03-21T20:32:46.4013932Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T20:32:46.4014982Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/runtime/platform/types.h 2025-03-21T20:32:46.4016020Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util 2025-03-21T20:32:46.4017125Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T20:32:46.4018489Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T20:32:46.4019565Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/test 2025-03-21T20:32:46.4020582Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-03-21T20:32:46.4021555Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor 2025-03-21T20:32:46.4022673Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor.h 2025-03-21T20:32:46.4023708Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T20:32:46.4024745Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T20:32:46.4025886Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T20:32:46.4026921Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/tensor/test 2025-03-21T20:32:46.4027835Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool 2025-03-21T20:32:46.4028926Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T20:32:46.4029970Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/test 2025-03-21T20:32:46.4031006Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-03-21T20:32:46.4032095Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T20:32:46.4033023Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch.a 2025-03-21T20:32:46.4033751Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch_core.a 2025-03-21T20:32:46.4034609Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T20:32:46.4035506Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libextension_runner_util.a 2025-03-21T20:32:46.4036303Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libquantized_kernels.a 2025-03-21T20:32:46.4037064Z -- Installing: /pytorch/executorch/arm_test/cmake-out/lib/libquantized_ops_lib.a 2025-03-21T20:32:46.4037964Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-03-21T20:32:46.4039165Z -- Installing: /pytorch/executorch/arm_test/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-03-21T20:32:46.4040034Z + set +x 2025-03-21T20:32:46.4040435Z [build_executorch.sh] Generated static libraries for ExecuTorch: 2025-03-21T20:32:46.4041333Z -rw-r--r--. 1 ci-user ci-user 16796 Mar 21 20:30 /pytorch/executorch/arm_test/cmake-out/backends/arm/libexecutorch_delegate_ethos_u.a 2025-03-21T20:32:46.4042462Z -rw-r--r--. 1 ci-user ci-user 157684 Mar 21 20:30 /pytorch/executorch/arm_test/cmake-out/third-party/gflags/libgflags_nothreads.a 2025-03-21T20:32:46.4043567Z -rw-r--r--. 1 ci-user ci-user 8060754 Mar 21 20:32 /pytorch/executorch/arm_test/cmake-out/kernels/portable/libportable_kernels.a 2025-03-21T20:32:46.4044719Z -rw-r--r--. 1 ci-user ci-user 8060754 Mar 21 20:32 /pytorch/executorch/arm_test/cmake-out/kernels/portable/liboptimized_portable_kernels.a 2025-03-21T20:32:46.4045973Z -rw-r--r--. 1 ci-user ci-user 159748 Mar 21 20:32 /pytorch/executorch/arm_test/cmake-out/kernels/portable/libportable_ops_lib.a 2025-03-21T20:32:46.4047073Z -rw-r--r--. 1 ci-user ci-user 243072 Mar 21 20:32 /pytorch/executorch/arm_test/cmake-out/kernels/quantized/libquantized_kernels.a 2025-03-21T20:32:46.4048169Z -rw-r--r--. 1 ci-user ci-user 22896 Mar 21 20:32 /pytorch/executorch/arm_test/cmake-out/kernels/quantized/libquantized_ops_lib.a 2025-03-21T20:32:46.4049294Z -rw-r--r--. 1 ci-user ci-user 8772 Mar 21 20:31 /pytorch/executorch/arm_test/cmake-out/extension/runner_util/libextension_runner_util.a 2025-03-21T20:32:46.4050325Z -rw-r--r--. 1 ci-user ci-user 177210 Mar 21 20:30 /pytorch/executorch/arm_test/cmake-out/libexecutorch_core.a 2025-03-21T20:32:46.4051180Z -rw-r--r--. 1 ci-user ci-user 44792 Mar 21 20:30 /pytorch/executorch/arm_test/cmake-out/libexecutorch.a 2025-03-21T20:32:46.4052132Z -rw-r--r--. 1 ci-user ci-user 8060754 Mar 21 20:32 /pytorch/executorch/arm_test/cmake-out/lib/liboptimized_portable_kernels.a 2025-03-21T20:32:46.4053152Z -rw-r--r--. 1 ci-user ci-user 8060754 Mar 21 20:32 /pytorch/executorch/arm_test/cmake-out/lib/libportable_kernels.a 2025-03-21T20:32:46.4054108Z -rw-r--r--. 1 ci-user ci-user 159748 Mar 21 20:32 /pytorch/executorch/arm_test/cmake-out/lib/libportable_ops_lib.a 2025-03-21T20:32:46.4055023Z -rw-r--r--. 1 ci-user ci-user 44792 Mar 21 20:30 /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch.a 2025-03-21T20:32:46.4055932Z -rw-r--r--. 1 ci-user ci-user 177210 Mar 21 20:30 /pytorch/executorch/arm_test/cmake-out/lib/libexecutorch_core.a 2025-03-21T20:32:46.4056898Z -rw-r--r--. 1 ci-user ci-user 8772 Mar 21 20:31 /pytorch/executorch/arm_test/cmake-out/lib/libextension_runner_util.a 2025-03-21T20:32:46.4057855Z -rw-r--r--. 1 ci-user ci-user 243072 Mar 21 20:32 /pytorch/executorch/arm_test/cmake-out/lib/libquantized_kernels.a 2025-03-21T20:32:46.4058810Z -rw-r--r--. 1 ci-user ci-user 22896 Mar 21 20:32 /pytorch/executorch/arm_test/cmake-out/lib/libquantized_ops_lib.a 2025-03-21T20:32:46.4059579Z -------------------------------------------------------------------------------- 2025-03-21T20:32:46.4060472Z Build ExecuTorch Libraries Release portable kernels: aten::_softmax.out into '/pytorch/executorch/arm_test/cmake-out' 2025-03-21T20:32:46.4061318Z -------------------------------------------------------------------------------- 2025-03-21T20:32:50.3003538Z + cmake -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/arm_test/cmake-out -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/pytorch/executorch/examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake -DEXECUTORCH_SELECT_OPS_LIST=aten::_softmax.out -B/pytorch/executorch/arm_test/cmake-out/examples/arm /pytorch/executorch/examples/arm 2025-03-21T20:32:50.3005492Z -- The C compiler identification is GNU 13.3.1 2025-03-21T20:32:50.3005963Z -- The CXX compiler identification is GNU 13.3.1 2025-03-21T20:32:50.3006394Z -- Detecting C compiler ABI info 2025-03-21T20:32:50.3006787Z -- Detecting C compiler ABI info - done 2025-03-21T20:32:50.3008058Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-03-21T20:32:50.3009132Z -- Detecting C compile features 2025-03-21T20:32:50.3009521Z -- Detecting C compile features - done 2025-03-21T20:32:50.3009928Z -- Detecting CXX compiler ABI info 2025-03-21T20:32:50.3010331Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:32:50.3011363Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-03-21T20:32:50.3012375Z -- Detecting CXX compile features 2025-03-21T20:32:50.3012771Z -- Detecting CXX compile features - done 2025-03-21T20:32:50.3013529Z CMake Warning (dev) at CMakeLists.txt:35 (find_package): 2025-03-21T20:32:50.3014174Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-03-21T20:32:50.3014990Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-03-21T20:32:50.3015662Z cmake_policy command to set the policy and suppress this warning. 2025-03-21T20:32:50.3016042Z 2025-03-21T20:32:50.3016194Z CMake variable EXECUTORCH_ROOT is set to: 2025-03-21T20:32:50.3016488Z 2025-03-21T20:32:50.3016634Z /pytorch/executorch/examples/arm/../.. 2025-03-21T20:32:50.3016918Z 2025-03-21T20:32:50.3017195Z For compatibility, find_package is ignoring the variable, but code in a 2025-03-21T20:32:50.3017754Z .cmake module might still use it. 2025-03-21T20:32:50.3018267Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:32:50.3018806Z  2025-03-21T20:32:50.3019125Z etdump library is not found. 2025-03-21T20:32:50.3019703Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3020317Z bundled_program library is not found. 2025-03-21T20:32:50.3020925Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3021538Z extension_data_loader library is not found. 2025-03-21T20:32:50.3022520Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3023306Z flatccrt library is not found. 2025-03-21T20:32:50.3023887Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3024473Z coremldelegate library is not found. 2025-03-21T20:32:50.3025083Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3025734Z mpsdelegate library is not found. 2025-03-21T20:32:50.3026334Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3026917Z neuron_backend library is not found. 2025-03-21T20:32:50.3027515Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3028131Z qnn_executorch_backend library is not found. 2025-03-21T20:32:50.3028762Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3029336Z custom_ops library is not found. 2025-03-21T20:32:50.3029925Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3030511Z extension_module library is not found. 2025-03-21T20:32:50.3031115Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3031730Z extension_module_static library is not found. 2025-03-21T20:32:50.3032345Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3032933Z extension_tensor library is not found. 2025-03-21T20:32:50.3033536Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3034143Z extension_threadpool library is not found. 2025-03-21T20:32:50.3034765Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3035344Z extension_training library is not found. 2025-03-21T20:32:50.3035952Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3036677Z xnnpack_backend library is not found. 2025-03-21T20:32:50.3037282Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3037848Z XNNPACK library is not found. 2025-03-21T20:32:50.3038415Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3038993Z microkernels-prod library is not found. 2025-03-21T20:32:50.3039603Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3040174Z kleidiai library is not found. 2025-03-21T20:32:50.3040742Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3041300Z cpuinfo library is not found. 2025-03-21T20:32:50.3041896Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3042525Z pthreadpool library is not found. 2025-03-21T20:32:50.3043292Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3043959Z vulkan_backend library is not found. 2025-03-21T20:32:50.3044554Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3045146Z optimized_kernels library is not found. 2025-03-21T20:32:50.3045739Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3046305Z cpublas library is not found. 2025-03-21T20:32:50.3046877Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3047445Z eigen_blas library is not found. 2025-03-21T20:32:50.3048032Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3048608Z optimized_ops_lib library is not found. 2025-03-21T20:32:50.3049218Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3049863Z optimized_native_cpu_ops_lib library is not found. 2025-03-21T20:32:50.3050531Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3051136Z quantized_ops_aot_lib library is not found. 2025-03-21T20:32:50.3051746Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:32:50.3052260Z -- Generating operator lib: 2025-03-21T20:32:50.3052623Z -- LIB_NAME: arm_portable_ops_lib 2025-03-21T20:32:50.3052999Z -- OPS_SCHEMA_YAML: 2025-03-21T20:32:50.3053348Z -- ROOT_OPS: aten::_softmax.out 2025-03-21T20:32:50.3053696Z -- INCLUDE_ALL_OPS: 2025-03-21T20:32:50.3056802Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/cmake-out/examples/arm/arm_portable_ops_lib/selected_operators.yaml;--root_ops="aten::_softmax.out" 2025-03-21T20:32:50.3057997Z -- Generating kernel bindings: 2025-03-21T20:32:50.3058379Z -- LIB_NAME: arm_portable_ops_lib 2025-03-21T20:32:50.3059006Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/arm/../../kernels/portable/functions.yaml 2025-03-21T20:32:50.3059653Z -- CUSTOM_OPS_YAML: 2025-03-21T20:32:50.3059980Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:32:50.3060363Z -- Generating operator lib: 2025-03-21T20:32:50.3060718Z -- LIB_NAME: arm_portable_ops_lib 2025-03-21T20:32:50.3061098Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:32:50.3061463Z -- DEPS: executorch 2025-03-21T20:32:50.3061767Z -- Configuring done (0.4s) 2025-03-21T20:32:50.3062109Z -- Generating done (0.0s) 2025-03-21T20:32:50.3062651Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out/examples/arm 2025-03-21T20:32:50.3063537Z + cmake --build /pytorch/executorch/arm_test/cmake-out/examples/arm --parallel --config Release -- 2025-03-21T20:32:50.3064464Z [ 25%] Generating selected_operators.yaml for arm_portable_ops_lib 2025-03-21T20:32:50.3064998Z aten::_softmax.out 2025-03-21T20:32:50.3065529Z [ 50%] Generating code for kernel registration 2025-03-21T20:32:50.3066734Z [ 75%] Building CXX object CMakeFiles/arm_portable_ops_lib.dir/arm_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-03-21T20:32:50.3067835Z [100%] Linking CXX static library libarm_portable_ops_lib.a 2025-03-21T20:32:50.3068364Z [100%] Built target arm_portable_ops_lib 2025-03-21T20:32:50.3068740Z + set +x 2025-03-21T20:32:50.3069141Z [build_portable_kernels.sh] Generated static libraries for ExecuTorch: 2025-03-21T20:32:50.3070143Z -rw-r--r--. 1 ci-user ci-user 4748 Mar 21 20:32 /pytorch/executorch/arm_test/cmake-out/examples/arm/libarm_portable_ops_lib.a 2025-03-21T20:32:50.3070974Z -------------------------------------------------------------------------------- 2025-03-21T20:32:50.3071874Z Build quantized_ops_aot_lib library to register quant ops with AoT flow Release into '/pytorch/executorch/arm_test/cmake-out-aot-lib' 2025-03-21T20:32:50.3072768Z -------------------------------------------------------------------------------- 2025-03-21T20:32:50.3073362Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:32:50.3073828Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:32:50.3074273Z -- Detecting C compiler ABI info 2025-03-21T20:32:50.3074670Z -- Detecting C compiler ABI info - done 2025-03-21T20:32:50.3075160Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:32:50.3075645Z -- Detecting C compile features 2025-03-21T20:32:50.3076015Z -- Detecting C compile features - done 2025-03-21T20:32:50.3076421Z -- Detecting CXX compiler ABI info 2025-03-21T20:32:50.3076825Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:32:50.3077337Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:32:50.3077838Z -- Detecting CXX compile features 2025-03-21T20:32:50.3078299Z -- Detecting CXX compile features - done 2025-03-21T20:32:50.3079181Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:32:50.3080112Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:32:50.3080629Z CMake. 2025-03-21T20:32:50.3080795Z 2025-03-21T20:32:50.3081075Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:32:50.3081770Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:32:50.3082384Z to work with policies introduced by or earlier. 2025-03-21T20:32:50.3082699Z 2025-03-21T20:32:50.3082841Z  2025-03-21T20:32:50.3083575Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:32:50.3084503Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:32:50.3085035Z CMake. 2025-03-21T20:32:50.3085193Z 2025-03-21T20:32:50.3085472Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:32:50.3086169Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:32:50.3086784Z to work with policies introduced by or earlier. 2025-03-21T20:32:50.3087107Z 2025-03-21T20:32:50.3087236Z  2025-03-21T20:32:50.3087538Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:32:50.3088029Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:32:50.3088477Z -- Found Threads: TRUE 2025-03-21T20:32:54.9853418Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:32:54.9854472Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:32:54.9855169Z CMake. 2025-03-21T20:32:54.9855348Z 2025-03-21T20:32:54.9855628Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:32:54.9856394Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:32:54.9856993Z to work with policies introduced by or earlier. 2025-03-21T20:32:54.9857312Z 2025-03-21T20:32:54.9857506Z  2025-03-21T20:32:54.9857772Z -- Using python executable 'python' 2025-03-21T20:32:54.9858450Z -- Resolved buck2 as buck2. 2025-03-21T20:32:54.9858863Z -- Killing buck2 daemon 2025-03-21T20:32:54.9859269Z 'buck2 killall' 2025-03-21T20:32:54.9859655Z -- executorch: Generating source lists 2025-03-21T20:32:54.9860468Z -- executorch: Generating source file list /pytorch/executorch/arm_test/cmake-out-aot-lib/executorch_srcs.cmake 2025-03-21T20:32:54.9861551Z -- executorch: Using sources file /pytorch/executorch/arm_test/cmake-out-aot-lib/executorch_srcs.cmake 2025-03-21T20:32:54.9862270Z -- executorch: Using PAL default 'posix' 2025-03-21T20:32:54.9862676Z -- Generating operator lib: 2025-03-21T20:32:54.9863032Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:32:54.9863539Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:32:54.9864059Z -- ROOT_OPS: 2025-03-21T20:32:54.9864333Z -- INCLUDE_ALL_OPS: 2025-03-21T20:32:54.9866340Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/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:32:54.9869057Z -- Generating kernel bindings: 2025-03-21T20:32:54.9869663Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:32:54.9870272Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:32:54.9870815Z -- CUSTOM_OPS_YAML: 2025-03-21T20:32:54.9871141Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:32:54.9873560Z Generated files /pytorch/executorch/arm_test/cmake-out-aot-lib/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out-aot-lib/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out-aot-lib/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:32:54.9875637Z -- Generating operator lib: 2025-03-21T20:32:54.9876007Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:32:54.9876371Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:32:54.9876740Z -- DEPS: executorch 2025-03-21T20:32:54.9877424Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:32:54.9878238Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:32:54.9878758Z CMake. 2025-03-21T20:32:54.9878902Z 2025-03-21T20:32:54.9879227Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:32:54.9879940Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:32:54.9880539Z to work with policies introduced by or earlier. 2025-03-21T20:32:54.9880857Z 2025-03-21T20:32:54.9880986Z  2025-03-21T20:32:54.9881257Z -- Looking for C++ include unistd.h 2025-03-21T20:32:54.9881657Z -- Looking for C++ include unistd.h - found 2025-03-21T20:32:54.9882067Z -- Looking for C++ include stdint.h 2025-03-21T20:32:54.9882470Z -- Looking for C++ include stdint.h - found 2025-03-21T20:32:54.9882869Z -- Looking for C++ include inttypes.h 2025-03-21T20:32:54.9883284Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:32:54.9883707Z -- Looking for C++ include sys/types.h 2025-03-21T20:32:54.9884123Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:32:54.9884540Z -- Looking for C++ include sys/stat.h 2025-03-21T20:32:54.9884929Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:32:54.9885345Z -- Looking for C++ include fnmatch.h 2025-03-21T20:32:54.9885745Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:32:54.9886154Z -- Looking for C++ include stddef.h 2025-03-21T20:32:54.9886546Z -- Looking for C++ include stddef.h - found 2025-03-21T20:32:54.9886929Z -- Check size of uint32_t 2025-03-21T20:32:54.9887271Z -- Check size of uint32_t - done 2025-03-21T20:32:54.9887627Z -- Looking for strtoll 2025-03-21T20:32:54.9887951Z -- Looking for strtoll - found 2025-03-21T20:32:54.9888310Z -- Generating operator lib: 2025-03-21T20:32:54.9888671Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:32:54.9889309Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:32:54.9889843Z -- ROOT_OPS: 2025-03-21T20:32:54.9890131Z -- INCLUDE_ALL_OPS: 2025-03-21T20:32:54.9891770Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/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:32:54.9893229Z -- Generating kernel bindings: 2025-03-21T20:32:54.9893593Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:32:54.9893946Z -- FUNCTIONS_YAML: 2025-03-21T20:32:54.9894413Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:32:54.9894960Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:32:54.9899393Z Generated files /pytorch/executorch/arm_test/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/arm_test/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/arm_test/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/arm_test/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/arm_test/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/arm_test/cmake-out-aot-lib/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-03-21T20:32:54.9903338Z -- Generating operator lib: 2025-03-21T20:32:54.9903700Z -- LIB_NAME: quantized_ops_aot_lib 2025-03-21T20:32:54.9904074Z -- OPS_SCHEMA_YAML: 2025-03-21T20:32:54.9907352Z -- 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:32:54.9910546Z -- INCLUDE_ALL_OPS: 2025-03-21T20:32:54.9915500Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/arm_test/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:32:54.9919603Z -- Generating kernel bindings: 2025-03-21T20:32:54.9919975Z -- LIB_NAME: quantized_ops_aot_lib 2025-03-21T20:32:54.9920334Z -- FUNCTIONS_YAML: 2025-03-21T20:32:54.9920800Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:32:54.9921351Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:32:54.9921736Z -- Generating custom ops aot lib: 2025-03-21T20:32:54.9922847Z -- LIB_NAME: quantized_ops_aot_lib 2025-03-21T20:32:54.9923515Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-03-21T20:32:54.9924940Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-03-21T20:32:54.9926378Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-03-21T20:32:54.9928284Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-03-21T20:32:54.9929913Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-03-21T20:32:54.9930921Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-03-21T20:32:54.9931913Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-03-21T20:32:54.9932919Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-03-21T20:32:54.9933914Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-03-21T20:32:54.9934891Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-03-21T20:32:54.9935986Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-03-21T20:32:54.9937027Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-03-21T20:32:54.9938073Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:32:54.9938796Z -- MKL_ARCH: None, set to ` intel64` by default 2025-03-21T20:32:54.9939228Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-03-21T20:32:54.9939637Z -- MKL_LINK: None, set to ` dynamic` by default 2025-03-21T20:32:54.9940138Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-03-21T20:32:54.9940681Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-03-21T20:32:54.9941154Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-03-21T20:32:54.9942247Z 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:32:54.9943142Z static library kineto_LIBRARY-NOTFOUND not found. 2025-03-21T20:32:54.9943604Z Call Stack (most recent call first): 2025-03-21T20:32:54.9944443Z /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:32:54.9945404Z tools/cmake/Utils.cmake:389 (find_package) 2025-03-21T20:32:54.9945866Z tools/cmake/Codegen.cmake:150 (find_package_torch) 2025-03-21T20:32:58.4623694Z kernels/quantized/CMakeLists.txt:90 (gen_custom_ops_aot_lib) 2025-03-21T20:32:58.4624473Z 2025-03-21T20:32:58.4624960Z  2025-03-21T20:32:58.4625951Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-03-21T20:32:58.4627104Z -- Generating operator lib: 2025-03-21T20:32:58.4627698Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:32:58.4628286Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:32:58.4628871Z -- DEPS: executorch 2025-03-21T20:32:58.4629476Z -- 2025-03-21T20:32:58.4630079Z -- ******** Summary ******** 2025-03-21T20:32:58.4630654Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:32:58.4631347Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:32:58.4632013Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:32:58.4632685Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:32:58.4633343Z -- BUCK2 : buck2 2025-03-21T20:32:58.4634073Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:32:58.4635347Z -- FLATC_EXECUTABLE : /pytorch/executorch/arm_test/cmake-out-aot-lib/third-party/flatbuffers/flatc 2025-03-21T20:32:58.4636680Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:32:58.4637481Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:32:58.4638299Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:32:58.4639032Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:32:58.4639831Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:32:58.4640597Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:32:58.4642177Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:32:58.4642954Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:32:58.4643763Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:32:58.4644586Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:32:58.4645409Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:32:58.4646213Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:32:58.4646984Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:32:58.4647756Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:32:58.4648573Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:32:58.4649400Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:32:58.4650179Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:32:58.4650954Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:32:58.4651984Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:32:58.4652739Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:32:58.4653543Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:32:58.4654382Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:32:58.4655216Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:32:58.4656033Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:32:58.4656848Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:32:58.4657659Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:32:58.4658476Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:32:58.4659275Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:32:58.4660085Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:32:58.4660879Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:32:58.4661670Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:32:58.4662475Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:32:58.4663259Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:32:58.4663974Z -- Configuring done (5.6s) 2025-03-21T20:32:58.4664567Z -- Generating done (0.1s) 2025-03-21T20:32:58.4665549Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out-aot-lib 2025-03-21T20:32:58.4667089Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:32:58.4668069Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:32:58.4669021Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:32:58.4669977Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:32:58.4671050Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:32:58.4671976Z CMake Warning: 2025-03-21T20:32:58.4672674Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:32:58.4673316Z 2025-03-21T20:32:58.4673558Z  2025-03-21T20:32:58.4674118Z fatal: No names found, cannot describe anything. 2025-03-21T20:32:58.4675208Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:32:58.4676088Z git describe failed with exit code: 128 2025-03-21T20:32:58.4676601Z 2025-03-21T20:32:58.4676997Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:32:58.4677834Z Call Stack (most recent call first): 2025-03-21T20:32:58.4678476Z CMakeLists.txt:5 (include) 2025-03-21T20:32:58.4678878Z 2025-03-21T20:32:58.4679117Z  2025-03-21T20:32:58.4679565Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:32:58.4680286Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:32:58.4681037Z -- Detecting CXX compiler ABI info 2025-03-21T20:32:58.4681722Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:32:58.4682577Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:32:58.4683432Z -- Detecting CXX compile features 2025-03-21T20:32:58.4684066Z -- Detecting CXX compile features - done 2025-03-21T20:32:58.4684729Z -- Looking for strtof_l 2025-03-21T20:32:58.4685322Z -- Looking for strtof_l - found 2025-03-21T20:32:58.4686169Z -- Looking for strtoull_l 2025-03-21T20:32:58.4686767Z -- Looking for strtoull_l - found 2025-03-21T20:32:58.4687423Z -- Looking for realpath 2025-03-21T20:32:58.4687999Z -- Looking for realpath - found 2025-03-21T20:32:58.4688778Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:32:58.4689603Z -- Configuring done (1.1s) 2025-03-21T20:32:58.4690181Z -- Generating done (0.0s) 2025-03-21T20:32:58.4691383Z -- Build files have been written to: /pytorch/executorch/arm_test/cmake-out-aot-lib/third-party/flatbuffers 2025-03-21T20:32:58.4693047Z [ 0%] Performing build step for 'flatbuffers' 2025-03-21T20:32:58.4694297Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:32:58.4695710Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:32:58.4697117Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:32:58.4698654Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:32:58.4700006Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:32:58.4701491Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:32:58.4702928Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:32:58.4704348Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:32:58.4705975Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:32:58.4707411Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:32:58.4708825Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:32:58.4710151Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:32:58.4711548Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:32:58.4712871Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:32:58.4714240Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:32:58.4715638Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:32:58.4716982Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:32:58.4718263Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:32:58.4719596Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:32:58.4721222Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:32:58.4722944Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:32:58.4724394Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:32:58.4725935Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:32:58.4727378Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:32:58.4728903Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:32:58.4730753Z [ 68%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:32:58.4732287Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:32:58.4733627Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:32:58.4735122Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:32:58.4736890Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:32:58.4738637Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:32:58.4740653Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:32:58.4742312Z [ 89%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:32:58.4743744Z [ 92%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:32:58.4745434Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:32:58.4746909Z [ 94%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:32:58.4748444Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:32:58.4749806Z [100%] Linking CXX executable flatc 2025-03-21T20:32:58.4750527Z [100%] Built target flatc 2025-03-21T20:32:58.4751322Z [ 10%] No install step for 'flatbuffers' 2025-03-21T20:32:58.4752493Z [ 10%] Completed 'flatbuffers' 2025-03-21T20:32:58.4753239Z [ 10%] Built target flatbuffers 2025-03-21T20:32:58.4754087Z [ 10%] Generating common_schema headers 2025-03-21T20:32:58.4754844Z [ 10%] Built target common_schema 2025-03-21T20:32:58.4755696Z [ 10%] Generating program_schema headers 2025-03-21T20:32:58.4756435Z [ 10%] Built target program_schema 2025-03-21T20:32:58.4757756Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:32:58.4759700Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:32:58.4780157Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:32:58.4782720Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:32:58.4784710Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:32:58.4786457Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:32:58.4788442Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:32:58.4790257Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:33:08.7688528Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:33:08.7689617Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:33:08.7690730Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:33:08.7691846Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:33:08.7692985Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:33:08.7694107Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:33:08.7695141Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:33:08.7696119Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:33:08.7697105Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:33:08.7698112Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:33:08.7699097Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:33:08.7700113Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:33:08.7700990Z [ 60%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:33:08.7701698Z [ 60%] Built target executorch_core 2025-03-21T20:33:08.7702334Z [ 70%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:33:08.7705820Z 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:33:08.7709191Z [ 70%] Generating code for kernel registration 2025-03-21T20:33:08.7710423Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:33:08.7711892Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:33:08.7713184Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:33:08.7714409Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:33:08.7715591Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:33:08.7716766Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:33:08.7717965Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:33:08.7719177Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:33:08.7720383Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:33:08.7721603Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:33:08.7723054Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:33:08.7724238Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:33:08.7725509Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:33:08.7726948Z [ 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:33:08.7728076Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:33:08.7728624Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:33:08.7729118Z -------------------------------------------------------------------------------- 2025-03-21T20:33:08.7729720Z Running e2e flow for model 'add' with flags '--delegate --quantize' 2025-03-21T20:33:08.7730344Z -------------------------------------------------------------------------------- 2025-03-21T20:33:08.7732645Z CALL python3 -m examples.arm.aot_arm_compiler --model_name=add --target=ethos-u55-128 --delegate --quantize --intermediate=/pytorch/executorch/arm_test/add --output=/pytorch/executorch/arm_test/add/add_arm_delegate_ethos-u55-128.pte --so_library=/pytorch/executorch/arm_test/cmake-out-aot-lib/kernels/quantized/libquantized_ops_aot_lib.so --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram 2025-03-21T20:33:08.7736174Z /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-21T20:33:08.7737801Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:33:08.7739415Z /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-21T20:33:08.7741019Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:33:08.7742604Z /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-21T20:33:08.7744318Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:33:08.7746013Z /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-21T20:33:08.7747626Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:33:08.7749226Z /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-21T20:33:08.7750827Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:33:08.7752438Z /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-21T20:33:08.7754032Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:33:08.7754631Z INFO:executorch.backends.arm.tosa_partitioner:TOSAPartitioner::partition 2025-03-21T20:33:08.7755473Z INFO:executorch.backends.arm.tosa_partitioner:Partitioning for EthosUBackend: TOSA-0.80+BI+u55 2025-03-21T20:33:08.7756444Z INFO:executorch.backends.arm.tosa_partitioner:The following nodes were rejected for TOSA-0.80+BI+u55: 2025-03-21T20:33:08.7757198Z INFO:executorch.backends.arm.tosa_partitioner: 2025-03-21T20:33:08.7757625Z No nodes rejected. 2025-03-21T20:33:08.7758245Z INFO:executorch.backends.arm.tosa_partitioner:(Placeholders and outputs are not included in this list) 2025-03-21T20:33:08.7758820Z 2025-03-21T20:33:08.7758961Z Network summary for out 2025-03-21T20:33:08.7759340Z Accelerator configuration Ethos_U55_128 2025-03-21T20:33:08.7759894Z System configuration Ethos_U55_High_End_Embedded 2025-03-21T20:33:08.7760419Z Memory mode Shared_Sram 2025-03-21T20:33:08.7760912Z Accelerator clock 500 MHz 2025-03-21T20:33:08.7761436Z Design peak SRAM bandwidth 3.73 GB/s 2025-03-21T20:33:08.7761764Z 2025-03-21T20:33:08.7761938Z Total SRAM used 0.06 KiB 2025-03-21T20:33:08.7762259Z 2025-03-21T20:33:08.7762383Z CPU operators = 0 (0.0%) 2025-03-21T20:33:08.7762715Z NPU operators = 1 (100.0%) 2025-03-21T20:33:08.7762935Z 2025-03-21T20:33:08.7763127Z Average SRAM bandwidth 1.19 GB/s 2025-03-21T20:33:08.7763655Z Input SRAM bandwidth 0.00 MB/batch 2025-03-21T20:33:08.7764205Z Weight SRAM bandwidth 0.00 MB/batch 2025-03-21T20:33:08.7764740Z Output SRAM bandwidth 0.00 MB/batch 2025-03-21T20:33:08.7765282Z Total SRAM bandwidth 0.00 MB/batch 2025-03-21T20:33:08.7765964Z Total SRAM bandwidth per input 0.00 MB/inference (batch size 1) 2025-03-21T20:33:08.7766368Z 2025-03-21T20:33:08.7766592Z Neural network macs 0 MACs/batch 2025-03-21T20:33:08.7766929Z 2025-03-21T20:33:08.7767141Z Info: The numbers below are internal compiler estimates. 2025-03-21T20:33:08.7767808Z For performance numbers the compiled network should be run on an FVP Model or FPGA. 2025-03-21T20:33:08.7768277Z 2025-03-21T20:33:08.7768462Z Network Tops/s 0.00 Tops/s 2025-03-21T20:33:08.7768792Z 2025-03-21T20:33:08.7768973Z NPU cycles 6 cycles/batch 2025-03-21T20:33:55.3861855Z SRAM Access cycles 1 cycles/batch 2025-03-21T20:33:55.3862594Z DRAM Access cycles 0 cycles/batch 2025-03-21T20:33:55.3864142Z On-chip Flash Access cycles 0 cycles/batch 2025-03-21T20:33:55.3864926Z Off-chip Flash Access cycles 0 cycles/batch 2025-03-21T20:33:55.3865861Z Total cycles 6 cycles/batch 2025-03-21T20:33:55.3866360Z 2025-03-21T20:33:55.3866719Z Batch Inference time 0.00 ms, 83333333.33 inferences/s (batch size 1) 2025-03-21T20:33:55.3867345Z 2025-03-21T20:33:55.3867867Z PTE file saved as /pytorch/executorch/arm_test/add/add_arm_delegate_ethos-u55-128.pte 2025-03-21T20:33:55.3869167Z pte_data_size: 2112 /pytorch/executorch/arm_test/add/add_arm_delegate_ethos-u55-128.pte 2025-03-21T20:33:55.3870344Z pte_file: /pytorch/executorch/arm_test/add/add_arm_delegate_ethos-u55-128.pte 2025-03-21T20:33:55.3872689Z + backends/arm/scripts/build_executorch_runner.sh --et_build_root=/pytorch/executorch/arm_test --pte=/pytorch/executorch/arm_test/add/add_arm_delegate_ethos-u55-128.pte --build_type=Release --target=ethos-u55-128 --system_config=Ethos_U55_High_End_Embedded --memory_mode=Shared_Sram --extra_build_flags= --ethosu_tools_dir=/pytorch/executorch/examples/arm/ethos-u-scratch 2025-03-21T20:33:55.3874764Z -------------------------------------------------------------------------------- 2025-03-21T20:33:55.3876255Z Build Arm Baremetal executor_runner for ethos-u55-128 with /pytorch/executorch/arm_test/add/add_arm_delegate_ethos-u55-128.pte using Ethos_U55_High_End_Embedded Shared_Sram to '/pytorch/executorch/arm_test/add/add_arm_delegate_ethos-u55-128/cmake-out' 2025-03-21T20:33:55.3877726Z -------------------------------------------------------------------------------- 2025-03-21T20:33:55.3878498Z Building with BundleIO/etdump/extra flags: -DET_BUNDLE_IO=OFF -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF 2025-03-21T20:33:55.3879219Z -- The C compiler identification is GNU 13.3.1 2025-03-21T20:33:55.3879687Z -- The CXX compiler identification is GNU 13.3.1 2025-03-21T20:33:55.3880122Z -- Detecting C compiler ABI info 2025-03-21T20:33:55.3880514Z -- Detecting C compiler ABI info - done 2025-03-21T20:33:55.3881620Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-03-21T20:33:55.3882854Z -- Detecting C compile features 2025-03-21T20:33:55.3883244Z -- Detecting C compile features - done 2025-03-21T20:33:55.3883701Z -- Detecting CXX compiler ABI info 2025-03-21T20:33:55.3884337Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:33:55.3885504Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-03-21T20:33:55.3886676Z -- Detecting CXX compile features 2025-03-21T20:33:55.3887056Z -- Detecting CXX compile features - done 2025-03-21T20:33:55.3887719Z '/opt/conda/envs/py_3.10/bin/python3' 'fetch_externals.py' '-c' '24.08.json' 'fetch' 2025-03-21T20:33:55.3888540Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:33:55.3889574Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:33:55.3890315Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:33:55.3890824Z hint: 2025-03-21T20:33:55.3891221Z hint: git config --global init.defaultBranch 2025-03-21T20:33:55.3891642Z hint: 2025-03-21T20:33:55.3892111Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:33:55.3892869Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:33:55.3893463Z hint: 2025-03-21T20:33:55.3893726Z hint: git branch -m 2025-03-21T20:33:55.3894300Z From https://review.mlplatform.org/ml/ethos-u/ethos-u-core-platform 2025-03-21T20:33:55.3894852Z * tag 24.08 -> FETCH_HEAD 2025-03-21T20:33:55.3895474Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:33:55.3896254Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:33:55.3897090Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:33:55.3897660Z hint: 2025-03-21T20:33:55.3897998Z hint: git config --global init.defaultBranch 2025-03-21T20:33:55.3898422Z hint: 2025-03-21T20:33:55.3898871Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:33:55.3899557Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:33:55.3900089Z hint: 2025-03-21T20:33:55.3900353Z hint: git branch -m 2025-03-21T20:33:55.3900841Z From https://review.mlplatform.org/ml/ethos-u/ethos-u-core-software 2025-03-21T20:33:55.3901456Z * tag 24.08 -> FETCH_HEAD 2025-03-21T20:33:55.3901993Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:33:55.3902699Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:33:55.3903383Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:33:55.3903887Z hint: 2025-03-21T20:33:55.3904217Z hint: git config --global init.defaultBranch 2025-03-21T20:33:55.3904627Z hint: 2025-03-21T20:33:55.3905089Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:33:55.3905880Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:33:55.3906413Z hint: 2025-03-21T20:33:55.3906680Z hint: git branch -m 2025-03-21T20:33:55.3907144Z From https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver 2025-03-21T20:33:55.3907673Z * tag 24.08 -> FETCH_HEAD 2025-03-21T20:33:55.3908228Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:33:55.3908940Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:33:55.3909618Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:33:55.3910121Z hint: 2025-03-21T20:33:55.3910444Z hint: git config --global init.defaultBranch 2025-03-21T20:33:55.3910880Z hint: 2025-03-21T20:33:55.3911282Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:33:55.3912036Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:33:55.3912558Z hint: 2025-03-21T20:33:55.3912830Z hint: git branch -m 2025-03-21T20:33:55.3913404Z From https://github.com/ARM-software/CMSIS_5 2025-03-21T20:33:55.3914185Z * branch 4a819a09ccadacc3bad2def1d5121f137fc330fb -> FETCH_HEAD 2025-03-21T20:33:55.3915243Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:33:55.3916451Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:33:55.3917592Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:33:55.3918463Z hint: 2025-03-21T20:33:55.3919044Z hint: git config --global init.defaultBranch 2025-03-21T20:33:55.3919765Z hint: 2025-03-21T20:33:55.3920641Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:33:55.3921851Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:33:55.3922979Z hint: 2025-03-21T20:33:55.3923425Z hint: git branch -m 2025-03-21T20:33:55.3924094Z From https://github.com/ARM-software/CMSIS_6 2025-03-21T20:33:55.3924987Z * branch cd2b418c90465a5e6863518130c2f867f1f4c70d -> FETCH_HEAD 2025-03-21T20:33:55.3926100Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:33:55.3927310Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:33:55.3928473Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:33:55.3929264Z hint: 2025-03-21T20:33:55.3929664Z hint: git config --global init.defaultBranch 2025-03-21T20:33:55.3930282Z hint: 2025-03-21T20:33:55.3930697Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:33:55.3931387Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:33:55.3931917Z hint: 2025-03-21T20:33:55.3932192Z hint: git branch -m 2025-03-21T20:33:55.3932587Z From https://github.com/ARM-software/Cortex_DFP 2025-03-21T20:33:55.3933146Z * branch c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf -> FETCH_HEAD 2025-03-21T20:33:55.3933812Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:33:55.3934521Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:33:55.3935204Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:33:55.3935704Z hint: 2025-03-21T20:33:55.3936021Z hint: git config --global init.defaultBranch 2025-03-21T20:33:55.3936440Z hint: 2025-03-21T20:33:55.3936839Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:33:55.3937534Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:33:55.3938066Z hint: 2025-03-21T20:33:55.3938324Z hint: git branch -m 2025-03-21T20:33:55.3938711Z From https://github.com/ARM-software/CMSIS-NN 2025-03-21T20:33:55.3939243Z * branch 95f293df19c9a38806868fe12a64a4f9b457f9c1 -> FETCH_HEAD 2025-03-21T20:33:55.3939901Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:33:55.3940603Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:33:55.3941269Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:33:55.3941771Z hint: 2025-03-21T20:33:55.3942105Z hint: git config --global init.defaultBranch 2025-03-21T20:33:55.3942523Z hint: 2025-03-21T20:33:55.3942921Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:33:55.3943598Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:33:55.3944127Z hint: 2025-03-21T20:33:55.3944393Z hint: git branch -m 2025-03-21T20:33:55.3944791Z From https://github.com/ARM-software/CMSIS-View 2025-03-21T20:33:55.3945328Z * branch a323f99c877f172ae02cc1c2102683846b4840e5 -> FETCH_HEAD 2025-03-21T20:33:55.3946092Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:33:55.3946792Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:33:55.3947474Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:33:55.3947977Z hint: 2025-03-21T20:33:55.3948307Z hint: git config --global init.defaultBranch 2025-03-21T20:33:55.3948724Z hint: 2025-03-21T20:33:55.3949112Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:33:55.3949796Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:33:55.3950328Z hint: 2025-03-21T20:33:55.3950757Z hint: git branch -m 2025-03-21T20:33:55.3951134Z From https://github.com/OpenAMP/libmetal 2025-03-21T20:33:55.3951642Z * branch 3aee6be866b190d2e2b4997fedbd976a0c37c0c6 -> FETCH_HEAD 2025-03-21T20:33:55.3952376Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git init 2025-03-21T20:33:55.3953221Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git remote 2025-03-21T20:33:55.3954486Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git remote add -m 24.08 origin https://review.mlplatform.org/ml/ethos-u/ethos-u-core-platform 2025-03-21T20:33:55.3956274Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git remote set-url --add --push origin ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-platform 2025-03-21T20:33:55.3957649Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git fetch origin 24.08 2025-03-21T20:33:55.3958751Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:33:55.3959794Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git rev-parse FETCH_HEAD 2025-03-21T20:33:55.3960937Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform$ git checkout 633e552fede84415fdeb1d947591ea6939fa9784 2025-03-21T20:33:55.3961975Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git init 2025-03-21T20:33:55.3962810Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git remote 2025-03-21T20:33:55.3964065Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git remote add -m 24.08 origin https://review.mlplatform.org/ml/ethos-u/ethos-u-core-software 2025-03-21T20:33:55.3965785Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git remote set-url --add --push origin ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-software 2025-03-21T20:33:55.3967168Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git fetch origin 24.08 2025-03-21T20:33:55.3968194Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:33:55.3969230Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git rev-parse FETCH_HEAD 2025-03-21T20:33:55.3970352Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software$ git checkout d443c46595de2b505e048d7eb2f2db5db298a6c4 2025-03-21T20:33:55.3971464Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git init 2025-03-21T20:33:55.3972419Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git remote 2025-03-21T20:33:55.3973780Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git remote add -m 24.08 origin https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver 2025-03-21T20:33:55.3975604Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git remote set-url --add --push origin ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-driver 2025-03-21T20:33:55.3977090Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git fetch origin 24.08 2025-03-21T20:33:55.3978238Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:33:55.3979388Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git rev-parse FETCH_HEAD 2025-03-21T20:33:55.3980653Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/core_driver$ git checkout 5403fc9100a8764fe9b587fdbd310287eb2abd01 2025-03-21T20:33:55.3981790Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git init 2025-03-21T20:33:55.3982683Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git remote 2025-03-21T20:33:55.3984205Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git remote add -m 4a819a09ccadacc3bad2def1d5121f137fc330fb origin https://github.com/ARM-software/CMSIS_5.git 2025-03-21T20:33:55.3985990Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git fetch origin 4a819a09ccadacc3bad2def1d5121f137fc330fb 2025-03-21T20:33:55.3987264Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:33:55.3988355Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git rev-parse FETCH_HEAD 2025-03-21T20:33:55.3989569Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis$ git checkout 4a819a09ccadacc3bad2def1d5121f137fc330fb 2025-03-21T20:33:55.3990706Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git init 2025-03-21T20:33:55.3991618Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git remote 2025-03-21T20:33:55.3993133Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git remote add -m cd2b418c90465a5e6863518130c2f867f1f4c70d origin https://github.com/ARM-software/CMSIS_6.git 2025-03-21T20:33:55.3994806Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git fetch origin cd2b418c90465a5e6863518130c2f867f1f4c70d 2025-03-21T20:33:55.3996078Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:33:55.3997186Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git rev-parse FETCH_HEAD 2025-03-21T20:33:55.3998398Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6$ git checkout cd2b418c90465a5e6863518130c2f867f1f4c70d 2025-03-21T20:33:55.3999585Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP$ git init 2025-03-21T20:33:55.4000633Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP$ git remote 2025-03-21T20:33:55.4002224Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP$ git remote add -m c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf origin https://github.com/ARM-software/Cortex_DFP.git 2025-03-21T20:33:55.4004027Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP$ git fetch origin c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf 2025-03-21T20:33:55.4005418Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:33:55.4006656Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP$ git rev-parse FETCH_HEAD 2025-03-21T20:33:55.4007980Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP$ git checkout c2c70a97a20fb355815e2ead3d4a40e35a4a3cdf 2025-03-21T20:33:55.4009181Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git init 2025-03-21T20:33:55.4010109Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git remote 2025-03-21T20:33:55.4011569Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git remote add -m 95f293df19c9a38806868fe12a64a4f9b457f9c1 origin https://github.com/ARM-software/CMSIS-NN.git 2025-03-21T20:33:55.4013256Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git fetch origin 95f293df19c9a38806868fe12a64a4f9b457f9c1 2025-03-21T20:33:55.4014533Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:33:55.4015662Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git rev-parse FETCH_HEAD 2025-03-21T20:33:55.4016873Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-nn$ git checkout 95f293df19c9a38806868fe12a64a4f9b457f9c1 2025-03-21T20:33:55.4018091Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git init 2025-03-21T20:33:55.4019042Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git remote 2025-03-21T20:33:55.4020539Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git remote add -m a323f99c877f172ae02cc1c2102683846b4840e5 origin https://github.com/ARM-software/CMSIS-View.git 2025-03-21T20:33:55.4022613Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git fetch origin a323f99c877f172ae02cc1c2102683846b4840e5 2025-03-21T20:33:55.4023942Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:33:55.4025101Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git rev-parse FETCH_HEAD 2025-03-21T20:33:55.4026429Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis-view$ git checkout a323f99c877f172ae02cc1c2102683846b4840e5 2025-03-21T20:33:55.4027748Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git init 2025-03-21T20:33:55.4028774Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git remote 2025-03-21T20:33:55.4030315Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git remote add -m 3aee6be866b190d2e2b4997fedbd976a0c37c0c6 origin https://github.com/OpenAMP/libmetal 2025-03-21T20:33:55.4032081Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git fetch origin 3aee6be866b190d2e2b4997fedbd976a0c37c0c6 2025-03-21T20:33:55.4033475Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:33:55.4034699Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git rev-parse FETCH_HEAD 2025-03-21T20:33:55.4036040Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/libmetal$ git checkout 3aee6be866b190d2e2b4997fedbd976a0c37c0c6 2025-03-21T20:33:55.4037128Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:33:55.4037844Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:33:55.4038525Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:33:55.4039029Z hint: 2025-03-21T20:33:55.4039365Z hint: git config --global init.defaultBranch 2025-03-21T20:33:55.4039787Z hint: 2025-03-21T20:34:57.6348301Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:34:57.6349054Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:34:57.6349606Z hint: 2025-03-21T20:34:57.6349889Z hint: git branch -m 2025-03-21T20:34:57.6350274Z From https://github.com/OpenAMP/open-amp 2025-03-21T20:34:57.6350835Z * branch c468328487a1e0596307a5ef7172756819e15745 -> FETCH_HEAD 2025-03-21T20:34:57.6351531Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:34:57.6352245Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:34:57.6352929Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:34:57.6353426Z hint: 2025-03-21T20:34:57.6353758Z hint: git config --global init.defaultBranch 2025-03-21T20:34:57.6354165Z hint: 2025-03-21T20:34:57.6354564Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:34:57.6355254Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:34:57.6355804Z hint: 2025-03-21T20:34:57.6356075Z hint: git branch -m 2025-03-21T20:34:57.6356466Z From https://github.com/FreeRTOS/FreeRTOS-Kernel 2025-03-21T20:34:57.6356929Z * tag V11.0.1 -> FETCH_HEAD 2025-03-21T20:34:57.6357499Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:34:57.6358799Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:34:57.6359495Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:34:57.6359987Z hint: 2025-03-21T20:34:57.6360324Z hint: git config --global init.defaultBranch 2025-03-21T20:34:57.6360748Z hint: 2025-03-21T20:34:57.6361158Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:34:57.6361852Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:34:57.6362373Z hint: 2025-03-21T20:34:57.6362647Z hint: git branch -m 2025-03-21T20:34:57.6363054Z From https://github.com/eclipse-threadx/threadx 2025-03-21T20:34:57.6363511Z * tag v6.4.1_rel -> FETCH_HEAD 2025-03-21T20:34:57.6364073Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:34:57.6364888Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:34:57.6365572Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:34:57.6366076Z hint: 2025-03-21T20:34:57.6366405Z hint: git config --global init.defaultBranch 2025-03-21T20:34:57.6366828Z hint: 2025-03-21T20:34:57.6367212Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:34:57.6367894Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:34:57.6368420Z hint: 2025-03-21T20:34:57.6368685Z hint: git branch -m 2025-03-21T20:34:57.6369082Z From https://github.com/tensorflow/tflite-micro 2025-03-21T20:34:57.6369635Z * branch c01ca97f52ca451bfba714d7eb8ae0349d85f537 -> FETCH_HEAD 2025-03-21T20:34:57.6370290Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:34:57.6370999Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:34:57.6371688Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:34:57.6372189Z hint: 2025-03-21T20:34:57.6372517Z hint: git config --global init.defaultBranch 2025-03-21T20:34:57.6372930Z hint: 2025-03-21T20:34:57.6373336Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:34:57.6374024Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:34:57.6374557Z hint: 2025-03-21T20:34:57.6374826Z hint: git branch -m 2025-03-21T20:34:57.6375330Z From https://review.mlplatform.org/ml/ethos-u/ethos-u-linux-driver-stack 2025-03-21T20:34:57.6375895Z * tag 24.08 -> FETCH_HEAD 2025-03-21T20:34:57.6376441Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:34:57.6377149Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:34:57.6377837Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:34:57.6378343Z hint: 2025-03-21T20:34:57.6378663Z hint: git config --global init.defaultBranch 2025-03-21T20:34:57.6379084Z hint: 2025-03-21T20:34:57.6379485Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:34:57.6380170Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:34:57.6380697Z hint: 2025-03-21T20:34:57.6380951Z hint: git branch -m 2025-03-21T20:34:57.6381395Z From https://review.mlplatform.org/ml/ethos-u/ethos-u-vela 2025-03-21T20:34:57.6381891Z * tag 4.0.0 -> FETCH_HEAD 2025-03-21T20:34:57.6382603Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git init 2025-03-21T20:34:57.6383627Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git remote 2025-03-21T20:34:57.6385200Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git remote add -m c468328487a1e0596307a5ef7172756819e15745 origin https://github.com/OpenAMP/open-amp 2025-03-21T20:34:57.6387035Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git fetch origin c468328487a1e0596307a5ef7172756819e15745 2025-03-21T20:34:57.6388411Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:34:57.6389630Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git rev-parse FETCH_HEAD 2025-03-21T20:34:57.6390947Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/openamp/openamp$ git checkout c468328487a1e0596307a5ef7172756819e15745 2025-03-21T20:34:57.6392243Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git init 2025-03-21T20:34:57.6393395Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git remote 2025-03-21T20:34:57.6394996Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git remote add -m V11.0.1 origin https://github.com/FreeRTOS/FreeRTOS-Kernel.git 2025-03-21T20:34:57.6396580Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git fetch origin V11.0.1 2025-03-21T20:34:57.6397954Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:34:57.6399328Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git rev-parse FETCH_HEAD 2025-03-21T20:34:57.6400787Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/freertos/freertos_kernel$ git checkout 0486b2f2b0f29b30ab716116741280aaec824ca1 2025-03-21T20:34:57.6402069Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git init 2025-03-21T20:34:57.6403048Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git remote 2025-03-21T20:34:57.6404367Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git remote add -m v6.4.1_rel origin https://github.com/eclipse-threadx/threadx 2025-03-21T20:34:57.6405753Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git fetch origin v6.4.1_rel 2025-03-21T20:34:57.6406935Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:34:57.6408107Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git rev-parse FETCH_HEAD 2025-03-21T20:34:57.6409559Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx$ git checkout 07eac307405dbf09d409844e31c37b0649d6c074 2025-03-21T20:34:57.6410874Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git init 2025-03-21T20:34:57.6411856Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git remote 2025-03-21T20:34:57.6413368Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git remote add -m c01ca97f52ca451bfba714d7eb8ae0349d85f537 origin https://github.com/tensorflow/tflite-micro 2025-03-21T20:34:57.6415112Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git fetch origin c01ca97f52ca451bfba714d7eb8ae0349d85f537 2025-03-21T20:34:57.6416433Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:34:57.6417612Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git rev-parse FETCH_HEAD 2025-03-21T20:34:57.6418891Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro$ git checkout c01ca97f52ca451bfba714d7eb8ae0349d85f537 2025-03-21T20:34:57.6420053Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git init 2025-03-21T20:34:57.6421023Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git remote 2025-03-21T20:34:57.6422574Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git remote add -m 24.08 origin https://review.mlplatform.org/ml/ethos-u/ethos-u-linux-driver-stack 2025-03-21T20:34:57.6424405Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git remote set-url --add --push origin ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-linux-driver-stack 2025-03-21T20:34:57.6425928Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git fetch origin 24.08 2025-03-21T20:34:57.6427014Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:34:57.6428113Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git rev-parse FETCH_HEAD 2025-03-21T20:34:57.6429658Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/linux_driver_stack$ git checkout fe4c1daea97d33a0d660c10ab245468242ac04d3 2025-03-21T20:34:57.6430786Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git init 2025-03-21T20:34:57.6431531Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git remote 2025-03-21T20:34:57.6432657Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git remote add -m 4.0.0 origin https://review.mlplatform.org/ml/ethos-u/ethos-u-vela 2025-03-21T20:35:00.4267262Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git remote set-url --add --push origin ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-vela 2025-03-21T20:35:00.4268561Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git fetch origin 4.0.0 2025-03-21T20:35:00.4269500Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git rev-parse origin/FETCH_HEAD 2025-03-21T20:35:00.4270773Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git rev-parse FETCH_HEAD 2025-03-21T20:35:00.4272076Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/vela$ git checkout 36f3e834c0034b78c8fef48debfdc4fffaa66e22 2025-03-21T20:35:00.4273845Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform b728c774158248ba2cad8e78a515809e1eb9b77f /pytorch/executorch/examples/arm/ethos-u-setup' 2025-03-21T20:35:00.4275204Z /pytorch/executorch 2025-03-21T20:35:00.4276523Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:b728c774158248ba2cad8e78a515809e1eb9b77f patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-03-21T20:35:00.4278085Z From https://review.mlplatform.org/ml/ethos-u/ethos-u-core-platform 2025-03-21T20:35:00.4278645Z * [new branch] main -> origin/main 2025-03-21T20:35:00.4279052Z * [new tag] 20.11 -> 20.11 2025-03-21T20:35:00.4279449Z * [new tag] 20.11-rc2 -> 20.11-rc2 2025-03-21T20:35:00.4279847Z * [new tag] 21.02 -> 21.02 2025-03-21T20:35:00.4280216Z * [new tag] 21.02-rc1 -> 21.02-rc1 2025-03-21T20:35:00.4280612Z * [new tag] 21.02-rc2 -> 21.02-rc2 2025-03-21T20:35:00.4280997Z * [new tag] 21.05 -> 21.05 2025-03-21T20:35:00.4281374Z * [new tag] 21.05-rc1 -> 21.05-rc1 2025-03-21T20:35:00.4281765Z * [new tag] 21.05-rc2 -> 21.05-rc2 2025-03-21T20:35:00.4282138Z * [new tag] 21.05-rc3 -> 21.05-rc3 2025-03-21T20:35:00.4282514Z * [new tag] 21.08 -> 21.08 2025-03-21T20:35:00.4282889Z * [new tag] 21.08-rc1 -> 21.08-rc1 2025-03-21T20:35:00.4283275Z * [new tag] 21.08-rc2 -> 21.08-rc2 2025-03-21T20:35:00.4283658Z * [new tag] 21.08-rc3 -> 21.08-rc3 2025-03-21T20:35:00.4284026Z * [new tag] 21.11 -> 21.11 2025-03-21T20:35:00.4284401Z * [new tag] 21.11-rc2 -> 21.11-rc2 2025-03-21T20:35:00.4284795Z * [new tag] 21.11-rc3 -> 21.11-rc3 2025-03-21T20:35:00.4285395Z * [new tag] 22.02 -> 22.02 2025-03-21T20:35:00.4285786Z * [new tag] 22.02-rc1 -> 22.02-rc1 2025-03-21T20:35:00.4286164Z * [new tag] 22.02-rc2 -> 22.02-rc2 2025-03-21T20:35:00.4286557Z * [new tag] 22.02-rc3 -> 22.02-rc3 2025-03-21T20:35:00.4286939Z * [new tag] 22.05 -> 22.05 2025-03-21T20:35:00.4287321Z * [new tag] 22.05-rc1 -> 22.05-rc1 2025-03-21T20:35:00.4287718Z * [new tag] 22.05-rc2 -> 22.05-rc2 2025-03-21T20:35:00.4288095Z * [new tag] 22.05-rc3 -> 22.05-rc3 2025-03-21T20:35:00.4288472Z * [new tag] 22.08 -> 22.08 2025-03-21T20:35:00.4288848Z * [new tag] 22.08-rc1 -> 22.08-rc1 2025-03-21T20:35:00.4289233Z * [new tag] 22.08-rc2 -> 22.08-rc2 2025-03-21T20:35:00.4289612Z * [new tag] 22.11 -> 22.11 2025-03-21T20:35:00.4289974Z * [new tag] 22.11-rc1 -> 22.11-rc1 2025-03-21T20:35:00.4290479Z * [new tag] 22.11-rc2 -> 22.11-rc2 2025-03-21T20:35:00.4290865Z * [new tag] 23.02 -> 23.02 2025-03-21T20:35:00.4291243Z * [new tag] 23.02-rc1 -> 23.02-rc1 2025-03-21T20:35:00.4291633Z * [new tag] 23.02-rc2 -> 23.02-rc2 2025-03-21T20:35:00.4292001Z * [new tag] 23.05 -> 23.05 2025-03-21T20:35:00.4292381Z * [new tag] 23.05-rc1 -> 23.05-rc1 2025-03-21T20:35:00.4292771Z * [new tag] 23.05-rc2 -> 23.05-rc2 2025-03-21T20:35:00.4293153Z * [new tag] 23.08 -> 23.08 2025-03-21T20:35:00.4293534Z * [new tag] 23.08-rc1 -> 23.08-rc1 2025-03-21T20:35:00.4293908Z * [new tag] 23.08-rc2 -> 23.08-rc2 2025-03-21T20:35:00.4294289Z * [new tag] 23.11 -> 23.11 2025-03-21T20:35:00.4294665Z * [new tag] 23.11-rc1 -> 23.11-rc1 2025-03-21T20:35:00.4295056Z * [new tag] 23.11-rc2 -> 23.11-rc2 2025-03-21T20:35:00.4295432Z * [new tag] 24.02 -> 24.02 2025-03-21T20:35:00.4295798Z * [new tag] 24.02-rc1 -> 24.02-rc1 2025-03-21T20:35:00.4296181Z * [new tag] 24.05 -> 24.05 2025-03-21T20:35:00.4296558Z * [new tag] 24.05-rc1 -> 24.05-rc1 2025-03-21T20:35:00.4296950Z * [new tag] 24.05-rc2 -> 24.05-rc2 2025-03-21T20:35:00.4297332Z * [new tag] 24.08 -> 24.08 2025-03-21T20:35:00.4297696Z * [new tag] 24.08-rc1 -> 24.08-rc1 2025-03-21T20:35:00.4298087Z * [new tag] 24.08-rc2 -> 24.08-rc2 2025-03-21T20:35:00.4298463Z * [new tag] 24.11 -> 24.11 2025-03-21T20:35:00.4298838Z * [new tag] 24.11-rc1 -> 24.11-rc1 2025-03-21T20:35:00.4299229Z * [new tag] 24.11-rc2 -> 24.11-rc2 2025-03-21T20:35:00.4299662Z HEAD is now at b728c77 Add initial Corstone-320 support 2025-03-21T20:35:00.4300415Z Applying: Move rodata to the DDR 2025-03-21T20:35:00.4301323Z [patch_repo] Patched core_platform @ tags/24.08-3-ga4606cf in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-03-21T20:35:00.4302077Z 2025-03-21T20:35:00.4302241Z -- SYSTEM_CONFIG is Ethos_U55_High_End_Embedded 2025-03-21T20:35:00.4302673Z -- MEMORY_MODE is Shared_Sram 2025-03-21T20:35:00.4303350Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-03-21T20:35:00.4304312Z Configuring target corstone-300 2025-03-21T20:35:00.4304718Z -- ******************************************************* 2025-03-21T20:35:00.4305186Z -- PROJECT_NAME : ethosu_core_driver 2025-03-21T20:35:00.4305807Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u55-128 2025-03-21T20:35:00.4306310Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-03-21T20:35:00.4307036Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-03-21T20:35:00.4307723Z -- ETHOSU_LOG_ENABLE : ON 2025-03-21T20:35:00.4308164Z -- ETHOSU_LOG_SEVERITY : warning 2025-03-21T20:35:00.4308692Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-03-21T20:35:00.4309313Z -- ******************************************************* 2025-03-21T20:35:00.4310010Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-03-21T20:35:00.4311360Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1300 (cmake_parse_arguments): 2025-03-21T20:35:00.4312515Z The SOURCE_DIR keyword was followed by an empty string or no value at all. 2025-03-21T20:35:00.4313188Z Policy CMP0174 is not set, so cmake_parse_arguments() will unset the 2025-03-21T20:35:00.4313821Z ARG_SOURCE_DIR variable rather than setting it to an empty string. 2025-03-21T20:35:00.4314352Z Call Stack (most recent call first): 2025-03-21T20:35:00.4315147Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:45 (FetchContent_Declare) 2025-03-21T20:35:00.4316451Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:101 (download_third_party) 2025-03-21T20:35:00.4317559Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:00.4318402Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:00.4318930Z  2025-03-21T20:35:00.4319895Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1953 (message): 2025-03-21T20:35:00.4321004Z Calling FetchContent_Populate(tensorflow-flatbuffers) is deprecated, call 2025-03-21T20:35:00.4321772Z FetchContent_MakeAvailable(tensorflow-flatbuffers) instead. Policy CMP0169 2025-03-21T20:35:00.4322732Z can be set to OLD to allow FetchContent_Populate(tensorflow-flatbuffers) to 2025-03-21T20:35:00.4323406Z be called directly for now, but the ability to call it with declared 2025-03-21T20:35:00.4324010Z details will be removed completely in a future version. 2025-03-21T20:35:00.4324488Z Call Stack (most recent call first): 2025-03-21T20:35:00.4325298Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:53 (FetchContent_Populate) 2025-03-21T20:35:00.4326524Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:101 (download_third_party) 2025-03-21T20:35:00.4327627Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:00.4328475Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:00.4329017Z  2025-03-21T20:35:00.4329783Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-03-21T20:35:00.4331763Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1300 (cmake_parse_arguments): 2025-03-21T20:35:00.4333252Z The SOURCE_DIR keyword was followed by an empty string or no value at all. 2025-03-21T20:35:00.4333925Z Policy CMP0174 is not set, so cmake_parse_arguments() will unset the 2025-03-21T20:35:00.4334559Z ARG_SOURCE_DIR variable rather than setting it to an empty string. 2025-03-21T20:35:00.4335070Z Call Stack (most recent call first): 2025-03-21T20:35:00.4335862Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:45 (FetchContent_Declare) 2025-03-21T20:35:00.4337071Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:113 (download_third_party) 2025-03-21T20:35:00.4338183Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:00.4339010Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:00.4339554Z  2025-03-21T20:35:00.4340514Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1953 (message): 2025-03-21T20:35:00.4341763Z Calling FetchContent_Populate(tensorflow-gemlowp) is deprecated, call 2025-03-21T20:35:00.4342514Z FetchContent_MakeAvailable(tensorflow-gemlowp) instead. Policy CMP0169 can 2025-03-21T20:35:00.4343231Z be set to OLD to allow FetchContent_Populate(tensorflow-gemlowp) to be 2025-03-21T20:35:00.4343884Z called directly for now, but the ability to call it with declared details 2025-03-21T20:35:00.4344464Z will be removed completely in a future version. 2025-03-21T20:35:00.4344910Z Call Stack (most recent call first): 2025-03-21T20:35:00.4345792Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:53 (FetchContent_Populate) 2025-03-21T20:35:00.4347013Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:113 (download_third_party) 2025-03-21T20:35:01.2542675Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:01.2544179Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:01.2545099Z  2025-03-21T20:35:01.2545911Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-03-21T20:35:01.2547422Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1300 (cmake_parse_arguments): 2025-03-21T20:35:01.2549047Z The SOURCE_DIR keyword was followed by an empty string or no value at all. 2025-03-21T20:35:01.2549725Z Policy CMP0174 is not set, so cmake_parse_arguments() will unset the 2025-03-21T20:35:01.2550346Z ARG_SOURCE_DIR variable rather than setting it to an empty string. 2025-03-21T20:35:01.2550865Z Call Stack (most recent call first): 2025-03-21T20:35:01.2551659Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:45 (FetchContent_Declare) 2025-03-21T20:35:01.2552916Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:122 (download_third_party) 2025-03-21T20:35:01.2554226Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:01.2555070Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:01.2555602Z  2025-03-21T20:35:01.2556797Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1953 (message): 2025-03-21T20:35:01.2558079Z Calling FetchContent_Populate(tensorflow-ruy) is deprecated, call 2025-03-21T20:35:01.2558793Z FetchContent_MakeAvailable(tensorflow-ruy) instead. Policy CMP0169 can be 2025-03-21T20:35:01.2559501Z set to OLD to allow FetchContent_Populate(tensorflow-ruy) to be called 2025-03-21T20:35:01.2560171Z directly for now, but the ability to call it with declared details will be 2025-03-21T20:35:01.2560724Z removed completely in a future version. 2025-03-21T20:35:01.2561225Z Call Stack (most recent call first): 2025-03-21T20:35:01.2562076Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:53 (FetchContent_Populate) 2025-03-21T20:35:01.2563298Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:122 (download_third_party) 2025-03-21T20:35:01.2564486Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:01.2565640Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:01.2566179Z  2025-03-21T20:35:01.2567227Z CMake Deprecation Warning at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx/CMakeLists.txt:1 (cmake_minimum_required): 2025-03-21T20:35:01.2568395Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:35:01.2568917Z CMake. 2025-03-21T20:35:01.2569070Z 2025-03-21T20:35:01.2569527Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:35:01.2570341Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:35:01.2570946Z to work with policies introduced by or earlier. 2025-03-21T20:35:01.2571382Z 2025-03-21T20:35:01.2571521Z  2025-03-21T20:35:01.2571817Z -- The ASM compiler identification is GNU 2025-03-21T20:35:01.2572755Z -- Found assembler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc 2025-03-21T20:35:01.2573682Z -- THREADX_ARCH: cortex_m55 2025-03-21T20:35:01.2574053Z -- THREADX_TOOLCHAIN: gnu 2025-03-21T20:35:01.2574593Z -- Using default tx_user.h file 2025-03-21T20:35:01.2574999Z -- ******************************************************* 2025-03-21T20:35:01.2575617Z -- PROJECT_NAME : core_software 2025-03-21T20:35:01.2576085Z -- CORE_SOFTWARE_RTOS : All 2025-03-21T20:35:01.2576612Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-03-21T20:35:01.2577066Z -- ETHOSU_LOG_SEVERITY : warning 2025-03-21T20:35:01.2577494Z -- ******************************************************* 2025-03-21T20:35:01.2577892Z -- ******************************************************* 2025-03-21T20:35:01.2578362Z -- PROJECT_NAME : ethos-u-corstone-300 2025-03-21T20:35:01.2578828Z -- FAST_MEMORY_SIZE : 2025-03-21T20:35:01.2579242Z -- MEMORY_MODEL : dram 2025-03-21T20:35:01.2579665Z -- MEMORY_ARENA : dram 2025-03-21T20:35:01.2580172Z -- TARGET_CPU : cortex-m55 2025-03-21T20:35:01.2580630Z -- ******************************************************* 2025-03-21T20:35:01.2581897Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:01.2582878Z The following keywords are not supported when using 2025-03-21T20:35:01.2583348Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:01.2583618Z 2025-03-21T20:35:01.2583888Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:01.2584583Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:01.2585197Z command to set the policy and suppress this warning. 2025-03-21T20:35:01.2585743Z Call Stack (most recent call first): 2025-03-21T20:35:01.2586527Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:01.2587765Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:01.2589146Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/baremetal/CMakeLists.txt:34 (ethosu_add_executable_test) 2025-03-21T20:35:01.2590244Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:01.2590781Z  2025-03-21T20:35:01.2591715Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:01.2592679Z The following keywords are not supported when using 2025-03-21T20:35:01.2593133Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:01.2593403Z 2025-03-21T20:35:01.2593676Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:01.2594362Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:01.2594973Z command to set the policy and suppress this warning. 2025-03-21T20:35:01.2595428Z Call Stack (most recent call first): 2025-03-21T20:35:01.2596212Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:01.2597536Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:01.2598912Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/baremetal/CMakeLists.txt:34 (ethosu_add_executable_test) 2025-03-21T20:35:01.2599993Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:01.2600519Z  2025-03-21T20:35:01.2601452Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:01.2602412Z The following keywords are not supported when using 2025-03-21T20:35:01.2602870Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:01.2603142Z 2025-03-21T20:35:01.2603411Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:01.2604102Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:01.2604784Z command to set the policy and suppress this warning. 2025-03-21T20:35:01.2605241Z Call Stack (most recent call first): 2025-03-21T20:35:01.2606031Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:01.2607263Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:01.2608639Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/baremetal/CMakeLists.txt:34 (ethosu_add_executable_test) 2025-03-21T20:35:01.2609723Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:01.2610245Z  2025-03-21T20:35:01.2611169Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:01.2612129Z The following keywords are not supported when using 2025-03-21T20:35:01.2612585Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:01.2612858Z 2025-03-21T20:35:01.2613126Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:01.2613824Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:01.2614435Z command to set the policy and suppress this warning. 2025-03-21T20:35:01.2614892Z Call Stack (most recent call first): 2025-03-21T20:35:01.2615672Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:01.2616900Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:01.2618275Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/baremetal/CMakeLists.txt:34 (ethosu_add_executable_test) 2025-03-21T20:35:01.2619359Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:01.2619878Z  2025-03-21T20:35:01.2620810Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:01.2621762Z The following keywords are not supported when using 2025-03-21T20:35:01.2622457Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:01.2622729Z 2025-03-21T20:35:01.2623000Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:01.2623693Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:01.2624309Z command to set the policy and suppress this warning. 2025-03-21T20:35:01.2624768Z Call Stack (most recent call first): 2025-03-21T20:35:01.2625609Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:01.2626839Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:01.2628389Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/driver_unit_tests/CMakeLists.txt:28 (ethosu_add_executable_test) 2025-03-21T20:35:02.1114328Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:02.1115502Z  2025-03-21T20:35:02.1117158Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:02.1119024Z The following keywords are not supported when using 2025-03-21T20:35:02.1119846Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:02.1120320Z 2025-03-21T20:35:02.1120857Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:02.1122677Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:02.1124082Z command to set the policy and suppress this warning. 2025-03-21T20:35:02.1125128Z Call Stack (most recent call first): 2025-03-21T20:35:02.1127382Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:02.1130285Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:02.1133083Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/driver_unit_tests/CMakeLists.txt:38 (ethosu_add_executable_test) 2025-03-21T20:35:02.1134452Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:02.1135150Z  2025-03-21T20:35:02.1136975Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:02.1138704Z The following keywords are not supported when using 2025-03-21T20:35:02.1139520Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:02.1140029Z 2025-03-21T20:35:02.1140514Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:02.1141823Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:02.1142963Z command to set the policy and suppress this warning. 2025-03-21T20:35:02.1143741Z Call Stack (most recent call first): 2025-03-21T20:35:02.1145155Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:02.1147550Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:02.1150257Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/freertos/CMakeLists.txt:25 (ethosu_add_executable_test) 2025-03-21T20:35:02.1152206Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:02.1153237Z  2025-03-21T20:35:02.1171888Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:02.1173718Z The following keywords are not supported when using 2025-03-21T20:35:02.1174522Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:02.1174962Z 2025-03-21T20:35:02.1175449Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:02.1176678Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:02.1177782Z command to set the policy and suppress this warning. 2025-03-21T20:35:02.1178575Z Call Stack (most recent call first): 2025-03-21T20:35:02.1179986Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:02.1182153Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:02.1184684Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/hello_world/CMakeLists.txt:19 (ethosu_add_executable_test) 2025-03-21T20:35:02.1187091Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:02.1188070Z  2025-03-21T20:35:02.1189667Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:02.1191417Z The following keywords are not supported when using 2025-03-21T20:35:02.1192237Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:02.1192709Z 2025-03-21T20:35:02.1193219Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:02.1194465Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:02.1195560Z command to set the policy and suppress this warning. 2025-03-21T20:35:02.1196357Z Call Stack (most recent call first): 2025-03-21T20:35:02.1197704Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:02.1200156Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:02.1202673Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/threadx_demo/CMakeLists.txt:25 (ethosu_add_executable_test) 2025-03-21T20:35:02.1204754Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:02.1205772Z  2025-03-21T20:35:02.1207844Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/threadx_demo/CMakeLists.txt:31 (add_custom_command): 2025-03-21T20:35:02.1209965Z The following keywords are not supported when using 2025-03-21T20:35:02.1210802Z add_custom_command(TARGET): DEPENDS. 2025-03-21T20:35:02.1211239Z 2025-03-21T20:35:02.1211690Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:02.1212919Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:02.1214017Z command to set the policy and suppress this warning. 2025-03-21T20:35:02.1215052Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:02.1215990Z  2025-03-21T20:35:02.1217731Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:02.1219546Z The following keywords are not supported when using 2025-03-21T20:35:02.1220366Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:02.1220840Z 2025-03-21T20:35:02.1221329Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:02.1222832Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:02.1223938Z command to set the policy and suppress this warning. 2025-03-21T20:35:02.1224753Z Call Stack (most recent call first): 2025-03-21T20:35:02.1226302Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:02.1228963Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/message_handler_openamp/CMakeLists.txt:51 (ethosu_add_executable) 2025-03-21T20:35:02.1231088Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:02.1232070Z  2025-03-21T20:35:02.1232541Z -- ******************************************************* 2025-03-21T20:35:02.1233394Z -- PROJECT_NAME : ethos-u-corstone-300 2025-03-21T20:35:02.1234240Z -- TR_ARENA_SIZE : 2025-03-21T20:35:02.1235002Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-03-21T20:35:02.1235756Z -- ******************************************************* 2025-03-21T20:35:02.1236468Z -- Configuring done (109.5s) 2025-03-21T20:35:02.1237080Z -- Generating done (0.3s) 2025-03-21T20:35:02.1238277Z -- Build files have been written to: /pytorch/executorch/arm_test/add/add_arm_delegate_ethos-u55-128/cmake-out 2025-03-21T20:35:02.1240096Z [backends/arm/scripts/build_executorch_runner.sh] Configured CMAKE 2025-03-21T20:35:02.1241218Z [ 25%] Generating model_pte.h 2025-03-21T20:35:02.1242956Z [ 25%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-03-21T20:35:02.1244650Z [ 25%] Preprocessing and generating linker script 2025-03-21T20:35:02.1246515Z [ 25%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-03-21T20:35:02.1249130Z [ 25%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u55_u65.c.obj 2025-03-21T20:35:02.1251671Z [ 25%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-03-21T20:35:02.1254118Z [ 25%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-03-21T20:35:02.1256712Z [ 25%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-03-21T20:35:02.1258224Z [ 25%] Built target arm_executor_runner-linker-script 2025-03-21T20:35:02.1260735Z Input: /pytorch/executorch/arm_test/add/add_arm_delegate_ethos-u55-128.pte with 2112 bytes. Output: /pytorch/executorch/arm_test/add/add_arm_delegate_ethos-u55-128/cmake-out/model_pte.h with 12820 bytes. Section: network_model_sec. 2025-03-21T20:35:02.1263220Z [ 25%] Built target gen_model_header 2025-03-21T20:35:02.1264243Z [ 25%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-03-21T20:35:02.1265153Z [ 25%] Built target ethosu_uart_cmsdk_apb 2025-03-21T20:35:02.1266245Z [ 50%] Linking C static library libtiming_adapter.a 2025-03-21T20:35:02.1267074Z [ 50%] Built target timing_adapter 2025-03-21T20:35:02.1268040Z [ 50%] Linking C static library libethosu_core_driver.a 2025-03-21T20:35:02.1268941Z [ 50%] Built target ethosu_core_driver 2025-03-21T20:35:02.1269901Z [ 50%] Linking CXX static library libethosu_mailbox.a 2025-03-21T20:35:02.1270739Z [ 50%] Built target ethosu_mailbox 2025-03-21T20:35:02.1272351Z [ 75%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-03-21T20:35:02.1274063Z [ 75%] Linking CXX static library libethosu_mhu_dummy.a 2025-03-21T20:35:02.1274941Z [ 75%] Built target ethosu_mhu_dummy 2025-03-21T20:35:02.1276224Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-03-21T20:35:02.1277980Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-03-21T20:35:02.1280668Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-03-21T20:35:02.1284034Z [ 75%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/retarget.c.obj 2025-03-21T20:35:09.0722186Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/target.cpp.obj 2025-03-21T20:35:09.0725315Z [ 75%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP/Device/ARMCM55/Source/system_ARMCM55.c.obj 2025-03-21T20:35:09.0727598Z [100%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP/Device/ARMCM55/Source/startup_ARMCM55.c.obj 2025-03-21T20:35:09.0729653Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-03-21T20:35:09.0731146Z [100%] Linking CXX executable arm_executor_runner 2025-03-21T20:35:09.0732614Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.data' can't be allocated in segment 0 2025-03-21T20:35:09.0734061Z LOAD: .text .ARM.extab .ARM.exidx .copy.table .zero.table .data 2025-03-21T20:35:09.0735482Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-03-21T20:35:09.0736807Z [100%] Built target arm_executor_runner 2025-03-21T20:35:09.0737408Z [backends/arm/scripts/build_executorch_runner.sh] Generated baremetal elf file: 2025-03-21T20:35:09.0738274Z /pytorch/executorch/arm_test/add/add_arm_delegate_ethos-u55-128/cmake-out/arm_executor_runner 2025-03-21T20:35:09.0739059Z executable_text: 220020 bytes 2025-03-21T20:35:09.0739425Z executable_data: 64010984 bytes 2025-03-21T20:35:09.0739788Z executable_bss: 33540 bytes 2025-03-21T20:35:09.0740118Z + '[' true = false ']' 2025-03-21T20:35:09.0740421Z + set +x 2025-03-21T20:35:09.0740787Z -------------------------------------------------------------------------------- 2025-03-21T20:35:09.0741658Z Build quantized_ops_aot_lib library to register quant ops with AoT flow Release into '/pytorch/executorch/cmake-out-aot-lib' 2025-03-21T20:35:09.0742522Z -------------------------------------------------------------------------------- 2025-03-21T20:35:09.0743033Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:35:09.0743517Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:35:09.0743966Z -- Detecting C compiler ABI info 2025-03-21T20:35:09.0744359Z -- Detecting C compiler ABI info - done 2025-03-21T20:35:09.0744854Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:35:09.0745335Z -- Detecting C compile features 2025-03-21T20:35:09.0745820Z -- Detecting C compile features - done 2025-03-21T20:35:09.0746239Z -- Detecting CXX compiler ABI info 2025-03-21T20:35:09.0746630Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:35:09.0747139Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:35:09.0747640Z -- Detecting CXX compile features 2025-03-21T20:35:09.0748035Z -- Detecting CXX compile features - done 2025-03-21T20:35:09.0748942Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:35:09.0749845Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:35:09.0750359Z CMake. 2025-03-21T20:35:09.0750522Z 2025-03-21T20:35:09.0750803Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:35:09.0751501Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:35:09.0752124Z to work with policies introduced by or earlier. 2025-03-21T20:35:09.0752440Z 2025-03-21T20:35:09.0752584Z  2025-03-21T20:35:09.0753319Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:35:09.0754237Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:35:09.0754769Z CMake. 2025-03-21T20:35:09.0754925Z 2025-03-21T20:35:09.0755201Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:35:09.0755895Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:35:09.0756503Z to work with policies introduced by or earlier. 2025-03-21T20:35:09.0756818Z 2025-03-21T20:35:09.0756949Z  2025-03-21T20:35:09.0757246Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:35:09.0757719Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:35:09.0758168Z -- Found Threads: TRUE 2025-03-21T20:35:09.0759100Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:35:09.0760036Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:35:09.0760546Z CMake. 2025-03-21T20:35:09.0760705Z 2025-03-21T20:35:09.0760977Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:35:09.0761671Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:35:09.0762273Z to work with policies introduced by or earlier. 2025-03-21T20:35:09.0762586Z 2025-03-21T20:35:09.0762732Z  2025-03-21T20:35:09.0762999Z -- Using python executable 'python' 2025-03-21T20:35:09.0763386Z -- Resolved buck2 as buck2. 2025-03-21T20:35:09.0763728Z -- Killing buck2 daemon 2025-03-21T20:35:09.0764047Z 'buck2 killall' 2025-03-21T20:35:09.0764367Z -- executorch: Generating source lists 2025-03-21T20:35:09.0765129Z -- executorch: Generating source file list /pytorch/executorch/cmake-out-aot-lib/executorch_srcs.cmake 2025-03-21T20:35:09.0766081Z -- executorch: Using sources file /pytorch/executorch/cmake-out-aot-lib/executorch_srcs.cmake 2025-03-21T20:35:09.0766755Z -- executorch: Using PAL default 'posix' 2025-03-21T20:35:09.0767168Z -- Generating operator lib: 2025-03-21T20:35:09.0767530Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:35:09.0768018Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:35:09.0768546Z -- ROOT_OPS: 2025-03-21T20:35:09.0768846Z -- INCLUDE_ALL_OPS: 2025-03-21T20:35:09.0770408Z 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:35:09.0771824Z -- Generating kernel bindings: 2025-03-21T20:35:09.0772190Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:35:09.0772689Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:35:09.0773221Z -- CUSTOM_OPS_YAML: 2025-03-21T20:35:09.0773559Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:35:09.0775772Z 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:35:09.0777720Z -- Generating operator lib: 2025-03-21T20:35:09.0778081Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:35:09.0778435Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:35:09.0778804Z -- DEPS: executorch 2025-03-21T20:35:09.0779488Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:35:09.0780302Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:35:09.0780836Z CMake. 2025-03-21T20:35:09.0780979Z 2025-03-21T20:35:09.0781277Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:35:09.0781952Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:35:09.0782565Z to work with policies introduced by or earlier. 2025-03-21T20:35:09.0782895Z 2025-03-21T20:35:09.0783025Z  2025-03-21T20:35:09.0783305Z -- Looking for C++ include unistd.h 2025-03-21T20:35:09.0783717Z -- Looking for C++ include unistd.h - found 2025-03-21T20:35:09.0784119Z -- Looking for C++ include stdint.h 2025-03-21T20:35:09.0784518Z -- Looking for C++ include stdint.h - found 2025-03-21T20:35:09.0784943Z -- Looking for C++ include inttypes.h 2025-03-21T20:35:09.0785361Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:35:09.0785904Z -- Looking for C++ include sys/types.h 2025-03-21T20:35:09.0786313Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:35:09.0786746Z -- Looking for C++ include sys/stat.h 2025-03-21T20:35:09.0787284Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:35:09.0787715Z -- Looking for C++ include fnmatch.h 2025-03-21T20:35:09.0788123Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:35:09.0788525Z -- Looking for C++ include stddef.h 2025-03-21T20:35:09.0788924Z -- Looking for C++ include stddef.h - found 2025-03-21T20:35:09.0789328Z -- Check size of uint32_t 2025-03-21T20:35:09.0789675Z -- Check size of uint32_t - done 2025-03-21T20:35:09.0790037Z -- Looking for strtoll 2025-03-21T20:35:09.0790349Z -- Looking for strtoll - found 2025-03-21T20:35:09.0790718Z -- Generating operator lib: 2025-03-21T20:35:09.0791077Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:35:09.0791592Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:35:09.0792130Z -- ROOT_OPS: 2025-03-21T20:35:09.0792406Z -- INCLUDE_ALL_OPS: 2025-03-21T20:35:09.0793992Z 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:35:09.0795497Z -- Generating kernel bindings: 2025-03-21T20:35:09.0795873Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:35:09.0796238Z -- FUNCTIONS_YAML: 2025-03-21T20:35:09.0796710Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:35:09.0797252Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:35:09.0801414Z 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:35:09.0805043Z -- Generating operator lib: 2025-03-21T20:35:09.0805405Z -- LIB_NAME: quantized_ops_aot_lib 2025-03-21T20:35:09.0805783Z -- OPS_SCHEMA_YAML: 2025-03-21T20:35:10.6334365Z -- 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:35:10.6342216Z -- INCLUDE_ALL_OPS: 2025-03-21T20:35:10.6354509Z 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:35:10.6364456Z -- Generating kernel bindings: 2025-03-21T20:35:10.6365274Z -- LIB_NAME: quantized_ops_aot_lib 2025-03-21T20:35:10.6366093Z -- FUNCTIONS_YAML: 2025-03-21T20:35:10.6367151Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:35:10.6368741Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:35:10.6369606Z -- Generating custom ops aot lib: 2025-03-21T20:35:10.6370459Z -- LIB_NAME: quantized_ops_aot_lib 2025-03-21T20:35:10.6372012Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-03-21T20:35:10.6374237Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-03-21T20:35:10.6376549Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-03-21T20:35:10.6378937Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-03-21T20:35:10.6381267Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-03-21T20:35:10.6383612Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-03-21T20:35:10.6386366Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-03-21T20:35:10.6388730Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-03-21T20:35:10.6391083Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-03-21T20:35:10.6393385Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-03-21T20:35:10.6395726Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-03-21T20:35:10.6398195Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-03-21T20:35:10.6400658Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:35:10.6402374Z -- MKL_ARCH: None, set to ` intel64` by default 2025-03-21T20:35:10.6403320Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-03-21T20:35:10.6404238Z -- MKL_LINK: None, set to ` dynamic` by default 2025-03-21T20:35:10.6405374Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-03-21T20:35:10.6406607Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-03-21T20:35:10.6407577Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-03-21T20:35:10.6409871Z 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:35:10.6411589Z static library kineto_LIBRARY-NOTFOUND not found. 2025-03-21T20:35:10.6412448Z Call Stack (most recent call first): 2025-03-21T20:35:10.6413960Z /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:35:10.6415453Z tools/cmake/Utils.cmake:389 (find_package) 2025-03-21T20:35:10.6416271Z tools/cmake/Codegen.cmake:150 (find_package_torch) 2025-03-21T20:35:10.6417222Z kernels/quantized/CMakeLists.txt:90 (gen_custom_ops_aot_lib) 2025-03-21T20:35:10.6417894Z 2025-03-21T20:35:10.6418177Z  2025-03-21T20:35:10.6419034Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-03-21T20:35:10.6420120Z -- Generating operator lib: 2025-03-21T20:35:10.6420776Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:35:10.6421444Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:35:10.6462122Z -- DEPS: executorch 2025-03-21T20:35:10.6462717Z -- 2025-03-21T20:35:10.6463186Z -- ******** Summary ******** 2025-03-21T20:35:10.6463856Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:35:10.6464563Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:35:10.6465254Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:35:10.6466017Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:35:10.6466680Z -- BUCK2 : buck2 2025-03-21T20:35:10.6467369Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:35:10.6468864Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out-aot-lib/third-party/flatbuffers/flatc 2025-03-21T20:35:10.6470131Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:35:10.6470957Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:35:10.6471757Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:35:10.6472544Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:35:10.6473287Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:35:10.6474319Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:35:10.6475038Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:35:10.6475788Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:35:10.6476529Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:35:10.6477297Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:35:10.6478132Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:35:10.6479211Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:35:10.6479990Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:35:10.6480744Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:35:10.6481520Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:35:10.6482292Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:35:10.6483101Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:35:10.6483852Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:35:10.6484593Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:35:10.6485332Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:35:10.6486088Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:35:10.6486965Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:35:10.6487806Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:35:10.6488631Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:35:10.6489430Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:35:10.6490197Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:35:10.6491775Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:35:10.6492598Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:35:10.6493348Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:35:10.6494135Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:35:10.6494895Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:35:10.6495619Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:35:10.6496371Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:35:10.6497099Z -- Configuring done (5.6s) 2025-03-21T20:35:10.6497656Z -- Generating done (0.1s) 2025-03-21T20:35:10.6498475Z -- Build files have been written to: /pytorch/executorch/cmake-out-aot-lib 2025-03-21T20:35:10.6499872Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:35:10.6500924Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:35:10.6501924Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:35:10.6502880Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:35:10.6503930Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:35:10.6504834Z CMake Warning: 2025-03-21T20:35:10.6505643Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:35:10.6506274Z 2025-03-21T20:35:10.6506509Z  2025-03-21T20:35:10.6507064Z fatal: No names found, cannot describe anything. 2025-03-21T20:35:10.6508102Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:35:10.6508928Z git describe failed with exit code: 128 2025-03-21T20:35:10.6509418Z 2025-03-21T20:35:10.6509771Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:35:10.6510607Z Call Stack (most recent call first): 2025-03-21T20:35:10.6511273Z CMakeLists.txt:5 (include) 2025-03-21T20:35:10.6511683Z 2025-03-21T20:35:10.6511989Z  2025-03-21T20:35:10.6512642Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:35:10.6513454Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:35:10.6514214Z -- Detecting CXX compiler ABI info 2025-03-21T20:35:10.6514944Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:35:10.6515872Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:35:10.6516786Z -- Detecting CXX compile features 2025-03-21T20:35:10.6517508Z -- Detecting CXX compile features - done 2025-03-21T20:35:10.6518245Z -- Looking for strtof_l 2025-03-21T20:35:10.6518846Z -- Looking for strtof_l - found 2025-03-21T20:35:10.6519488Z -- Looking for strtoull_l 2025-03-21T20:35:10.6520096Z -- Looking for strtoull_l - found 2025-03-21T20:35:10.6520754Z -- Looking for realpath 2025-03-21T20:35:10.6521351Z -- Looking for realpath - found 2025-03-21T20:35:10.6557422Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:35:10.6558609Z -- Configuring done (1.1s) 2025-03-21T20:35:10.6559187Z -- Generating done (0.0s) 2025-03-21T20:35:10.6560272Z -- Build files have been written to: /pytorch/executorch/cmake-out-aot-lib/third-party/flatbuffers 2025-03-21T20:35:10.6561849Z [ 0%] Performing build step for 'flatbuffers' 2025-03-21T20:35:10.6563027Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:35:10.6564408Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:35:10.6565729Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:35:10.6567049Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:35:10.6568371Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:35:10.6569705Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:35:10.6571151Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:35:17.5681526Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:35:17.5682476Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:35:17.5683406Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:35:17.5684362Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:35:17.5685224Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:35:17.5686078Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:35:17.5686908Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:35:17.5687779Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:35:17.5688663Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:35:17.5689582Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:35:17.5690449Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:35:17.5691343Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:35:17.5692255Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:35:17.5693141Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:35:17.5694101Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:35:17.5695078Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:35:17.5696023Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:35:17.5696848Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:35:17.5697672Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:35:17.5698750Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:35:17.5699725Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:35:17.5700716Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:35:17.5701577Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:35:17.5702453Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:35:17.5703408Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:35:17.5704426Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:35:17.5705572Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:35:17.5706805Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:35:17.5707883Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:35:17.5708895Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:35:17.5709682Z [100%] Linking CXX executable flatc 2025-03-21T20:35:17.5710157Z [100%] Built target flatc 2025-03-21T20:35:17.5710608Z [ 10%] No install step for 'flatbuffers' 2025-03-21T20:35:17.5711187Z [ 10%] Completed 'flatbuffers' 2025-03-21T20:35:17.5711654Z [ 10%] Built target flatbuffers 2025-03-21T20:35:17.5712122Z [ 10%] Generating common_schema headers 2025-03-21T20:35:17.5712613Z [ 10%] Built target common_schema 2025-03-21T20:35:17.5713096Z [ 10%] Generating program_schema headers 2025-03-21T20:35:17.5713606Z [ 10%] Built target program_schema 2025-03-21T20:35:17.5714353Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:35:17.5715409Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:35:17.5716548Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:35:17.5717894Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:35:17.5719106Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:35:17.5720192Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:35:17.5721217Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:35:17.5722636Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:35:17.5723698Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:35:17.5724695Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:35:17.5725711Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:35:17.5726823Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:35:17.5728074Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:35:17.5729202Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:35:17.5730473Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:35:17.5731569Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:35:17.5732711Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:35:17.5733729Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:35:17.5734724Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:35:17.5735763Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:35:17.5736617Z [ 60%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:35:17.5737114Z [ 60%] Built target executorch_core 2025-03-21T20:35:17.5737728Z [ 70%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:35:17.5741197Z 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:35:17.5744748Z [ 70%] Generating code for kernel registration 2025-03-21T20:35:17.5745966Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:35:17.5747440Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:35:17.5748724Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:35:17.5749896Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:35:17.5751091Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:35:17.5752321Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:35:17.5753536Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:35:17.5754743Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:35:17.5755954Z [ 80%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:35:17.5757139Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:35:17.5758359Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:35:17.5759566Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:35:17.5760843Z [ 90%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:35:17.5762289Z [ 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:35:17.5763383Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:35:17.5763929Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:35:17.5764675Z [build_semihosting_executorch_runner] Configuring corstone-300 with system config Ethos_U55_High_End_Embedded 2025-03-21T20:35:17.5765468Z /pytorch/executorch/examples/arm/executor_runner 2025-03-21T20:35:17.5765954Z -- The C compiler identification is GNU 13.3.1 2025-03-21T20:35:17.5766504Z -- The CXX compiler identification is GNU 13.3.1 2025-03-21T20:35:17.5766937Z -- Detecting C compiler ABI info 2025-03-21T20:35:17.5767408Z -- Detecting C compiler ABI info - done 2025-03-21T20:35:17.5768448Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-03-21T20:35:17.5769469Z -- Detecting C compile features 2025-03-21T20:35:19.1432231Z -- Detecting C compile features - done 2025-03-21T20:35:19.1433078Z -- Detecting CXX compiler ABI info 2025-03-21T20:35:19.1433574Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:35:19.1434646Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-03-21T20:35:19.1435690Z -- Detecting CXX compile features 2025-03-21T20:35:19.1436095Z -- Detecting CXX compile features - done 2025-03-21T20:35:19.1438204Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform b728c774158248ba2cad8e78a515809e1eb9b77f /pytorch/executorch/examples/arm/ethos-u-setup' 2025-03-21T20:35:19.1439613Z /pytorch/executorch 2025-03-21T20:35:19.1440970Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:b728c774158248ba2cad8e78a515809e1eb9b77f patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-03-21T20:35:19.1442468Z HEAD is now at b728c77 Add initial Corstone-320 support 2025-03-21T20:35:19.1442935Z Applying: Move rodata to the DDR 2025-03-21T20:35:19.1443761Z [patch_repo] Patched core_platform @ tags/24.08-3-g575f772 in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-03-21T20:35:19.1444509Z 2025-03-21T20:35:19.1444679Z -- SYSTEM_CONFIG is Ethos_U55_High_End_Embedded 2025-03-21T20:35:19.1445126Z -- MEMORY_MODE is Shared_Sram 2025-03-21T20:35:19.1445821Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-03-21T20:35:19.1446792Z Configuring target corstone-300 2025-03-21T20:35:19.1447208Z -- ******************************************************* 2025-03-21T20:35:19.1447663Z -- PROJECT_NAME : ethosu_core_driver 2025-03-21T20:35:19.1448196Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u55-128 2025-03-21T20:35:19.1448704Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m55 2025-03-21T20:35:19.1449430Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-03-21T20:35:19.1450127Z -- ETHOSU_LOG_ENABLE : ON 2025-03-21T20:35:19.1450553Z -- ETHOSU_LOG_SEVERITY : warning 2025-03-21T20:35:19.1451078Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-03-21T20:35:19.1451584Z -- ******************************************************* 2025-03-21T20:35:19.1452474Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-03-21T20:35:19.1453987Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1300 (cmake_parse_arguments): 2025-03-21T20:35:19.1455156Z The SOURCE_DIR keyword was followed by an empty string or no value at all. 2025-03-21T20:35:19.1455814Z Policy CMP0174 is not set, so cmake_parse_arguments() will unset the 2025-03-21T20:35:19.1456449Z ARG_SOURCE_DIR variable rather than setting it to an empty string. 2025-03-21T20:35:19.1456969Z Call Stack (most recent call first): 2025-03-21T20:35:19.1457769Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:45 (FetchContent_Declare) 2025-03-21T20:35:19.1458992Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:101 (download_third_party) 2025-03-21T20:35:19.1460285Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:19.1461126Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.1461665Z  2025-03-21T20:35:19.1462626Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1953 (message): 2025-03-21T20:35:19.1463733Z Calling FetchContent_Populate(tensorflow-flatbuffers) is deprecated, call 2025-03-21T20:35:19.1464507Z FetchContent_MakeAvailable(tensorflow-flatbuffers) instead. Policy CMP0169 2025-03-21T20:35:19.1465249Z can be set to OLD to allow FetchContent_Populate(tensorflow-flatbuffers) to 2025-03-21T20:35:19.1466013Z be called directly for now, but the ability to call it with declared 2025-03-21T20:35:19.1466614Z details will be removed completely in a future version. 2025-03-21T20:35:19.1467092Z Call Stack (most recent call first): 2025-03-21T20:35:19.1467996Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:53 (FetchContent_Populate) 2025-03-21T20:35:19.1469233Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:101 (download_third_party) 2025-03-21T20:35:19.1470366Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:19.1471207Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.1471748Z  2025-03-21T20:35:19.1472505Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-03-21T20:35:19.1474047Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1300 (cmake_parse_arguments): 2025-03-21T20:35:19.1475202Z The SOURCE_DIR keyword was followed by an empty string or no value at all. 2025-03-21T20:35:19.1475880Z Policy CMP0174 is not set, so cmake_parse_arguments() will unset the 2025-03-21T20:35:19.1476505Z ARG_SOURCE_DIR variable rather than setting it to an empty string. 2025-03-21T20:35:19.1477025Z Call Stack (most recent call first): 2025-03-21T20:35:19.1477819Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:45 (FetchContent_Declare) 2025-03-21T20:35:19.1479034Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:113 (download_third_party) 2025-03-21T20:35:19.1480155Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:19.1481001Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.1481520Z  2025-03-21T20:35:19.1482475Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1953 (message): 2025-03-21T20:35:19.1483567Z Calling FetchContent_Populate(tensorflow-gemlowp) is deprecated, call 2025-03-21T20:35:19.1484316Z FetchContent_MakeAvailable(tensorflow-gemlowp) instead. Policy CMP0169 can 2025-03-21T20:35:19.1485031Z be set to OLD to allow FetchContent_Populate(tensorflow-gemlowp) to be 2025-03-21T20:35:19.1485698Z called directly for now, but the ability to call it with declared details 2025-03-21T20:35:19.1486268Z will be removed completely in a future version. 2025-03-21T20:35:19.1486709Z Call Stack (most recent call first): 2025-03-21T20:35:19.1487518Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:53 (FetchContent_Populate) 2025-03-21T20:35:19.1488738Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:113 (download_third_party) 2025-03-21T20:35:19.1489855Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:19.1490702Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.1491218Z  2025-03-21T20:35:19.1492008Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-03-21T20:35:19.1493507Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1300 (cmake_parse_arguments): 2025-03-21T20:35:19.1494665Z The SOURCE_DIR keyword was followed by an empty string or no value at all. 2025-03-21T20:35:19.1495341Z Policy CMP0174 is not set, so cmake_parse_arguments() will unset the 2025-03-21T20:35:19.1495981Z ARG_SOURCE_DIR variable rather than setting it to an empty string. 2025-03-21T20:35:19.1496486Z Call Stack (most recent call first): 2025-03-21T20:35:19.1497285Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:45 (FetchContent_Declare) 2025-03-21T20:35:19.1498505Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:122 (download_third_party) 2025-03-21T20:35:19.1499706Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:19.1500554Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.1501086Z  2025-03-21T20:35:19.1502024Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1953 (message): 2025-03-21T20:35:19.1503086Z Calling FetchContent_Populate(tensorflow-ruy) is deprecated, call 2025-03-21T20:35:19.1503804Z FetchContent_MakeAvailable(tensorflow-ruy) instead. Policy CMP0169 can be 2025-03-21T20:35:19.1504512Z set to OLD to allow FetchContent_Populate(tensorflow-ruy) to be called 2025-03-21T20:35:19.1505181Z directly for now, but the ability to call it with declared details will be 2025-03-21T20:35:19.1505873Z removed completely in a future version. 2025-03-21T20:35:19.1506280Z Call Stack (most recent call first): 2025-03-21T20:35:19.1507113Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:53 (FetchContent_Populate) 2025-03-21T20:35:19.1508341Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:122 (download_third_party) 2025-03-21T20:35:19.1509467Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:19.1510316Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.1510856Z  2025-03-21T20:35:19.1511898Z CMake Deprecation Warning at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/rtos/threadx/CMakeLists.txt:1 (cmake_minimum_required): 2025-03-21T20:35:19.1513071Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:35:19.1513601Z CMake. 2025-03-21T20:35:19.1513748Z 2025-03-21T20:35:19.1514044Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:35:19.1514738Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:35:19.1515341Z to work with policies introduced by or earlier. 2025-03-21T20:35:19.1515678Z 2025-03-21T20:35:19.1515804Z  2025-03-21T20:35:19.1516103Z -- The ASM compiler identification is GNU 2025-03-21T20:35:19.1517056Z -- Found assembler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc 2025-03-21T20:35:19.2107027Z -- THREADX_ARCH: cortex_m55 2025-03-21T20:35:19.2107659Z -- THREADX_TOOLCHAIN: gnu 2025-03-21T20:35:19.2108265Z -- Using default tx_user.h file 2025-03-21T20:35:19.2108627Z -- ******************************************************* 2025-03-21T20:35:19.2109091Z -- PROJECT_NAME : core_software 2025-03-21T20:35:19.2109567Z -- CORE_SOFTWARE_RTOS : All 2025-03-21T20:35:19.2110013Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-03-21T20:35:19.2110492Z -- ETHOSU_LOG_SEVERITY : warning 2025-03-21T20:35:19.2111101Z -- ******************************************************* 2025-03-21T20:35:19.2111510Z -- ******************************************************* 2025-03-21T20:35:19.2111989Z -- PROJECT_NAME : ethos-u-corstone-300 2025-03-21T20:35:19.2112474Z -- FAST_MEMORY_SIZE : 2025-03-21T20:35:19.2112891Z -- MEMORY_MODEL : dram 2025-03-21T20:35:19.2113306Z -- MEMORY_ARENA : dram 2025-03-21T20:35:19.2113810Z -- TARGET_CPU : cortex-m55 2025-03-21T20:35:19.2114298Z -- ******************************************************* 2025-03-21T20:35:19.2115834Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:19.2117053Z The following keywords are not supported when using 2025-03-21T20:35:19.2117524Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:19.2117950Z 2025-03-21T20:35:19.2118230Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:19.2118941Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:19.2119565Z command to set the policy and suppress this warning. 2025-03-21T20:35:19.2120030Z Call Stack (most recent call first): 2025-03-21T20:35:19.2120842Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:19.2122361Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:19.2123903Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/baremetal/CMakeLists.txt:34 (ethosu_add_executable_test) 2025-03-21T20:35:19.2125576Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.2126173Z  2025-03-21T20:35:19.2127134Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:19.2128124Z The following keywords are not supported when using 2025-03-21T20:35:19.2128600Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:19.2128859Z 2025-03-21T20:35:19.2129129Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:19.2129833Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:19.2130455Z command to set the policy and suppress this warning. 2025-03-21T20:35:19.2130918Z Call Stack (most recent call first): 2025-03-21T20:35:19.2131720Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:19.2132954Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:19.2134373Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/baremetal/CMakeLists.txt:34 (ethosu_add_executable_test) 2025-03-21T20:35:19.2135466Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.2135987Z  2025-03-21T20:35:19.2136925Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:19.2137909Z The following keywords are not supported when using 2025-03-21T20:35:19.2138374Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:19.2138632Z 2025-03-21T20:35:19.2138916Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:19.2139615Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:19.2140216Z command to set the policy and suppress this warning. 2025-03-21T20:35:19.2140676Z Call Stack (most recent call first): 2025-03-21T20:35:19.2141677Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:19.2142918Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:19.2144305Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/baremetal/CMakeLists.txt:34 (ethosu_add_executable_test) 2025-03-21T20:35:19.2145493Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.2146025Z  2025-03-21T20:35:19.2146961Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:19.2148038Z The following keywords are not supported when using 2025-03-21T20:35:19.2148502Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:19.2148761Z 2025-03-21T20:35:19.2149045Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:19.2149858Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:19.2150461Z command to set the policy and suppress this warning. 2025-03-21T20:35:19.2150927Z Call Stack (most recent call first): 2025-03-21T20:35:19.2151733Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:19.2152966Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:19.2154344Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/baremetal/CMakeLists.txt:34 (ethosu_add_executable_test) 2025-03-21T20:35:19.2155432Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.2155958Z  2025-03-21T20:35:19.2156887Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:19.2157875Z The following keywords are not supported when using 2025-03-21T20:35:19.2158352Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:19.2158611Z 2025-03-21T20:35:19.2158895Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:19.2159595Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:19.2160197Z command to set the policy and suppress this warning. 2025-03-21T20:35:19.2160655Z Call Stack (most recent call first): 2025-03-21T20:35:19.2161458Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:19.2162694Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:19.2164098Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/driver_unit_tests/CMakeLists.txt:28 (ethosu_add_executable_test) 2025-03-21T20:35:19.2165225Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.2165738Z  2025-03-21T20:35:19.2166689Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:19.2167672Z The following keywords are not supported when using 2025-03-21T20:35:19.2168142Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:19.2168402Z 2025-03-21T20:35:19.2168689Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:19.2169396Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:19.2169998Z command to set the policy and suppress this warning. 2025-03-21T20:35:19.2170463Z Call Stack (most recent call first): 2025-03-21T20:35:19.2171276Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:19.2172595Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:19.2174005Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/driver_unit_tests/CMakeLists.txt:38 (ethosu_add_executable_test) 2025-03-21T20:35:19.2175141Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.2175657Z  2025-03-21T20:35:19.2176599Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:19.2177592Z The following keywords are not supported when using 2025-03-21T20:35:19.2178062Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:19.2178321Z 2025-03-21T20:35:19.2178611Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:19.2179313Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:19.2179978Z command to set the policy and suppress this warning. 2025-03-21T20:35:19.2180453Z Call Stack (most recent call first): 2025-03-21T20:35:19.2181260Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:19.2182495Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:19.2183872Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/freertos/CMakeLists.txt:25 (ethosu_add_executable_test) 2025-03-21T20:35:19.2184956Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:19.2185572Z  2025-03-21T20:35:19.2186510Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:19.2187491Z The following keywords are not supported when using 2025-03-21T20:35:19.2188021Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:19.2188403Z 2025-03-21T20:35:19.2188817Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:19.2189521Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:19.2190123Z command to set the policy and suppress this warning. 2025-03-21T20:35:19.2190584Z Call Stack (most recent call first): 2025-03-21T20:35:19.2191385Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:19.2192621Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:22.4894294Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/hello_world/CMakeLists.txt:19 (ethosu_add_executable_test) 2025-03-21T20:35:22.4895650Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:22.4896385Z  2025-03-21T20:35:22.4897352Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:22.4898338Z The following keywords are not supported when using 2025-03-21T20:35:22.4898798Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:22.4899075Z 2025-03-21T20:35:22.4899348Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:22.4900199Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:22.4901040Z command to set the policy and suppress this warning. 2025-03-21T20:35:22.4901565Z Call Stack (most recent call first): 2025-03-21T20:35:22.4902375Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:22.4903599Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:22.4905276Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/threadx_demo/CMakeLists.txt:25 (ethosu_add_executable_test) 2025-03-21T20:35:22.4906495Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:22.4907064Z  2025-03-21T20:35:22.4908135Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/threadx_demo/CMakeLists.txt:31 (add_custom_command): 2025-03-21T20:35:22.4909237Z The following keywords are not supported when using 2025-03-21T20:35:22.4909690Z add_custom_command(TARGET): DEPENDS. 2025-03-21T20:35:22.4909968Z 2025-03-21T20:35:22.4910241Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:22.4910939Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:22.4911555Z command to set the policy and suppress this warning. 2025-03-21T20:35:22.4912256Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:22.4912805Z  2025-03-21T20:35:22.4913728Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:22.4914709Z The following keywords are not supported when using 2025-03-21T20:35:22.4915174Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:22.4915440Z 2025-03-21T20:35:22.4915707Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:22.4916403Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:22.4917014Z command to set the policy and suppress this warning. 2025-03-21T20:35:22.4917456Z Call Stack (most recent call first): 2025-03-21T20:35:22.4918260Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:22.4919678Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/message_handler_openamp/CMakeLists.txt:51 (ethosu_add_executable) 2025-03-21T20:35:22.4920807Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:22.4921335Z  2025-03-21T20:35:22.4921613Z -- ******************************************************* 2025-03-21T20:35:22.4922334Z -- PROJECT_NAME : ethos-u-corstone-300 2025-03-21T20:35:22.4922829Z -- TR_ARENA_SIZE : 2025-03-21T20:35:22.4923272Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-03-21T20:35:22.4923713Z -- ******************************************************* 2025-03-21T20:35:22.4924114Z -- Configuring done (1.9s) 2025-03-21T20:35:22.4924442Z -- Generating done (0.3s) 2025-03-21T20:35:22.4925109Z -- Build files have been written to: /pytorch/executorch/arm_test/arm_semihosting_executor_runner_corstone-300 2025-03-21T20:35:22.4925901Z [build_semihosting_executorch_runner] Configured CMAKE 2025-03-21T20:35:22.4926929Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-03-21T20:35:22.4927889Z [ 0%] Preprocessing and generating linker script 2025-03-21T20:35:22.4928917Z [ 25%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-03-21T20:35:22.4929785Z [ 25%] Built target arm_executor_runner-linker-script 2025-03-21T20:35:22.4930716Z [ 25%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-03-21T20:35:22.4931633Z [ 50%] Linking C static library libtiming_adapter.a 2025-03-21T20:35:22.4932110Z [ 50%] Built target timing_adapter 2025-03-21T20:35:22.4932999Z [ 50%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-03-21T20:35:22.4933974Z [ 50%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-03-21T20:35:22.4935139Z [ 50%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-03-21T20:35:22.4935970Z [ 50%] Built target ethosu_uart_cmsdk_apb 2025-03-21T20:35:22.4936982Z [ 50%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u55_u65.c.obj 2025-03-21T20:35:22.4938000Z [ 50%] Linking CXX static library libethosu_mailbox.a 2025-03-21T20:35:22.4938484Z [ 50%] Built target ethosu_mailbox 2025-03-21T20:35:22.4939359Z [ 75%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-03-21T20:35:22.4940282Z [ 75%] Linking C static library libethosu_core_driver.a 2025-03-21T20:35:22.4940784Z [ 75%] Built target ethosu_core_driver 2025-03-21T20:35:22.4941340Z [ 75%] Linking CXX static library libethosu_mhu_dummy.a 2025-03-21T20:35:22.4941929Z [ 75%] Built target ethosu_mhu_dummy 2025-03-21T20:35:22.4942663Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-03-21T20:35:22.4943650Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-03-21T20:35:22.4945107Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-03-21T20:35:22.4947122Z [ 75%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-300/target.cpp.obj 2025-03-21T20:35:22.4949216Z [ 75%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP/Device/ARMCM55/Source/system_ARMCM55.c.obj 2025-03-21T20:35:22.4951430Z [ 75%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP/Device/ARMCM55/Source/startup_ARMCM55.c.obj 2025-03-21T20:35:22.4953459Z [100%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-03-21T20:35:22.4954655Z [100%] Linking CXX executable arm_executor_runner 2025-03-21T20:35:22.4956059Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.data' can't be allocated in segment 0 2025-03-21T20:35:22.4957494Z LOAD: .text .ARM.extab .ARM.exidx .copy.table .zero.table .data 2025-03-21T20:35:22.4959364Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-03-21T20:35:22.4960719Z [100%] Built target arm_executor_runner 2025-03-21T20:35:22.4961375Z [build_semihosting_executorch_runner] Generated baremetal elf file: with semihosting enabled 2025-03-21T20:35:22.4962299Z /pytorch/executorch/arm_test/arm_semihosting_executor_runner_corstone-300/arm_executor_runner 2025-03-21T20:35:22.4963287Z [build_semihosting_executorch_runner] Configuring corstone-320 with system config Ethos_U85_SYS_DRAM_Mid 2025-03-21T20:35:22.4964052Z /pytorch/executorch/examples/arm/executor_runner 2025-03-21T20:35:22.4964536Z -- The C compiler identification is GNU 13.3.1 2025-03-21T20:35:22.4964988Z -- The CXX compiler identification is GNU 13.3.1 2025-03-21T20:35:22.4965457Z -- Detecting C compiler ABI info 2025-03-21T20:35:22.4965887Z -- Detecting C compiler ABI info - done 2025-03-21T20:35:22.4966910Z -- Check for working C compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc - skipped 2025-03-21T20:35:22.4967942Z -- Detecting C compile features 2025-03-21T20:35:22.4968427Z -- Detecting C compile features - done 2025-03-21T20:35:22.4968822Z -- Detecting CXX compiler ABI info 2025-03-21T20:35:22.4969232Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:35:22.4970274Z -- Check for working CXX compiler: /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ - skipped 2025-03-21T20:35:22.4971304Z -- Detecting CXX compile features 2025-03-21T20:35:22.4971700Z -- Detecting CXX compile features - done 2025-03-21T20:35:22.4973068Z 'bash' '-c' 'pwd && source backends/arm/scripts/utils.sh && patch_repo /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform b728c774158248ba2cad8e78a515809e1eb9b77f /pytorch/executorch/examples/arm/ethos-u-setup' 2025-03-21T20:35:22.4974394Z /pytorch/executorch 2025-03-21T20:35:22.4975738Z [patch_repo] Patching core_platform repo_dir:/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform base_rev:b728c774158248ba2cad8e78a515809e1eb9b77f patch_dir:/pytorch/executorch/examples/arm/ethos-u-setup/core_platform 2025-03-21T20:35:22.4977401Z HEAD is now at b728c77 Add initial Corstone-320 support 2025-03-21T20:35:22.4977865Z Applying: Move rodata to the DDR 2025-03-21T20:35:22.4978809Z [patch_repo] Patched core_platform @ tags/24.08-3-gbcfa009 in /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform dir. 2025-03-21T20:35:22.4979535Z 2025-03-21T20:35:22.4979695Z -- SYSTEM_CONFIG is Ethos_U85_SYS_DRAM_Mid 2025-03-21T20:35:22.4980108Z -- MEMORY_MODE is Shared_Sram 2025-03-21T20:35:23.7373890Z -- Found Python3: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-03-21T20:35:23.7375418Z Configuring target corstone-320 2025-03-21T20:35:23.7375850Z -- ******************************************************* 2025-03-21T20:35:23.7376327Z -- PROJECT_NAME : ethosu_core_driver 2025-03-21T20:35:23.7377075Z -- ETHOSU_TARGET_NPU_CONFIG : ethos-u85-256 2025-03-21T20:35:23.7377599Z -- CMAKE_SYSTEM_PROCESSOR : cortex-m85 2025-03-21T20:35:23.7378345Z -- CMSIS_PATH : /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6 2025-03-21T20:35:23.7379270Z -- ETHOSU_LOG_ENABLE : ON 2025-03-21T20:35:23.7379707Z -- ETHOSU_LOG_SEVERITY : warning 2025-03-21T20:35:23.7380443Z -- ETHOSU_INFERENCE_TIMEOUT : Default (no timeout) 2025-03-21T20:35:23.7380943Z -- ******************************************************* 2025-03-21T20:35:23.7381675Z Downloading https://github.com/google/flatbuffers/archive/v23.5.26.zip 2025-03-21T20:35:23.7383044Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1300 (cmake_parse_arguments): 2025-03-21T20:35:23.7384210Z The SOURCE_DIR keyword was followed by an empty string or no value at all. 2025-03-21T20:35:23.7384884Z Policy CMP0174 is not set, so cmake_parse_arguments() will unset the 2025-03-21T20:35:23.7385659Z ARG_SOURCE_DIR variable rather than setting it to an empty string. 2025-03-21T20:35:23.7386501Z Call Stack (most recent call first): 2025-03-21T20:35:23.7387318Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:45 (FetchContent_Declare) 2025-03-21T20:35:23.7388544Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:101 (download_third_party) 2025-03-21T20:35:23.7389670Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:23.7390504Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:23.7391054Z  2025-03-21T20:35:23.7392017Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1953 (message): 2025-03-21T20:35:23.7393361Z Calling FetchContent_Populate(tensorflow-flatbuffers) is deprecated, call 2025-03-21T20:35:23.7394141Z FetchContent_MakeAvailable(tensorflow-flatbuffers) instead. Policy CMP0169 2025-03-21T20:35:23.7394884Z can be set to OLD to allow FetchContent_Populate(tensorflow-flatbuffers) to 2025-03-21T20:35:23.7395541Z be called directly for now, but the ability to call it with declared 2025-03-21T20:35:23.7396139Z details will be removed completely in a future version. 2025-03-21T20:35:23.7396617Z Call Stack (most recent call first): 2025-03-21T20:35:23.7397426Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:53 (FetchContent_Populate) 2025-03-21T20:35:23.7398653Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:101 (download_third_party) 2025-03-21T20:35:23.7399778Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:23.7400725Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:23.7401269Z  2025-03-21T20:35:23.7402029Z Downloading https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 2025-03-21T20:35:23.7403594Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1300 (cmake_parse_arguments): 2025-03-21T20:35:23.7404762Z The SOURCE_DIR keyword was followed by an empty string or no value at all. 2025-03-21T20:35:23.7405441Z Policy CMP0174 is not set, so cmake_parse_arguments() will unset the 2025-03-21T20:35:23.7406085Z ARG_SOURCE_DIR variable rather than setting it to an empty string. 2025-03-21T20:35:23.7406614Z Call Stack (most recent call first): 2025-03-21T20:35:23.7407398Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:45 (FetchContent_Declare) 2025-03-21T20:35:23.7408627Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:113 (download_third_party) 2025-03-21T20:35:23.7409766Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:23.7410617Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:23.7411153Z  2025-03-21T20:35:23.7412111Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1953 (message): 2025-03-21T20:35:23.7413205Z Calling FetchContent_Populate(tensorflow-gemlowp) is deprecated, call 2025-03-21T20:35:23.7413956Z FetchContent_MakeAvailable(tensorflow-gemlowp) instead. Policy CMP0169 can 2025-03-21T20:35:23.7414692Z be set to OLD to allow FetchContent_Populate(tensorflow-gemlowp) to be 2025-03-21T20:35:23.7415370Z called directly for now, but the ability to call it with declared details 2025-03-21T20:35:23.7415966Z will be removed completely in a future version. 2025-03-21T20:35:23.7416419Z Call Stack (most recent call first): 2025-03-21T20:35:23.7417221Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:53 (FetchContent_Populate) 2025-03-21T20:35:23.7418457Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:113 (download_third_party) 2025-03-21T20:35:23.7419594Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:23.7420447Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:23.7420986Z  2025-03-21T20:35:23.7421699Z Downloading https://github.com/google/ruy/archive/d37128311b445e758136b8602d1bbd2a755e115d.zip 2025-03-21T20:35:23.7423461Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1300 (cmake_parse_arguments): 2025-03-21T20:35:23.7424622Z The SOURCE_DIR keyword was followed by an empty string or no value at all. 2025-03-21T20:35:23.7425537Z Policy CMP0174 is not set, so cmake_parse_arguments() will unset the 2025-03-21T20:35:23.7426187Z ARG_SOURCE_DIR variable rather than setting it to an empty string. 2025-03-21T20:35:23.7426714Z Call Stack (most recent call first): 2025-03-21T20:35:23.7427505Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:45 (FetchContent_Declare) 2025-03-21T20:35:23.7428712Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:122 (download_third_party) 2025-03-21T20:35:23.7429832Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:23.7430680Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:23.7431217Z  2025-03-21T20:35:23.7432173Z CMake Warning (dev) at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/cmake/data/share/cmake-3.31/Modules/FetchContent.cmake:1953 (message): 2025-03-21T20:35:23.7433442Z Calling FetchContent_Populate(tensorflow-ruy) is deprecated, call 2025-03-21T20:35:23.7434292Z FetchContent_MakeAvailable(tensorflow-ruy) instead. Policy CMP0169 can be 2025-03-21T20:35:23.7435012Z set to OLD to allow FetchContent_Populate(tensorflow-ruy) to be called 2025-03-21T20:35:23.7435688Z directly for now, but the ability to call it with declared details will be 2025-03-21T20:35:23.7436252Z removed completely in a future version. 2025-03-21T20:35:23.7436668Z Call Stack (most recent call first): 2025-03-21T20:35:23.7437471Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:53 (FetchContent_Populate) 2025-03-21T20:35:23.7438757Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/tflite_micro.cmake:122 (download_third_party) 2025-03-21T20:35:23.7439877Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/CMakeLists.txt:77 (include) 2025-03-21T20:35:23.7440732Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:23.7441286Z  2025-03-21T20:35:23.7441652Z -- Disabling ThreadX for cortex-m85, due to upstream issues 2025-03-21T20:35:23.7442147Z -- ******************************************************* 2025-03-21T20:35:23.7442588Z -- PROJECT_NAME : core_software 2025-03-21T20:35:23.7443053Z -- CORE_SOFTWARE_RTOS : All 2025-03-21T20:35:23.7443498Z -- CORE_SOFTWARE_ACCELERATOR : NPU 2025-03-21T20:35:23.7443953Z -- ETHOSU_LOG_SEVERITY : warning 2025-03-21T20:35:23.7444386Z -- ******************************************************* 2025-03-21T20:35:23.7444778Z -- ******************************************************* 2025-03-21T20:35:23.7445249Z -- PROJECT_NAME : ethos-u-corstone-320 2025-03-21T20:35:23.7445732Z -- FAST_MEMORY_SIZE : 0 2025-03-21T20:35:23.7446151Z -- MEMORY_MODEL : sram 2025-03-21T20:35:23.7446580Z -- MEMORY_ARENA : sram 2025-03-21T20:35:23.7447014Z -- TARGET_CPU : cortex-m85 2025-03-21T20:35:23.7447443Z -- ******************************************************* 2025-03-21T20:35:23.7448512Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:23.7449495Z The following keywords are not supported when using 2025-03-21T20:35:23.7449961Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:23.7450218Z 2025-03-21T20:35:23.7450502Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:23.7451185Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:23.7451801Z command to set the policy and suppress this warning. 2025-03-21T20:35:23.7452258Z Call Stack (most recent call first): 2025-03-21T20:35:23.7453064Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:23.7454421Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:23.7455835Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/driver_unit_tests/CMakeLists.txt:28 (ethosu_add_executable_test) 2025-03-21T20:35:23.7456950Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:23.7457479Z  2025-03-21T20:35:23.7457842Z Skipping driver_unit_conv application 2025-03-21T20:35:23.7458330Z Skipping FreeRTOS application 2025-03-21T20:35:44.2444631Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:44.2446175Z The following keywords are not supported when using 2025-03-21T20:35:44.2446845Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:44.2459720Z 2025-03-21T20:35:44.2460415Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:44.2461676Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:44.2462737Z command to set the policy and suppress this warning. 2025-03-21T20:35:44.2463521Z Call Stack (most recent call first): 2025-03-21T20:35:44.2464952Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:44.2467315Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:142 (ethosu_add_executable) 2025-03-21T20:35:44.2469848Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/hello_world/CMakeLists.txt:19 (ethosu_add_executable_test) 2025-03-21T20:35:44.2471833Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:44.2472937Z  2025-03-21T20:35:44.2473535Z Skipping ThreadX application 2025-03-21T20:35:44.2475448Z CMake Warning (dev) at /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:156 (add_custom_command): 2025-03-21T20:35:44.2477213Z The following keywords are not supported when using 2025-03-21T20:35:44.2478013Z add_custom_command(TARGET): DEPFILE. 2025-03-21T20:35:44.2478477Z 2025-03-21T20:35:44.2478945Z Policy CMP0175 is not set: add_custom_command() rejects invalid arguments. 2025-03-21T20:35:44.2480226Z Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy 2025-03-21T20:35:44.2481096Z command to set the policy and suppress this warning. 2025-03-21T20:35:44.2481773Z Call Stack (most recent call first): 2025-03-21T20:35:44.2482916Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/cmake/helpers.cmake:109 (ethosu_add_binaries) 2025-03-21T20:35:44.2484948Z /pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/applications/message_handler_openamp/CMakeLists.txt:51 (ethosu_add_executable) 2025-03-21T20:35:44.2486646Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:35:44.2487504Z  2025-03-21T20:35:44.2487967Z -- ******************************************************* 2025-03-21T20:35:44.2488650Z -- PROJECT_NAME : ethos-u-corstone-320 2025-03-21T20:35:44.2489461Z -- TR_ARENA_SIZE : 2025-03-21T20:35:44.2490236Z -- MESSAGE_HANDLER_ARENA_SIZE : 0x200000 2025-03-21T20:35:44.2490949Z -- ******************************************************* 2025-03-21T20:35:44.2491609Z -- Configuring done (1.9s) 2025-03-21T20:35:44.2492186Z -- Generating done (0.2s) 2025-03-21T20:35:44.2493321Z -- Build files have been written to: /pytorch/executorch/arm_test/arm_semihosting_executor_runner_corstone-320 2025-03-21T20:35:44.2494718Z [build_semihosting_executorch_runner] Configured CMAKE 2025-03-21T20:35:44.2496574Z [ 0%] Building C object target/target/drivers/timing_adapter/CMakeFiles/timing_adapter.dir/src/timing_adapter.c.obj 2025-03-21T20:35:44.2498720Z [ 0%] Preprocessing and generating linker script 2025-03-21T20:35:44.2500577Z [ 0%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_driver.c.obj 2025-03-21T20:35:44.2502160Z [ 0%] Built target arm_executor_runner-linker-script 2025-03-21T20:35:44.2503834Z [ 20%] Building CXX object target/target/drivers/mailbox/CMakeFiles/ethosu_mailbox.dir/src/mailbox.cpp.obj 2025-03-21T20:35:44.2505601Z [ 40%] Linking C static library libtiming_adapter.a 2025-03-21T20:35:44.2506430Z [ 40%] Built target timing_adapter 2025-03-21T20:35:44.2508025Z [ 40%] Building C object target/target/drivers/uart/CMakeFiles/ethosu_uart_cmsdk_apb.dir/src/uart_cmsdk_apb.c.obj 2025-03-21T20:35:44.2509787Z [ 40%] Linking C static library libethosu_uart_cmsdk_apb.a 2025-03-21T20:35:44.2511828Z [ 60%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_pmu.c.obj 2025-03-21T20:35:44.2513310Z [ 60%] Built target ethosu_uart_cmsdk_apb 2025-03-21T20:35:44.2515064Z [ 60%] Building C object target/target/core_software/core_driver/CMakeFiles/ethosu_core_driver.dir/src/ethosu_device_u85.c.obj 2025-03-21T20:35:44.2516892Z [ 60%] Linking CXX static library libethosu_mailbox.a 2025-03-21T20:35:44.2517696Z [ 60%] Built target ethosu_mailbox 2025-03-21T20:35:44.2519007Z [ 60%] Building CXX object target/target/drivers/mhu_dummy/CMakeFiles/ethosu_mhu_dummy.dir/src/mhu_dummy.cpp.obj 2025-03-21T20:35:44.2520607Z [ 60%] Linking C static library libethosu_core_driver.a 2025-03-21T20:35:44.2521467Z [ 60%] Built target ethosu_core_driver 2025-03-21T20:35:44.2527472Z [ 60%] Linking CXX static library libethosu_mhu_dummy.a 2025-03-21T20:35:44.2528212Z [ 60%] Built target ethosu_mhu_dummy 2025-03-21T20:35:44.2529331Z [ 60%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_executor_runner.cpp.obj 2025-03-21T20:35:44.2530767Z [ 60%] Building CXX object CMakeFiles/arm_executor_runner.dir/arm_perf_monitor.cpp.obj 2025-03-21T20:35:44.2534265Z [ 60%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/common/src/init.cpp.obj 2025-03-21T20:35:44.2540052Z [ 80%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/targets/corstone-320/target.cpp.obj 2025-03-21T20:35:44.2543972Z [ 80%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP/Device/ARMCM85/Source/system_ARMCM85.c.obj 2025-03-21T20:35:44.2548191Z [ 80%] Building C object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_software/cmsis_6/Cortex_DFP/Device/ARMCM85/Source/startup_ARMCM85.c.obj 2025-03-21T20:35:44.2551939Z [ 80%] Building CXX object CMakeFiles/arm_executor_runner.dir/pytorch/executorch/examples/arm/ethos-u-scratch/ethos-u/core_platform/drivers/mpu/src/mpu.cpp.obj 2025-03-21T20:35:44.2554113Z [100%] Linking CXX executable arm_executor_runner 2025-03-21T20:35:44.2556676Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: arm_executor_runner: section `.sram' can't be allocated in segment 2 2025-03-21T20:35:44.2559251Z LOAD: .ddr .sram 2025-03-21T20:35:44.2561061Z /pytorch/executorch/examples/arm/ethos-u-scratch/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld: warning: arm_executor_runner has a LOAD segment with RWX permissions 2025-03-21T20:35:44.2562977Z [100%] Built target arm_executor_runner 2025-03-21T20:35:44.2564339Z [build_semihosting_executorch_runner] Generated baremetal elf file: with semihosting enabled 2025-03-21T20:35:44.2565693Z /pytorch/executorch/arm_test/arm_semihosting_executor_runner_corstone-320/arm_executor_runner 2025-03-21T20:35:44.2566943Z ============================= test session starts ============================== 2025-03-21T20:35:44.2568001Z 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:35:44.2569137Z cachedir: .pytest_cache 2025-03-21T20:35:44.2570391Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/pytorch/executorch/.hypothesis/examples') 2025-03-21T20:35:44.2571826Z rootdir: /pytorch/executorch/backends/arm/test 2025-03-21T20:35:44.2572545Z configfile: pytest.ini 2025-03-21T20:35:44.2573321Z plugins: hypothesis-6.84.2, cov-4.1.0, xdist-3.6.1, rerunfailures-15.0 2025-03-21T20:35:44.2574278Z  2025-03-21T20:35:44.2574803Z created: 4/4 workers 2025-03-21T20:35:44.2575820Z initialized: 1/4 workers 2025-03-21T20:35:44.2576535Z initialized: 2/4 workers 2025-03-21T20:35:44.2577225Z initialized: 3/4 workers 2025-03-21T20:35:44.2577914Z initialized: 4/4 workers 2025-03-21T20:35:44.2578592Z ready: 1/4 workers  2025-03-21T20:35:44.2579245Z ready: 2/4 workers 2025-03-21T20:35:44.2579841Z ready: 3/4 workers 2025-03-21T20:35:44.2580464Z ready: 4/4 workers 2025-03-21T20:35:44.2581101Z collecting: 1/4 workers 2025-03-21T20:35:44.2581773Z collecting: 2/4 workers 2025-03-21T20:35:44.2582448Z collecting: 3/4 workers 2025-03-21T20:35:44.2583103Z 4 workers [2832 items]  2025-03-21T20:35:44.2583686Z scheduling tests via LoadScheduling 2025-03-21T20:35:44.2584137Z 2025-03-21T20:35:44.2584654Z backends/arm/test/misc/test_custom_partition.py::test_single_reject 2025-03-21T20:35:44.2585968Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_1 2025-03-21T20:35:44.2587594Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_1 2025-03-21T20:35:44.2588893Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_2 2025-03-21T20:35:44.2590456Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_2 2025-03-21T20:35:44.2592826Z 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:35:44.2596423Z [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:35:44.2598968Z 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:35:44.2601979Z [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:35:44.2604340Z 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:35:44.2607096Z [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:35:44.3467587Z 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:35:44.3471134Z [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:35:44.3474222Z 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:35:44.3477996Z [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:35:44.3481109Z 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:35:44.3483776Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_custom_partition.py::test_single_reject 2025-03-21T20:35:44.3485186Z backends/arm/test/misc/test_custom_partition.py::test_multiple_reject 2025-03-21T20:35:44.3486839Z [gw0] [ 0%] PASSED backends/arm/test/misc/test_custom_partition.py::test_multiple_reject 2025-03-21T20:35:44.3488226Z backends/arm/test/misc/test_custom_partition.py::test_torch_op_reject 2025-03-21T20:35:44.3498334Z [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:35:44.3501097Z 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:35:44.3504312Z [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:35:44.3507419Z 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:35:44.3510937Z [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:35:44.3514029Z 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:35:44.3517290Z [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:35:44.3520054Z 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:35:44.3523805Z [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:35:44.3526863Z 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:35:44.3530371Z [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:35:44.3533386Z 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:35:44.3536901Z [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:35:44.3539908Z 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:35:44.3543391Z [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:35:44.3546980Z 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:35:44.3550428Z [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:35:44.3553135Z 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:35:44.3556469Z [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:35:44.3559131Z 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:35:44.3562467Z [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:35:44.3565459Z 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:35:44.3567345Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4] 2025-03-21T20:35:44.3569112Z [gw2] [ 0%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4] 2025-03-21T20:35:44.3570526Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_squeeze] 2025-03-21T20:35:44.3572317Z [gw2] [ 0%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_squeeze] 2025-03-21T20:35:44.3573793Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_dims] 2025-03-21T20:35:44.3575487Z [gw2] [ 0%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_dims] 2025-03-21T20:35:44.3576806Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_dims_squeeze] 2025-03-21T20:35:44.3594684Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_3 2025-03-21T20:35:44.3596360Z [gw1] [ 0%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_3 2025-03-21T20:35:44.3597659Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_4 2025-03-21T20:35:44.3599943Z [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:35:44.3602381Z 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:35:44.3605512Z [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:35:44.3607932Z 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:35:44.3610583Z [gw3] [ 0%] 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:35:44.3612938Z 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:35:44.3623132Z [gw3] [ 0%] 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:35:44.3625932Z 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:35:44.3629360Z [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:35:44.3631989Z 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:35:44.3634945Z [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:35:44.3637670Z 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:35:44.3640756Z [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:35:44.3643151Z backends/arm/test/ops/test_batch_norm.py::TestBatchNorm2d::test_native_batch_norm_legit_tosa_MI_07_ones_affineF_runStatsF 2025-03-21T20:35:46.4241496Z [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:35:46.4244151Z 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:35:46.4247383Z [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:35:46.4250178Z 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:35:46.4252597Z [gw0] [ 1%] PASSED backends/arm/test/misc/test_custom_partition.py::test_torch_op_reject 2025-03-21T20:35:46.4254090Z backends/arm/test/misc/test_custom_partition.py::test_string_op_reject 2025-03-21T20:35:46.4256644Z [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:35:46.4259386Z 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:35:46.4262491Z [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:35:46.4265172Z 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:35:46.4268406Z [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:35:46.4271133Z 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:35:46.4274358Z [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:35:46.4277123Z 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:35:46.4280294Z [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:35:46.4283050Z 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:35:46.4286162Z [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:35:46.4289399Z 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:35:46.4292549Z [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:35:46.4295379Z 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:35:46.4298742Z [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:35:46.4301662Z 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:35:46.4305321Z [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:35:46.4308421Z 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:35:46.4312363Z [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:35:46.4315397Z 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:35:46.4318919Z [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:35:46.4322243Z 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:35:46.4325596Z [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:35:46.4328522Z 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:35:46.4331859Z [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:35:46.4334794Z 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:35:46.4338165Z [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:35:46.4340967Z 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:35:46.4344177Z [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:35:46.4347198Z 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:35:46.4349811Z [gw2] [ 1%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_dims_squeeze] 2025-03-21T20:35:46.4352697Z [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:35:46.4355400Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank1_reduce_all] 2025-03-21T20:35:46.4357494Z 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:35:46.4360822Z [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:35:46.4363790Z 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:35:46.4367109Z [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:35:46.4370071Z 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:35:46.4373639Z [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:35:46.4375978Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_00_and_zeros 2025-03-21T20:35:46.4377837Z [gw1] [ 1%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_4 2025-03-21T20:35:46.4379291Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_5 2025-03-21T20:35:46.4381127Z [gw2] [ 1%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank1_reduce_all] 2025-03-21T20:35:46.4382778Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_reduce_all] 2025-03-21T20:35:46.4384736Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_00_and_zeros 2025-03-21T20:35:46.4386521Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_01_and_ones 2025-03-21T20:35:46.4388445Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_custom_partition.py::test_string_op_reject 2025-03-21T20:35:46.4390007Z backends/arm/test/misc/test_custom_partition.py::test_name_reject 2025-03-21T20:35:46.4391990Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_reduce_all] 2025-03-21T20:35:46.4393608Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank3_reduce_all] 2025-03-21T20:35:54.8642564Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_01_and_ones 2025-03-21T20:35:54.8644215Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_02_and_rand_rank2 2025-03-21T20:35:54.8645951Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_5 2025-03-21T20:35:54.8647252Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_6 2025-03-21T20:35:54.8649609Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank3_reduce_all] 2025-03-21T20:35:54.8651238Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_reduce_all] 2025-03-21T20:35:54.8652948Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_custom_partition.py::test_name_reject 2025-03-21T20:35:54.8654279Z backends/arm/test/misc/test_custom_partition.py::test_module_reject 2025-03-21T20:35:54.8656035Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_02_and_rand_rank2 2025-03-21T20:35:54.8657613Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_03_and_rand_rank4 2025-03-21T20:35:54.8659405Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank4_reduce_all] 2025-03-21T20:35:54.8660759Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank1] 2025-03-21T20:35:54.8662527Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_6 2025-03-21T20:35:54.8663772Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_0 2025-03-21T20:35:54.8665342Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_custom_partition.py::test_module_reject 2025-03-21T20:35:54.8666838Z backends/arm/test/misc/test_custom_partition.py::test_inexact_module_reject 2025-03-21T20:35:54.8668668Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_03_and_rand_rank4 2025-03-21T20:35:54.8670191Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_04_or_zeros 2025-03-21T20:35:54.8671818Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank1] 2025-03-21T20:35:54.8673124Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank1_squeeze] 2025-03-21T20:35:54.8674698Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_0 2025-03-21T20:35:54.8676105Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_1 2025-03-21T20:35:54.8677697Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank1_squeeze] 2025-03-21T20:35:54.8679029Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2] 2025-03-21T20:35:54.8680679Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_04_or_zeros 2025-03-21T20:35:54.8682140Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_05_or_ones 2025-03-21T20:35:54.8683757Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_1 2025-03-21T20:35:54.8685015Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_2 2025-03-21T20:35:54.8686672Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_custom_partition.py::test_inexact_module_reject 2025-03-21T20:35:54.8688181Z backends/arm/test/misc/test_custom_partition.py::test_module_instance_reject 2025-03-21T20:35:54.8689830Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2] 2025-03-21T20:35:54.8691133Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_squeeze] 2025-03-21T20:35:54.8692706Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_2 2025-03-21T20:35:54.8693953Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_3 2025-03-21T20:35:54.8695534Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_squeeze] 2025-03-21T20:35:54.8696907Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_dims] 2025-03-21T20:35:54.8698588Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_05_or_ones 2025-03-21T20:35:54.8700082Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_06_or_rand_rank2 2025-03-21T20:35:54.8701905Z [gw0] [ 2%] PASSED backends/arm/test/misc/test_custom_partition.py::test_module_instance_reject 2025-03-21T20:35:54.8703524Z backends/arm/test/misc/test_debug_feats.py::TestDumpPartitionedArtifact::test_BI_artifact 2025-03-21T20:35:54.8705356Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_dims] 2025-03-21T20:35:54.8706819Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_dims_squeeze] 2025-03-21T20:35:54.8708442Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_3 2025-03-21T20:35:54.8709683Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_4 2025-03-21T20:35:54.8711237Z [gw1] [ 2%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_4 2025-03-21T20:35:54.8712491Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_5 2025-03-21T20:35:54.8714324Z [gw3] [ 2%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_06_or_rand_rank2 2025-03-21T20:35:54.8715887Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_07_or_rand_rank4 2025-03-21T20:35:54.8717686Z [gw2] [ 2%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_dims_squeeze] 2025-03-21T20:35:54.8719141Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank3_dims_squeeze] 2025-03-21T20:35:54.8720757Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_5 2025-03-21T20:35:54.8722167Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_6 2025-03-21T20:35:54.8723996Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_debug_feats.py::TestDumpPartitionedArtifact::test_BI_artifact 2025-03-21T20:35:54.8725757Z backends/arm/test/misc/test_debug_feats.py::TestDumpPartitionedArtifact::test_MI_artifact 2025-03-21T20:35:54.8727810Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank3_dims_squeeze] 2025-03-21T20:35:54.8729183Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4] 2025-03-21T20:35:54.8730695Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_MI_6 2025-03-21T20:35:54.8731930Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_0 2025-03-21T20:35:54.8733623Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_07_or_rand_rank4 2025-03-21T20:35:54.8735145Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_08_xor_zeros 2025-03-21T20:35:54.8736771Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4] 2025-03-21T20:35:54.8738089Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_squeeze] 2025-03-21T20:35:54.8739742Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_squeeze] 2025-03-21T20:35:54.8741102Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_dims] 2025-03-21T20:35:54.8742814Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_08_xor_zeros 2025-03-21T20:35:54.8744305Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_09_xor_ones 2025-03-21T20:35:54.8746314Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_debug_feats.py::TestDumpPartitionedArtifact::test_MI_artifact 2025-03-21T20:35:54.8748108Z backends/arm/test/misc/test_debug_feats.py::TestNumericalDiffPrints::test_numerical_diff_prints 2025-03-21T20:35:54.8749981Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_dims] 2025-03-21T20:35:54.8751383Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_dims_squeeze] 2025-03-21T20:35:54.8753113Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_09_xor_ones 2025-03-21T20:35:54.8754657Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_10_xor_rand_rank2 2025-03-21T20:35:54.8756450Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_dims_squeeze] 2025-03-21T20:35:54.8757891Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank1_reduce_all] 2025-03-21T20:35:54.8759856Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_debug_feats.py::TestNumericalDiffPrints::test_numerical_diff_prints 2025-03-21T20:35:54.8761471Z backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes 2025-03-21T20:35:54.8763127Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank1_reduce_all] 2025-03-21T20:35:54.8764561Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_reduce_all] 2025-03-21T20:35:54.8766363Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_10_xor_rand_rank2 2025-03-21T20:35:54.8768099Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_11_xor_rand_rank4 2025-03-21T20:35:54.8769883Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank2_reduce_all] 2025-03-21T20:35:54.8771311Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank3_reduce_all] 2025-03-21T20:35:54.8772881Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_0 2025-03-21T20:35:54.8774121Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_1 2025-03-21T20:35:54.8775685Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes 2025-03-21T20:35:54.8777130Z backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes_parseable 2025-03-21T20:35:54.8778973Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_BI_11_xor_rand_rank4 2025-03-21T20:36:09.6085087Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_00_and_zeros 2025-03-21T20:36:09.6087212Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank3_reduce_all] 2025-03-21T20:36:09.6088614Z backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_reduce_all] 2025-03-21T20:36:09.6090323Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_00_and_zeros 2025-03-21T20:36:09.6091850Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_01_and_ones 2025-03-21T20:36:09.6093719Z [gw2] [ 3%] PASSED backends/arm/test/ops/test_any.py::test_floor_u85_BI[any_rank4_reduce_all] 2025-03-21T20:36:09.6095380Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank1] 2025-03-21T20:36:09.6097257Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_debug_feats.py::test_dump_ops_and_dtypes_parseable 2025-03-21T20:36:09.6099119Z backends/arm/test/misc/test_debug_feats.py::TestCollateTosaTests::test_collate_tosa_BI_tests 2025-03-21T20:36:09.6101097Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_01_and_ones 2025-03-21T20:36:09.6102339Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_02_and_rand_rank2 2025-03-21T20:36:09.6103555Z [gw0] [ 3%] PASSED backends/arm/test/misc/test_debug_feats.py::TestCollateTosaTests::test_collate_tosa_BI_tests 2025-03-21T20:36:09.6104442Z backends/arm/test/misc/test_debug_feats.py::test_dump_tosa_ops 2025-03-21T20:36:09.6105534Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_02_and_rand_rank2 2025-03-21T20:36:09.6106443Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_03_and_rand_rank4 2025-03-21T20:36:09.6107421Z [gw1] [ 3%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_1 2025-03-21T20:36:09.6108145Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_2 2025-03-21T20:36:09.6109127Z [gw3] [ 3%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_03_and_rand_rank4 2025-03-21T20:36:09.6110005Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_04_or_zeros 2025-03-21T20:36:09.6110981Z [gw2] [ 3%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank1] 2025-03-21T20:36:09.6112074Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank1_squeeze] 2025-03-21T20:36:09.6113727Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_debug_feats.py::test_dump_tosa_ops 2025-03-21T20:36:09.6115106Z backends/arm/test/misc/test_debug_feats.py::test_fail_dump_tosa_ops 2025-03-21T20:36:09.6116820Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_04_or_zeros 2025-03-21T20:36:09.6118175Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_05_or_ones 2025-03-21T20:36:09.6120124Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_05_or_ones 2025-03-21T20:36:09.6121545Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_06_or_rand_rank2 2025-03-21T20:36:09.6123452Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_2 2025-03-21T20:36:09.6124658Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_3 2025-03-21T20:36:09.6126355Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_06_or_rand_rank2 2025-03-21T20:36:09.6127943Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_07_or_rand_rank4 2025-03-21T20:36:09.6129707Z [gw2] [ 4%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank1_squeeze] 2025-03-21T20:36:09.6131266Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2] 2025-03-21T20:36:09.6133204Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_debug_feats.py::test_fail_dump_tosa_ops 2025-03-21T20:36:09.6135100Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_07_or_rand_rank4 2025-03-21T20:36:09.6136532Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_08_xor_zeros 2025-03-21T20:36:09.6137852Z backends/arm/test/misc/test_dim_order_guards.py::TestDimOrderGuards::test_tosa_BI_pipeline 2025-03-21T20:36:09.6139925Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_dim_order_guards.py::TestDimOrderGuards::test_tosa_BI_pipeline 2025-03-21T20:36:09.6141776Z backends/arm/test/misc/test_dim_order_guards.py::TestDimOrderGuards::test_tosa_MI_pipeline 2025-03-21T20:36:09.6143628Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_08_xor_zeros 2025-03-21T20:36:09.6144994Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_09_xor_ones 2025-03-21T20:36:09.6146950Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_dim_order_guards.py::TestDimOrderGuards::test_tosa_MI_pipeline 2025-03-21T20:36:09.6148822Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_0 2025-03-21T20:36:09.6151083Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_09_xor_ones 2025-03-21T20:36:09.6152611Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_10_xor_rand_rank2 2025-03-21T20:36:09.6154502Z [gw2] [ 4%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2] 2025-03-21T20:36:09.6155950Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_squeeze] 2025-03-21T20:36:09.6157882Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_10_xor_rand_rank2 2025-03-21T20:36:09.6159456Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_11_xor_rand_rank4 2025-03-21T20:36:09.6161090Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_3 2025-03-21T20:36:09.6162250Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_4 2025-03-21T20:36:09.6164207Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_0 2025-03-21T20:36:09.6166303Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_1 2025-03-21T20:36:09.6168453Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_MI_11_xor_rand_rank4 2025-03-21T20:36:09.6170047Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_00_and_zeros 2025-03-21T20:36:09.6171900Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_00_and_zeros 2025-03-21T20:36:09.6173411Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_01_and_ones 2025-03-21T20:36:09.6175858Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_1 2025-03-21T20:36:09.6177913Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_2 2025-03-21T20:36:09.6179975Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_01_and_ones 2025-03-21T20:36:09.6181466Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_02_and_rand_rank2 2025-03-21T20:36:09.6183426Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_02_and_rand_rank2 2025-03-21T20:36:09.6185114Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_03_and_rand_rank4 2025-03-21T20:36:09.6187168Z [gw2] [ 4%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_squeeze] 2025-03-21T20:36:09.6188844Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_dims] 2025-03-21T20:36:09.6190559Z [gw1] [ 4%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_4 2025-03-21T20:36:09.6191856Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_5 2025-03-21T20:36:09.6193609Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_03_and_rand_rank4 2025-03-21T20:36:09.6195189Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_04_or_zeros 2025-03-21T20:36:09.6197044Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_04_or_zeros 2025-03-21T20:36:09.6198568Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_05_or_ones 2025-03-21T20:36:09.6200677Z [gw0] [ 4%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_2 2025-03-21T20:36:09.6202823Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_3 2025-03-21T20:36:09.6204965Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_05_or_ones 2025-03-21T20:36:09.6206585Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_06_or_rand_rank2 2025-03-21T20:36:09.6208533Z [gw3] [ 4%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_06_or_rand_rank2 2025-03-21T20:36:09.6210169Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_07_or_rand_rank4 2025-03-21T20:36:09.6212444Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_BI_3 2025-03-21T20:36:09.6214580Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_0 2025-03-21T20:36:09.6216795Z [gw2] [ 5%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_dims] 2025-03-21T20:36:26.2351548Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_dims_squeeze] 2025-03-21T20:36:26.2354048Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_07_or_rand_rank4 2025-03-21T20:36:26.2355859Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_08_xor_zeros 2025-03-21T20:36:26.2358408Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_0 2025-03-21T20:36:26.2360825Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_1 2025-03-21T20:36:26.2363073Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_5 2025-03-21T20:36:26.2364523Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_6 2025-03-21T20:36:26.2366809Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_08_xor_zeros 2025-03-21T20:36:26.2368590Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_09_xor_ones 2025-03-21T20:36:26.2371091Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_1 2025-03-21T20:36:26.2373514Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_2 2025-03-21T20:36:26.2376358Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_2 2025-03-21T20:36:26.2378777Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_3 2025-03-21T20:36:26.2381479Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_09_xor_ones 2025-03-21T20:36:26.2383313Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_10_xor_rand_rank2 2025-03-21T20:36:26.2385983Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_scalar_tensor_tosa_MI_3 2025-03-21T20:36:26.2388341Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_0 2025-03-21T20:36:26.2390790Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_10_xor_rand_rank2 2025-03-21T20:36:26.2392659Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_11_xor_rand_rank4 2025-03-21T20:36:26.2394796Z [gw2] [ 5%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_dims_squeeze] 2025-03-21T20:36:26.2396553Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank3_dims_squeeze] 2025-03-21T20:36:26.2398774Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u55_BI_11_xor_rand_rank4 2025-03-21T20:36:26.2400598Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_00_and_zeros 2025-03-21T20:36:26.2403019Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_0 2025-03-21T20:36:26.2405301Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_1 2025-03-21T20:36:26.2407466Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u55_BI_6 2025-03-21T20:36:26.2408872Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_0 2025-03-21T20:36:26.2410794Z [gw2] [ 5%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank3_dims_squeeze] 2025-03-21T20:36:26.2412470Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4] 2025-03-21T20:36:26.2414806Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_1 2025-03-21T20:36:26.2417077Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_2 2025-03-21T20:36:26.2419450Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_00_and_zeros 2025-03-21T20:36:26.2421192Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_01_and_ones 2025-03-21T20:36:26.2423403Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_0 2025-03-21T20:36:26.2424829Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_1 2025-03-21T20:36:26.2427156Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_2 2025-03-21T20:36:26.2429778Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_3 2025-03-21T20:36:26.2432030Z [gw2] [ 5%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4] 2025-03-21T20:36:26.2433656Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_squeeze] 2025-03-21T20:36:26.2435722Z [gw3] [ 5%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_01_and_ones 2025-03-21T20:36:26.2437509Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_02_and_rand_rank2 2025-03-21T20:36:26.2439457Z [gw1] [ 5%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_1 2025-03-21T20:36:26.2440890Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_2 2025-03-21T20:36:26.2443110Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_BI_3 2025-03-21T20:36:26.2445643Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_0 2025-03-21T20:36:26.2448298Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_0 2025-03-21T20:36:26.2450552Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_1 2025-03-21T20:36:26.2453186Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_1 2025-03-21T20:36:26.2455460Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_2 2025-03-21T20:36:26.2457777Z [gw2] [ 5%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_squeeze] 2025-03-21T20:36:26.2459442Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_dims] 2025-03-21T20:36:26.2461815Z [gw0] [ 5%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_2 2025-03-21T20:36:26.2464065Z backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_3 2025-03-21T20:36:26.2466837Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_lifted_tensor.py::TestLiftedTensor::test_partition_lifted_tensor_tosa_MI_3 2025-03-21T20:36:26.2469104Z backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_compression_ratio 2025-03-21T20:36:26.2471550Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_02_and_rand_rank2 2025-03-21T20:36:26.2473426Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_03_and_rand_rank4 2025-03-21T20:36:26.2475900Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_compression_ratio 2025-03-21T20:36:26.2478158Z backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_model_error 2025-03-21T20:36:26.2480676Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_model_evaluator.py::TestGenericModelEvaluator::test_get_model_error 2025-03-21T20:36:26.2482727Z backends/arm/test/misc/test_multiple_delegates.py::TestMultipleDelegates::test_tosa_BI 2025-03-21T20:36:26.2484702Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_2 2025-03-21T20:36:26.2486129Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_3 2025-03-21T20:36:26.2488173Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_multiple_delegates.py::TestMultipleDelegates::test_tosa_BI 2025-03-21T20:36:26.2490116Z backends/arm/test/misc/test_multiple_delegates.py::TestMultipleDelegates::test_tosa_MI 2025-03-21T20:36:26.2492228Z [gw2] [ 6%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_dims] 2025-03-21T20:36:26.2494099Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_dims_squeeze] 2025-03-21T20:36:26.2496305Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_multiple_delegates.py::TestMultipleDelegates::test_tosa_MI 2025-03-21T20:36:26.2498263Z backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_tosa_BI_pipeline 2025-03-21T20:36:26.2500567Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_03_and_rand_rank4 2025-03-21T20:36:26.2501805Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_04_or_zeros 2025-03-21T20:36:26.2503488Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_tosa_BI_pipeline 2025-03-21T20:36:26.2505009Z backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_tosa_MI_pipeline 2025-03-21T20:36:26.2506794Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_3 2025-03-21T20:36:26.2508057Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_4 2025-03-21T20:36:26.2509683Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_tosa_MI_pipeline 2025-03-21T20:36:38.3277968Z backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_u55_BI 2025-03-21T20:36:38.3280157Z [gw2] [ 6%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_dims_squeeze] 2025-03-21T20:36:38.3281699Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank1_reduce_all] 2025-03-21T20:36:38.3283535Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_04_or_zeros 2025-03-21T20:36:38.3285047Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_05_or_ones 2025-03-21T20:36:38.3286687Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_4 2025-03-21T20:36:38.3287976Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_5 2025-03-21T20:36:38.3289626Z [gw2] [ 6%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank1_reduce_all] 2025-03-21T20:36:38.3291132Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_reduce_all] 2025-03-21T20:36:38.3293010Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_u55_BI 2025-03-21T20:36:38.3294624Z backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_u85_BI 2025-03-21T20:36:38.3296460Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_05_or_ones 2025-03-21T20:36:38.3298029Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_06_or_rand_rank2 2025-03-21T20:36:38.3299711Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_5 2025-03-21T20:36:38.3300993Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_6 2025-03-21T20:36:38.3302650Z [gw2] [ 6%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank2_reduce_all] 2025-03-21T20:36:38.3304162Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank3_reduce_all] 2025-03-21T20:36:38.3306107Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_multiple_outputs.py::TestMultipleOutputs::test_u85_BI 2025-03-21T20:36:38.3307870Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_MI[3d_rand] 2025-03-21T20:36:38.3309944Z [gw3] [ 6%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_06_or_rand_rank2 2025-03-21T20:36:38.3311570Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_07_or_rand_rank4 2025-03-21T20:36:38.3313680Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_MI[3d_rand] 2025-03-21T20:36:38.3315885Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_BI[3d_rand] 2025-03-21T20:36:38.3317739Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_u85_BI_6 2025-03-21T20:36:38.3318982Z backends/arm/test/ops/test_add.py::test_add_tosa_MI[5d_float] 2025-03-21T20:36:38.3320612Z [gw2] [ 6%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank3_reduce_all] 2025-03-21T20:36:38.3322300Z backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_reduce_all] 2025-03-21T20:36:38.3323959Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_MI[5d_float] 2025-03-21T20:36:38.3325199Z backends/arm/test/ops/test_add.py::test_add_tosa_MI[1d_ones] 2025-03-21T20:36:38.3327101Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_softplus_tosa_BI[3d_rand] 2025-03-21T20:36:38.3329259Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residaul_tosa_MI[3d_rand] 2025-03-21T20:36:38.3331140Z [gw1] [ 6%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_MI[1d_ones] 2025-03-21T20:36:38.3332371Z backends/arm/test/ops/test_add.py::test_add_tosa_MI[1d_randn] 2025-03-21T20:36:38.3334365Z [gw0] [ 6%] PASSED backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residaul_tosa_MI[3d_rand] 2025-03-21T20:36:38.3336420Z backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residual_tosa_BI[3d_rand] 2025-03-21T20:36:38.3338564Z [gw3] [ 7%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_07_or_rand_rank4 2025-03-21T20:36:38.3340147Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_08_xor_zeros 2025-03-21T20:36:38.3341825Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_MI[1d_randn] 2025-03-21T20:36:38.3343063Z backends/arm/test/ops/test_add.py::test_add_tosa_MI[4d_ones_1] 2025-03-21T20:36:38.3344557Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_MI[4d_ones_1] 2025-03-21T20:36:38.3345857Z backends/arm/test/ops/test_add.py::test_add_tosa_MI[4d_ones_2] 2025-03-21T20:36:38.3347523Z [gw2] [ 7%] XFAIL backends/arm/test/ops/test_any.py::test_floor_u85_BI_on_fvp[any_rank4_reduce_all] 2025-03-21T20:36:38.3348994Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[zeros] 2025-03-21T20:36:38.3350577Z [gw1] [ 7%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_MI[4d_ones_2] 2025-03-21T20:36:38.3351833Z backends/arm/test/ops/test_add.py::test_add_tosa_BI[5d_float] 2025-03-21T20:36:38.3353797Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_partition_decomposed_quantized_ops.py::test_linear_residual_tosa_BI[3d_rand] 2025-03-21T20:36:38.3355991Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_0_TOSA_0_80_BI 2025-03-21T20:36:38.3358651Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_0_TOSA_0_80_BI 2025-03-21T20:36:38.3360974Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_1_TOSA_0_80_MI_8k 2025-03-21T20:36:38.3363681Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_1_TOSA_0_80_MI_8k 2025-03-21T20:36:38.3366030Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_2_TOSA_0_80_BI_u55 2025-03-21T20:36:38.3368749Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_0_80_2_TOSA_0_80_BI_u55 2025-03-21T20:36:38.3371306Z 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:36:38.3374116Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_00_TOSA_1_0_0_INT_FP_fft 2025-03-21T20:36:38.3376557Z 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:36:38.3379387Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_01_TOSA_1_0_0_FP_bf16_fft 2025-03-21T20:36:38.3381833Z 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:36:38.3384648Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_02_TOSA_1_0_0_INT_int4_cf 2025-03-21T20:36:38.3387308Z 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:36:38.3390177Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_03_TOSA_1_0_0_FP_cf_bf16_8k 2025-03-21T20:36:38.3392769Z 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:36:38.3395834Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_04_TOSA_1_0_0_FP_INT_bf16_fft_int4_cf 2025-03-21T20:36:38.3398500Z 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:36:38.3401548Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_05_TOSA_1_0_0_FP_INT_fft_int4_cf_8k 2025-03-21T20:36:38.3404074Z 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:36:38.3406851Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_06_TOSA_1_0_INT_FP_fft 2025-03-21T20:36:38.3409256Z 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:36:38.3412035Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_07_TOSA_1_0_FP_bf16_fft 2025-03-21T20:36:38.3414456Z 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:36:38.3417230Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_08_TOSA_1_0_INT_int4_cf 2025-03-21T20:36:38.4803935Z 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:36:38.4807333Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_09_TOSA_1_0_FP_cf_bf16_8k 2025-03-21T20:36:38.4810167Z 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:36:38.4812930Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_10_TOSA_1_0_FP_INT_bf16_fft_int4_cf 2025-03-21T20:36:38.4814655Z 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:36:38.4816393Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_correct_string_representation_1_0_11_TOSA_1_0_FP_INT_fft_int4_cf_8k 2025-03-21T20:36:38.4817667Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_0 2025-03-21T20:36:38.4818906Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_0 2025-03-21T20:36:38.4819960Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_1 2025-03-21T20:36:38.4821180Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_1 2025-03-21T20:36:38.4823295Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_2 2025-03-21T20:36:38.4825979Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_compilespec_2 2025-03-21T20:36:38.4827971Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_0 2025-03-21T20:36:38.4830426Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_0 2025-03-21T20:36:38.4832554Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_1 2025-03-21T20:36:38.4834704Z [gw2] [ 7%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[zeros] 2025-03-21T20:36:38.4837029Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_create_from_invalid_compilespec_1 2025-03-21T20:36:38.4838777Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[ones] 2025-03-21T20:36:38.4840390Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_00_TOSA_0_80_bi 2025-03-21T20:36:38.4842962Z [gw0] [ 7%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_00_TOSA_0_80_bi 2025-03-21T20:36:38.4845144Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_01_TOSA_0_80 2025-03-21T20:36:38.4847747Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_01_TOSA_0_80 2025-03-21T20:36:38.4849885Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_02_TOSA_0_80_8k 2025-03-21T20:36:38.4852530Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_02_TOSA_0_80_8k 2025-03-21T20:36:38.4854710Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_03_TOSA_0_80_BI_MI 2025-03-21T20:36:38.4857393Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_03_TOSA_0_80_BI_MI 2025-03-21T20:36:38.4859578Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_04_TOSA_0_80_BI_U55 2025-03-21T20:36:38.4862184Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_04_TOSA_0_80_BI_U55 2025-03-21T20:36:38.4864473Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_05_TOSA_1_0_0_fft 2025-03-21T20:36:38.4867356Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_05_TOSA_1_0_0_fft 2025-03-21T20:36:38.4869810Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_06_TOSA_1_0_0_fp_bf16_fft 2025-03-21T20:36:38.4873047Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_06_TOSA_1_0_0_fp_bf16_fft 2025-03-21T20:36:38.4874974Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_07_TOSA_1_0_0_INT_INT4_cf 2025-03-21T20:36:38.4876529Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_07_TOSA_1_0_0_INT_INT4_cf 2025-03-21T20:36:38.4877787Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_08_TOSA_1_0_0_BI 2025-03-21T20:36:38.4879212Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_08_TOSA_1_0_0_BI 2025-03-21T20:36:38.4880456Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_09_TOSA_1_0_0_FP_FP_INT 2025-03-21T20:36:38.4882066Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_09_TOSA_1_0_0_FP_FP_INT 2025-03-21T20:36:38.4883559Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_10_TOSA_1_0_0_FP_CF_bf16 2025-03-21T20:36:38.4886269Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_10_TOSA_1_0_0_FP_CF_bf16 2025-03-21T20:36:38.4888688Z 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:36:38.4891557Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_invalid_version_strings_11_TOSA_1_0_0_BF16_fft_int4_cf_INT 2025-03-21T20:36:38.4893891Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_0_TOSA_0_80_BI 2025-03-21T20:36:38.4896450Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_0_TOSA_0_80_BI 2025-03-21T20:36:38.4898604Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_1_TOSA_0_80_MI_8k 2025-03-21T20:36:38.4901101Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_1_TOSA_0_80_MI_8k 2025-03-21T20:36:38.4903169Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_2_TOSA_0_80_BI_u55 2025-03-21T20:36:38.4905814Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_0_80_2_TOSA_0_80_BI_u55 2025-03-21T20:36:38.4908037Z 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:36:38.4910703Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_00_TOSA_1_0_0_INT_FP_fft 2025-03-21T20:36:38.4912990Z 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:36:38.4915653Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_01_TOSA_1_0_0_FP_bf16_fft 2025-03-21T20:36:38.4917897Z 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:36:38.4920546Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_02_TOSA_1_0_0_INT_int4_cf 2025-03-21T20:36:38.4922911Z 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:36:38.4925742Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_03_TOSA_1_0_0_FP_cf_bf16_8k 2025-03-21T20:36:38.4928526Z 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:36:38.4931622Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_04_TOSA_1_0_0_FP_INT_bf16_fft_int4_cf 2025-03-21T20:36:38.4934124Z 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:36:38.4935967Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_05_TOSA_1_0_0_FP_INT_fft_int4_cf_8k 2025-03-21T20:36:38.4937263Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_06_TOSA_1_0_INT_FP_fft 2025-03-21T20:36:54.3999396Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_06_TOSA_1_0_INT_FP_fft 2025-03-21T20:36:54.4001994Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_07_TOSA_1_0_FP_bf16_fft 2025-03-21T20:36:54.4004565Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_07_TOSA_1_0_FP_bf16_fft 2025-03-21T20:36:54.4006744Z backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_08_TOSA_1_0_INT_int4_cf 2025-03-21T20:36:54.4009286Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_08_TOSA_1_0_INT_int4_cf 2025-03-21T20:36:54.4011859Z 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:36:54.4014458Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_09_TOSA_1_0_FP_cf_bf16_8k 2025-03-21T20:36:54.4016777Z 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:36:54.4019529Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_10_TOSA_1_0_FP_INT_bf16_fft_int4_cf 2025-03-21T20:36:54.4022156Z 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:36:54.4024890Z [gw0] [ 8%] PASSED backends/arm/test/misc/test_tosa_spec.py::TestTosaSpecification::test_version_string_1_0_11_TOSA_1_0_FP_INT_fft_int4_cf_8k 2025-03-21T20:36:54.4026959Z backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T20:36:54.4028796Z [gw2] [ 8%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[ones] 2025-03-21T20:36:54.4030206Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[rand] 2025-03-21T20:36:54.4032027Z [gw3] [ 8%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_08_xor_zeros 2025-03-21T20:36:54.4033586Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_09_xor_ones 2025-03-21T20:36:54.4035233Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_BI[5d_float] 2025-03-21T20:36:54.4036476Z backends/arm/test/ops/test_add.py::test_add_tosa_BI[1d_ones] 2025-03-21T20:36:54.4038067Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[rand] 2025-03-21T20:36:54.4039484Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[randn] 2025-03-21T20:36:54.4041186Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[randn] 2025-03-21T20:36:54.4042751Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:36:54.4045050Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:36:54.4046797Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:36:54.4048790Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_09_xor_ones 2025-03-21T20:36:54.4050394Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_10_xor_rand_rank2 2025-03-21T20:36:54.4052102Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_BI[1d_ones] 2025-03-21T20:36:54.4053342Z backends/arm/test/ops/test_add.py::test_add_tosa_BI[1d_randn] 2025-03-21T20:36:54.4055193Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:36:54.4056954Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:36:54.4059270Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_MI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:36:54.4060876Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[zeros] 2025-03-21T20:36:54.4062477Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_BI[1d_randn] 2025-03-21T20:36:54.4063733Z backends/arm/test/ops/test_add.py::test_add_tosa_BI[4d_ones_1] 2025-03-21T20:36:54.4065443Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[zeros] 2025-03-21T20:36:54.4066865Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[ones] 2025-03-21T20:36:54.4068707Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_10_xor_rand_rank2 2025-03-21T20:36:54.4070365Z backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_11_xor_rand_rank4 2025-03-21T20:36:54.4072209Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[ones] 2025-03-21T20:36:54.4073612Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[rand] 2025-03-21T20:36:54.4075297Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[rand] 2025-03-21T20:36:54.4076711Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[randn] 2025-03-21T20:36:54.4078299Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_BI[4d_ones_1] 2025-03-21T20:36:54.4079551Z backends/arm/test/ops/test_add.py::test_add_tosa_BI[4d_ones_2] 2025-03-21T20:36:54.4081169Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[randn] 2025-03-21T20:36:54.4082736Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:36:54.4084737Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_bitwise.py::TestBitwise::test_tosa_u85_BI_11_xor_rand_rank4 2025-03-21T20:36:54.4086323Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_0 2025-03-21T20:36:54.4088232Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:36:54.4089974Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:36:54.4091884Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_0 2025-03-21T20:36:54.4093342Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_1 2025-03-21T20:36:54.4094965Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_add.py::test_add_tosa_BI[4d_ones_2] 2025-03-21T20:36:54.4096251Z backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[5d_float] 2025-03-21T20:36:54.4098132Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:36:54.4100048Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:36:54.4101987Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_1 2025-03-21T20:36:54.4103465Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_2 2025-03-21T20:36:54.4105308Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_2 2025-03-21T20:36:54.4106774Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_3 2025-03-21T20:36:54.4108743Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_tosa_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:36:54.4110318Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[zeros] 2025-03-21T20:36:54.4112175Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_BI_3 2025-03-21T20:36:54.4113653Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_0 2025-03-21T20:36:54.4115405Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_0 2025-03-21T20:36:54.4116872Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_1 2025-03-21T20:36:54.4118582Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[zeros] 2025-03-21T20:36:54.4119980Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[ones] 2025-03-21T20:36:54.4121678Z [gw3] [ 9%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_1 2025-03-21T20:36:54.4123334Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_2 2025-03-21T20:36:54.4125017Z [gw1] [ 9%] PASSED backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[5d_float] 2025-03-21T20:36:54.4126343Z backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[1d_ones] 2025-03-21T20:36:54.4127963Z [gw2] [ 9%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[ones] 2025-03-21T20:36:54.4129374Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[rand] 2025-03-21T20:36:54.4131054Z [gw3] [ 10%] RERUN backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_2 2025-03-21T20:36:54.4132503Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_2 2025-03-21T20:36:54.4134107Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[rand] 2025-03-21T20:36:54.4135505Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[randn] 2025-03-21T20:36:54.4137233Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_2 2025-03-21T20:36:54.4138722Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_3 2025-03-21T20:37:46.4755728Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_tosa_MI_3 2025-03-21T20:37:46.4757086Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_0 2025-03-21T20:37:46.4758670Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[randn] 2025-03-21T20:37:46.4760165Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:37:46.4762021Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:37:46.4763586Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:37:46.4765565Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:37:46.4767713Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:37:46.4769565Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[1d_ones] 2025-03-21T20:37:46.4770947Z backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[1d_randn] 2025-03-21T20:37:46.4772816Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:37:46.4774225Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[zeros] 2025-03-21T20:37:46.4775720Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[zeros] 2025-03-21T20:37:46.4776996Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[ones] 2025-03-21T20:37:46.4778454Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[1d_randn] 2025-03-21T20:37:46.4779978Z backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[4d_ones_1] 2025-03-21T20:37:46.4781664Z [gw3] [ 10%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_0 2025-03-21T20:37:46.4783071Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_1 2025-03-21T20:37:46.4784730Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[ones] 2025-03-21T20:37:46.4786166Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[rand] 2025-03-21T20:37:46.4787759Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[rand] 2025-03-21T20:37:46.4789033Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[randn] 2025-03-21T20:37:46.4790579Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[randn] 2025-03-21T20:37:46.4791905Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:37:46.4793845Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[kernel_3x3_stride_1_pad_1] 2025-03-21T20:37:46.4795516Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:37:46.4797651Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:37:46.4799403Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:37:46.4801217Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[4d_ones_1] 2025-03-21T20:37:46.4802547Z backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[4d_ones_2] 2025-03-21T20:37:46.4804553Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:37:46.4806192Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[zeros] 2025-03-21T20:37:46.4807938Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_add.py::test_add_i32_tosa_BI[4d_ones_2] 2025-03-21T20:37:46.4809188Z backends/arm/test/ops/test_add.py::test_add_u55_BI[5d_float] 2025-03-21T20:37:46.4810840Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[zeros] 2025-03-21T20:37:46.4812137Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[ones] 2025-03-21T20:37:46.4813706Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[ones] 2025-03-21T20:37:46.4815056Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[rand] 2025-03-21T20:37:46.4816540Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_add.py::test_add_u55_BI[5d_float] 2025-03-21T20:37:46.4817704Z backends/arm/test/ops/test_add.py::test_add_u55_BI[1d_ones] 2025-03-21T20:37:46.4819520Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[rand] 2025-03-21T20:37:46.4820958Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[randn] 2025-03-21T20:37:46.4822866Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_add.py::test_add_u55_BI[1d_ones] 2025-03-21T20:37:46.4823971Z backends/arm/test/ops/test_add.py::test_add_u55_BI[1d_randn] 2025-03-21T20:37:46.4825675Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[randn] 2025-03-21T20:37:46.4827229Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[kernel_3x3_stride_1_pad_1] 2025-03-21T20:37:46.4828985Z [gw1] [ 10%] PASSED backends/arm/test/ops/test_add.py::test_add_u55_BI[1d_randn] 2025-03-21T20:37:46.4830155Z backends/arm/test/ops/test_add.py::test_add_u55_BI[4d_ones_1] 2025-03-21T20:37:46.4832147Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[kernel_3x3_stride_1_pad_1] 2025-03-21T20:37:46.4834006Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:37:46.4836156Z [gw2] [ 10%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:37:46.4837902Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:37:46.4839669Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_u55_BI[4d_ones_1] 2025-03-21T20:37:46.4840891Z backends/arm/test/ops/test_add.py::test_add_u55_BI[4d_ones_2] 2025-03-21T20:37:46.4842766Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u55_BI_on_fvp[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:37:46.4844406Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[zeros] 2025-03-21T20:37:46.4845959Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_u55_BI[4d_ones_2] 2025-03-21T20:37:46.4847177Z backends/arm/test/ops/test_add.py::test_add_u85_BI[5d_float] 2025-03-21T20:37:46.4859974Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[zeros] 2025-03-21T20:37:46.4861784Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[ones] 2025-03-21T20:37:46.4863379Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_u85_BI[5d_float] 2025-03-21T20:37:46.4864410Z backends/arm/test/ops/test_add.py::test_add_u85_BI[1d_ones] 2025-03-21T20:37:46.4866563Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[ones] 2025-03-21T20:37:46.4867906Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[rand] 2025-03-21T20:37:46.4869493Z [gw0] [ 11%] XFAIL backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T20:37:46.4870873Z backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_tosa_MI 2025-03-21T20:37:46.4872643Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[rand] 2025-03-21T20:37:46.4874070Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[randn] 2025-03-21T20:37:46.4875630Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_u85_BI[1d_ones] 2025-03-21T20:37:46.4876805Z backends/arm/test/ops/test_add.py::test_add_u85_BI[1d_randn] 2025-03-21T20:37:46.4878272Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[randn] 2025-03-21T20:37:46.4879663Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[kernel_3x3_stride_1_pad_1] 2025-03-21T20:37:46.4881271Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_u85_BI[1d_randn] 2025-03-21T20:37:46.4882815Z backends/arm/test/ops/test_add.py::test_add_u85_BI[4d_ones_1] 2025-03-21T20:37:46.4884519Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[kernel_3x3_stride_1_pad_1] 2025-03-21T20:37:46.4886112Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:37:46.4888229Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[kernel_3x2_stride_1x2_pad_1x0] 2025-03-21T20:37:46.4889994Z backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:37:46.4891570Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_u85_BI[4d_ones_1] 2025-03-21T20:37:46.4892666Z backends/arm/test/ops/test_add.py::test_add_u85_BI[4d_ones_2] 2025-03-21T20:37:46.4894392Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_avgpool2d_u85_BI_on_fvp[kernel_4x6_stride_1x2_pad_2x3] 2025-03-21T20:37:46.4895948Z backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_1x1_stride_1_pad_0] 2025-03-21T20:37:46.4897821Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_1x1_stride_1_pad_0] 2025-03-21T20:37:49.0580055Z backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_2x9_stride_1_pad_1] 2025-03-21T20:37:49.0582491Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_2x9_stride_1_pad_1] 2025-03-21T20:37:49.0584163Z backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_1x4_stride_0_pad_0] 2025-03-21T20:37:49.0586710Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_u85_BI[4d_ones_2] 2025-03-21T20:37:49.0588084Z backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[5d_float] 2025-03-21T20:37:49.0590004Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_1x4_stride_0_pad_0] 2025-03-21T20:37:49.0591879Z backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_1x257_stride_1_pad_0_large] 2025-03-21T20:37:49.0593718Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[5d_float] 2025-03-21T20:37:49.0594999Z backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_ones] 2025-03-21T20:37:49.0596939Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_1x257_stride_1_pad_0_large] 2025-03-21T20:37:49.0598840Z backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_800x90_stride_1_pad_0_extreme] 2025-03-21T20:37:49.0600816Z [gw1] [ 11%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_ones] 2025-03-21T20:37:49.0602116Z backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_randn_1] 2025-03-21T20:37:49.0604097Z [gw2] [ 11%] PASSED backends/arm/test/ops/test_avg_pool2d.py::test_reject_avgpool2d[kernel_800x90_stride_1_pad_0_extreme] 2025-03-21T20:37:49.0606578Z 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:37:49.0610178Z [gw2] [ 11%] 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:37:49.0613185Z 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:37:49.0616795Z [gw2] [ 11%] 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:37:49.0620158Z 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:37:49.0623867Z [gw2] [ 11%] 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:37:49.0626978Z 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:37:49.0630459Z [gw2] [ 11%] 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:37:49.0633470Z 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:37:49.0637345Z [gw2] [ 11%] 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:37:49.0640342Z 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:37:49.0643830Z [gw2] [ 12%] 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:37:49.0646892Z 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:37:49.0650262Z [gw2] [ 12%] 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:37:49.0653196Z 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:37:49.0656710Z [gw2] [ 12%] 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:37:49.0659617Z 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:37:49.0663167Z [gw2] [ 12%] 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:37:49.0666305Z 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:37:49.0669814Z [gw2] [ 12%] 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:37:49.0672844Z 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:37:49.0676310Z [gw2] [ 12%] 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:37:49.0679249Z 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:37:49.0683471Z [gw2] [ 12%] 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:37:49.0686505Z 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:37:49.0690047Z [gw2] [ 12%] 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:37:49.0693178Z 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:37:49.0696589Z [gw2] [ 12%] 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:37:49.0699906Z 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:37:49.0703406Z [gw2] [ 12%] 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:37:49.0706507Z 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:37:49.0709984Z [gw2] [ 12%] 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:37:49.0712911Z 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:37:49.0716554Z [gw2] [ 12%] 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:37:49.0719568Z 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:37:49.0723500Z [gw2] [ 12%] 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:37:52.0235485Z 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:37:52.0239328Z [gw2] [ 12%] 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:37:52.0242551Z 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:37:52.0246381Z [gw2] [ 12%] 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:37:52.0249631Z 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:37:52.0252877Z [gw2] [ 12%] 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:37:52.0254903Z 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:37:52.0256867Z [gw2] [ 12%] 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:37:52.0258500Z 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:37:52.0260374Z [gw2] [ 12%] 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:37:52.0262009Z 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:37:52.0264672Z [gw2] [ 12%] 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:37:52.0267916Z 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:37:52.0271023Z [gw2] [ 12%] 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:37:52.0273693Z 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:37:52.0276924Z [gw2] [ 12%] 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:37:52.0279782Z 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:37:52.0282917Z [gw2] [ 12%] 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:37:52.0285740Z 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:37:52.0288875Z [gw2] [ 12%] 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:37:52.0291489Z 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:37:52.0294909Z [gw2] [ 12%] 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:37:52.0297478Z 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:37:52.0300406Z [gw2] [ 12%] 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:37:52.0303070Z 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:37:52.0306501Z [gw2] [ 12%] 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:37:52.0309645Z 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:37:52.0312797Z [gw2] [ 12%] 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:37:52.0315358Z 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:37:52.0318436Z [gw2] [ 12%] 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:37:52.0321145Z 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:37:52.0324648Z [gw2] [ 12%] 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:37:52.0327449Z 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:37:52.0330693Z [gw2] [ 13%] 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:37:52.0333231Z 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:37:52.0336319Z [gw2] [ 13%] 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:37:52.0339096Z 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:37:52.0341596Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_randn_1] 2025-03-21T20:37:52.0342922Z backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_randn_2] 2025-03-21T20:37:52.0345569Z [gw2] [ 13%] 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:37:52.0348486Z 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:37:52.0350875Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_randn_2] 2025-03-21T20:37:52.0352232Z backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_randn_big] 2025-03-21T20:37:52.0354787Z [gw2] [ 13%] 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:37:52.0357576Z 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:37:52.0359972Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_MI[4d_randn_big] 2025-03-21T20:37:52.0361274Z backends/arm/test/ops/test_add.py::test_add3_tosa_MI[3d_randn_diff_rank] 2025-03-21T20:37:52.0363685Z [gw2] [ 13%] 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:38:05.0987751Z 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:38:05.0991110Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add3_tosa_MI[3d_randn_diff_rank] 2025-03-21T20:38:05.0992493Z backends/arm/test/ops/test_add.py::test_add3_tosa_MI[4d_randn_diff_rank] 2025-03-21T20:38:05.0995187Z [gw2] [ 13%] 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:38:05.0998140Z 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:38:05.1000808Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add3_tosa_MI[4d_randn_diff_rank] 2025-03-21T20:38:05.1002354Z backends/arm/test/ops/test_add.py::test_add3_tosa_MI[4d_randn_diff_rank_2] 2025-03-21T20:38:05.1005456Z [gw2] [ 13%] 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:38:05.1008623Z 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:38:05.1012265Z [gw2] [ 13%] 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:38:05.1015403Z 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:38:05.1018074Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add3_tosa_MI[4d_randn_diff_rank_2] 2025-03-21T20:38:05.1019600Z backends/arm/test/ops/test_add.py::test_add3_tosa_BI[3d_randn_diff_rank] 2025-03-21T20:38:05.1022625Z [gw2] [ 13%] 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:38:05.1025813Z 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:38:05.1029455Z [gw2] [ 13%] 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:38:05.1032575Z 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:38:05.1035138Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add3_tosa_BI[3d_randn_diff_rank] 2025-03-21T20:38:05.1036688Z backends/arm/test/ops/test_add.py::test_add3_tosa_BI[4d_randn_diff_rank] 2025-03-21T20:38:05.1039512Z [gw2] [ 13%] 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:38:05.1042668Z 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:38:05.1045456Z [gw0] [ 13%] PASSED backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_tosa_MI 2025-03-21T20:38:05.1047189Z backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T20:38:05.1049109Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add3_tosa_BI[4d_randn_diff_rank] 2025-03-21T20:38:05.1050637Z backends/arm/test/ops/test_add.py::test_add3_tosa_BI[4d_randn_diff_rank_2] 2025-03-21T20:38:05.1053703Z [gw2] [ 13%] 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:38:05.1056859Z 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:38:05.1060399Z [gw2] [ 13%] 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:38:05.1063468Z 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:38:05.1066176Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add3_tosa_BI[4d_randn_diff_rank_2] 2025-03-21T20:38:05.1067623Z backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[5d_float] 2025-03-21T20:38:05.1070648Z [gw2] [ 13%] 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:38:05.1073815Z 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:38:05.1077452Z [gw2] [ 13%] 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:38:05.1080603Z 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:38:05.1083244Z [gw1] [ 13%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[5d_float] 2025-03-21T20:38:05.1084633Z backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_ones] 2025-03-21T20:38:05.1086431Z [gw3] [ 13%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_1 2025-03-21T20:38:05.1087990Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_2 2025-03-21T20:38:05.1090816Z [gw2] [ 13%] 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:38:05.1093703Z 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:38:05.1097314Z [gw2] [ 14%] 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:38:05.1100503Z 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:38:05.1104110Z [gw2] [ 14%] 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:38:05.1107502Z 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:38:05.1111298Z [gw2] [ 14%] 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:38:05.1114475Z 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:38:05.1118216Z [gw2] [ 14%] 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:38:05.1121359Z 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:38:05.1124040Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_ones] 2025-03-21T20:38:05.1125344Z backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_randn_1] 2025-03-21T20:38:05.1128024Z [gw2] [ 14%] 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:38:05.1131094Z 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:38:05.1133913Z [gw3] [ 14%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_2 2025-03-21T20:38:05.1135400Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_3 2025-03-21T20:38:05.1137095Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_randn_1] 2025-03-21T20:38:17.4136019Z backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_randn_2] 2025-03-21T20:38:17.4139171Z [gw2] [ 14%] 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:38:17.4142542Z 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:38:17.4146243Z [gw2] [ 14%] 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:38:17.4149371Z 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:38:17.4151997Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_randn_2] 2025-03-21T20:38:17.4153437Z backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_randn_big] 2025-03-21T20:38:17.4156178Z [gw2] [ 14%] 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:38:17.4159312Z 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:38:17.4162934Z [gw2] [ 14%] 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:38:17.4166002Z 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:38:17.4168618Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_2_tosa_BI[4d_randn_big] 2025-03-21T20:38:17.4170022Z backends/arm/test/ops/test_add.py::test_add_2_u55_BI[5d_float] 2025-03-21T20:38:17.4172707Z [gw2] [ 14%] 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:38:17.4175850Z 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:38:17.4179749Z [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:38:17.4182889Z 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:38:17.4186544Z [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:38:17.4189679Z 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:38:17.4193288Z [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:38:17.4196634Z 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:38:17.4200240Z [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:38:17.4203350Z 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:38:17.4205862Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_2_u55_BI[5d_float] 2025-03-21T20:38:17.4207204Z backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_ones] 2025-03-21T20:38:17.4209838Z [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:38:17.4212897Z 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:38:17.4216406Z [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:38:17.4219447Z 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:38:17.4223135Z [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:38:17.4226268Z 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:38:17.4229845Z [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:38:17.4232900Z 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:38:17.4236382Z [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:38:17.4239416Z 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:38:17.4242904Z [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:38:17.4246165Z 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:38:17.4249670Z [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:38:17.4252722Z 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:38:17.4255225Z [gw1] [ 14%] PASSED backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_ones] 2025-03-21T20:38:17.4256596Z backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_randn_1] 2025-03-21T20:38:17.4259255Z [gw2] [ 15%] 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:38:17.4262538Z 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:38:17.4266313Z [gw2] [ 15%] 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:38:17.4269534Z 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:38:17.4273217Z [gw2] [ 15%] 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:38:17.4276315Z 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:38:17.4279884Z [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:38:17.4283009Z 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:38:17.4286614Z [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:38:28.6645861Z 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:38:28.6648728Z [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:38:28.6650403Z 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:38:28.6652292Z [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:38:28.6653931Z 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:38:28.6655786Z [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:38:28.6657666Z 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:38:28.6659540Z [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:38:28.6661170Z 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:38:28.6663054Z [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:38:28.6664731Z 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:38:28.6666867Z [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:38:28.6668480Z 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:38:28.6670346Z [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:38:28.6671961Z 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:38:28.6674213Z [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:38:28.6675880Z 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:38:28.6677795Z [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:38:28.6679451Z 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:38:28.6681339Z [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:38:28.6682988Z 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:38:28.6684859Z [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:38:28.6686487Z 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:38:28.6688324Z [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:38:28.6689960Z 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:38:28.6691860Z [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:38:28.6693614Z 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:38:28.6695522Z [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:38:28.6697203Z 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:38:28.6699141Z [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:38:28.6700835Z 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:38:28.6702879Z [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:38:28.6704287Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:38:28.6705512Z [gw3] [ 15%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u55_BI_3 2025-03-21T20:38:28.6706357Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_0 2025-03-21T20:38:28.6707536Z [gw2] [ 15%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:38:28.6708544Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d_nobias] 2025-03-21T20:38:28.6709538Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_randn_1] 2025-03-21T20:38:28.6710290Z backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_randn_2] 2025-03-21T20:38:28.6711292Z [gw2] [ 15%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d_nobias] 2025-03-21T20:38:28.6712163Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d] 2025-03-21T20:38:28.6713180Z [gw2] [ 15%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[two_conv1d] 2025-03-21T20:38:28.6714081Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[2_3x2x40_nobias] 2025-03-21T20:38:28.6715141Z [gw3] [ 15%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_0 2025-03-21T20:38:28.6715982Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_1 2025-03-21T20:38:28.6716940Z [gw1] [ 15%] PASSED backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_randn_2] 2025-03-21T20:38:28.6717685Z backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_randn_big] 2025-03-21T20:38:28.6718721Z [gw2] [ 15%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[2_3x2x40_nobias] 2025-03-21T20:38:28.6719663Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[3_1x3x256_st1] 2025-03-21T20:38:28.6720706Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_1 2025-03-21T20:38:28.6721542Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_2 2025-03-21T20:38:28.6723074Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_2_u55_BI[4d_randn_big] 2025-03-21T20:38:28.6723814Z backends/arm/test/ops/test_add.py::test_add_2_u85_BI[5d_float] 2025-03-21T20:38:28.6724749Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_2 2025-03-21T20:38:28.6725766Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_3 2025-03-21T20:39:03.2397577Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[3_1x3x256_st1] 2025-03-21T20:39:03.2399222Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[3_1x3x12_st2_pd1] 2025-03-21T20:39:03.2400890Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_2_u85_BI[5d_float] 2025-03-21T20:39:03.2401635Z backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_ones] 2025-03-21T20:39:03.2402586Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_single_input_u85_BI_3 2025-03-21T20:39:03.2403384Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_0 2025-03-21T20:39:03.2404417Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[3_1x3x12_st2_pd1] 2025-03-21T20:39:03.2405641Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[1_1x2x128_st1] 2025-03-21T20:39:03.2406638Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_0 2025-03-21T20:39:03.2407377Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_1 2025-03-21T20:39:03.2408384Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[1_1x2x128_st1] 2025-03-21T20:39:03.2409309Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[2_1x2x14_st2] 2025-03-21T20:39:03.2410278Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_1 2025-03-21T20:39:03.2411013Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_2 2025-03-21T20:39:03.2411893Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_2 2025-03-21T20:39:03.2412876Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_ones] 2025-03-21T20:39:03.2413608Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_3 2025-03-21T20:39:03.2414250Z backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_randn_1] 2025-03-21T20:39:03.2415148Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_3 2025-03-21T20:39:03.2415883Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_4 2025-03-21T20:39:03.2416762Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_BI_4 2025-03-21T20:39:03.2417499Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_0 2025-03-21T20:39:03.2418508Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[2_1x2x14_st2] 2025-03-21T20:39:03.2419439Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[5_3x2x128_st1] 2025-03-21T20:39:03.2420422Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_0 2025-03-21T20:39:03.2421164Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_1 2025-03-21T20:39:03.2422497Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_1 2025-03-21T20:39:03.2423470Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_2 2025-03-21T20:39:03.2424433Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_randn_1] 2025-03-21T20:39:03.2425192Z backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_randn_2] 2025-03-21T20:39:03.2426193Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_2 2025-03-21T20:39:03.2426933Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_3 2025-03-21T20:39:03.2427815Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_3 2025-03-21T20:39:03.2428568Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_4 2025-03-21T20:39:03.2429665Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_tosa_MI_4 2025-03-21T20:39:03.2430403Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_0 2025-03-21T20:39:03.2431278Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_randn_2] 2025-03-21T20:39:03.2432039Z backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_randn_big] 2025-03-21T20:39:03.2433071Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[5_3x2x128_st1] 2025-03-21T20:39:03.2434021Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[3_1x3x224_st2_pd1] 2025-03-21T20:39:03.2435048Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_add.py::test_add_2_u85_BI[4d_randn_big] 2025-03-21T20:39:03.2435823Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_1_dim_0] 2025-03-21T20:39:03.2436980Z [gw2] [ 16%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[3_1x3x224_st2_pd1] 2025-03-21T20:39:03.2438049Z 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:39:03.2439145Z [gw3] [ 16%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_0 2025-03-21T20:39:03.2439874Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_1 2025-03-21T20:39:03.2440775Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_1_dim_0] 2025-03-21T20:39:03.2441585Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_2_dim_1_keep_dims] 2025-03-21T20:39:03.2442609Z [gw1] [ 16%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_2_dim_1_keep_dims] 2025-03-21T20:39:03.2443425Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_all_dim] 2025-03-21T20:39:03.2444382Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_all_dim] 2025-03-21T20:39:03.2445199Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_0,3_keep_dims] 2025-03-21T20:39:03.2446405Z [gw2] [ 17%] PASSED 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:39:03.2447571Z 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:39:03.2448733Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_0,3_keep_dims] 2025-03-21T20:39:03.2449560Z backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_mult_batches] 2025-03-21T20:39:03.2450493Z [gw3] [ 17%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_1 2025-03-21T20:39:03.2451227Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_2 2025-03-21T20:39:03.2452166Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_MI[rank_4_mult_batches] 2025-03-21T20:39:03.2452976Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_1_dim_0] 2025-03-21T20:39:03.2453906Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_1_dim_0] 2025-03-21T20:39:03.2454705Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:39:03.2455911Z [gw2] [ 17%] PASSED 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:39:03.2457080Z 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:39:03.2458297Z [gw0] [ 17%] XFAIL backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T20:39:03.2459232Z backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T20:39:03.2460281Z [gw3] [ 17%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_2 2025-03-21T20:39:03.2461022Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_3 2025-03-21T20:39:03.2461959Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:39:03.2462791Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_all_dim] 2025-03-21T20:39:03.2463744Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_all_dim] 2025-03-21T20:39:03.2464564Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_0,3_keep_dims] 2025-03-21T20:39:03.2465861Z [gw2] [ 17%] PASSED 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:39:03.2467118Z 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:39:03.2468289Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_0,3_keep_dims] 2025-03-21T20:39:03.2469116Z backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_mult_batches] 2025-03-21T20:39:03.2470049Z [gw3] [ 17%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_3 2025-03-21T20:39:03.2470782Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_4 2025-03-21T20:39:03.2471715Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_tosa_BI[rank_4_mult_batches] 2025-03-21T20:39:03.2472522Z backends/arm/test/ops/test_amax.py::test_amax_u55_BI_not_delegated 2025-03-21T20:39:03.2473447Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u55_BI_not_delegated 2025-03-21T20:39:03.2474207Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_1_dim_0] 2025-03-21T20:39:03.2475391Z [gw2] [ 17%] PASSED 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:39:03.2476467Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[two_conv1d_nobias] 2025-03-21T20:39:03.2477499Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_1_dim_0] 2025-03-21T20:39:03.2478305Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:39:36.4673057Z [gw3] [ 17%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u55_BI_4 2025-03-21T20:39:36.4674440Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_0 2025-03-21T20:39:36.4676074Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:39:36.4677417Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_all_dim] 2025-03-21T20:39:36.4679063Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_all_dim] 2025-03-21T20:39:36.4680410Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_0,3_keep_dims] 2025-03-21T20:39:36.4682189Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[two_conv1d_nobias] 2025-03-21T20:39:36.4683706Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[two_conv1d] 2025-03-21T20:39:36.4685470Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_0,3_keep_dims] 2025-03-21T20:39:36.4686756Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_mult_batches] 2025-03-21T20:39:36.4688248Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI[rank_4_mult_batches] 2025-03-21T20:39:36.4689471Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_1_dim_0] 2025-03-21T20:39:36.4691404Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI_on_fvp[two_conv1d] 2025-03-21T20:39:36.4692788Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[2_3x2x40_nobias] 2025-03-21T20:39:36.4694285Z [gw3] [ 17%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_0 2025-03-21T20:39:36.4695363Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_1 2025-03-21T20:39:36.4696747Z [gw1] [ 17%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_1_dim_0] 2025-03-21T20:39:36.4698018Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_2_dim_1_keep_dims] 2025-03-21T20:39:36.4699691Z [gw2] [ 17%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[2_3x2x40_nobias] 2025-03-21T20:39:36.4701043Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[3_1x3x256_st1] 2025-03-21T20:39:36.4702849Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_1 2025-03-21T20:39:36.4703926Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_2 2025-03-21T20:39:36.4705545Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[3_1x3x256_st1] 2025-03-21T20:39:36.4706984Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[3_1x3x12_st2_pd1] 2025-03-21T20:39:36.4708666Z [gw1] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_2_dim_1_keep_dims] 2025-03-21T20:39:36.4709957Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_4_all_dim] 2025-03-21T20:39:36.4711347Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_2 2025-03-21T20:39:36.4712420Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_3 2025-03-21T20:39:36.4713957Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[3_1x3x12_st2_pd1] 2025-03-21T20:39:36.4715360Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[1_1x2x128_st1] 2025-03-21T20:39:36.4716947Z [gw1] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_4_all_dim] 2025-03-21T20:39:36.4718226Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_4_0,3_keep_dims] 2025-03-21T20:39:36.4719661Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_3 2025-03-21T20:39:36.4720745Z backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_4 2025-03-21T20:39:36.4722490Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[1_1x2x128_st1] 2025-03-21T20:39:36.4723872Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[2_1x2x14_st2] 2025-03-21T20:39:36.4725503Z [gw1] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_4_0,3_keep_dims] 2025-03-21T20:39:36.4726822Z backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_4_mult_batches] 2025-03-21T20:39:36.4728277Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_bmm_u85_BI_4 2025-03-21T20:39:36.4729344Z backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_BI_0 2025-03-21T20:39:36.4730742Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_BI_0 2025-03-21T20:39:36.4731804Z backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_BI_1 2025-03-21T20:39:36.4733185Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_BI_1 2025-03-21T20:39:36.4734260Z backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_MI_0 2025-03-21T20:39:36.4735729Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[2_1x2x14_st2] 2025-03-21T20:39:36.4737292Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[5_3x2x128_st1] 2025-03-21T20:39:36.4738809Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_MI_0 2025-03-21T20:39:36.4739951Z backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_MI_1 2025-03-21T20:39:36.4741304Z [gw1] [ 18%] XFAIL backends/arm/test/ops/test_amax.py::test_amax_u85_BI_on_fvp[rank_4_mult_batches] 2025-03-21T20:39:36.4742474Z backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_1_dim_0] 2025-03-21T20:39:36.4743837Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_bmm.py::TestBMM::test_matmul_tosa_MI_1 2025-03-21T20:39:36.4744912Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_4d_tosa_MI 2025-03-21T20:39:36.4746362Z [gw1] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_1_dim_0] 2025-03-21T20:39:36.4747482Z backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_2_dim_1] 2025-03-21T20:39:36.4749087Z [gw1] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_2_dim_1] 2025-03-21T20:39:36.4750188Z backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_4_dim_2] 2025-03-21T20:39:36.4751659Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[5_3x2x128_st1] 2025-03-21T20:39:36.4752997Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[3_1x3x224_st2_pd1] 2025-03-21T20:39:36.4754485Z [gw1] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_4_dim_2] 2025-03-21T20:39:36.4755611Z backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_4_dim_3] 2025-03-21T20:39:36.4756950Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_4d_tosa_MI 2025-03-21T20:39:36.4757995Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_0 2025-03-21T20:39:36.4759344Z [gw1] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_MI[rank_4_dim_3] 2025-03-21T20:39:36.4760526Z backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_1_dim_0] 2025-03-21T20:39:36.4761881Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_0 2025-03-21T20:39:36.4762947Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_1 2025-03-21T20:39:36.4764487Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[3_1x3x224_st2_pd1] 2025-03-21T20:39:36.4766061Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:39:36.4767779Z [gw1] [ 18%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_1_dim_0] 2025-03-21T20:39:36.4768961Z backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_2_dim_1] 2025-03-21T20:39:36.4770329Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_1 2025-03-21T20:39:36.4771436Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_2 2025-03-21T20:39:36.4772756Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_2 2025-03-21T20:39:36.4773831Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_3 2025-03-21T20:39:36.4775085Z [gw3] [ 18%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_3 2025-03-21T20:39:36.4776194Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_4 2025-03-21T20:39:36.4777866Z [gw2] [ 18%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:39:36.4779490Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:39:36.4781081Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_2_dim_1] 2025-03-21T20:39:36.4782404Z backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_4_dim_2] 2025-03-21T20:39:36.4783852Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_4 2025-03-21T20:39:36.4784996Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_5 2025-03-21T20:39:36.4786467Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_5 2025-03-21T20:39:36.4787619Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_6 2025-03-21T20:39:36.4789036Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_4_dim_2] 2025-03-21T20:39:36.4790220Z backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_4_dim_3] 2025-03-21T20:39:36.4791569Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_BI_6 2025-03-21T20:39:57.5020632Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_0 2025-03-21T20:39:57.5023146Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_0 2025-03-21T20:39:57.5024532Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_1 2025-03-21T20:39:57.5026848Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:39:57.5029087Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:39:57.5031288Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_1 2025-03-21T20:39:57.5032657Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_2 2025-03-21T20:39:57.5034394Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_amax.py::test_max_to_amax_BI[rank_4_dim_3] 2025-03-21T20:39:57.5035891Z backends/arm/test/ops/test_amax.py::test_max_index_not_delegated_BI 2025-03-21T20:39:57.5037628Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_2 2025-03-21T20:39:57.5039004Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_3 2025-03-21T20:39:57.5040686Z [gw1] [ 19%] XFAIL backends/arm/test/ops/test_amax.py::test_max_index_not_delegated_BI 2025-03-21T20:39:57.5042142Z backends/arm/test/ops/test_amax.py::test_max_index_not_delegated_MI 2025-03-21T20:39:57.5043930Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_amax.py::test_max_index_not_delegated_MI 2025-03-21T20:39:57.5045435Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_1_dim_0] 2025-03-21T20:39:57.5047164Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_3 2025-03-21T20:39:57.5048579Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_4 2025-03-21T20:39:57.5050236Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_4 2025-03-21T20:39:57.5051667Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_5 2025-03-21T20:39:57.5053382Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_1_dim_0] 2025-03-21T20:39:57.5054952Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_2_dim_1_keep_dims] 2025-03-21T20:39:57.5056766Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_5 2025-03-21T20:39:57.5058136Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_6 2025-03-21T20:39:57.5059781Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_tosa_MI_6 2025-03-21T20:39:57.5061160Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_0 2025-03-21T20:39:57.5062956Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_2_dim_1_keep_dims] 2025-03-21T20:39:57.5064525Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_all_dim] 2025-03-21T20:39:57.5067228Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:39:57.5069479Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:39:57.5071648Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_all_dim] 2025-03-21T20:39:57.5073197Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_0,3_keep_dims] 2025-03-21T20:39:57.5075087Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_0,3_keep_dims] 2025-03-21T20:39:57.5076658Z backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_mult_batches] 2025-03-21T20:39:57.5078565Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_MI[rank_4_mult_batches] 2025-03-21T20:39:57.5080284Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_1_dim_0] 2025-03-21T20:39:57.5081993Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_0 2025-03-21T20:39:57.5083335Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_1 2025-03-21T20:39:57.5085031Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_1_dim_0] 2025-03-21T20:39:57.5086564Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:39:57.5088878Z [gw2] [ 19%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:39:57.5090922Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[two_conv1d_nobias] 2025-03-21T20:39:57.5092972Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:39:57.5094549Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_all_dim] 2025-03-21T20:39:57.5096372Z [gw1] [ 19%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_all_dim] 2025-03-21T20:39:57.5097900Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_0,3_keep_dims] 2025-03-21T20:39:57.5099673Z [gw3] [ 19%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_1 2025-03-21T20:39:57.5101052Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_2 2025-03-21T20:39:57.5103003Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[two_conv1d_nobias] 2025-03-21T20:39:57.5104793Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[two_conv1d] 2025-03-21T20:39:57.5106909Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_0,3_keep_dims] 2025-03-21T20:39:57.5108516Z backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_mult_batches] 2025-03-21T20:39:57.5110432Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amin.py::test_amin_tosa_BI[rank_4_mult_batches] 2025-03-21T20:39:57.5111942Z backends/arm/test/ops/test_amin.py::test_amin_u55_BI_not_delegated 2025-03-21T20:39:57.5113690Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u55_BI_not_delegated 2025-03-21T20:39:57.5115124Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_1_dim_0] 2025-03-21T20:39:57.5117079Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI_on_fvp[two_conv1d] 2025-03-21T20:39:57.5118870Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_3x2x40x40_nobias] 2025-03-21T20:39:57.5120991Z [gw0] [ 20%] XFAIL backends/arm/test/models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T20:39:57.5123482Z backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T20:39:57.5125194Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_2 2025-03-21T20:39:57.5126377Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_3 2025-03-21T20:39:57.5127908Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_1_dim_0] 2025-03-21T20:39:57.5129337Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:39:57.5131212Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_3x2x40x40_nobias] 2025-03-21T20:39:57.5132832Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x256x256_st1] 2025-03-21T20:39:57.5134967Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_2_dim_1_keep_dims] 2025-03-21T20:39:57.5136432Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_all_dim] 2025-03-21T20:39:57.5138633Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x256x256_st1] 2025-03-21T20:39:57.5140425Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x12x12_st2_pd1] 2025-03-21T20:39:57.5142585Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x12x12_st2_pd1] 2025-03-21T20:39:57.5145121Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[1x1_1x2x128x128_st1] 2025-03-21T20:39:57.5147209Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_all_dim] 2025-03-21T20:39:57.5148734Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_0,3_keep_dims] 2025-03-21T20:39:57.5150766Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[1x1_1x2x128x128_st1] 2025-03-21T20:39:57.5152701Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T20:39:57.5154884Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_0,3_keep_dims] 2025-03-21T20:39:57.5156437Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_mult_batches] 2025-03-21T20:39:57.5158174Z [gw3] [ 20%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_3 2025-03-21T20:39:57.5159623Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_xfails_0 2025-03-21T20:39:57.5161446Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI[rank_4_mult_batches] 2025-03-21T20:39:57.5162998Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_1_dim_0] 2025-03-21T20:39:57.5165270Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T20:39:57.5167411Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T20:39:57.5169984Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T20:39:57.5172196Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:40:22.0445985Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:40:22.0448109Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0450542Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0452589Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0454934Z [gw3] [ 20%] XFAIL backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_xfails_0 2025-03-21T20:40:22.0456289Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_xfails_1 2025-03-21T20:40:22.0457995Z [gw1] [ 20%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_1_dim_0] 2025-03-21T20:40:22.0459494Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_2_dim_1_keep_dims] 2025-03-21T20:40:22.0461666Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0463703Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0466161Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0468189Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0470791Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0472811Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0474773Z [gw3] [ 20%] XFAIL backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_xfails_1 2025-03-21T20:40:22.0476133Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_xfails_2 2025-03-21T20:40:22.0478177Z [gw2] [ 20%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0480195Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0482300Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_2_dim_1_keep_dims] 2025-03-21T20:40:22.0483824Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_4_all_dim] 2025-03-21T20:40:22.0485913Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0487929Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0490304Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0492122Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_3x2x128x128_st1] 2025-03-21T20:40:22.0494067Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[5x5_3x2x128x128_st1] 2025-03-21T20:40:22.0495729Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x224x224_st2_pd1] 2025-03-21T20:40:22.0497525Z [gw3] [ 21%] XFAIL backends/arm/test/ops/test_cat.py::TestCat::test_cat_u55_BI_xfails_2 2025-03-21T20:40:22.0498821Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_0 2025-03-21T20:40:22.0500657Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[3x3_1x3x224x224_st2_pd1] 2025-03-21T20:40:22.0502306Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d_nobias] 2025-03-21T20:40:22.0504140Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_4_all_dim] 2025-03-21T20:40:22.0505716Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_4_0,3_keep_dims] 2025-03-21T20:40:22.0507396Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_0 2025-03-21T20:40:22.0508629Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_1 2025-03-21T20:40:22.0510544Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d_nobias] 2025-03-21T20:40:22.0512123Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d] 2025-03-21T20:40:22.0513959Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_4_0,3_keep_dims] 2025-03-21T20:40:22.0515499Z backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_4_mult_batches] 2025-03-21T20:40:22.0517323Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_MI[two_conv2d] 2025-03-21T20:40:22.0518887Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_3x2x40x40_nobias] 2025-03-21T20:40:22.0520824Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_3x2x40x40_nobias] 2025-03-21T20:40:22.0524587Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x256x256_st1] 2025-03-21T20:40:22.0527334Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_1 2025-03-21T20:40:22.0528598Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_2 2025-03-21T20:40:22.0530359Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x256x256_st1] 2025-03-21T20:40:22.0531995Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x12x12_st2_pd1] 2025-03-21T20:40:22.0533870Z [gw1] [ 21%] XFAIL backends/arm/test/ops/test_amin.py::test_amin_u85_BI_on_fvp[rank_4_mult_batches] 2025-03-21T20:40:22.0535330Z backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_1_dim_0] 2025-03-21T20:40:22.0536993Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_1_dim_0] 2025-03-21T20:40:22.0538372Z backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_2_dim_1] 2025-03-21T20:40:22.0540233Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x12x12_st2_pd1] 2025-03-21T20:40:22.0541867Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[1x1_1x2x128x128_st1] 2025-03-21T20:40:22.0543653Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_2_dim_1] 2025-03-21T20:40:22.0545008Z backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_4_dim_2] 2025-03-21T20:40:22.0546929Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[1x1_1x2x128x128_st1] 2025-03-21T20:40:22.0548710Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T20:40:22.0550646Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_4_dim_2] 2025-03-21T20:40:22.0552016Z backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_4_dim_3] 2025-03-21T20:40:22.0553609Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_2 2025-03-21T20:40:22.0554841Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_3 2025-03-21T20:40:22.0556420Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_MI[rank_4_dim_3] 2025-03-21T20:40:22.0557791Z backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_1_dim_0] 2025-03-21T20:40:22.0559781Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T20:40:22.0561745Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T20:40:22.0564082Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T20:40:22.0566101Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:40:22.0568302Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_1_dim_0] 2025-03-21T20:40:22.0569701Z backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_2_dim_1] 2025-03-21T20:40:22.0571292Z [gw3] [ 21%] PASSED backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_3 2025-03-21T20:40:22.0572607Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_xfails_0 2025-03-21T20:40:22.0574670Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:40:22.0576724Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0578698Z [gw1] [ 21%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_2_dim_1] 2025-03-21T20:40:22.0580190Z backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_4_dim_2] 2025-03-21T20:40:22.0582271Z [gw2] [ 21%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0584317Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:22.0586445Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_4_dim_2] 2025-03-21T20:40:38.5126620Z backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_4_dim_3] 2025-03-21T20:40:38.5129194Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:38.5131461Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:38.5133579Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_xfails_0 2025-03-21T20:40:38.5135099Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_xfails_1 2025-03-21T20:40:38.5136880Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_amin.py::test_min_to_amin_BI[rank_4_dim_3] 2025-03-21T20:40:38.5138354Z backends/arm/test/ops/test_amin.py::test_max_index_not_delegated_BI 2025-03-21T20:40:38.5140108Z [gw1] [ 22%] XFAIL backends/arm/test/ops/test_amin.py::test_max_index_not_delegated_BI 2025-03-21T20:40:38.5141571Z backends/arm/test/ops/test_amin.py::test_max_index_not_delegated_MI 2025-03-21T20:40:38.5143325Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_amin.py::test_max_index_not_delegated_MI 2025-03-21T20:40:38.5144741Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1] 2025-03-21T20:40:38.5146987Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:38.5149180Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:38.5151252Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1] 2025-03-21T20:40:38.5152693Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_squeeze] 2025-03-21T20:40:38.5154912Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:38.5157087Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:38.5159190Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_xfails_1 2025-03-21T20:40:38.5160638Z backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_xfails_2 2025-03-21T20:40:38.5162400Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_squeeze] 2025-03-21T20:40:38.5164160Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2] 2025-03-21T20:40:38.5165834Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2] 2025-03-21T20:40:38.5167726Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_squeeze] 2025-03-21T20:40:38.5169956Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:38.5172137Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:38.5174262Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_squeeze] 2025-03-21T20:40:38.5175753Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims] 2025-03-21T20:40:38.5177491Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims] 2025-03-21T20:40:38.5179220Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims_squeeze] 2025-03-21T20:40:38.5181473Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:38.5183653Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:38.5185915Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_dims_squeeze] 2025-03-21T20:40:38.5187476Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_dims_squeeze] 2025-03-21T20:40:38.5189278Z [gw3] [ 22%] XFAIL backends/arm/test/ops/test_cat.py::TestCat::test_cat_u85_BI_xfails_2 2025-03-21T20:40:38.5190699Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_1] 2025-03-21T20:40:38.5192852Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:38.5194824Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_3x2x128x128_st1] 2025-03-21T20:40:38.5196681Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_1] 2025-03-21T20:40:38.5198049Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_2] 2025-03-21T20:40:38.5199819Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_dims_squeeze] 2025-03-21T20:40:38.5201295Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4] 2025-03-21T20:40:38.5202946Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_2] 2025-03-21T20:40:38.5204331Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_3] 2025-03-21T20:40:38.5205975Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4] 2025-03-21T20:40:38.5207406Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_squeeze] 2025-03-21T20:40:38.5209389Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[5x5_3x2x128x128_st1] 2025-03-21T20:40:38.5211174Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x224x224_st2_pd1] 2025-03-21T20:40:38.5213156Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_squeeze] 2025-03-21T20:40:38.5214642Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims] 2025-03-21T20:40:38.5216350Z [gw3] [ 22%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_3] 2025-03-21T20:40:38.5217723Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4] 2025-03-21T20:40:38.5219680Z [gw2] [ 22%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[3x3_1x3x224x224_st2_pd1] 2025-03-21T20:40:38.5221464Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d_nobias] 2025-03-21T20:40:38.5223796Z [gw1] [ 22%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims] 2025-03-21T20:40:38.5225321Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims_squeeze] 2025-03-21T20:40:38.5227211Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4] 2025-03-21T20:40:38.5228779Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_mixed_min_max_dtype] 2025-03-21T20:40:38.5230734Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_dims_squeeze] 2025-03-21T20:40:38.5232309Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_reduce_all] 2025-03-21T20:40:38.5234272Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_mixed_min_max_dtype] 2025-03-21T20:40:38.5236057Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_min] 2025-03-21T20:40:38.5237904Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank1_reduce_all] 2025-03-21T20:40:38.5239450Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_reduce_all] 2025-03-21T20:40:38.5241259Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_min] 2025-03-21T20:40:38.5242777Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_max] 2025-03-21T20:40:38.5244729Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d_nobias] 2025-03-21T20:40:38.5246419Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d] 2025-03-21T20:40:38.5248306Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank2_reduce_all] 2025-03-21T20:40:38.5249859Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_reduce_all] 2025-03-21T20:40:38.5251697Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_MI[rank_4_no_max] 2025-03-21T20:40:38.5253148Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_1] 2025-03-21T20:40:38.5254905Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank3_reduce_all] 2025-03-21T20:40:38.5256450Z backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_reduce_all] 2025-03-21T20:40:38.5258217Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_1] 2025-03-21T20:40:38.5259614Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_2] 2025-03-21T20:40:38.5261421Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_tosa_BI[two_conv2d] 2025-03-21T20:40:38.5263105Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_3x2x40x40_nobias] 2025-03-21T20:40:38.5265077Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_MI[any_rank4_reduce_all] 2025-03-21T20:40:38.5279278Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1] 2025-03-21T20:40:38.5281236Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_2] 2025-03-21T20:40:38.5282630Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_3] 2025-03-21T20:40:38.5284282Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1] 2025-03-21T20:40:38.5285714Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_squeeze] 2025-03-21T20:40:38.5287682Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_3x2x40x40_nobias] 2025-03-21T20:40:38.5289415Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x256x256_st1] 2025-03-21T20:40:52.9720119Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_squeeze] 2025-03-21T20:40:52.9721816Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2] 2025-03-21T20:40:52.9723756Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x256x256_st1] 2025-03-21T20:40:52.9725370Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x12x12_st2_pd1] 2025-03-21T20:40:52.9727320Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x12x12_st2_pd1] 2025-03-21T20:40:52.9729462Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[1x1_1x2x128x128_st1] 2025-03-21T20:40:52.9731170Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2] 2025-03-21T20:40:52.9732474Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_squeeze] 2025-03-21T20:40:52.9734063Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_3] 2025-03-21T20:40:52.9735521Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4] 2025-03-21T20:40:52.9737251Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[1x1_1x2x128x128_st1] 2025-03-21T20:40:52.9738981Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T20:40:52.9740870Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_squeeze] 2025-03-21T20:40:52.9742229Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims] 2025-03-21T20:40:52.9744192Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T20:40:52.9746164Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T20:40:52.9748075Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims] 2025-03-21T20:40:52.9749481Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims_squeeze] 2025-03-21T20:40:52.9751109Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4] 2025-03-21T20:40:52.9752529Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_mixed_min_max_dtype] 2025-03-21T20:40:52.9754614Z [gw2] [ 23%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T20:40:52.9756593Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:40:52.9758596Z [gw1] [ 23%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_dims_squeeze] 2025-03-21T20:40:52.9760050Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_dims_squeeze] 2025-03-21T20:40:52.9761856Z [gw3] [ 23%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_mixed_min_max_dtype] 2025-03-21T20:40:52.9763348Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_min] 2025-03-21T20:40:52.9765386Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:40:52.9767377Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9769373Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_dims_squeeze] 2025-03-21T20:40:52.9770731Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4] 2025-03-21T20:40:52.9772316Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_min] 2025-03-21T20:40:52.9773696Z backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_max] 2025-03-21T20:40:52.9775267Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4] 2025-03-21T20:40:52.9776740Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_squeeze] 2025-03-21T20:40:52.9779211Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9781201Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9783161Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_squeeze] 2025-03-21T20:40:52.9784511Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims] 2025-03-21T20:40:52.9786211Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_tosa_BI[rank_4_no_max] 2025-03-21T20:40:52.9787535Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_1] 2025-03-21T20:40:52.9790136Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9792134Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9794049Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims] 2025-03-21T20:40:52.9795438Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims_squeeze] 2025-03-21T20:40:52.9797040Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_1] 2025-03-21T20:40:52.9798284Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_2] 2025-03-21T20:40:52.9799885Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_dims_squeeze] 2025-03-21T20:40:52.9801318Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_reduce_all] 2025-03-21T20:40:52.9802913Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_2] 2025-03-21T20:40:52.9804379Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_1 2025-03-21T20:40:52.9806538Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9808503Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9810466Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank1_reduce_all] 2025-03-21T20:40:52.9811876Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_reduce_all] 2025-03-21T20:40:52.9813903Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9815855Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9817830Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank2_reduce_all] 2025-03-21T20:40:52.9819243Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_reduce_all] 2025-03-21T20:40:52.9821263Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9823392Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9825401Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank3_reduce_all] 2025-03-21T20:40:52.9826813Z backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_reduce_all] 2025-03-21T20:40:52.9828840Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9830977Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9832944Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_any_tosa_BI[any_rank4_reduce_all] 2025-03-21T20:40:52.9834307Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank1] 2025-03-21T20:40:52.9836245Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:40:52.9837999Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_3x2x128x128_st1] 2025-03-21T20:40:52.9839701Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank1] 2025-03-21T20:40:52.9841070Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank1_squeeze] 2025-03-21T20:40:52.9842750Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank1_squeeze] 2025-03-21T20:40:52.9844232Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2] 2025-03-21T20:40:52.9846018Z [gw3] [ 24%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_1 2025-03-21T20:40:52.9847660Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_2 2025-03-21T20:40:52.9849596Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[5x5_3x2x128x128_st1] 2025-03-21T20:40:52.9851216Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x224x224_st2_pd1] 2025-03-21T20:40:52.9852942Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2] 2025-03-21T20:40:52.9854298Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_squeeze] 2025-03-21T20:40:52.9856137Z [gw2] [ 24%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[3x3_1x3x224x224_st2_pd1] 2025-03-21T20:41:13.2161341Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d_nobias] 2025-03-21T20:41:13.2163251Z [gw1] [ 24%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_squeeze] 2025-03-21T20:41:13.2164596Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_dims] 2025-03-21T20:41:13.2166352Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_dims] 2025-03-21T20:41:13.2167889Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_dims_squeeze] 2025-03-21T20:41:13.2169904Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d_nobias] 2025-03-21T20:41:13.2172142Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d] 2025-03-21T20:41:13.2173964Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank2_dims_squeeze] 2025-03-21T20:41:13.2175595Z backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank3_dims_squeeze] 2025-03-21T20:41:13.2177554Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI[two_conv2d] 2025-03-21T20:41:13.2179153Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_3x2x40x40_nobias] 2025-03-21T20:41:13.2181173Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_any.py::test_logical_u55_BI[any_rank3_dims_squeeze] 2025-03-21T20:41:13.2182710Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[randn_pos] 2025-03-21T20:41:13.2184666Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_3x2x40x40_nobias] 2025-03-21T20:41:13.2186406Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x256x256_st1] 2025-03-21T20:41:13.2188381Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x256x256_st1] 2025-03-21T20:41:13.2190582Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x12x12_st2_pd1] 2025-03-21T20:41:13.2192471Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x12x12_st2_pd1] 2025-03-21T20:41:13.2194159Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[1x1_1x2x128x128_st1] 2025-03-21T20:41:13.2196219Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[1x1_1x2x128x128_st1] 2025-03-21T20:41:13.2198056Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T20:41:13.2200088Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[randn_pos] 2025-03-21T20:41:13.2201525Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[randn_neg] 2025-03-21T20:41:13.2203899Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T20:41:13.2205819Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T20:41:13.2208248Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T20:41:13.2210325Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:41:13.2212635Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_2 2025-03-21T20:41:13.2214370Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_3 2025-03-21T20:41:13.2216629Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:41:13.2218794Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2220944Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[randn_neg] 2025-03-21T20:41:13.2222606Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[ramp] 2025-03-21T20:41:13.2224707Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2226744Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2229143Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2231278Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2233855Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2235973Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2238097Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[ramp] 2025-03-21T20:41:13.2239604Z backends/arm/test/ops/test_full.py::TestFull::test_const_full_nhwc_tosa_BI 2025-03-21T20:41:13.2241782Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2243817Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2245807Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_const_full_nhwc_tosa_BI 2025-03-21T20:41:13.2247234Z backends/arm/test/ops/test_full.py::TestFull::test_const_full_tosa_MI 2025-03-21T20:41:13.2249238Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_const_full_tosa_MI 2025-03-21T20:41:13.2250559Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_0 2025-03-21T20:41:13.2252653Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2254716Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2257149Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2259084Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2261156Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_0 2025-03-21T20:41:13.2262905Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_1 2025-03-21T20:41:13.2264964Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:13.2266911Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_3x2x128x128_st1] 2025-03-21T20:41:13.2268787Z [gw1] [ 25%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_1 2025-03-21T20:41:13.2270261Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_2 2025-03-21T20:41:13.2272239Z [gw2] [ 25%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[5x5_3x2x128x128_st1] 2025-03-21T20:41:13.2273911Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x224x224_st2_pd1] 2025-03-21T20:41:13.2276078Z [gw3] [ 25%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_3 2025-03-21T20:41:13.2277879Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_BI_0_affine 2025-03-21T20:41:13.2280035Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[3x3_1x3x224x224_st2_pd1] 2025-03-21T20:41:13.2281711Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d_nobias] 2025-03-21T20:41:13.2283659Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_2 2025-03-21T20:41:13.2285107Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_3 2025-03-21T20:41:13.2287247Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_BI_0_affine 2025-03-21T20:41:13.2289342Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_BI_1__no_affine 2025-03-21T20:41:13.2291518Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_BI_3 2025-03-21T20:41:13.2293530Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d_nobias] 2025-03-21T20:41:13.2295044Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d] 2025-03-21T20:41:13.2296361Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_0 2025-03-21T20:41:13.2298147Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_0 2025-03-21T20:41:13.2299553Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_1 2025-03-21T20:41:13.2301673Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_BI_1__no_affine 2025-03-21T20:41:13.2303758Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_MI_0_affine 2025-03-21T20:41:13.2306288Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI[two_conv2d] 2025-03-21T20:41:57.3026386Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[2x2_3x2x40x40_nobias] 2025-03-21T20:41:57.3028713Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_1 2025-03-21T20:41:57.3030262Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_2 2025-03-21T20:41:57.3032471Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_MI_0_affine 2025-03-21T20:41:57.3034677Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_MI_1__no_affine 2025-03-21T20:41:57.3036897Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_2 2025-03-21T20:41:57.3038794Z backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_3 2025-03-21T20:41:57.3041085Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_tosa_MI_1__no_affine 2025-03-21T20:41:57.3043305Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_u55_BI_0_affine 2025-03-21T20:41:57.3045442Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_like_tosa_MI_3 2025-03-21T20:41:57.3046962Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_0 2025-03-21T20:41:57.3048706Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_0 2025-03-21T20:41:57.3050155Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_1 2025-03-21T20:41:57.3051910Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_1 2025-03-21T20:41:57.3053399Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_2 2025-03-21T20:41:57.3055416Z [gw2] [ 26%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[2x2_3x2x40x40_nobias] 2025-03-21T20:41:57.3057322Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x256x256_st1] 2025-03-21T20:41:57.3059295Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_2 2025-03-21T20:41:57.3060740Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_3 2025-03-21T20:41:57.3062499Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_BI_3 2025-03-21T20:41:57.3063965Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_0 2025-03-21T20:41:57.3065792Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_0 2025-03-21T20:41:57.3067252Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_1 2025-03-21T20:41:57.3069030Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_1 2025-03-21T20:41:57.3070489Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_2 2025-03-21T20:41:57.3072634Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_u55_BI_0_affine 2025-03-21T20:41:57.3074907Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_u55_BI_1__no_affine 2025-03-21T20:41:57.3077039Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_2 2025-03-21T20:41:57.3078479Z backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_3 2025-03-21T20:41:57.3080232Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_tosa_MI_3 2025-03-21T20:41:57.3081665Z backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_0 2025-03-21T20:41:57.3083604Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_0 2025-03-21T20:41:57.3085047Z backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_1 2025-03-21T20:41:57.3087226Z [gw3] [ 26%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu6_u55_BI_1__no_affine 2025-03-21T20:41:57.3089378Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu_u85_BI_0_affine 2025-03-21T20:41:57.3091757Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x256x256_st1] 2025-03-21T20:41:57.3093671Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x12x12_st2_pd1] 2025-03-21T20:41:57.3095648Z [gw1] [ 26%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_1 2025-03-21T20:41:57.3097085Z backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_2 2025-03-21T20:41:57.3099240Z [gw2] [ 26%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x12x12_st2_pd1] 2025-03-21T20:41:57.3101157Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[1x1_1x2x128x128_st1] 2025-03-21T20:41:57.3103116Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_2 2025-03-21T20:41:57.3104561Z backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_3 2025-03-21T20:41:57.3106384Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u55_BI_3 2025-03-21T20:41:57.3107801Z backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_0 2025-03-21T20:41:57.3109808Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[1x1_1x2x128x128_st1] 2025-03-21T20:41:57.3111844Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T20:41:57.3114422Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu_u85_BI_0_affine 2025-03-21T20:41:57.3116602Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu_u85_BI_1__no_affine 2025-03-21T20:41:57.3119183Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T20:41:57.3121462Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T20:41:57.3123845Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_0 2025-03-21T20:41:57.3125314Z backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_1 2025-03-21T20:41:57.3127559Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T20:41:57.3129883Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:41:57.3132066Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_1 2025-03-21T20:41:57.3133504Z backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_2 2025-03-21T20:41:57.3135662Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_batchnorm_relu_u85_BI_1__no_affine 2025-03-21T20:41:57.3137640Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_tosa_BI 2025-03-21T20:41:57.3140285Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:41:57.3142622Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:57.3145246Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_tosa_BI 2025-03-21T20:41:57.3147164Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_tosa_MI 2025-03-21T20:41:57.3149122Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_2 2025-03-21T20:41:57.3150562Z backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_3 2025-03-21T20:41:57.3152517Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_tosa_MI 2025-03-21T20:41:57.3154302Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_u55_BI 2025-03-21T20:41:57.3156731Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:57.3159055Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:57.3161400Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_full_u85_BI_3 2025-03-21T20:41:57.3162850Z backends/arm/test/ops/test_full.py::TestFull::test_integer_value 2025-03-21T20:41:57.3164544Z [gw1] [ 27%] XFAIL backends/arm/test/ops/test_full.py::TestFull::test_integer_value 2025-03-21T20:41:57.3166023Z backends/arm/test/ops/test_full.py::TestFull::test_only_full_tosa_MI 2025-03-21T20:41:57.3167832Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_full.py::TestFull::test_only_full_tosa_MI 2025-03-21T20:41:57.3169360Z backends/arm/test/ops/test_full.py::TestFull::test_set_value_at_runtime 2025-03-21T20:41:57.3171195Z [gw1] [ 27%] XFAIL backends/arm/test/ops/test_full.py::TestFull::test_set_value_at_runtime 2025-03-21T20:41:57.3172693Z backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank1_ones] 2025-03-21T20:41:57.3174988Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:57.3177285Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:41:57.3179448Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank1_ones] 2025-03-21T20:42:26.4178850Z backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank2_rand] 2025-03-21T20:42:26.4180862Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank2_rand] 2025-03-21T20:42:26.4182289Z backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank3_randn] 2025-03-21T20:42:26.4184226Z [gw3] [ 27%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_u55_BI 2025-03-21T20:42:26.4186063Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_u85_BI 2025-03-21T20:42:26.4188003Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank3_randn] 2025-03-21T20:42:26.4189430Z backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank4_randn] 2025-03-21T20:42:26.4191116Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_MI[ge_rank4_randn] 2025-03-21T20:42:26.4192520Z backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank1_ones] 2025-03-21T20:42:26.4194727Z [gw2] [ 27%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:42:26.4196985Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:42:26.4199610Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank1_ones] 2025-03-21T20:42:26.4201086Z backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank2_rand] 2025-03-21T20:42:26.4203093Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank2_rand] 2025-03-21T20:42:26.4204578Z backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank3_randn] 2025-03-21T20:42:26.4206339Z [gw1] [ 27%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank3_randn] 2025-03-21T20:42:26.4207832Z backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank4_randn] 2025-03-21T20:42:26.4210135Z [gw2] [ 28%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:42:26.4212467Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:42:26.4214683Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_ge.py::test_ge_tosa_BI[ge_rank4_randn] 2025-03-21T20:42:26.4216131Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank1_ones] 2025-03-21T20:42:26.4218049Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank1_ones] 2025-03-21T20:42:26.4219480Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank2_rand] 2025-03-21T20:42:26.4221439Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_meandim_u85_BI 2025-03-21T20:42:26.4223479Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_0 2025-03-21T20:42:26.4225479Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank2_rand] 2025-03-21T20:42:26.4226909Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank3_randn] 2025-03-21T20:42:26.4229206Z [gw2] [ 28%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:42:26.4231557Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:42:26.4234003Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_0 2025-03-21T20:42:26.4235839Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_1 2025-03-21T20:42:26.4237766Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank3_randn] 2025-03-21T20:42:26.4239267Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank4_randn] 2025-03-21T20:42:26.4241249Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_1 2025-03-21T20:42:26.4243006Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_2 2025-03-21T20:42:26.4244874Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u55_BI[ge_rank4_randn] 2025-03-21T20:42:26.4246256Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank1_ones] 2025-03-21T20:42:26.4248125Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_2 2025-03-21T20:42:26.4249859Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_3 2025-03-21T20:42:26.4251698Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank1_ones] 2025-03-21T20:42:26.4253058Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank2_rand] 2025-03-21T20:42:26.4254926Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_3 2025-03-21T20:42:26.4256677Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_4 2025-03-21T20:42:26.4258538Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank2_rand] 2025-03-21T20:42:26.4259915Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank3_randn] 2025-03-21T20:42:26.4262363Z [gw2] [ 28%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:42:26.4264623Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:42:26.4267033Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_BI_4 2025-03-21T20:42:26.4268773Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_0 2025-03-21T20:42:26.4270638Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank3_randn] 2025-03-21T20:42:26.4272031Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank4_randn] 2025-03-21T20:42:26.4274048Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_0 2025-03-21T20:42:26.4275789Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_1 2025-03-21T20:42:26.4278034Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_1 2025-03-21T20:42:26.4279777Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_2 2025-03-21T20:42:26.4281633Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u85_BI[ge_rank4_randn] 2025-03-21T20:42:26.4283072Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank1_ones] 2025-03-21T20:42:26.4284860Z [gw1] [ 28%] SKIPPED backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank1_ones] 2025-03-21T20:42:26.4286361Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank2_rand] 2025-03-21T20:42:26.4288171Z [gw1] [ 28%] SKIPPED backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank2_rand] 2025-03-21T20:42:26.4289677Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank3_randn] 2025-03-21T20:42:26.4291499Z [gw1] [ 28%] SKIPPED backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank3_randn] 2025-03-21T20:42:26.4292989Z backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank4_randn] 2025-03-21T20:42:26.4294783Z [gw1] [ 28%] SKIPPED backends/arm/test/ops/test_ge.py::test_ge_u55_BI_on_fvp[ge_rank4_randn] 2025-03-21T20:42:26.4296281Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank1_ones] 2025-03-21T20:42:26.4298239Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_2 2025-03-21T20:42:26.4299985Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_3 2025-03-21T20:42:26.4302064Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_3 2025-03-21T20:42:26.4303788Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_4 2025-03-21T20:42:26.4306266Z [gw2] [ 28%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:42:26.4308312Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_3x2x128x128_st1] 2025-03-21T20:42:26.4310458Z [gw3] [ 28%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_tosa_MI_4 2025-03-21T20:42:26.4312189Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_0 2025-03-21T20:42:26.4314102Z [gw1] [ 28%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank1_ones] 2025-03-21T20:42:26.4315608Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank2_rand] 2025-03-21T20:42:26.4317375Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank2_rand] 2025-03-21T20:42:26.4318871Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank3_randn] 2025-03-21T20:42:26.4320826Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank3_randn] 2025-03-21T20:42:26.4322579Z backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank4_randn] 2025-03-21T20:42:26.4324547Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_0 2025-03-21T20:42:26.4326280Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_1 2025-03-21T20:42:26.4328355Z [gw2] [ 29%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[5x5_3x2x128x128_st1] 2025-03-21T20:42:26.4330234Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x224x224_st2_pd1] 2025-03-21T20:43:10.7879466Z [gw1] [ 29%] XFAIL backends/arm/test/ops/test_ge.py::test_ge_u85_BI_on_fvp[ge_rank4_randn] 2025-03-21T20:43:10.7881014Z backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank1_ones] 2025-03-21T20:43:10.7883209Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank1_ones] 2025-03-21T20:43:10.7884656Z backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank2_rand] 2025-03-21T20:43:10.7886290Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank2_rand] 2025-03-21T20:43:10.7887692Z backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank3_randn] 2025-03-21T20:43:10.7889406Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank3_randn] 2025-03-21T20:43:10.7890847Z backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank4_randn] 2025-03-21T20:43:10.7892578Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_MI[gt_rank4_randn] 2025-03-21T20:43:10.7894008Z backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank1_ones] 2025-03-21T20:43:10.7895700Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank1_ones] 2025-03-21T20:43:10.7897082Z backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank2_rand] 2025-03-21T20:43:10.7899130Z [gw2] [ 29%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[3x3_1x3x224x224_st2_pd1] 2025-03-21T20:43:10.7901052Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[two_conv2d_nobias] 2025-03-21T20:43:10.7903231Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_1 2025-03-21T20:43:10.7905013Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_2 2025-03-21T20:43:10.7906945Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank2_rand] 2025-03-21T20:43:10.7908380Z backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank3_randn] 2025-03-21T20:43:10.7910084Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank3_randn] 2025-03-21T20:43:10.7911547Z backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank4_randn] 2025-03-21T20:43:10.7913457Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_tosa_BI[gt_rank4_randn] 2025-03-21T20:43:10.7914847Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank1_ones] 2025-03-21T20:43:10.7916487Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank1_ones] 2025-03-21T20:43:10.7917886Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank2_rand] 2025-03-21T20:43:10.7919554Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank2_rand] 2025-03-21T20:43:10.7920970Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank3_randn] 2025-03-21T20:43:10.7922880Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank3_randn] 2025-03-21T20:43:10.7924306Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank4_randn] 2025-03-21T20:43:10.7926062Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u55_BI[gt_rank4_randn] 2025-03-21T20:43:10.7927481Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank1_ones] 2025-03-21T20:43:10.7929367Z [gw3] [ 29%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_2 2025-03-21T20:43:10.7931127Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_3 2025-03-21T20:43:10.7933012Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank1_ones] 2025-03-21T20:43:10.7934372Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank2_rand] 2025-03-21T20:43:10.7935749Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank2_rand] 2025-03-21T20:43:10.7937095Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank3_randn] 2025-03-21T20:43:10.7938768Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank3_randn] 2025-03-21T20:43:10.7940395Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank4_randn] 2025-03-21T20:43:10.7942086Z [gw1] [ 29%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u85_BI[gt_rank4_randn] 2025-03-21T20:43:10.7943544Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank1_ones] 2025-03-21T20:43:10.7945259Z [gw1] [ 29%] SKIPPED backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank1_ones] 2025-03-21T20:43:10.7946782Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank2_rand] 2025-03-21T20:43:10.7948606Z [gw1] [ 29%] SKIPPED backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank2_rand] 2025-03-21T20:43:10.7950122Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank3_randn] 2025-03-21T20:43:10.7951955Z [gw1] [ 29%] SKIPPED backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank3_randn] 2025-03-21T20:43:10.7953513Z backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank4_randn] 2025-03-21T20:43:10.7955211Z [gw1] [ 29%] SKIPPED backends/arm/test/ops/test_gt.py::test_gt_u55_BI_on_fvp[gt_rank4_randn] 2025-03-21T20:43:10.7956523Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank1_ones] 2025-03-21T20:43:10.7958326Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank1_ones] 2025-03-21T20:43:10.7959816Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank2_rand] 2025-03-21T20:43:10.7961785Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_3 2025-03-21T20:43:10.7963528Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_4 2025-03-21T20:43:10.7965352Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank2_rand] 2025-03-21T20:43:10.7966826Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank3_randn] 2025-03-21T20:43:10.7968653Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank3_randn] 2025-03-21T20:43:10.7970156Z backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank4_randn] 2025-03-21T20:43:10.7971949Z [gw1] [ 30%] XFAIL backends/arm/test/ops/test_gt.py::test_gt_u85_BI_on_fvp[gt_rank4_randn] 2025-03-21T20:43:10.7973820Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_0_zeros 2025-03-21T20:43:10.7975697Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u55_BI_4 2025-03-21T20:43:10.7977261Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_0 2025-03-21T20:43:10.7979267Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_0_zeros 2025-03-21T20:43:10.7981070Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_1_ones 2025-03-21T20:43:10.7983291Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_1_ones 2025-03-21T20:43:10.7985006Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_2_rand 2025-03-21T20:43:10.7987033Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_2_rand 2025-03-21T20:43:10.7988723Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_3_randn_pos 2025-03-21T20:43:10.7990706Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_3_randn_pos 2025-03-21T20:43:10.7992358Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_4_randn_neg 2025-03-21T20:43:10.7994274Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_4_randn_neg 2025-03-21T20:43:10.7996007Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_5_ramp 2025-03-21T20:43:10.7997754Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_0 2025-03-21T20:43:10.7999144Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_1 2025-03-21T20:43:10.8000902Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_BI_5_ramp 2025-03-21T20:43:10.8002474Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_0_zeros 2025-03-21T20:43:10.8004352Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_0_zeros 2025-03-21T20:43:10.8005908Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_1_ones 2025-03-21T20:43:10.8007818Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_1_ones 2025-03-21T20:43:10.8009375Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_2_rand 2025-03-21T20:43:10.8011242Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_2_rand 2025-03-21T20:43:10.8012836Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_3_randn_pos 2025-03-21T20:43:10.8014744Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_3_randn_pos 2025-03-21T20:43:10.8016310Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_4_randn_neg 2025-03-21T20:43:10.8018141Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_4_randn_neg 2025-03-21T20:43:10.8019873Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_5_ramp 2025-03-21T20:44:06.6222789Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_MI_5_ramp 2025-03-21T20:44:06.6224594Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_0_zeros 2025-03-21T20:44:06.6226562Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_1 2025-03-21T20:44:06.6227921Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_2 2025-03-21T20:44:06.6229732Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_0_zeros 2025-03-21T20:44:06.6231298Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_1_ones 2025-03-21T20:44:06.6234300Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_1_ones 2025-03-21T20:44:06.6236008Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_2_rand 2025-03-21T20:44:06.6237902Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_2_rand 2025-03-21T20:44:06.6239520Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_3_randn_pos 2025-03-21T20:44:06.6241363Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_2 2025-03-21T20:44:06.6242881Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_3 2025-03-21T20:44:06.6244712Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_3_randn_pos 2025-03-21T20:44:06.6246694Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_4_randn_neg 2025-03-21T20:44:06.6248581Z [gw2] [ 30%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[two_conv2d_nobias] 2025-03-21T20:44:06.6249963Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[two_conv2d] 2025-03-21T20:44:06.6251765Z [gw1] [ 30%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_4_randn_neg 2025-03-21T20:44:06.6253357Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_5_ramp 2025-03-21T20:44:06.6255084Z [gw3] [ 30%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_3 2025-03-21T20:44:06.6256423Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_4 2025-03-21T20:44:06.6258171Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u55_BI_5_ramp 2025-03-21T20:44:06.6259769Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_0_zeros 2025-03-21T20:44:06.6261643Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_0_zeros 2025-03-21T20:44:06.6263174Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_1_ones 2025-03-21T20:44:06.6264896Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_relu6_u85_BI_4 2025-03-21T20:44:06.6266459Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_0_2_1x6x4_gp6_st1 2025-03-21T20:44:06.6268368Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_1_ones 2025-03-21T20:44:06.6269902Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_2_rand 2025-03-21T20:44:06.6271869Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_0_2_1x6x4_gp6_st1 2025-03-21T20:44:06.6273533Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_1_two_dw_conv1d 2025-03-21T20:44:06.6275412Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_2_rand 2025-03-21T20:44:06.6277002Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_3_randn_pos 2025-03-21T20:44:06.6278962Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_1_two_dw_conv1d 2025-03-21T20:44:06.6280638Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_2_3_1x3x256_gp3_st1 2025-03-21T20:44:06.6282645Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_3_randn_pos 2025-03-21T20:44:06.6284461Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_4_randn_neg 2025-03-21T20:44:06.6286476Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_2_3_1x3x256_gp3_st1 2025-03-21T20:44:06.6288159Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_3_3_1x3x14_gp3_st1 2025-03-21T20:44:06.6290124Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_4_randn_neg 2025-03-21T20:44:06.6291693Z backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_5_ramp 2025-03-21T20:44:06.6293284Z [gw0] [ 31%] XFAIL backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T20:44:06.6294372Z backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_tosa_MI 2025-03-21T20:44:06.6296277Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv1d_u55_BI_3_3_1x3x14_gp3_st1 2025-03-21T20:44:06.6297982Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_0_2x2_1x6x4x4_gp6_st1 2025-03-21T20:44:06.6299910Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardsigmoid.py::TestHardsigmoid::test_hardsigmoid_tosa_u85_BI_5_ramp 2025-03-21T20:44:06.6301369Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_0_zeros 2025-03-21T20:44:06.6303056Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_0_zeros 2025-03-21T20:44:06.6304613Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_1_ones 2025-03-21T20:44:06.6306581Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_0_2x2_1x6x4x4_gp6_st1 2025-03-21T20:44:06.6308366Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_1_3x3_1x3x256x256_gp3_st1 2025-03-21T20:44:06.6310251Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_1_ones 2025-03-21T20:44:06.6311620Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_2_rand 2025-03-21T20:44:06.6313273Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_2_rand 2025-03-21T20:44:06.6314681Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_3_randn_pos 2025-03-21T20:44:06.6316422Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_3_randn_pos 2025-03-21T20:44:06.6317848Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_4_randn_neg 2025-03-21T20:44:06.6319620Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_4_randn_neg 2025-03-21T20:44:06.6321025Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_5_ramp 2025-03-21T20:44:06.6322915Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_BI_5_ramp 2025-03-21T20:44:06.6324302Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_0_zeros 2025-03-21T20:44:06.6325982Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_0_zeros 2025-03-21T20:44:06.6327356Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_1_ones 2025-03-21T20:44:06.6328995Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_1_ones 2025-03-21T20:44:06.6330360Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_2_rand 2025-03-21T20:44:06.6332544Z [gw3] [ 31%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_1_3x3_1x3x256x256_gp3_st1 2025-03-21T20:44:06.6334395Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_2_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:44:06.6336292Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_2_rand 2025-03-21T20:44:06.6337708Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_3_randn_pos 2025-03-21T20:44:06.6339448Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_3_randn_pos 2025-03-21T20:44:06.6340902Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_4_randn_neg 2025-03-21T20:44:06.6342638Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_4_randn_neg 2025-03-21T20:45:05.8384915Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_5_ramp 2025-03-21T20:45:05.8387485Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_MI_5_ramp 2025-03-21T20:45:05.8389337Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_0_zeros 2025-03-21T20:45:05.8391682Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_0_zeros 2025-03-21T20:45:05.8393523Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_1_ones 2025-03-21T20:45:05.8396025Z [gw1] [ 31%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_1_ones 2025-03-21T20:45:05.8397879Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_2_rand 2025-03-21T20:45:05.8400167Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_2_rand 2025-03-21T20:45:05.8402092Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_3_randn_pos 2025-03-21T20:45:05.8404427Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_3_randn_pos 2025-03-21T20:45:05.8406317Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_4_randn_neg 2025-03-21T20:45:05.8408647Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_4_randn_neg 2025-03-21T20:45:05.8410571Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_5_ramp 2025-03-21T20:45:05.8412733Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u55_BI_on_fvp[two_conv2d] 2025-03-21T20:45:05.8414563Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[2x2_3x2x40x40_nobias] 2025-03-21T20:45:05.8416805Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u55_BI_5_ramp 2025-03-21T20:45:05.8418684Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_0_zeros 2025-03-21T20:45:05.8420901Z [gw2] [ 32%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[2x2_3x2x40x40_nobias] 2025-03-21T20:45:05.8423385Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x256x256_st1] 2025-03-21T20:45:05.8425785Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_0_zeros 2025-03-21T20:45:05.8427677Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_1_ones 2025-03-21T20:45:05.8429870Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_1_ones 2025-03-21T20:45:05.8432129Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_2_rand 2025-03-21T20:45:05.8434416Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_2_rand 2025-03-21T20:45:05.8436310Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_3_randn_pos 2025-03-21T20:45:05.8438599Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x256x256_st1] 2025-03-21T20:45:05.8440479Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x12x12_st2_pd1] 2025-03-21T20:45:05.8442774Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_3_randn_pos 2025-03-21T20:45:05.8444739Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_4_randn_neg 2025-03-21T20:45:05.8447402Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x12x12_st2_pd1] 2025-03-21T20:45:05.8449282Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[1x1_1x2x128x128_st1] 2025-03-21T20:45:05.8451546Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_4_randn_neg 2025-03-21T20:45:05.8453448Z backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_5_ramp 2025-03-21T20:45:05.8455637Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[1x1_1x2x128x128_st1] 2025-03-21T20:45:05.8457641Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T20:45:05.8460037Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardswish.py::TestHardswish::test_hardswish_tosa_u85_BI_5_ramp 2025-03-21T20:45:05.8462060Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_0_zeros 2025-03-21T20:45:05.8464431Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[2x2_1x1x14x13_st2_needs_adjust_pass] 2025-03-21T20:45:05.8466689Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T20:45:05.8469018Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_0_zeros 2025-03-21T20:45:05.8470763Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_1_ones 2025-03-21T20:45:05.8472859Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_1_ones 2025-03-21T20:45:05.8474594Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_2_rand 2025-03-21T20:45:05.8476696Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_2_rand 2025-03-21T20:45:05.8478464Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_3_randn_pos 2025-03-21T20:45:05.8480624Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_3_randn_pos 2025-03-21T20:45:05.8482437Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_4_randn_neg 2025-03-21T20:45:05.8484847Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_1x3x14x15_st3_pd1_needs_adjust_pass] 2025-03-21T20:45:05.8487113Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:45:05.8489509Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_4_randn_neg 2025-03-21T20:45:05.8491298Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_5_ramp 2025-03-21T20:45:05.8493581Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_BI_5_ramp 2025-03-21T20:45:05.8495322Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_0_zeros 2025-03-21T20:45:05.8497427Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_0_zeros 2025-03-21T20:45:05.8499174Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_1_ones 2025-03-21T20:45:05.8501249Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_1_ones 2025-03-21T20:45:05.8502971Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_2_rand 2025-03-21T20:45:05.8505488Z [gw2] [ 32%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[7x7_1x3x16x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T20:45:05.8507949Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:45:05.8510278Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_2_rand 2025-03-21T20:45:05.8512053Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_3_randn_pos 2025-03-21T20:45:05.8514221Z [gw1] [ 32%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_3_randn_pos 2025-03-21T20:45:05.8516042Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_4_randn_neg 2025-03-21T20:45:05.8518233Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_4_randn_neg 2025-03-21T20:45:05.8520017Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_5_ramp 2025-03-21T20:45:05.8522325Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_MI_5_ramp 2025-03-21T20:45:05.8524115Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_0_zeros 2025-03-21T20:45:05.8526589Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[7x7_1x3x15x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T20:45:05.8528902Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:45:05.8531265Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_0_zeros 2025-03-21T20:45:05.8533054Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_1_ones 2025-03-21T20:45:05.8535410Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_1x3x14x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:46:36.2817352Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:46:36.2819715Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_1_ones 2025-03-21T20:46:36.2821337Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_2_rand 2025-03-21T20:46:36.2823632Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_1x3x9x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T20:46:36.2825665Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:46:36.2827875Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_2_rand 2025-03-21T20:46:36.2829575Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_3_randn_pos 2025-03-21T20:46:36.2832366Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x9x8_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:46:36.2834406Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:46:36.2836649Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_3_randn_pos 2025-03-21T20:46:36.2837865Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_4_randn_neg 2025-03-21T20:46:36.2839337Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x8x9_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:46:36.2840494Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:46:36.2841850Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x4_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:46:36.2843234Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:46:36.2844474Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_4_randn_neg 2025-03-21T20:46:36.2845426Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_5_ramp 2025-03-21T20:46:36.2846992Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[4x3_1x3x7x7_st3_pd0_dl1_needs_adjust_pass] 2025-03-21T20:46:36.2848775Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_3x2x128x128_st1] 2025-03-21T20:46:36.2850834Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u55_BI_5_ramp 2025-03-21T20:46:36.2852358Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_0_zeros 2025-03-21T20:46:36.2854164Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_0_zeros 2025-03-21T20:46:36.2855689Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_1_ones 2025-03-21T20:46:36.2857536Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_1_ones 2025-03-21T20:46:36.2859077Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_2_rand 2025-03-21T20:46:36.2860891Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_2_rand 2025-03-21T20:46:36.2862382Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_3_randn_pos 2025-03-21T20:46:36.2864312Z [gw2] [ 33%] XFAIL backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[5x5_3x2x128x128_st1] 2025-03-21T20:46:36.2866167Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x224x224_st2_pd1] 2025-03-21T20:46:36.2868056Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_3_randn_pos 2025-03-21T20:46:36.2869682Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_4_randn_neg 2025-03-21T20:46:36.2871699Z [gw2] [ 33%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[3x3_1x3x224x224_st2_pd1] 2025-03-21T20:46:36.2873333Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[two_conv2d_nobias] 2025-03-21T20:46:36.2875152Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_4_randn_neg 2025-03-21T20:46:36.2876621Z backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_5_ramp 2025-03-21T20:46:36.2878704Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_hardtanh.py::TestHardTanh::test_hardtanh_tosa_u85_BI_5_ramp 2025-03-21T20:46:36.2880425Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_dim] 2025-03-21T20:46:36.2882167Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_dim] 2025-03-21T20:46:36.2883646Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims] 2025-03-21T20:46:36.2885444Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims] 2025-03-21T20:46:36.2887217Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:46:36.2889689Z [gw1] [ 33%] 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:46:36.2892044Z 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:46:36.2894542Z [gw1] [ 33%] 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:46:36.2896410Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims] 2025-03-21T20:46:36.2898489Z [gw1] [ 33%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims] 2025-03-21T20:46:36.2900163Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims_no_bias] 2025-03-21T20:46:36.2902332Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_MI[randn_last_three_dims_no_bias] 2025-03-21T20:46:36.2904057Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_dim] 2025-03-21T20:46:36.2905995Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_dim] 2025-03-21T20:46:36.2907638Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims] 2025-03-21T20:46:36.2909545Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims] 2025-03-21T20:46:36.2911280Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:46:36.2913607Z [gw1] [ 34%] 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:46:36.2915585Z 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:46:36.2917966Z [gw1] [ 34%] 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:46:36.2919755Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims] 2025-03-21T20:46:36.2921719Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims] 2025-03-21T20:46:36.2923676Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims_no_bias] 2025-03-21T20:46:36.2925897Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[randn_last_three_dims_no_bias] 2025-03-21T20:46:36.2927548Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_dim] 2025-03-21T20:46:36.2929410Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_dim] 2025-03-21T20:46:36.2931196Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims] 2025-03-21T20:46:36.2933144Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[two_conv2d_nobias] 2025-03-21T20:46:36.2934597Z backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[two_conv2d] 2025-03-21T20:46:36.2936464Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims] 2025-03-21T20:46:36.2938191Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:46:36.2940604Z [gw1] [ 34%] 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:48:35.7370581Z 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:48:35.7374436Z [gw1] [ 34%] 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:48:35.7388446Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims] 2025-03-21T20:48:35.7390343Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims] 2025-03-21T20:48:35.7391919Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims_no_bias] 2025-03-21T20:48:35.7394161Z [gw3] [ 34%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_2_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:48:35.7396527Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_3_3x3_1x4x256x256_gp4_st1 2025-03-21T20:48:35.7399113Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI[randn_last_three_dims_no_bias] 2025-03-21T20:48:35.7401108Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_dim] 2025-03-21T20:48:35.7403259Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_dim] 2025-03-21T20:48:35.7405082Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims] 2025-03-21T20:48:35.7407508Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims] 2025-03-21T20:48:35.7409588Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T20:48:35.7412278Z [gw1] [ 34%] 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:48:35.7414657Z 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:48:35.7417146Z [gw1] [ 34%] 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:48:35.7419046Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims] 2025-03-21T20:48:35.7421040Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims] 2025-03-21T20:48:35.7423030Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims_no_bias] 2025-03-21T20:48:35.7425168Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI[randn_last_three_dims_no_bias] 2025-03-21T20:48:35.7427082Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[randn_last_dim] 2025-03-21T20:48:35.7429493Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv2d.py::test_convolution_2d_u85_BI_on_fvp[two_conv2d] 2025-03-21T20:48:35.7431217Z backends/arm/test/ops/test_conv2d.py::test_reject_convolution_2d_u55_BI[large_stride] 2025-03-21T20:48:35.7433237Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv2d.py::test_reject_convolution_2d_u55_BI[large_stride] 2025-03-21T20:48:35.7434907Z backends/arm/test/ops/test_conv2d.py::test_reject_convolution_2d_u55_BI[large_kernel_height] 2025-03-21T20:48:35.7437059Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[randn_last_dim] 2025-03-21T20:48:35.7438869Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[rand_last_two_dims] 2025-03-21T20:48:35.7441145Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv2d.py::test_reject_convolution_2d_u55_BI[large_kernel_height] 2025-03-21T20:48:35.7442923Z backends/arm/test/ops/test_conv2d.py::test_reject_convolution_2d_u55_BI[large_kernel] 2025-03-21T20:48:35.7445065Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv2d.py::test_reject_convolution_2d_u55_BI[large_kernel] 2025-03-21T20:48:35.7446837Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_tosa_BI 2025-03-21T20:48:35.7449052Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_tosa_BI 2025-03-21T20:48:35.7450936Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_tosa_MI 2025-03-21T20:48:35.7453132Z [gw1] [ 34%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[rand_last_two_dims] 2025-03-21T20:48:35.7455111Z 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:48:35.7457516Z [gw2] [ 34%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_tosa_MI 2025-03-21T20:48:35.7459465Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_u55_BI 2025-03-21T20:48:35.7461922Z [gw1] [ 35%] PASSED 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:48:35.7464301Z 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:48:35.7467234Z [gw1] [ 35%] PASSED 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:48:35.7469379Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[randn_last_three_dims] 2025-03-21T20:48:35.7471803Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[randn_last_three_dims] 2025-03-21T20:48:35.7473880Z 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:48:35.7476423Z [gw1] [ 35%] PASSED 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:48:35.7478320Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[randn_last_dim] 2025-03-21T20:48:35.7480417Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[randn_last_dim] 2025-03-21T20:48:35.7482219Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[rand_last_two_dims] 2025-03-21T20:48:35.7484359Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[rand_last_two_dims] 2025-03-21T20:48:35.7486395Z 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:48:35.7489246Z [gw1] [ 35%] PASSED 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:48:35.7491606Z 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:48:35.7494508Z [gw1] [ 35%] PASSED 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:48:35.7496685Z backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[randn_last_three_dims] 2025-03-21T20:48:35.7499081Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[randn_last_three_dims] 2025-03-21T20:48:35.7501131Z 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:48:35.7503737Z [gw1] [ 35%] PASSED 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:48:35.7505607Z backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank1_ones] 2025-03-21T20:48:35.7507228Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank1_ones] 2025-03-21T20:48:35.7508604Z backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank2_rand] 2025-03-21T20:48:35.7510206Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank2_rand] 2025-03-21T20:48:35.7511625Z backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank3_randn] 2025-03-21T20:48:35.7513110Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank3_randn] 2025-03-21T20:48:35.7514520Z backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank4_randn] 2025-03-21T20:48:35.7516369Z [gw2] [ 35%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_u55_BI 2025-03-21T20:48:35.7518171Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_u85_BI 2025-03-21T20:48:35.7519899Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_MI[le_rank4_randn] 2025-03-21T20:48:35.7521119Z backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank1_ones] 2025-03-21T20:48:35.7522787Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank1_ones] 2025-03-21T20:48:35.7523985Z backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank2_rand] 2025-03-21T20:49:24.3996111Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank2_rand] 2025-03-21T20:49:24.3997501Z backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank3_randn] 2025-03-21T20:49:24.3999245Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank3_randn] 2025-03-21T20:49:24.4000680Z backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank4_randn] 2025-03-21T20:49:24.4002260Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_tosa_BI[le_rank4_randn] 2025-03-21T20:49:24.4003529Z backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank1_ones] 2025-03-21T20:49:24.4005088Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank1_ones] 2025-03-21T20:49:24.4006394Z backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank2_rand] 2025-03-21T20:49:24.4007997Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank2_rand] 2025-03-21T20:49:24.4009267Z backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank3_randn] 2025-03-21T20:49:24.4010936Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank3_randn] 2025-03-21T20:49:24.4012200Z backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank4_randn] 2025-03-21T20:49:24.4014091Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_u55_BI[le_rank4_randn] 2025-03-21T20:49:24.4015383Z backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank1_ones] 2025-03-21T20:49:24.4017189Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank1_ones] 2025-03-21T20:49:24.4018498Z backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank2_rand] 2025-03-21T20:49:24.4020091Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank2_rand] 2025-03-21T20:49:24.4021353Z backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank3_randn] 2025-03-21T20:49:24.4023420Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank3_randn] 2025-03-21T20:49:24.4024708Z backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank4_randn] 2025-03-21T20:49:24.4026739Z [gw1] [ 35%] PASSED backends/arm/test/ops/test_le.py::test_le_u85_BI[le_rank4_randn] 2025-03-21T20:49:24.4028089Z backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank1_ones] 2025-03-21T20:49:24.4029797Z [gw1] [ 35%] SKIPPED backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank1_ones] 2025-03-21T20:49:24.4031210Z backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank2_rand] 2025-03-21T20:49:24.4032953Z [gw1] [ 36%] SKIPPED backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank2_rand] 2025-03-21T20:49:24.4034349Z backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank3_randn] 2025-03-21T20:49:24.4036164Z [gw1] [ 36%] SKIPPED[0m backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank3_randn] 2025-03-21T20:49:24.4037541Z backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank4_randn] 2025-03-21T20:49:24.4039242Z [gw1] [ 36%] SKIPPED backends/arm/test/ops/test_le.py::test_le_u55_BI_on_fvp[le_rank4_randn] 2025-03-21T20:49:24.4040673Z backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank1_ones] 2025-03-21T20:49:24.4042376Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank1_ones] 2025-03-21T20:49:24.4043786Z backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank2_rand] 2025-03-21T20:49:24.4045530Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank2_rand] 2025-03-21T20:49:24.4046914Z backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank3_randn] 2025-03-21T20:49:24.4048657Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank3_randn] 2025-03-21T20:49:24.4050019Z backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank4_randn] 2025-03-21T20:49:24.4051665Z [gw1] [ 36%] XFAIL backends/arm/test/ops/test_le.py::test_le_u85_BI_on_fvp[le_rank4_randn] 2025-03-21T20:49:24.4053299Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_00_model_linear_rank1_zeros 2025-03-21T20:49:24.4055604Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_00_model_linear_rank1_zeros 2025-03-21T20:49:24.4057386Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_01_model_linear_rank1_ones 2025-03-21T20:49:24.4059649Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_01_model_linear_rank1_ones 2025-03-21T20:49:24.4061637Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_02_model_linear_rank1_negative_ones 2025-03-21T20:49:24.4063992Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_02_model_linear_rank1_negative_ones 2025-03-21T20:49:24.4065991Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_03_model_linear_rank1_rand 2025-03-21T20:49:24.4068480Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_03_model_linear_rank1_rand 2025-03-21T20:49:24.4070459Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_04_model_linear_rank1_negative_large_rand 2025-03-21T20:49:24.4072996Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_04_model_linear_rank1_negative_large_rand 2025-03-21T20:49:24.4074972Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_05_model_linear_rank1_large_randn 2025-03-21T20:49:24.4077309Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_05_model_linear_rank1_large_randn 2025-03-21T20:49:24.4079242Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_06_model_linear_rank4_zeros 2025-03-21T20:49:24.4081466Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_06_model_linear_rank4_zeros 2025-03-21T20:49:24.4083603Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_07_model_linear_rank4_ones 2025-03-21T20:49:24.4085782Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_07_model_linear_rank4_ones 2025-03-21T20:49:24.4087673Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_08_model_linear_rank4_negative_ones 2025-03-21T20:49:24.4090043Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_08_model_linear_rank4_negative_ones 2025-03-21T20:49:24.4091989Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_09_model_linear_rank4_rand 2025-03-21T20:49:24.4093929Z [gw0] [ 36%] XFAIL backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_tosa_MI 2025-03-21T20:49:24.4095249Z backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_u55_BI 2025-03-21T20:49:24.4096929Z [gw0] [ 36%] SKIPPED backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_u55_BI 2025-03-21T20:49:24.4098273Z backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_u85_BI 2025-03-21T20:49:24.4099905Z [gw0] [ 36%] SKIPPED backends/arm/test/models/test_dl3_arm.py::TestDl3::test_dl3_u85_BI 2025-03-21T20:49:24.4101312Z backends/arm/test/models/test_llama.py::TestLlama::test_llama_tosa_MI 2025-03-21T20:49:24.4103051Z [gw0] [ 36%] PASSED backends/arm/test/models/test_llama.py::TestLlama::test_llama_tosa_MI 2025-03-21T20:49:24.4104438Z backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_tosa_BI 2025-03-21T20:49:24.4106621Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_09_model_linear_rank4_rand 2025-03-21T20:49:24.4108523Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_10_model_linear_rank4_negative_large_rand 2025-03-21T20:49:24.4111040Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_10_model_linear_rank4_negative_large_rand 2025-03-21T20:49:24.4113083Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_11_model_linear_rank4_large_randn 2025-03-21T20:49:24.4115444Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_BI_11_model_linear_rank4_large_randn 2025-03-21T20:49:24.4117356Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_00_model_linear_rank1_zeros 2025-03-21T20:49:24.4119591Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_00_model_linear_rank1_zeros 2025-03-21T20:49:24.4121392Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_01_model_linear_rank1_ones 2025-03-21T20:49:24.4123920Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_01_model_linear_rank1_ones 2025-03-21T20:49:24.4129500Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_02_model_linear_rank1_negative_ones 2025-03-21T20:49:24.4135245Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_02_model_linear_rank1_negative_ones 2025-03-21T20:49:24.4137072Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_03_model_linear_rank1_rand 2025-03-21T20:49:24.4139307Z [gw1] [ 36%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_03_model_linear_rank1_rand 2025-03-21T20:49:24.4141227Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_04_model_linear_rank1_negative_large_rand 2025-03-21T20:49:24.4143841Z [gw3] [ 36%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_3_3x3_1x4x256x256_gp4_st1 2025-03-21T20:50:06.7821458Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_xfails_0_3x3_2x8x198x198_gp8_st3 2025-03-21T20:50:06.7825303Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_04_model_linear_rank1_negative_large_rand 2025-03-21T20:50:06.7827508Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_05_model_linear_rank1_large_randn 2025-03-21T20:50:06.7829859Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_05_model_linear_rank1_large_randn 2025-03-21T20:50:06.7831798Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_06_model_linear_rank4_zeros 2025-03-21T20:50:06.7834100Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_06_model_linear_rank4_zeros 2025-03-21T20:50:06.7836034Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_07_model_linear_rank4_ones 2025-03-21T20:50:06.7838281Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_07_model_linear_rank4_ones 2025-03-21T20:50:06.7840272Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_08_model_linear_rank4_negative_ones 2025-03-21T20:50:06.7842571Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_08_model_linear_rank4_negative_ones 2025-03-21T20:50:06.7844519Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_09_model_linear_rank4_rand 2025-03-21T20:50:06.7846808Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_09_model_linear_rank4_rand 2025-03-21T20:50:06.7848895Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_10_model_linear_rank4_negative_large_rand 2025-03-21T20:50:06.7851420Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_10_model_linear_rank4_negative_large_rand 2025-03-21T20:50:06.7853452Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_11_model_linear_rank4_large_randn 2025-03-21T20:50:06.7855840Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_MI_11_model_linear_rank4_large_randn 2025-03-21T20:50:06.7857845Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_0_model_linear_rank1_zeros 2025-03-21T20:50:06.7860122Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_block_bottleneck_residual_u85_BI 2025-03-21T20:50:06.7861943Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_0 2025-03-21T20:50:06.7864065Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_0_model_linear_rank1_zeros 2025-03-21T20:50:06.7866095Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_1_model_linear_rank1_ones 2025-03-21T20:50:06.7868660Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_0 2025-03-21T20:50:06.7870468Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_1 2025-03-21T20:50:06.7872555Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_1 2025-03-21T20:50:06.7874298Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_2 2025-03-21T20:50:06.7876309Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_2 2025-03-21T20:50:06.7878035Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_3 2025-03-21T20:50:06.7880279Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_1_model_linear_rank1_ones 2025-03-21T20:50:06.7882646Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_2_model_linear_rank1_negative_ones 2025-03-21T20:50:06.7884911Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_BI_3 2025-03-21T20:50:06.7886636Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_0 2025-03-21T20:50:06.7888633Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_0 2025-03-21T20:50:06.7890375Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_1 2025-03-21T20:50:06.7892524Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_1 2025-03-21T20:50:06.7894319Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_2 2025-03-21T20:50:06.7896386Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_2 2025-03-21T20:50:06.7898129Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_3 2025-03-21T20:50:06.7900418Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_2_model_linear_rank1_negative_ones 2025-03-21T20:50:06.7902462Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_3_model_linear_rank1_rand 2025-03-21T20:50:06.7904650Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_tosa_MI_3 2025-03-21T20:50:06.7906546Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_0 2025-03-21T20:50:06.7908413Z [gw0] [ 37%] PASSED backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_tosa_BI 2025-03-21T20:50:06.7909786Z backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_tosa_MI 2025-03-21T20:50:06.7911779Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_0 2025-03-21T20:50:06.7913469Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_1 2025-03-21T20:50:06.7915747Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_3_model_linear_rank1_rand 2025-03-21T20:50:06.7917745Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_4_model_linear_rank1_negative_large_rand 2025-03-21T20:50:06.7920308Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_4_model_linear_rank1_negative_large_rand 2025-03-21T20:50:06.7922561Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_5_model_linear_rank1_large_randn 2025-03-21T20:50:06.7924974Z [gw2] [ 37%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_1 2025-03-21T20:50:06.7927056Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_2 2025-03-21T20:50:06.7929102Z [gw0] [ 37%] PASSED backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_tosa_MI 2025-03-21T20:50:06.7930606Z backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_u55_BI 2025-03-21T20:50:06.7932772Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u55_BI_5_model_linear_rank1_large_randn 2025-03-21T20:50:06.7934861Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_00_model_linear_rank1_zeros 2025-03-21T20:50:06.7937361Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_00_model_linear_rank1_zeros 2025-03-21T20:50:06.7939362Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_01_model_linear_rank1_ones 2025-03-21T20:50:06.7941962Z [gw1] [ 37%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_01_model_linear_rank1_ones 2025-03-21T20:50:06.7943885Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_02_model_linear_rank1_negative_ones 2025-03-21T20:50:06.7946566Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_02_model_linear_rank1_negative_ones 2025-03-21T20:50:06.7948589Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_03_model_linear_rank1_rand 2025-03-21T20:50:06.7950837Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_2 2025-03-21T20:50:06.7952566Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_3 2025-03-21T20:50:06.7954832Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_03_model_linear_rank1_rand 2025-03-21T20:50:06.7956818Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_04_model_linear_rank1_negative_large_rand 2025-03-21T20:50:06.7959376Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_04_model_linear_rank1_negative_large_rand 2025-03-21T20:50:06.7961523Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_05_model_linear_rank1_large_randn 2025-03-21T20:50:06.7964053Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_05_model_linear_rank1_large_randn 2025-03-21T20:50:06.7966013Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_06_model_linear_rank4_zeros 2025-03-21T20:50:41.2805362Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_06_model_linear_rank4_zeros 2025-03-21T20:50:41.2807324Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_07_model_linear_rank4_ones 2025-03-21T20:50:41.2809745Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_07_model_linear_rank4_ones 2025-03-21T20:50:41.2812143Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_08_model_linear_rank4_negative_ones 2025-03-21T20:50:41.2814814Z [gw3] [ 38%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_xfails_0_3x3_2x8x198x198_gp8_st3 2025-03-21T20:50:41.2817208Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_xfails_1_two_dw_conv2d 2025-03-21T20:50:41.2819644Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_08_model_linear_rank4_negative_ones 2025-03-21T20:50:41.2821684Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_09_model_linear_rank4_rand 2025-03-21T20:50:41.2824728Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_09_model_linear_rank4_rand 2025-03-21T20:50:41.2827007Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_10_model_linear_rank4_negative_large_rand 2025-03-21T20:50:41.2829595Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_10_model_linear_rank4_negative_large_rand 2025-03-21T20:50:41.2831722Z backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_11_model_linear_rank4_large_randn 2025-03-21T20:50:41.2833890Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u55_BI_3 2025-03-21T20:50:41.2835577Z backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_0 2025-03-21T20:50:41.2838078Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_linear.py::TestLinear::test_linear_tosa_u85_BI_11_model_linear_rank4_large_randn 2025-03-21T20:50:41.2840203Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_0_ones_rank4 2025-03-21T20:50:41.2841974Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_0_ones_rank4 2025-03-21T20:50:41.2843464Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_1_ones_rank3 2025-03-21T20:50:41.2845194Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_1_ones_rank3 2025-03-21T20:50:41.2846579Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_2_rand 2025-03-21T20:50:41.2848303Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_2_rand 2025-03-21T20:50:41.2849709Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_3_randn_pos 2025-03-21T20:50:41.2851721Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_conv_combos.py::TestConvCombos::test_conv_avgpool2d_u85_BI_0 2025-03-21T20:50:41.2853405Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_mult_batches] 2025-03-21T20:50:41.2855352Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_3_randn_pos 2025-03-21T20:50:41.2856775Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_4_randn_spread 2025-03-21T20:50:41.2858707Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_mult_batches] 2025-03-21T20:50:41.2860314Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones] 2025-03-21T20:50:41.2862145Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_4_randn_spread 2025-03-21T20:50:41.2863644Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_5_ramp 2025-03-21T20:50:41.2865332Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones] 2025-03-21T20:50:41.2866945Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones_neg_dim] 2025-03-21T20:50:41.2868760Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_BI_5_ramp 2025-03-21T20:50:41.2870181Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_0_ones_rank4 2025-03-21T20:50:41.2872027Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_0_ones_rank4 2025-03-21T20:50:41.2873448Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_1_ones_rank3 2025-03-21T20:50:41.2875305Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_1_ones_rank3 2025-03-21T20:50:41.2876681Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_2_rand 2025-03-21T20:50:41.2878433Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[ones_neg_dim] 2025-03-21T20:50:41.2880099Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_neg_dim] 2025-03-21T20:50:41.2882073Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_2_rand 2025-03-21T20:50:41.2883554Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_3_randn_pos 2025-03-21T20:50:41.2885282Z [gw1] [ 38%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_3_randn_pos 2025-03-21T20:50:41.2886790Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_4_randn_spread 2025-03-21T20:50:41.2888648Z [gw2] [ 38%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_neg_dim] 2025-03-21T20:50:41.2890094Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros] 2025-03-21T20:50:41.2891903Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_4_randn_spread 2025-03-21T20:50:41.2893373Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_5_ramp 2025-03-21T20:50:41.2895299Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_MI_5_ramp 2025-03-21T20:50:41.2896768Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_0_ones_rank4 2025-03-21T20:50:41.2898504Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros] 2025-03-21T20:50:41.2900075Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros_neg_dim] 2025-03-21T20:50:41.2901971Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[zeros_neg_dim] 2025-03-21T20:50:41.2903500Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand] 2025-03-21T20:50:41.2905365Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_0_ones_rank4 2025-03-21T20:50:41.2906965Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_1_ones_rank3 2025-03-21T20:50:41.2908766Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand] 2025-03-21T20:50:41.2910261Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand_neg_dim] 2025-03-21T20:50:41.2912010Z [gw0] [ 39%] PASSED backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_u55_BI 2025-03-21T20:50:41.2913410Z backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_u85_BI 2025-03-21T20:50:41.2915292Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[rand_neg_dim] 2025-03-21T20:50:41.2916924Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_mult_batches] 2025-03-21T20:50:41.2919047Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI[randn_mult_batches] 2025-03-21T20:50:41.2920547Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones] 2025-03-21T20:50:41.2922618Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_1_ones_rank3 2025-03-21T20:50:41.2924028Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_2_rand 2025-03-21T20:50:41.2925735Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_2_rand 2025-03-21T20:50:41.2927245Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_3_randn_pos 2025-03-21T20:50:41.2929019Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones] 2025-03-21T20:50:41.2930595Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones_neg_dim] 2025-03-21T20:50:41.2932415Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_3_randn_pos 2025-03-21T20:50:41.2933997Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_4_randn_spread 2025-03-21T20:50:41.2935869Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[ones_neg_dim] 2025-03-21T20:50:41.2937656Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_neg_dim] 2025-03-21T20:50:41.2939681Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_4_randn_spread 2025-03-21T20:50:41.2941167Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_5_ramp 2025-03-21T20:50:41.2943090Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_neg_dim] 2025-03-21T20:50:41.2944607Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros] 2025-03-21T20:50:41.2946488Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros] 2025-03-21T20:50:41.2947938Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros_neg_dim] 2025-03-21T20:51:19.2335539Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[zeros_neg_dim] 2025-03-21T20:51:19.2337531Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand] 2025-03-21T20:51:19.2339269Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u55_BI_5_ramp 2025-03-21T20:51:19.2340726Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_0_ones_rank4 2025-03-21T20:51:19.2342471Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand] 2025-03-21T20:51:19.2343961Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand_neg_dim] 2025-03-21T20:51:19.2345914Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_0_ones_rank4 2025-03-21T20:51:19.2347408Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_1_ones_rank3 2025-03-21T20:51:19.2349239Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[rand_neg_dim] 2025-03-21T20:51:19.2350893Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_mult_batches] 2025-03-21T20:51:19.2352899Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI[randn_mult_batches] 2025-03-21T20:51:19.2354492Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[ones] 2025-03-21T20:51:19.2356315Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_1_ones_rank3 2025-03-21T20:51:19.2357780Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_2_rand 2025-03-21T20:51:19.2359578Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[ones] 2025-03-21T20:51:19.2361209Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[ones_neg_dim] 2025-03-21T20:51:19.2363036Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_2_rand 2025-03-21T20:51:19.2364496Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_3_randn_pos 2025-03-21T20:51:19.2366379Z [gw2] [ 39%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[ones_neg_dim] 2025-03-21T20:51:19.2368063Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[randn_neg_dim] 2025-03-21T20:51:19.2369950Z [gw1] [ 39%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_3_randn_pos 2025-03-21T20:51:19.2371452Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_4_randn_spread 2025-03-21T20:51:19.2373210Z [gw0] [ 40%] PASSED backends/arm/test/models/test_lstm_arm.py::TestLSTM::test_lstm_u85_BI 2025-03-21T20:51:19.2374745Z backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T20:51:19.2376738Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[randn_neg_dim] 2025-03-21T20:51:19.2378774Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[zeros] 2025-03-21T20:51:19.2380666Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_4_randn_spread 2025-03-21T20:51:19.2382139Z backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_5_ramp 2025-03-21T20:51:19.2383839Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_log.py::TestLog::test_log_tosa_u85_BI_5_ramp 2025-03-21T20:51:19.2385252Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rank1] 2025-03-21T20:51:19.2387086Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rank1] 2025-03-21T20:51:19.2388535Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rand_rank2] 2025-03-21T20:51:19.2390367Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[zeros] 2025-03-21T20:51:19.2392183Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[zeros_neg_dim] 2025-03-21T20:51:19.2394074Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rand_rank2] 2025-03-21T20:51:19.2395559Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rand_rank3] 2025-03-21T20:51:19.2397347Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rand_rank3] 2025-03-21T20:51:19.2398818Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rand_rank4] 2025-03-21T20:51:19.2400591Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[not_rand_rank4] 2025-03-21T20:51:19.2402042Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rank1] 2025-03-21T20:51:19.2403920Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[zeros_neg_dim] 2025-03-21T20:51:19.2405570Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[rand] 2025-03-21T20:51:19.2407343Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rank1] 2025-03-21T20:51:19.2408795Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rand_rank2] 2025-03-21T20:51:19.2410583Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rand_rank2] 2025-03-21T20:51:19.2412079Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rand_rank3] 2025-03-21T20:51:19.2413871Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rand_rank3] 2025-03-21T20:51:19.2415371Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rand_rank4] 2025-03-21T20:51:19.2417155Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[and_rand_rank4] 2025-03-21T20:51:19.2418615Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rank1] 2025-03-21T20:51:19.2420399Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[rand] 2025-03-21T20:51:19.2514461Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[rand_neg_dim] 2025-03-21T20:51:19.2516863Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rank1] 2025-03-21T20:51:19.2518348Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rand_rank2] 2025-03-21T20:51:19.2520149Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rand_rank2] 2025-03-21T20:51:19.2521650Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rand_rank3] 2025-03-21T20:51:19.2525569Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rand_rank3] 2025-03-21T20:51:19.2527547Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rand_rank4] 2025-03-21T20:51:19.2529365Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[xor_rand_rank4] 2025-03-21T20:51:19.2530832Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rank1] 2025-03-21T20:51:19.2532702Z [gw2] [ 40%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[rand_neg_dim] 2025-03-21T20:51:19.2534433Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[randn_mult_batches] 2025-03-21T20:51:19.2536288Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rank1] 2025-03-21T20:51:19.2537731Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rand_rank2] 2025-03-21T20:51:19.2539519Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rand_rank2] 2025-03-21T20:51:19.2541259Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rand_rank3] 2025-03-21T20:51:19.2543043Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rand_rank3] 2025-03-21T20:51:19.2544529Z backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rand_rank4] 2025-03-21T20:51:19.2546487Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_MI[or_rand_rank4] 2025-03-21T20:51:19.2547934Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rank1] 2025-03-21T20:51:19.2550077Z [gw3] [ 40%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv2d_u55_BI_xfails_1_two_dw_conv2d 2025-03-21T20:51:19.2552145Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_0_2_1x6x4_gp6_st1 2025-03-21T20:51:19.2554165Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rank1] 2025-03-21T20:51:19.2555646Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rand_rank2] 2025-03-21T20:51:19.2557760Z [gw3] [ 40%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_0_2_1x6x4_gp6_st1 2025-03-21T20:51:19.2559755Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_1_two_dw_conv1d 2025-03-21T20:51:19.2561807Z [gw1] [ 40%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rand_rank2] 2025-03-21T20:51:19.2563302Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rand_rank3] 2025-03-21T20:51:19.2565256Z [gw2] [ 40%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u55_BI_on_fvp[randn_mult_batches] 2025-03-21T20:51:19.2566901Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[ones] 2025-03-21T20:51:19.2569016Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_1_two_dw_conv1d 2025-03-21T20:51:19.2571056Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_2_3_1x3x256_gp3_st1 2025-03-21T20:51:35.6591698Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rand_rank3] 2025-03-21T20:51:35.6593444Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rand_rank4] 2025-03-21T20:51:35.6595919Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_2_3_1x3x256_gp3_st1 2025-03-21T20:51:35.6598224Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_3_3_1x3x14_gp3_st1 2025-03-21T20:51:35.6600569Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[not_rand_rank4] 2025-03-21T20:51:35.6602167Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rank1] 2025-03-21T20:51:35.6604905Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_3_3_1x3x14_gp3_st1 2025-03-21T20:51:35.6607299Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_4_2x2_1x6x4x4_gp6_st1 2025-03-21T20:51:35.6609683Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rank1] 2025-03-21T20:51:35.6611290Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rand_rank2] 2025-03-21T20:51:35.6613717Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_4_2x2_1x6x4x4_gp6_st1 2025-03-21T20:51:35.6616036Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_5_3x3_1x3x256x256_gp3_st1 2025-03-21T20:51:35.6618479Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rand_rank2] 2025-03-21T20:51:35.6620466Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rand_rank3] 2025-03-21T20:51:35.6623199Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_5_3x3_1x3x256x256_gp3_st1 2025-03-21T20:51:35.6625755Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_6_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:51:35.6628646Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_6_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:51:35.6631045Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_7_3x3_1x4x256x256_gp4_st1 2025-03-21T20:51:35.6633478Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rand_rank3] 2025-03-21T20:51:35.6635140Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rand_rank4] 2025-03-21T20:51:35.6637643Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_7_3x3_1x4x256x256_gp4_st1 2025-03-21T20:51:35.6639619Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_8_3x3_2x8x198x198_gp8_st3 2025-03-21T20:51:35.6641394Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[and_rand_rank4] 2025-03-21T20:51:35.6642644Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rank1] 2025-03-21T20:51:35.6644213Z [gw2] [ 41%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[ones] 2025-03-21T20:51:35.6645898Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[ones_neg_dim] 2025-03-21T20:51:35.6648363Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_8_3x3_2x8x198x198_gp8_st3 2025-03-21T20:51:35.6650852Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rank1] 2025-03-21T20:51:35.6652403Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rand_rank2] 2025-03-21T20:51:35.6654069Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_9_two_dw_conv2d 2025-03-21T20:51:35.6656250Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rand_rank2] 2025-03-21T20:51:35.6657881Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rand_rank3] 2025-03-21T20:51:35.6660128Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_BI_9_two_dw_conv2d 2025-03-21T20:51:35.6662309Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_0_2_1x6x4_gp6_st1 2025-03-21T20:51:35.6664843Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_0_2_1x6x4_gp6_st1 2025-03-21T20:51:35.6667165Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_1_two_dw_conv1d 2025-03-21T20:51:35.6669017Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rand_rank3] 2025-03-21T20:51:35.6670367Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rand_rank4] 2025-03-21T20:51:35.6671934Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[xor_rand_rank4] 2025-03-21T20:51:35.6673232Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rank1] 2025-03-21T20:51:35.6675039Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_1_two_dw_conv1d 2025-03-21T20:51:35.6676806Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_2_3_1x3x256_gp3_st1 2025-03-21T20:51:35.6678814Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rank1] 2025-03-21T20:51:35.6680230Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rand_rank2] 2025-03-21T20:51:35.6682471Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_2_3_1x3x256_gp3_st1 2025-03-21T20:51:35.6684635Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_3_3_1x3x14_gp3_st1 2025-03-21T20:51:35.6686924Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_3_3_1x3x14_gp3_st1 2025-03-21T20:51:35.6688910Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_4_2x2_1x6x4x4_gp6_st1 2025-03-21T20:51:35.6691095Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_4_2x2_1x6x4x4_gp6_st1 2025-03-21T20:51:35.6693347Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_5_3x3_1x3x256x256_gp3_st1 2025-03-21T20:51:35.6695634Z [gw3] [ 41%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_5_3x3_1x3x256x256_gp3_st1 2025-03-21T20:51:35.6698025Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_6_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:51:35.6699952Z [gw1] [ 41%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rand_rank2] 2025-03-21T20:51:35.6701271Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rand_rank3] 2025-03-21T20:51:35.6703240Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_6_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:51:35.6705172Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_7_3x3_1x4x256x256_gp4_st1 2025-03-21T20:51:35.6707224Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rand_rank3] 2025-03-21T20:51:35.6708560Z backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rand_rank4] 2025-03-21T20:51:35.6710293Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[ones_neg_dim] 2025-03-21T20:51:35.6711809Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[randn_neg_dim] 2025-03-21T20:51:35.6714160Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_7_3x3_1x4x256x256_gp4_st1 2025-03-21T20:51:35.6716189Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_8_3x3_2x8x198x198_gp8_st3 2025-03-21T20:51:35.6718610Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_8_3x3_2x8x198x198_gp8_st3 2025-03-21T20:51:35.6720816Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_9_two_dw_conv2d 2025-03-21T20:51:35.6722931Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_tosa_BI[or_rand_rank4] 2025-03-21T20:51:35.6724469Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rank1] 2025-03-21T20:51:35.6726033Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rank1] 2025-03-21T20:51:35.6727266Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rand_rank2] 2025-03-21T20:51:35.6729488Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_tosa_MI_9_two_dw_conv2d 2025-03-21T20:51:35.6731335Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_0_2_1x6x4_gp6_st1 2025-03-21T20:51:35.6733309Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rand_rank2] 2025-03-21T20:51:35.6734958Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rand_rank3] 2025-03-21T20:51:35.6736552Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rand_rank3] 2025-03-21T20:51:57.3641369Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rand_rank4] 2025-03-21T20:51:57.3643633Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[not_rand_rank4] 2025-03-21T20:51:57.3645244Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rank1] 2025-03-21T20:51:57.3647296Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[randn_neg_dim] 2025-03-21T20:51:57.3649060Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[zeros] 2025-03-21T20:51:57.3650986Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rank1] 2025-03-21T20:51:57.3652595Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rand_rank2] 2025-03-21T20:51:57.3654491Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rand_rank2] 2025-03-21T20:51:57.3656102Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rand_rank3] 2025-03-21T20:51:57.3658379Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_0_2_1x6x4_gp6_st1 2025-03-21T20:51:57.3660529Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_1_two_dw_conv1d 2025-03-21T20:51:57.3662912Z [gw0] [ 42%] PASSED backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T20:51:57.3664746Z backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_MI 2025-03-21T20:51:57.3666872Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rand_rank3] 2025-03-21T20:51:57.3668530Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rand_rank4] 2025-03-21T20:51:57.3670457Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[and_rand_rank4] 2025-03-21T20:51:57.3672032Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rank1] 2025-03-21T20:51:57.3673978Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[zeros] 2025-03-21T20:51:57.3675755Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[zeros_neg_dim] 2025-03-21T20:51:57.3677739Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rank1] 2025-03-21T20:51:57.3679318Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rand_rank2] 2025-03-21T20:51:57.3681242Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rand_rank2] 2025-03-21T20:51:57.3683143Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rand_rank3] 2025-03-21T20:51:57.3685421Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_1_two_dw_conv1d 2025-03-21T20:51:57.3687602Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_2_3_1x3x256_gp3_st1 2025-03-21T20:51:57.3689842Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rand_rank3] 2025-03-21T20:51:57.3691495Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rand_rank4] 2025-03-21T20:51:57.3693443Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[xor_rand_rank4] 2025-03-21T20:51:57.3694973Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rank1] 2025-03-21T20:51:57.3696762Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rank1] 2025-03-21T20:51:57.3698554Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rand_rank2] 2025-03-21T20:51:57.3700474Z [gw1] [ 42%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rand_rank2] 2025-03-21T20:51:57.3702081Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rand_rank3] 2025-03-21T20:51:57.3704157Z [gw2] [ 42%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[zeros_neg_dim] 2025-03-21T20:51:57.3706055Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[rand] 2025-03-21T20:51:57.3708403Z [gw3] [ 42%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_2_3_1x3x256_gp3_st1 2025-03-21T20:51:57.3710603Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_3_3_1x3x14_gp3_st1 2025-03-21T20:51:57.3712824Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rand_rank3] 2025-03-21T20:51:57.3714477Z backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rand_rank4] 2025-03-21T20:51:57.3716382Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u55_BI[or_rand_rank4] 2025-03-21T20:51:57.3717970Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rank1] 2025-03-21T20:51:57.3719787Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rank1] 2025-03-21T20:51:57.3721391Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rand_rank2] 2025-03-21T20:51:57.3723976Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_3_3_1x3x14_gp3_st1 2025-03-21T20:51:57.3726196Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_4_2x2_1x6x4x4_gp6_st1 2025-03-21T20:51:57.3728490Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rand_rank2] 2025-03-21T20:51:57.3730142Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rand_rank3] 2025-03-21T20:51:57.3732094Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rand_rank3] 2025-03-21T20:51:57.3733686Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rand_rank4] 2025-03-21T20:51:57.3735678Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[rand] 2025-03-21T20:51:57.3737443Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[rand_neg_dim] 2025-03-21T20:51:57.3739481Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[not_rand_rank4] 2025-03-21T20:51:57.3741070Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rank1] 2025-03-21T20:51:57.3743064Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rank1] 2025-03-21T20:51:57.3744853Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rand_rank2] 2025-03-21T20:51:57.3746922Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rand_rank2] 2025-03-21T20:51:57.3748563Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rand_rank3] 2025-03-21T20:51:57.3750493Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rand_rank3] 2025-03-21T20:51:57.3752155Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rand_rank4] 2025-03-21T20:51:57.3754500Z [gw3] [ 43%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_4_2x2_1x6x4x4_gp6_st1 2025-03-21T20:51:57.3756810Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_5_3x3_1x3x256x256_gp3_st1 2025-03-21T20:51:57.3759376Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[and_rand_rank4] 2025-03-21T20:51:57.3760989Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rank1] 2025-03-21T20:51:57.3762841Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rank1] 2025-03-21T20:51:57.3764454Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rand_rank2] 2025-03-21T20:51:57.3766519Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[rand_neg_dim] 2025-03-21T20:51:57.3768416Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[randn_mult_batches] 2025-03-21T20:51:57.3770497Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rand_rank2] 2025-03-21T20:51:57.3772150Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rand_rank3] 2025-03-21T20:51:57.3774097Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rand_rank3] 2025-03-21T20:51:57.3775728Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rand_rank4] 2025-03-21T20:51:57.3777692Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[xor_rand_rank4] 2025-03-21T20:51:57.3779260Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rank1] 2025-03-21T20:51:57.3781033Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rank1] 2025-03-21T20:51:57.3782609Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rand_rank2] 2025-03-21T20:51:57.3784535Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rand_rank2] 2025-03-21T20:51:57.3786273Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rand_rank3] 2025-03-21T20:51:57.3788211Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rand_rank3] 2025-03-21T20:51:57.3789883Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rand_rank4] 2025-03-21T20:51:57.3792001Z [gw2] [ 43%] XFAIL backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_u85_BI_on_fvp[randn_mult_batches] 2025-03-21T20:51:57.3793653Z backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank1_ones] 2025-03-21T20:51:57.3795494Z [gw1] [ 43%] PASSED backends/arm/test/ops/test_logical.py::test_logical_u85_BI[or_rand_rank4] 2025-03-21T20:52:31.1069133Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rank1] 2025-03-21T20:52:31.1071213Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank1_ones] 2025-03-21T20:52:31.1072540Z backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank2_rand] 2025-03-21T20:52:31.1074199Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank2_rand] 2025-03-21T20:52:31.1075459Z backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank3_randn] 2025-03-21T20:52:31.1077704Z [gw1] [ 43%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rank1] 2025-03-21T20:52:31.1079147Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rand_rank2] 2025-03-21T20:52:31.1080783Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank3_randn] 2025-03-21T20:52:31.1082019Z backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank4_randn] 2025-03-21T20:52:31.1083710Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_MI[lt_rank4_randn] 2025-03-21T20:52:31.1084969Z backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank1_ones] 2025-03-21T20:52:31.1086585Z [gw2] [ 43%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank1_ones] 2025-03-21T20:52:31.1087929Z backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank2_rand] 2025-03-21T20:52:31.1090334Z [gw3] [ 44%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_5_3x3_1x3x256x256_gp3_st1 2025-03-21T20:52:31.1092315Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_6_3x3_1x4x256x256_gp4_st1 2025-03-21T20:52:31.1094532Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rand_rank2] 2025-03-21T20:52:31.1096060Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rand_rank3] 2025-03-21T20:52:31.1097875Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank2_rand] 2025-03-21T20:52:31.1099178Z backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank3_randn] 2025-03-21T20:52:31.1100806Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank3_randn] 2025-03-21T20:52:31.1102105Z backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank4_randn] 2025-03-21T20:52:31.1103760Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rand_rank3] 2025-03-21T20:52:31.1105245Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rand_rank4] 2025-03-21T20:52:31.1107091Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_tosa_BI[lt_rank4_randn] 2025-03-21T20:52:31.1108434Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank1_ones] 2025-03-21T20:52:31.1109964Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank1_ones] 2025-03-21T20:52:31.1111224Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank2_rand] 2025-03-21T20:52:31.1112801Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank2_rand] 2025-03-21T20:52:31.1114034Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank3_randn] 2025-03-21T20:52:31.1115607Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank3_randn] 2025-03-21T20:52:31.1117654Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[not_rand_rank4] 2025-03-21T20:52:31.1119060Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rank1] 2025-03-21T20:52:31.1120153Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank4_randn] 2025-03-21T20:52:31.1121719Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u55_BI[lt_rank4_randn] 2025-03-21T20:52:31.1123319Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank1_ones] 2025-03-21T20:52:31.1124944Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rank1] 2025-03-21T20:52:31.1126478Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rand_rank2] 2025-03-21T20:52:31.1128277Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank1_ones] 2025-03-21T20:52:31.1129893Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank2_rand] 2025-03-21T20:52:31.1131522Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank2_rand] 2025-03-21T20:52:31.1132697Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank3_randn] 2025-03-21T20:52:31.1134426Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank3_randn] 2025-03-21T20:52:31.1135630Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank4_randn] 2025-03-21T20:52:31.1137270Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rand_rank2] 2025-03-21T20:52:31.1138873Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rand_rank3] 2025-03-21T20:52:31.1140722Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u85_BI[lt_rank4_randn] 2025-03-21T20:52:31.1142044Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank1_ones] 2025-03-21T20:52:31.1144238Z [gw2] [ 44%] SKIPPED backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank1_ones] 2025-03-21T20:52:31.1145720Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank2_rand] 2025-03-21T20:52:31.1147439Z [gw2] [ 44%] SKIPPED backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank2_rand] 2025-03-21T20:52:31.1148749Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank3_randn] 2025-03-21T20:52:31.1150326Z [gw2] [ 44%] SKIPPED backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank3_randn] 2025-03-21T20:52:31.1151584Z backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank4_randn] 2025-03-21T20:52:31.1153292Z [gw2] [ 44%] SKIPPED backends/arm/test/ops/test_lt.py::test_lt_u55_BI_on_fvp[lt_rank4_randn] 2025-03-21T20:52:31.1154672Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank1_ones] 2025-03-21T20:52:31.1156455Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rand_rank3] 2025-03-21T20:52:31.1158062Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rand_rank4] 2025-03-21T20:52:31.1159863Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank1_ones] 2025-03-21T20:52:31.1161238Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank2_rand] 2025-03-21T20:52:31.1162877Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[and_rand_rank4] 2025-03-21T20:52:31.1164521Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rank1] 2025-03-21T20:52:31.1166280Z [gw0] [ 44%] PASSED backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_MI 2025-03-21T20:52:31.1167913Z backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T20:52:31.1169846Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank2_rand] 2025-03-21T20:52:31.1171209Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank3_randn] 2025-03-21T20:52:31.1172869Z [gw1] [ 44%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rank1] 2025-03-21T20:52:31.1174440Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rand_rank2] 2025-03-21T20:52:31.1176166Z [gw2] [ 44%] PASSED backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank3_randn] 2025-03-21T20:52:31.1177557Z backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank4_randn] 2025-03-21T20:52:31.1179234Z [gw1] [ 45%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rand_rank2] 2025-03-21T20:52:31.1180618Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rand_rank3] 2025-03-21T20:52:31.1182233Z [gw2] [ 45%] XFAIL backends/arm/test/ops/test_lt.py::test_lt_u85_BI_on_fvp[lt_rank4_randn] 2025-03-21T20:52:31.1183973Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_0_zeros 2025-03-21T20:52:31.1186173Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_0_zeros 2025-03-21T20:52:31.1187744Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_1_ones 2025-03-21T20:52:31.1189675Z [gw1] [ 45%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rand_rank3] 2025-03-21T20:52:31.1191297Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rand_rank4] 2025-03-21T20:52:31.1193109Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_1_ones 2025-03-21T20:52:31.1194675Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_2_rand 2025-03-21T20:52:31.1196802Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_2_rand 2025-03-21T20:52:31.1198383Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_mult_batches_0_randn 2025-03-21T20:52:31.1200479Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_BI_mult_batches_0_randn 2025-03-21T20:52:31.1202282Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_0_zeros 2025-03-21T20:52:31.1204124Z [gw1] [ 45%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[xor_rand_rank4] 2025-03-21T20:52:31.1205665Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rank1] 2025-03-21T20:52:31.1207530Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_0_zeros 2025-03-21T20:53:15.0166606Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_1_ones 2025-03-21T20:53:15.0169132Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_1_ones 2025-03-21T20:53:15.0170898Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_2_rand 2025-03-21T20:53:15.0173033Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_2_rand 2025-03-21T20:53:15.0174960Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_mult_batches_0_randn 2025-03-21T20:53:15.0177393Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_MI_mult_batches_0_randn 2025-03-21T20:53:15.0179346Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_0_zeros 2025-03-21T20:53:15.0181411Z [gw1] [ 45%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rank1] 2025-03-21T20:53:15.0183116Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rand_rank2] 2025-03-21T20:53:15.0185152Z [gw1] [ 45%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rand_rank2] 2025-03-21T20:53:15.0186929Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rand_rank3] 2025-03-21T20:53:15.0189058Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_0_zeros 2025-03-21T20:53:15.0190940Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_1_ones 2025-03-21T20:53:15.0193041Z [gw1] [ 45%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rand_rank3] 2025-03-21T20:53:15.0194752Z backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rand_rank4] 2025-03-21T20:53:15.0196879Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_1_ones 2025-03-21T20:53:15.0199080Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_2_rand 2025-03-21T20:53:15.0201206Z [gw1] [ 45%] XFAIL backends/arm/test/ops/test_logical.py::test_logical_u85_BI_on_fvp[or_rand_rank4] 2025-03-21T20:53:15.0202865Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones] 2025-03-21T20:53:15.0204774Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones] 2025-03-21T20:53:15.0206415Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones_neg_dim] 2025-03-21T20:53:15.0208561Z [gw2] [ 45%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_2_rand 2025-03-21T20:53:15.0210555Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_mult_batches_0_randn 2025-03-21T20:53:15.0212834Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[ones_neg_dim] 2025-03-21T20:53:15.0214834Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_neg_dim] 2025-03-21T20:53:15.0216961Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_neg_dim] 2025-03-21T20:53:15.0218622Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros] 2025-03-21T20:53:15.0220554Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros] 2025-03-21T20:53:15.0222467Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros_neg_dim] 2025-03-21T20:53:15.0224581Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[zeros_neg_dim] 2025-03-21T20:53:15.0226348Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand] 2025-03-21T20:53:15.0228582Z [gw2] [ 45%] XFAIL backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u55_BI_mult_batches_0_randn 2025-03-21T20:53:15.0230628Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_0_zeros 2025-03-21T20:53:15.0232684Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand] 2025-03-21T20:53:15.0234359Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand_neg_dim] 2025-03-21T20:53:15.0236457Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[rand_neg_dim] 2025-03-21T20:53:15.0238243Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_mult_batches] 2025-03-21T20:53:15.0240930Z [gw1] [ 45%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_MI[randn_mult_batches] 2025-03-21T20:53:15.0242643Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones] 2025-03-21T20:53:15.0244784Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_0_zeros 2025-03-21T20:53:15.0246600Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_1_ones 2025-03-21T20:53:15.0248811Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_1_ones 2025-03-21T20:53:15.0250663Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_2_rand 2025-03-21T20:53:15.0252701Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones] 2025-03-21T20:53:15.0254355Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones_neg_dim] 2025-03-21T20:53:15.0256502Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_2_rand 2025-03-21T20:53:15.0258511Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_mult_batches_0_randn 2025-03-21T20:53:15.0261038Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[ones_neg_dim] 2025-03-21T20:53:15.0262806Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_neg_dim] 2025-03-21T20:53:15.0265131Z [gw2] [ 46%] XFAIL backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_maxpool2d_tosa_u85_BI_mult_batches_0_randn 2025-03-21T20:53:15.0267241Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_reject_maxpool2d_u55_BI_0 2025-03-21T20:53:15.0269394Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[randn_neg_dim] 2025-03-21T20:53:15.0271092Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros] 2025-03-21T20:53:15.0273148Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_reject_maxpool2d_u55_BI_0 2025-03-21T20:53:15.0275148Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_reject_maxpool2d_u55_BI_1 2025-03-21T20:53:15.0277317Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_reject_maxpool2d_u55_BI_1 2025-03-21T20:53:15.0279120Z backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_reject_maxpool2d_u55_BI_2 2025-03-21T20:53:15.0281131Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros] 2025-03-21T20:53:15.0282835Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros_neg_dim] 2025-03-21T20:53:15.0284980Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_max_pool.py::TestMaxPool2d::test_reject_maxpool2d_u55_BI_2 2025-03-21T20:53:15.0286691Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_0 2025-03-21T20:53:15.0288717Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[zeros_neg_dim] 2025-03-21T20:53:15.0290429Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand] 2025-03-21T20:53:15.0292381Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_0 2025-03-21T20:53:15.0313624Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_1 2025-03-21T20:53:15.0316003Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand] 2025-03-21T20:53:15.0317666Z backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand_neg_dim] 2025-03-21T20:53:15.0319731Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_logsoftmax.py::test_log_softmax_tosa_BI[rand_neg_dim] 2025-03-21T20:53:15.0321414Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_3 2025-03-21T20:53:15.0323553Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_1 2025-03-21T20:53:15.0325156Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_2 2025-03-21T20:53:15.0327080Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_3 2025-03-21T20:53:15.0328708Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_4 2025-03-21T20:53:15.0330667Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_4 2025-03-21T20:53:15.0332279Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_0 2025-03-21T20:53:15.0334223Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_2 2025-03-21T20:53:15.0335843Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_3 2025-03-21T20:53:15.0337781Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_3 2025-03-21T20:53:15.0339370Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_4 2025-03-21T20:53:15.0341593Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_BI_4 2025-03-21T20:54:05.6834013Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_0 2025-03-21T20:54:05.6835896Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_0 2025-03-21T20:54:05.6837192Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_1 2025-03-21T20:54:05.6838699Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_1 2025-03-21T20:54:05.6839960Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_2 2025-03-21T20:54:05.6841501Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_0 2025-03-21T20:54:05.6842756Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_1 2025-03-21T20:54:05.6844730Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_2 2025-03-21T20:54:05.6846000Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_3 2025-03-21T20:54:05.6847514Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_3 2025-03-21T20:54:05.6848754Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_4 2025-03-21T20:54:05.6850281Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_tosa_MI_4 2025-03-21T20:54:05.6851523Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_0 2025-03-21T20:54:05.6853018Z [gw1] [ 46%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_1 2025-03-21T20:54:05.6854269Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_2 2025-03-21T20:54:05.6855776Z [gw2] [ 46%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_0 2025-03-21T20:54:05.6857009Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_1 2025-03-21T20:54:05.6858516Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_2 2025-03-21T20:54:05.6859758Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_3 2025-03-21T20:54:05.6861455Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_3 2025-03-21T20:54:05.6862711Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_4 2025-03-21T20:54:05.6864174Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_1 2025-03-21T20:54:05.6865543Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_2 2025-03-21T20:54:05.6867060Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u55_BI_4 2025-03-21T20:54:05.6868318Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_0 2025-03-21T20:54:05.6870189Z [gw3] [ 47%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_6_3x3_1x4x256x256_gp4_st1 2025-03-21T20:54:05.6871996Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_7_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:54:05.6873832Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_2 2025-03-21T20:54:05.6875115Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_3 2025-03-21T20:54:05.6876638Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_0 2025-03-21T20:54:05.6883433Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_1 2025-03-21T20:54:05.6885343Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_3 2025-03-21T20:54:05.6886636Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_4 2025-03-21T20:54:05.6888166Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u55_BI_4 2025-03-21T20:54:05.6889387Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_0 2025-03-21T20:54:05.6890885Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_1 2025-03-21T20:54:05.6892135Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_2 2025-03-21T20:54:05.6893677Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_0 2025-03-21T20:54:05.6894938Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_1 2025-03-21T20:54:05.6896476Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_2 2025-03-21T20:54:05.6897865Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_3 2025-03-21T20:54:05.6899406Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_3 2025-03-21T20:54:05.6900680Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_4 2025-03-21T20:54:05.6902127Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_1 2025-03-21T20:54:05.6903380Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_2 2025-03-21T20:54:05.6904909Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_u85_BI_4 2025-03-21T20:54:05.6906107Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_0 2025-03-21T20:54:05.6907242Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_0 2025-03-21T20:54:05.6908172Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_1 2025-03-21T20:54:05.6909318Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_1 2025-03-21T20:54:05.6910230Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_2 2025-03-21T20:54:05.6911524Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_2 2025-03-21T20:54:05.6912724Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_3 2025-03-21T20:54:05.6914030Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_2 2025-03-21T20:54:05.6914948Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_3 2025-03-21T20:54:05.6916077Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_3 2025-03-21T20:54:05.6916968Z backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_4 2025-03-21T20:54:05.6918072Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_MI_4 2025-03-21T20:54:05.6918961Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_0 2025-03-21T20:54:05.6920268Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_3 2025-03-21T20:54:05.6921524Z backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_4 2025-03-21T20:54:05.6923285Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_0 2025-03-21T20:54:05.6924186Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_1 2025-03-21T20:54:05.6925292Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_1 2025-03-21T20:54:05.6926209Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_2 2025-03-21T20:54:05.6927328Z [gw1] [ 47%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_2 2025-03-21T20:54:05.6928247Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_3 2025-03-21T20:54:05.6929899Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_maximum.py::TestMaximum::test_maximum_u85_BI_4 2025-03-21T20:54:05.6931396Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[zeros] 2025-03-21T20:54:05.6932982Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[zeros] 2025-03-21T20:54:05.6934253Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[ones] 2025-03-21T20:54:05.6935827Z [gw2] [ 47%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[ones] 2025-03-21T20:54:05.6937134Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[rand] 2025-03-21T20:54:05.6938439Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_3 2025-03-21T20:54:05.6939359Z backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_4 2025-03-21T20:54:05.6940742Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[rand] 2025-03-21T20:54:05.6942176Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[randn] 2025-03-21T20:54:05.6943732Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_MI[randn] 2025-03-21T20:54:05.6945019Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[zeros] 2025-03-21T20:54:05.6946487Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_BI_4 2025-03-21T20:54:05.6947423Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_0 2025-03-21T20:54:05.6948753Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[zeros] 2025-03-21T20:54:05.6950090Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[ones] 2025-03-21T20:54:05.6951463Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_0 2025-03-21T20:54:05.6952392Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_1 2025-03-21T20:54:05.6953716Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[ones] 2025-03-21T20:54:05.6954958Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[rand] 2025-03-21T20:54:05.6956281Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_1 2025-03-21T20:54:05.6957165Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_2 2025-03-21T20:54:05.6958515Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[rand] 2025-03-21T20:54:05.6959787Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[randn] 2025-03-21T20:54:55.1810440Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_2 2025-03-21T20:54:55.1811680Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_3 2025-03-21T20:54:55.1813460Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_tosa_BI[randn] 2025-03-21T20:54:55.1815125Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[zeros] 2025-03-21T20:54:55.1816777Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_3 2025-03-21T20:54:55.1817942Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_4 2025-03-21T20:54:55.1819583Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[zeros] 2025-03-21T20:54:55.1821159Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[ones] 2025-03-21T20:54:55.1823166Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_4 2025-03-21T20:54:55.1824328Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_0 2025-03-21T20:54:55.1826088Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[ones] 2025-03-21T20:54:55.1828009Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[rand] 2025-03-21T20:54:55.1830197Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[rand] 2025-03-21T20:54:55.1831822Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[randn] 2025-03-21T20:54:55.1833518Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_0 2025-03-21T20:54:55.1834697Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_1 2025-03-21T20:54:55.1836382Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55[randn] 2025-03-21T20:54:55.1837984Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[zeros] 2025-03-21T20:54:55.1839854Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[zeros] 2025-03-21T20:54:55.1841431Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[ones] 2025-03-21T20:54:55.1843318Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_1 2025-03-21T20:54:55.1844492Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_2 2025-03-21T20:54:55.1846167Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[ones] 2025-03-21T20:54:55.1847747Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[rand] 2025-03-21T20:54:55.1849421Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_2 2025-03-21T20:54:55.1850590Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_3 2025-03-21T20:54:55.1852273Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[rand] 2025-03-21T20:54:55.1853771Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[randn] 2025-03-21T20:54:55.1855603Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85[randn] 2025-03-21T20:54:55.1857273Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[zeros] 2025-03-21T20:54:55.1858986Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_3 2025-03-21T20:54:55.1860108Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_4 2025-03-21T20:54:55.1861529Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_4 2025-03-21T20:54:55.1862748Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_0 2025-03-21T20:54:55.1864560Z [gw2] [ 48%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[zeros] 2025-03-21T20:54:55.1866333Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[ones] 2025-03-21T20:54:55.1868140Z [gw1] [ 48%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_0 2025-03-21T20:54:55.1869456Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_1 2025-03-21T20:54:55.1871304Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[ones] 2025-03-21T20:54:55.1872993Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[rand] 2025-03-21T20:54:55.1875017Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[rand] 2025-03-21T20:54:55.1876686Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[randn] 2025-03-21T20:54:55.1878475Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_1 2025-03-21T20:54:55.1879734Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_2 2025-03-21T20:54:55.1881546Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u55_on_fvp[randn] 2025-03-21T20:54:55.1883226Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[zeros] 2025-03-21T20:54:55.1885349Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_2 2025-03-21T20:54:55.1886634Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_3 2025-03-21T20:54:55.1888475Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[zeros] 2025-03-21T20:54:55.1890174Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[ones] 2025-03-21T20:54:55.1891975Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_3 2025-03-21T20:54:55.1893276Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_4 2025-03-21T20:54:55.1895093Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[ones] 2025-03-21T20:54:55.1896771Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[rand] 2025-03-21T20:54:55.1898833Z [gw0] [ 49%] PASSED backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T20:54:55.1900709Z backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T20:54:55.1902567Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u55_on_fvp_4 2025-03-21T20:54:55.1903851Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_0 2025-03-21T20:54:55.1905772Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[rand] 2025-03-21T20:54:55.1907447Z backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[randn] 2025-03-21T20:54:55.1909275Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_0 2025-03-21T20:54:55.1910584Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_1 2025-03-21T20:54:55.1912413Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_adaptive_avg_pool2d_u85_on_fvp[randn] 2025-03-21T20:54:55.1913999Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[zeros] 2025-03-21T20:54:55.1915702Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[zeros] 2025-03-21T20:54:55.1917098Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[ones] 2025-03-21T20:54:55.1918719Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[ones] 2025-03-21T20:54:55.1920080Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[rand] 2025-03-21T20:54:55.1921708Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_1 2025-03-21T20:54:55.1940488Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_2 2025-03-21T20:54:55.1942216Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[rand] 2025-03-21T20:54:55.1943620Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[randn] 2025-03-21T20:54:55.1945442Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_MI[randn] 2025-03-21T20:54:55.1946835Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[zeros] 2025-03-21T20:54:55.1948492Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_2 2025-03-21T20:54:55.1949799Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_3 2025-03-21T20:54:55.1951446Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[zeros] 2025-03-21T20:54:55.1952826Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[ones] 2025-03-21T20:54:55.1954508Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[ones] 2025-03-21T20:54:55.1955885Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[rand] 2025-03-21T20:54:55.1957493Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_3 2025-03-21T20:54:55.1958987Z backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_4 2025-03-21T20:54:55.1960846Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[rand] 2025-03-21T20:54:55.1962240Z backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[randn] 2025-03-21T20:54:55.1963951Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_tosa_BI[randn] 2025-03-21T20:54:55.1965307Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55[zeros] 2025-03-21T20:54:55.1966936Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u55[zeros] 2025-03-21T20:54:55.1968251Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55[ones] 2025-03-21T20:54:55.1969838Z [gw1] [ 49%] PASSED backends/arm/test/ops/test_mm.py::test_mm_tosa_u85_on_fvp_4 2025-03-21T20:54:55.1971451Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_0_op_mul_rank2_rand 2025-03-21T20:54:55.1973556Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u55[ones] 2025-03-21T20:54:55.1974797Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55[rand] 2025-03-21T20:54:55.1976377Z [gw2] [ 49%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u55[rand] 2025-03-21T20:55:38.2523045Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55[randn] 2025-03-21T20:55:38.2525416Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_0_op_mul_rank2_rand 2025-03-21T20:55:38.2527378Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_1_op_mul_rank3_randn 2025-03-21T20:55:38.2529374Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u55[randn] 2025-03-21T20:55:38.2530684Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85[zeros] 2025-03-21T20:55:38.2532743Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_1_op_mul_rank3_randn 2025-03-21T20:55:38.2534746Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_2_op_mul_rank4_randn 2025-03-21T20:55:38.2537082Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_2_op_mul_rank4_randn 2025-03-21T20:55:38.2539067Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_BI_3_op_mul_rank4_randn_2 2025-03-21T20:55:38.2541043Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u85[zeros] 2025-03-21T20:55:38.2542345Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85[ones] 2025-03-21T20:55:38.2544386Z [gw1] [ 50%] 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:55:38.2546510Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_0_op_mul_rank2_rand 2025-03-21T20:55:38.2548905Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_0_op_mul_rank2_rand 2025-03-21T20:55:38.2550873Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_1_op_mul_rank3_randn 2025-03-21T20:55:38.2553213Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_1_op_mul_rank3_randn 2025-03-21T20:55:38.2555163Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_2_op_mul_rank4_randn 2025-03-21T20:55:38.2557101Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u85[ones] 2025-03-21T20:55:38.2558409Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85[rand] 2025-03-21T20:55:38.2560399Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_2_op_mul_rank4_randn 2025-03-21T20:55:38.2562744Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_diff_input_ranks_tosa_MI_3_op_mul_rank4_randn_2 2025-03-21T20:55:38.2564979Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u85[rand] 2025-03-21T20:55:38.2566386Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85[randn] 2025-03-21T20:55:38.2568021Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u85[randn] 2025-03-21T20:55:38.2569404Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[zeros] 2025-03-21T20:55:38.2571471Z [gw1] [ 50%] 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:55:38.2573310Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_0_op_mul_rank1_rand 2025-03-21T20:55:38.2575742Z [gw3] [ 50%] PASSED backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_7_3x3_1x4x256x256_gp4_nobias 2025-03-21T20:55:38.2578339Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_xfails_0_3x3_2x8x198x198_gp8_st3 2025-03-21T20:55:38.2580768Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_0_op_mul_rank1_rand 2025-03-21T20:55:38.2582445Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_1_op_mul_rank2_rand 2025-03-21T20:55:38.2584434Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_1_op_mul_rank2_rand 2025-03-21T20:55:38.2586195Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_2_op_mul_rank3_randn 2025-03-21T20:55:38.2588218Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_2_op_mul_rank3_randn 2025-03-21T20:55:38.2589891Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_3_op_mul_rank4_randn 2025-03-21T20:55:38.2591924Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_3_op_mul_rank4_randn 2025-03-21T20:55:38.2593737Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:55:38.2595984Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:55:38.2597886Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:55:38.2600164Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:55:38.2601960Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_6_op_mul_rank4_large_randn 2025-03-21T20:55:38.2604080Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_BI_6_op_mul_rank4_large_randn 2025-03-21T20:55:38.2605781Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_0_op_mul_rank1_rand 2025-03-21T20:55:38.2607695Z [gw2] [ 50%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[zeros] 2025-03-21T20:55:38.2609163Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[ones] 2025-03-21T20:55:38.2611051Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_0_op_mul_rank1_rand 2025-03-21T20:55:38.2612716Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_1_op_mul_rank2_rand 2025-03-21T20:55:38.2614683Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_1_op_mul_rank2_rand 2025-03-21T20:55:38.2616335Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_2_op_mul_rank3_randn 2025-03-21T20:55:38.2618355Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_2_op_mul_rank3_randn 2025-03-21T20:55:38.2620017Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_3_op_mul_rank4_randn 2025-03-21T20:55:38.2622409Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_3_op_mul_rank4_randn 2025-03-21T20:55:38.2624417Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:55:38.2626785Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:55:38.2628684Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:55:38.2630953Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:55:38.2632778Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_6_op_mul_rank4_large_randn 2025-03-21T20:55:38.2634885Z [gw1] [ 50%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_tosa_MI_6_op_mul_rank4_large_randn 2025-03-21T20:55:38.2636591Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_0_op_mul_rank1_rand 2025-03-21T20:55:38.2638761Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_0_op_mul_rank1_rand 2025-03-21T20:55:38.2640386Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_1_op_mul_rank2_rand 2025-03-21T20:55:38.2642239Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[ones] 2025-03-21T20:55:38.2643692Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[rand] 2025-03-21T20:55:38.2645550Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_1_op_mul_rank2_rand 2025-03-21T20:55:38.2647186Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_2_op_mul_rank3_randn 2025-03-21T20:55:38.2649187Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_2_op_mul_rank3_randn 2025-03-21T20:55:38.2650798Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_3_op_mul_rank4_randn 2025-03-21T20:55:38.2652696Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[rand] 2025-03-21T20:55:38.2654149Z backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[randn] 2025-03-21T20:55:38.2656490Z [gw3] [ 51%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_xfails_0_3x3_2x8x198x198_gp8_st3 2025-03-21T20:55:38.2658821Z backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_xfails_1_two_dw_conv2d 2025-03-21T20:55:38.2661091Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_3_op_mul_rank4_randn 2025-03-21T20:55:38.2662845Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:55:38.2665047Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:55:38.2667050Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:55:38.2669320Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:55:38.2671130Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_6_op_mul_rank4_large_randn 2025-03-21T20:55:38.2673054Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u55_on_fvp[randn] 2025-03-21T20:56:11.0719990Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[zeros] 2025-03-21T20:56:11.0722217Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u55_BI_6_op_mul_rank4_large_randn 2025-03-21T20:56:11.0723783Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_0_op_mul_rank1_rand 2025-03-21T20:56:11.0725388Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[zeros] 2025-03-21T20:56:11.0726942Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[ones] 2025-03-21T20:56:11.0728928Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_0_op_mul_rank1_rand 2025-03-21T20:56:11.0730420Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_1_op_mul_rank2_rand 2025-03-21T20:56:11.0732159Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_1_op_mul_rank2_rand 2025-03-21T20:56:11.0733554Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_2_op_mul_rank3_randn 2025-03-21T20:56:11.0735108Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[ones] 2025-03-21T20:56:11.0736367Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[rand] 2025-03-21T20:56:11.0738142Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_2_op_mul_rank3_randn 2025-03-21T20:56:11.0739851Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_3_op_mul_rank4_randn 2025-03-21T20:56:11.0741398Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[rand] 2025-03-21T20:56:11.0742572Z backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[randn] 2025-03-21T20:56:11.0744084Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_3_op_mul_rank4_randn 2025-03-21T20:56:11.0745651Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:56:11.0747597Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_4_op_mul_rank4_ones_mul_negative 2025-03-21T20:56:11.0749349Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:56:11.0751207Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_mean_dim.py::test_mean_u85_on_fvp[randn] 2025-03-21T20:56:11.0752670Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_0 2025-03-21T20:56:11.0754450Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_5_op_mul_rank4_negative_large_rand 2025-03-21T20:56:11.0755997Z backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_6_op_mul_rank4_large_randn 2025-03-21T20:56:11.0757835Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_0 2025-03-21T20:56:11.0759340Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_1 2025-03-21T20:56:11.0761084Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_mul.py::TestMul::test_mul_u85_BI_6_op_mul_rank4_large_randn 2025-03-21T20:56:11.0762563Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_0_rank_2 2025-03-21T20:56:11.0764433Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_0_rank_2 2025-03-21T20:56:11.0765918Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_1_rank_3 2025-03-21T20:56:11.0767608Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_1 2025-03-21T20:56:11.0769030Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_2 2025-03-21T20:56:11.0770721Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_1_rank_3 2025-03-21T20:56:11.0772168Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_2_rank_3 2025-03-21T20:56:11.0773899Z [gw2] [ 51%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_2 2025-03-21T20:56:11.0775250Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_3 2025-03-21T20:56:11.0776927Z [gw1] [ 51%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_2_rank_3 2025-03-21T20:56:11.0778654Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_3_rank_4 2025-03-21T20:56:11.0780438Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_3 2025-03-21T20:56:11.0781768Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_4 2025-03-21T20:56:11.0783642Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_3_rank_4 2025-03-21T20:56:11.0785166Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_4_rank_4 2025-03-21T20:56:11.0787079Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_BI_4 2025-03-21T20:56:11.0788560Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_0 2025-03-21T20:56:11.0790169Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_0 2025-03-21T20:56:11.0791687Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_1 2025-03-21T20:56:11.0793372Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_1 2025-03-21T20:56:11.0794824Z backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_2 2025-03-21T20:56:11.0796602Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_minimum.py::TestMinimum::test_minimum_tosa_MI_2 2025-03-21T20:56:11.0798022Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_3_randn_pos 2025-03-21T20:56:11.0800129Z [gw3] [ 52%] XFAIL backends/arm/test/ops/test_depthwise_conv.py::TestDepthwiseConv::test_dw_conv_u85_BI_xfails_1_two_dw_conv2d 2025-03-21T20:56:11.0801866Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_0_op_div_rank1_ones 2025-03-21T20:56:11.0803676Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_4_rank_4 2025-03-21T20:56:11.0805171Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_5_rank_4 2025-03-21T20:56:11.0806975Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_3_randn_pos 2025-03-21T20:56:11.0808434Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_4_randn_neg 2025-03-21T20:56:11.0810101Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_4_randn_neg 2025-03-21T20:56:11.0811429Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_5_ramp 2025-03-21T20:56:11.0813154Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_BI_5_rank_4 2025-03-21T20:56:11.0814646Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_0_rank_2 2025-03-21T20:56:11.0816436Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_5_ramp 2025-03-21T20:56:11.0817754Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_0_zeros 2025-03-21T20:56:11.0819489Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_0_op_div_rank1_ones 2025-03-21T20:56:11.0821072Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_1_op_div_rank1_negative_ones 2025-03-21T20:56:11.0924433Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_0_zeros 2025-03-21T20:56:11.0925847Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_1_ones 2025-03-21T20:56:11.0927551Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_0_rank_2 2025-03-21T20:56:11.0929143Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_1_rank_3 2025-03-21T20:56:11.0931119Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_1_op_div_rank1_negative_ones 2025-03-21T20:56:11.0933208Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_2_op_div_rank1_rand 2025-03-21T20:56:11.0934990Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_1_ones 2025-03-21T20:56:11.0936435Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_2_rand 2025-03-21T20:56:11.0938300Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_1_rank_3 2025-03-21T20:56:11.0939789Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_2_rank_3 2025-03-21T20:56:11.0941697Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_2_rank_3 2025-03-21T20:56:11.0943326Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_3_rank_4 2025-03-21T20:56:11.0945174Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_2_rand 2025-03-21T20:56:11.0946890Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_3_randn_pos 2025-03-21T20:56:11.0948782Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_2_op_div_rank1_rand 2025-03-21T20:56:11.0950305Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_3_op_div_rank4_ones 2025-03-21T20:56:11.0952127Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_3_rank_4 2025-03-21T20:56:11.0953603Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_4_rank_4 2025-03-21T20:56:11.0955321Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_3_op_div_rank4_ones 2025-03-21T20:56:11.0956816Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_4_op_div_rank4_negative_ones 2025-03-21T20:56:33.5127147Z [gw2] [ 52%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_3_randn_pos 2025-03-21T20:56:33.5128858Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_4_randn_neg 2025-03-21T20:56:33.5130899Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_4_rank_4 2025-03-21T20:56:33.5132569Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_5_rank_4 2025-03-21T20:56:33.5134571Z [gw1] [ 52%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_tosa_MI_5_rank_4 2025-03-21T20:56:33.5136208Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u55_BI_0_rank_2 2025-03-21T20:56:33.5138305Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_4_op_div_rank4_negative_ones 2025-03-21T20:56:33.5140142Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_5_op_div_rank4_ones_div_negative 2025-03-21T20:56:33.5142366Z [gw3] [ 52%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_5_op_div_rank4_ones_div_negative 2025-03-21T20:56:33.5144152Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_6_op_div_rank4_large_rand 2025-03-21T20:56:33.5146261Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_4_randn_neg 2025-03-21T20:56:33.5147743Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_5_ramp 2025-03-21T20:56:33.5149558Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u55_BI_5_ramp 2025-03-21T20:56:33.5151115Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_0_zeros 2025-03-21T20:56:33.5153119Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_6_op_div_rank4_large_rand 2025-03-21T20:56:33.5154857Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_7_op_div_rank4_negative_large_rand 2025-03-21T20:56:33.5157374Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u55_BI_0_rank_2 2025-03-21T20:56:33.5159439Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_0_rank_2 2025-03-21T20:56:33.5161401Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_0_zeros 2025-03-21T20:56:33.5162908Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_1_ones 2025-03-21T20:56:33.5164750Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_1_ones 2025-03-21T20:56:33.5166280Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_2_rand 2025-03-21T20:56:33.5168125Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_2_rand 2025-03-21T20:56:33.5169680Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_3_randn_pos 2025-03-21T20:56:33.5171791Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_7_op_div_rank4_negative_large_rand 2025-03-21T20:56:33.5173847Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_8_op_div_rank4_large_randn 2025-03-21T20:56:33.5175806Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_3_randn_pos 2025-03-21T20:56:33.5177376Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_4_randn_neg 2025-03-21T20:56:33.5179413Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_BI_8_op_div_rank4_large_randn 2025-03-21T20:56:33.5181135Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_0_op_div_rank1_ones 2025-03-21T20:56:33.5183157Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_0_rank_2 2025-03-21T20:56:33.5184860Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_1_rank_3 2025-03-21T20:56:33.5187032Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_0_op_div_rank1_ones 2025-03-21T20:56:33.5188776Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_1_op_div_rank1_negative_ones 2025-03-21T20:56:33.5190826Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_1_op_div_rank1_negative_ones 2025-03-21T20:56:33.5192571Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_2_op_div_rank1_rand 2025-03-21T20:56:33.5194530Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_2_op_div_rank1_rand 2025-03-21T20:56:33.5196121Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_3_op_div_rank4_ones 2025-03-21T20:56:33.5198052Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_4_randn_neg 2025-03-21T20:56:33.5199559Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_5_ramp 2025-03-21T20:56:33.5201520Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_3_op_div_rank4_ones 2025-03-21T20:56:33.5203188Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_4_op_div_rank4_negative_ones 2025-03-21T20:56:33.5205272Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_1_rank_3 2025-03-21T20:56:33.5206913Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_2_rank_3 2025-03-21T20:56:33.5208889Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_4_op_div_rank4_negative_ones 2025-03-21T20:56:33.5210477Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_5_op_div_rank4_ones_div_negative 2025-03-21T20:56:33.5212484Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_u85_BI_5_ramp 2025-03-21T20:56:33.5214064Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_0 2025-03-21T20:56:33.5216581Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_5_op_div_rank4_ones_div_negative 2025-03-21T20:56:33.5218387Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_6_op_div_rank4_large_rand 2025-03-21T20:56:33.5220478Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_6_op_div_rank4_large_rand 2025-03-21T20:56:33.5222595Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_7_op_div_rank4_negative_large_rand 2025-03-21T20:56:33.5224907Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_7_op_div_rank4_negative_large_rand 2025-03-21T20:56:33.5226858Z backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_8_op_div_rank4_large_randn 2025-03-21T20:56:33.5228992Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_tosa_MI_8_op_div_rank4_large_randn 2025-03-21T20:56:33.5230727Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_0_op_div_rank1_ones 2025-03-21T20:56:33.5232787Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_0 2025-03-21T20:56:33.5234430Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_1 2025-03-21T20:56:33.5236439Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_2_rank_3 2025-03-21T20:56:33.5238134Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_3_rank_4 2025-03-21T20:56:33.5240155Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_1 2025-03-21T20:56:33.5241811Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_2 2025-03-21T20:56:33.5243718Z [gw2] [ 53%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_2 2025-03-21T20:56:33.5245351Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_3 2025-03-21T20:56:33.5247372Z [gw3] [ 53%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_0_op_div_rank1_ones 2025-03-21T20:56:33.5249103Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_1_op_div_rank1_negative_ones 2025-03-21T20:56:33.5251195Z [gw1] [ 53%] PASSED backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_3_rank_4 2025-03-21T20:56:33.5252971Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_xfails_0_rank_4 2025-03-21T20:56:33.5254882Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_3 2025-03-21T20:56:33.5256541Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_4 2025-03-21T20:56:33.5258615Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_1_op_div_rank1_negative_ones 2025-03-21T20:56:33.5260349Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_2_op_div_rank1_rand 2025-03-21T20:56:33.5262350Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_4 2025-03-21T20:56:33.5263984Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_5 2025-03-21T20:56:33.5266178Z [gw1] [ 54%] XFAIL backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_xfails_0_rank_4 2025-03-21T20:56:33.5268000Z backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_xfails_1_rank_4 2025-03-21T20:56:33.5270082Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_5 2025-03-21T20:56:33.5271769Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_6 2025-03-21T20:56:33.5273764Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_BI_6 2025-03-21T20:56:33.5275619Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_0 2025-03-21T20:56:49.0923606Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_0 2025-03-21T20:56:49.0925437Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_1 2025-03-21T20:56:49.0926849Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_1 2025-03-21T20:56:49.0927870Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_2 2025-03-21T20:56:49.0929065Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_2 2025-03-21T20:56:49.0930023Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_3 2025-03-21T20:56:49.0931251Z [gw1] [ 54%] XFAIL backends/arm/test/ops/test_permute.py::TestPermute::test_permute_u85_BI_xfails_1_rank_4 2025-03-21T20:56:49.0932940Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_0_op_reciprocal_rank1_ones 2025-03-21T20:56:49.0934991Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_3 2025-03-21T20:56:49.0936306Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_4 2025-03-21T20:56:49.0938158Z [gw3] [ 54%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_2_op_div_rank1_rand 2025-03-21T20:56:49.0939198Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_0_op_div_rank4_ones 2025-03-21T20:56:49.0940362Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_4 2025-03-21T20:56:49.0941341Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_5 2025-03-21T20:56:49.0942704Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_0_op_reciprocal_rank1_ones 2025-03-21T20:56:49.0944091Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_1_op_reciprocal_rank1_rand 2025-03-21T20:56:49.0945603Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_5 2025-03-21T20:56:49.0946561Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_6 2025-03-21T20:56:49.0947664Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_tosa_MI_6 2025-03-21T20:56:49.0948680Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_0 2025-03-21T20:56:49.0949994Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_1_op_reciprocal_rank1_rand 2025-03-21T20:56:49.0951387Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_2_op_reciprocal_rank1_negative_ones 2025-03-21T20:56:49.0953048Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_2_op_reciprocal_rank1_negative_ones 2025-03-21T20:56:49.0954449Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_3_op_reciprocal_rank4_ones 2025-03-21T20:56:49.0955803Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_0 2025-03-21T20:56:49.0956726Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_1 2025-03-21T20:56:49.0958205Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_3_op_reciprocal_rank4_ones 2025-03-21T20:56:49.0959478Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_4_op_reciprocal_rank4_negative_ones 2025-03-21T20:56:49.0960745Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_1 2025-03-21T20:56:49.0961805Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_2 2025-03-21T20:56:49.0963208Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_4_op_reciprocal_rank4_negative_ones 2025-03-21T20:56:49.0964555Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_5_op_reciprocal_rank4_ones_reciprocal_negative 2025-03-21T20:56:49.0966146Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_5_op_reciprocal_rank4_ones_reciprocal_negative 2025-03-21T20:56:49.0967983Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_6_op_reciprocal_rank4_large_rand 2025-03-21T20:56:49.0969292Z [gw3] [ 54%] XFAIL backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_0_op_div_rank4_ones 2025-03-21T20:56:49.0970267Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_1_op_div_rank4_negative_ones 2025-03-21T20:56:49.0971466Z [gw2] [ 54%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_2 2025-03-21T20:56:49.0972351Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_3 2025-03-21T20:56:49.0973629Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_6_op_reciprocal_rank4_large_rand 2025-03-21T20:56:49.0975038Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_7_op_reciprocal_rank4_negative_large_rand 2025-03-21T20:56:49.0976597Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_7_op_reciprocal_rank4_negative_large_rand 2025-03-21T20:56:49.0977912Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_8_op_reciprocal_rank4_large_randn 2025-03-21T20:56:49.0979389Z [gw1] [ 54%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_BI_8_op_reciprocal_rank4_large_randn 2025-03-21T20:56:49.0980632Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_0_op_reciprocal_rank1_ones 2025-03-21T20:56:49.0981885Z [gw0] [ 55%] PASSED backends/arm/test/models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T20:56:49.0982821Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[normalize] 2025-03-21T20:56:49.0983872Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_3 2025-03-21T20:56:49.0984751Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_4 2025-03-21T20:56:49.0986131Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_0_op_reciprocal_rank1_ones 2025-03-21T20:56:49.0987344Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_1_op_reciprocal_rank1_rand 2025-03-21T20:56:49.0988748Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_1_op_reciprocal_rank1_rand 2025-03-21T20:56:49.0990001Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_2_op_reciprocal_rank1_negative_ones 2025-03-21T20:56:49.0991492Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_2_op_reciprocal_rank1_negative_ones 2025-03-21T20:56:49.0992745Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_3_op_reciprocal_rank4_ones 2025-03-21T20:56:49.0994003Z [gw3] [ 55%] XFAIL backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_1_op_div_rank4_negative_ones 2025-03-21T20:56:49.0995022Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_2_op_div_rank4_ones_div_negative 2025-03-21T20:56:49.0996588Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_3_op_reciprocal_rank4_ones 2025-03-21T20:56:49.0997851Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_4_op_reciprocal_rank4_negative_ones 2025-03-21T20:56:49.0999095Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_4 2025-03-21T20:56:49.0999970Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_5 2025-03-21T20:56:49.1001258Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_4_op_reciprocal_rank4_negative_ones 2025-03-21T20:56:49.1002586Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_5_op_reciprocal_rank4_ones_reciprocal_negative 2025-03-21T20:56:49.1003921Z [gw0] [ 55%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[normalize] 2025-03-21T20:56:49.1004911Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-03-21T20:56:49.1005983Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_5 2025-03-21T20:56:49.1006853Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_6 2025-03-21T20:56:49.1007929Z [gw0] [ 55%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-03-21T20:56:49.1008848Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[one_hot] 2025-03-21T20:56:49.1009875Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u55_BI_6 2025-03-21T20:56:49.1010752Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_0 2025-03-21T20:56:49.1011809Z [gw0] [ 55%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[one_hot] 2025-03-21T20:57:15.1581776Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[softplus] 2025-03-21T20:57:15.1584825Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_5_op_reciprocal_rank4_ones_reciprocal_negative 2025-03-21T20:57:15.1587638Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_6_op_reciprocal_rank4_large_rand 2025-03-21T20:57:15.1590599Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_6_op_reciprocal_rank4_large_rand 2025-03-21T20:57:15.1593228Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_7_op_reciprocal_rank4_negative_large_rand 2025-03-21T20:57:15.1595843Z [gw0] [ 55%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[softplus] 2025-03-21T20:57:15.1597768Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[cosine_similarity] 2025-03-21T20:57:15.1600528Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_7_op_reciprocal_rank4_negative_large_rand 2025-03-21T20:57:15.1603147Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_8_op_reciprocal_rank4_large_randn 2025-03-21T20:57:15.1606078Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_tosa_MI_8_op_reciprocal_rank4_large_randn 2025-03-21T20:57:15.1608535Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_0_op_reciprocal_rank1_ones 2025-03-21T20:57:15.1611108Z [gw3] [ 55%] XFAIL backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_2_op_div_rank4_ones_div_negative 2025-03-21T20:57:15.1613340Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_3_op_div_rank4_large_rand 2025-03-21T20:57:15.1615718Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_0 2025-03-21T20:57:15.1617453Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_1 2025-03-21T20:57:15.1619641Z [gw0] [ 55%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[cosine_similarity] 2025-03-21T20:57:15.1621498Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[unfold] 2025-03-21T20:57:15.1623824Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_1 2025-03-21T20:57:15.1625625Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_2 2025-03-21T20:57:15.1627702Z [gw0] [ 55%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[unfold] 2025-03-21T20:57:15.1629456Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[elu] 2025-03-21T20:57:15.1631657Z [gw0] [ 55%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[elu] 2025-03-21T20:57:15.1633368Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[fold] 2025-03-21T20:57:15.1635408Z [gw2] [ 55%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_2 2025-03-21T20:57:15.1637141Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_3 2025-03-21T20:57:15.1639579Z [gw1] [ 55%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_0_op_reciprocal_rank1_ones 2025-03-21T20:57:15.1641968Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_1_op_reciprocal_rank1_rand 2025-03-21T20:57:15.1644348Z [gw0] [ 55%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[fold] 2025-03-21T20:57:15.1646117Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-03-21T20:57:15.1648235Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_3 2025-03-21T20:57:15.1649975Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_4 2025-03-21T20:57:15.1652134Z [gw3] [ 56%] XFAIL backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_3_op_div_rank4_large_rand 2025-03-21T20:57:15.1654149Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_4_op_div_rank4_negative_large_rand 2025-03-21T20:57:15.1656465Z [gw0] [ 56%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-03-21T20:57:15.1658303Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[max_pool1d] 2025-03-21T20:57:15.1660773Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_1_op_reciprocal_rank1_rand 2025-03-21T20:57:15.1663244Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_2_op_reciprocal_rank1_negative_ones 2025-03-21T20:57:15.1665792Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_4 2025-03-21T20:57:15.1667521Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_5 2025-03-21T20:57:15.1669566Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_5 2025-03-21T20:57:15.1671284Z backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_6 2025-03-21T20:57:15.1673317Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_repeat.py::TestSimpleRepeat::test_repeat_u85_BI_6 2025-03-21T20:57:15.1674989Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_0 2025-03-21T20:57:15.1677076Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_0 2025-03-21T20:57:15.1678890Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_1 2025-03-21T20:57:15.1681387Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_2_op_reciprocal_rank1_negative_ones 2025-03-21T20:57:15.1683852Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_3_op_reciprocal_rank4_ones 2025-03-21T20:57:15.1686449Z [gw3] [ 56%] XFAIL backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_4_op_div_rank4_negative_large_rand 2025-03-21T20:57:15.1688466Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_5_op_div_rank4_large_randn 2025-03-21T20:57:15.1690568Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_1 2025-03-21T20:57:15.1692176Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_2 2025-03-21T20:57:15.1694217Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_2 2025-03-21T20:57:15.1695862Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_3 2025-03-21T20:57:15.1698235Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_3_op_reciprocal_rank4_ones 2025-03-21T20:57:15.1700702Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_4_op_reciprocal_rank4_negative_ones 2025-03-21T20:57:15.1703090Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_BI_3 2025-03-21T20:57:15.1704705Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_0 2025-03-21T20:57:15.1706748Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_0 2025-03-21T20:57:15.1708390Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_1 2025-03-21T20:57:15.1710354Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_1 2025-03-21T20:57:15.1711984Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_2 2025-03-21T20:57:15.1714114Z [gw3] [ 56%] XFAIL backends/arm/test/ops/test_div.py::TestDiv::test_div_u55_BI_xfails_5_op_div_rank4_large_randn 2025-03-21T20:57:15.1715948Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_0_op_div_rank1_ones 2025-03-21T20:57:15.1717920Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_2 2025-03-21T20:57:15.1719542Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_3 2025-03-21T20:57:15.1722190Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_4_op_reciprocal_rank4_negative_ones 2025-03-21T20:57:15.1724961Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_5_op_reciprocal_rank4_ones_reciprocal_negative 2025-03-21T20:57:15.1727585Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_tosa_MI_3 2025-03-21T20:57:15.1729278Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_0 2025-03-21T20:57:15.1731338Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_0_op_div_rank1_ones 2025-03-21T20:57:15.1733219Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_1_op_div_rank1_negative_ones 2025-03-21T20:57:15.1736056Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_5_op_reciprocal_rank4_ones_reciprocal_negative 2025-03-21T20:57:15.1738775Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_6_op_reciprocal_rank4_large_rand 2025-03-21T20:57:15.1741423Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_0 2025-03-21T20:57:15.1743286Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_1 2025-03-21T20:57:34.5519578Z [gw1] [ 56%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_6_op_reciprocal_rank4_large_rand 2025-03-21T20:57:34.5522170Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_7_op_reciprocal_rank4_negative_large_rand 2025-03-21T20:57:34.5524695Z [gw3] [ 56%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_1_op_div_rank1_negative_ones 2025-03-21T20:57:34.5526247Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_2_op_div_rank1_rand 2025-03-21T20:57:34.5528140Z [gw0] [ 56%] XFAIL backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[max_pool1d] 2025-03-21T20:57:34.5529709Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[threshold] 2025-03-21T20:57:34.5532079Z [gw0] [ 56%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_MI[threshold] 2025-03-21T20:57:34.5533729Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[normalize] 2025-03-21T20:57:34.5535657Z [gw2] [ 56%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_1 2025-03-21T20:57:34.5537162Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_2 2025-03-21T20:57:34.5539098Z [gw0] [ 56%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[normalize] 2025-03-21T20:57:34.5540835Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[grid_sample] 2025-03-21T20:57:34.5542930Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[grid_sample] 2025-03-21T20:57:34.5544651Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[one_hot] 2025-03-21T20:57:34.5546831Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[one_hot] 2025-03-21T20:57:34.5548463Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[softplus] 2025-03-21T20:57:34.5550918Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_7_op_reciprocal_rank4_negative_large_rand 2025-03-21T20:57:34.5553464Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[softplus] 2025-03-21T20:57:34.5555353Z backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_8_op_reciprocal_rank4_large_randn 2025-03-21T20:57:34.5557164Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[cosine_similarity] 2025-03-21T20:57:34.5559180Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_2 2025-03-21T20:57:34.5560571Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_3 2025-03-21T20:57:34.5562404Z [gw3] [ 57%] PASSED backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_2_op_div_rank1_rand 2025-03-21T20:57:34.5563994Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_0_op_div_rank4_ones 2025-03-21T20:57:34.5565988Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[cosine_similarity] 2025-03-21T20:57:34.5567666Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[unfold] 2025-03-21T20:57:34.5569647Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[unfold] 2025-03-21T20:57:34.5571212Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[elu] 2025-03-21T20:57:34.5573068Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[elu] 2025-03-21T20:57:34.5574731Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[fold] 2025-03-21T20:57:34.5577307Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_reciprocal.py::TestReciprocal::test_reciprocal_u55_BI_8_op_reciprocal_rank4_large_randn 2025-03-21T20:57:34.5579228Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_0_zeros 2025-03-21T20:57:34.5596612Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u55_BI_3 2025-03-21T20:57:34.5598072Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_0 2025-03-21T20:57:34.5599943Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[fold] 2025-03-21T20:57:34.5601531Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[affine_grid] 2025-03-21T20:57:34.5603428Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_0_zeros 2025-03-21T20:57:34.5604799Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_1_ones 2025-03-21T20:57:34.5606721Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_1_ones 2025-03-21T20:57:34.5608148Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_2_rand 2025-03-21T20:57:34.5610113Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[affine_grid] 2025-03-21T20:57:34.5611692Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[max_pool1d] 2025-03-21T20:57:34.5613532Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_2_rand 2025-03-21T20:57:34.5615012Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_3_randn_pos 2025-03-21T20:57:34.5616865Z [gw3] [ 57%] XFAIL backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_0_op_div_rank4_ones 2025-03-21T20:57:34.5618586Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_1_op_div_rank4_negative_ones 2025-03-21T20:57:34.5620633Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_0 2025-03-21T20:57:34.5622273Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_1 2025-03-21T20:57:34.5624105Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_3_randn_pos 2025-03-21T20:57:34.5625656Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_4_randn_neg 2025-03-21T20:57:34.5627548Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[max_pool1d] 2025-03-21T20:57:34.5629181Z backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[threshold] 2025-03-21T20:57:34.5631239Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_functional.py::test_nn_functional_BI[threshold] 2025-03-21T20:57:34.5632748Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[Embedding] 2025-03-21T20:57:34.5634627Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[Embedding] 2025-03-21T20:57:34.5636106Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[LeakyReLU] 2025-03-21T20:57:34.5637939Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[LeakyReLU] 2025-03-21T20:57:34.5639517Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[BatchNorm1d] 2025-03-21T20:57:34.5641313Z [gw2] [ 57%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_1 2025-03-21T20:57:34.5642799Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_2 2025-03-21T20:57:34.5644554Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[BatchNorm1d] 2025-03-21T20:57:34.5646365Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[AdaptiveAvgPool2d] 2025-03-21T20:57:34.5648718Z [gw3] [ 57%] XFAIL backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_1_op_div_rank4_negative_ones 2025-03-21T20:57:34.5650528Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_2_op_div_rank4_ones_div_negative 2025-03-21T20:57:34.5652511Z [gw1] [ 57%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_4_randn_neg 2025-03-21T20:57:34.5654098Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_5_ramp 2025-03-21T20:57:34.5655937Z [gw0] [ 57%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[AdaptiveAvgPool2d] 2025-03-21T20:57:34.5657529Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[ConvTranspose2d] 2025-03-21T20:57:34.5659405Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_BI_5_ramp 2025-03-21T20:57:34.5660852Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_0_zeros 2025-03-21T20:57:34.5662934Z [gw0] [ 58%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[ConvTranspose2d] 2025-03-21T20:57:34.5664407Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[GRU] 2025-03-21T20:57:34.5666201Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_0_zeros 2025-03-21T20:57:34.5667654Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_1_ones 2025-03-21T20:57:34.5669379Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_2 2025-03-21T20:57:34.5670857Z backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_3 2025-03-21T20:57:34.5672552Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_1_ones 2025-03-21T20:57:34.5673955Z backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_2_rand 2025-03-21T20:57:34.5675691Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_relu.py::TestRelu::test_relu_tosa_MI_2_rand 2025-03-21T20:57:34.5677043Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r4_ts] 2025-03-21T20:57:34.5678632Z [gw1] [ 58%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r4_ts] 2025-03-21T20:57:34.5679913Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r4_st] 2025-03-21T20:57:52.0050652Z [gw1] [ 58%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r4_st] 2025-03-21T20:57:52.0051978Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r1_ts] 2025-03-21T20:57:52.0053603Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rshift.py::TestRshift::test_rshift_u85_BI_3 2025-03-21T20:57:52.0054987Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_0 2025-03-21T20:57:52.0056560Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r1_ts] 2025-03-21T20:57:52.0057884Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r1_st] 2025-03-21T20:57:52.0059744Z [gw3] [ 58%] XFAIL backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_2_op_div_rank4_ones_div_negative 2025-03-21T20:57:52.0061489Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_3_op_div_rank4_large_rand 2025-03-21T20:57:52.0063292Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_0 2025-03-21T20:57:52.0064647Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_1 2025-03-21T20:57:52.0066332Z [gw1] [ 58%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r1_st] 2025-03-21T20:57:52.0067609Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r4_ts] 2025-03-21T20:57:52.0069190Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_1 2025-03-21T20:57:52.0070721Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_2 2025-03-21T20:57:52.0072472Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r4_ts] 2025-03-21T20:57:52.0073760Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r4_st] 2025-03-21T20:57:52.0075291Z [gw1] [ 58%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub__float_r4_st] 2025-03-21T20:57:52.0076552Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r1_ts] 2025-03-21T20:57:52.0078118Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_2 2025-03-21T20:57:52.0079463Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_3 2025-03-21T20:57:52.0081081Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_BI_3 2025-03-21T20:57:52.0082502Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_0 2025-03-21T20:57:52.0084118Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_0 2025-03-21T20:57:52.0085557Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_1 2025-03-21T20:57:52.0087167Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_1 2025-03-21T20:57:52.0088508Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_2 2025-03-21T20:57:52.0090063Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r1_ts] 2025-03-21T20:57:52.0091318Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r1_st] 2025-03-21T20:57:52.0093083Z [gw3] [ 58%] XFAIL backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_3_op_div_rank4_large_rand 2025-03-21T20:57:52.0094839Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_4_op_div_rank4_negative_large_rand 2025-03-21T20:57:52.0096719Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_2 2025-03-21T20:57:52.0098071Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_3 2025-03-21T20:57:52.0099702Z [gw0] [ 58%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[GRU] 2025-03-21T20:57:52.0101124Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[GroupNorm] 2025-03-21T20:57:52.0102722Z [gw1] [ 58%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r1_st] 2025-03-21T20:57:52.0103962Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r4_ts] 2025-03-21T20:57:52.0105606Z [gw2] [ 58%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_tosa_MI_3 2025-03-21T20:57:52.0106936Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_0 2025-03-21T20:57:52.0108617Z [gw0] [ 58%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[GroupNorm] 2025-03-21T20:57:52.0110138Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-03-21T20:57:52.0111810Z [gw1] [ 58%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r4_ts] 2025-03-21T20:57:52.0113052Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r4_st] 2025-03-21T20:57:52.0114601Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_0 2025-03-21T20:57:52.0115928Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_1 2025-03-21T20:57:52.0117511Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_1 2025-03-21T20:57:52.0118841Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_2 2025-03-21T20:57:52.0120375Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul__int_r4_st] 2025-03-21T20:57:52.0121633Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r1_ts] 2025-03-21T20:57:52.0123523Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_2 2025-03-21T20:57:52.0125050Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_3 2025-03-21T20:57:52.0126601Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r1_ts] 2025-03-21T20:57:52.0127888Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r1_st] 2025-03-21T20:57:52.0129593Z [gw0] [ 59%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-03-21T20:57:52.0131092Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[PReLU] 2025-03-21T20:57:52.0132726Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u55_BI_3 2025-03-21T20:57:52.0134054Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_0 2025-03-21T20:57:52.0135602Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r1_st] 2025-03-21T20:57:52.0136962Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r4_ts] 2025-03-21T20:57:52.0138578Z [gw0] [ 59%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[PReLU] 2025-03-21T20:57:52.0140040Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[Transformer] 2025-03-21T20:57:52.0141728Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_0 2025-03-21T20:57:52.0143062Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_1 2025-03-21T20:57:52.0144619Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r4_ts] 2025-03-21T20:57:52.0145984Z backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r4_st] 2025-03-21T20:57:52.0147557Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_1 2025-03-21T20:57:52.0148908Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_2 2025-03-21T20:57:52.0150483Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul__float_r4_st] 2025-03-21T20:57:52.0151729Z backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r1_ts] 2025-03-21T20:57:52.0153265Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_2 2025-03-21T20:57:52.0154607Z backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_3 2025-03-21T20:57:52.0156200Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_rsqrt.py::TestRsqrt::test_rsqrt_u85_BI_3 2025-03-21T20:57:52.0157492Z backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r1_ts] 2025-03-21T20:57:52.0159332Z [gw3] [ 59%] XFAIL backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_4_op_div_rank4_negative_large_rand 2025-03-21T20:57:52.0161099Z backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_5_op_div_rank4_large_randn 2025-03-21T20:57:52.0162844Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r1_ts] 2025-03-21T20:57:52.0164096Z backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r1_st] 2025-03-21T20:57:52.0165582Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r1_ts] 2025-03-21T20:57:52.0166814Z backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r1_st] 2025-03-21T20:57:52.0168294Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r1_st] 2025-03-21T20:57:52.0169531Z backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r4_ts] 2025-03-21T20:57:52.0170998Z [gw2] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r1_st] 2025-03-21T20:57:52.0172225Z backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r4_ts] 2025-03-21T20:57:52.0173710Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r4_ts] 2025-03-21T20:57:52.0175095Z backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r4_st] 2025-03-21T20:57:52.0176704Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r4_ts] 2025-03-21T20:57:52.0177899Z backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r4_st] 2025-03-21T20:57:52.0182767Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div__int_r4_st] 2025-03-21T20:57:52.0184134Z backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r1_ts] 2025-03-21T20:57:52.0185843Z [gw2] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add_int_r4_st] 2025-03-21T20:57:52.0186591Z backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r1_ts] 2025-03-21T20:57:52.0187646Z [gw3] [ 59%] XFAIL backends/arm/test/ops/test_div.py::TestDiv::test_div_u85_BI_xfails_5_op_div_rank4_large_randn 2025-03-21T20:57:52.0188534Z backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank1_ones] 2025-03-21T20:58:06.6854003Z [gw1] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r1_ts] 2025-03-21T20:58:06.6856043Z backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r1_st] 2025-03-21T20:58:06.6857640Z [gw2] [ 59%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r1_ts] 2025-03-21T20:58:06.6858885Z backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r1_st] 2025-03-21T20:58:06.6860282Z [gw1] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r1_st] 2025-03-21T20:58:06.6865787Z backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r4_ts] 2025-03-21T20:58:06.6867425Z [gw2] [ 59%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r1_st] 2025-03-21T20:58:06.6868824Z backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r4_ts] 2025-03-21T20:58:06.6870372Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank1_ones] 2025-03-21T20:58:06.6871667Z backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank2_rand] 2025-03-21T20:58:06.6873178Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r4_ts] 2025-03-21T20:58:06.6874549Z backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r4_st] 2025-03-21T20:58:06.6875894Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r4_ts] 2025-03-21T20:58:06.6877230Z backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r4_st] 2025-03-21T20:58:06.6878914Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank2_rand] 2025-03-21T20:58:06.6880252Z backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank3_randn] 2025-03-21T20:58:06.6881709Z [gw1] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div__float_r4_st] 2025-03-21T20:58:06.6883152Z backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_int_r1_ts] 2025-03-21T20:58:06.6884883Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank3_randn] 2025-03-21T20:58:06.6886051Z backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank4_randn] 2025-03-21T20:58:06.6887532Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_int_r1_ts] 2025-03-21T20:58:06.6888944Z backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_int_r4_ts] 2025-03-21T20:58:06.6890593Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_MI[eq_rank4_randn] 2025-03-21T20:58:06.6891793Z backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank1_ones] 2025-03-21T20:58:06.6893346Z [gw2] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add_float_r4_st] 2025-03-21T20:58:06.6894651Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r1_ts] 2025-03-21T20:58:06.6896312Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_int_r4_ts] 2025-03-21T20:58:06.6898280Z backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_float_r1_ts] 2025-03-21T20:58:06.6900122Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank1_ones] 2025-03-21T20:58:06.6901396Z backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank2_rand] 2025-03-21T20:58:06.6902955Z [gw2] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r1_ts] 2025-03-21T20:58:06.6904148Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r1_st] 2025-03-21T20:58:06.6905990Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_float_r1_ts] 2025-03-21T20:58:06.6907463Z backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_float_r4_ts] 2025-03-21T20:58:06.6909130Z [gw2] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r1_st] 2025-03-21T20:58:06.6910450Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r4_ts] 2025-03-21T20:58:06.6912372Z [gw2] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r4_ts] 2025-03-21T20:58:06.6913672Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r4_st] 2025-03-21T20:58:06.6915289Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank2_rand] 2025-03-21T20:58:06.6916688Z backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank3_randn] 2025-03-21T20:58:06.6918317Z [gw2] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub_int_r4_st] 2025-03-21T20:58:06.6919652Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r1_ts] 2025-03-21T20:58:06.6921321Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[MulScalar_float_r4_ts] 2025-03-21T20:58:06.6923069Z backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_int_r1_ts] 2025-03-21T20:58:06.6924760Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank3_randn] 2025-03-21T20:58:06.6926203Z backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank4_randn] 2025-03-21T20:58:06.6927827Z [gw2] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r1_ts] 2025-03-21T20:58:06.6928948Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r1_st] 2025-03-21T20:58:06.6930339Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_int_r1_ts] 2025-03-21T20:58:06.6931694Z backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_int_r4_ts] 2025-03-21T20:58:06.6933246Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_eq.py::test_eq_tosa_BI[eq_rank4_randn] 2025-03-21T20:58:06.6934419Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank1_ones] 2025-03-21T20:58:06.6936029Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_int_r4_ts] 2025-03-21T20:58:06.6937393Z backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_float_r1_ts] 2025-03-21T20:58:06.6939107Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank1_ones] 2025-03-21T20:58:06.6940424Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank2_rand] 2025-03-21T20:58:06.6942290Z [gw0] [ 60%] XFAIL backends/arm/test/models/test_nn_modules.py::test_nn_Modules_MI[Transformer] 2025-03-21T20:58:06.6943787Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[Embedding] 2025-03-21T20:58:06.6945795Z [gw1] [ 60%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_float_r1_ts] 2025-03-21T20:58:06.6947248Z backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_float_r4_ts] 2025-03-21T20:58:06.6948985Z [gw2] [ 60%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r1_st] 2025-03-21T20:58:06.6950341Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r4_ts] 2025-03-21T20:58:06.6953303Z [gw3] [ 60%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank2_rand] 2025-03-21T20:58:06.6954988Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank3_randn] 2025-03-21T20:58:06.6956765Z [gw0] [ 61%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[Embedding] 2025-03-21T20:58:06.6958299Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[LeakyReLU] 2025-03-21T20:58:06.6960024Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[DivScalar_float_r4_ts] 2025-03-21T20:58:06.6961369Z backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_int_r1_ts] 2025-03-21T20:58:06.6963050Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r4_ts] 2025-03-21T20:58:06.6964376Z backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r4_st] 2025-03-21T20:58:06.6966188Z [gw0] [ 61%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[LeakyReLU] 2025-03-21T20:58:06.6967971Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[BatchNorm1d] 2025-03-21T20:58:06.6969717Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub_float_r4_st] 2025-03-21T20:58:06.6971009Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r1_ts] 2025-03-21T20:58:06.6972730Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_int_r1_ts] 2025-03-21T20:58:06.6974155Z backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_int_r4_ts] 2025-03-21T20:58:06.6975877Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank3_randn] 2025-03-21T20:58:06.6977250Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank4_randn] 2025-03-21T20:58:06.6978985Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_int_r4_ts] 2025-03-21T20:58:06.6980434Z backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_float_r1_ts] 2025-03-21T20:58:06.6982179Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r1_ts] 2025-03-21T20:58:06.6983280Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r1_st] 2025-03-21T20:58:06.6984763Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u55_BI[eq_rank4_randn] 2025-03-21T20:58:06.6986179Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank1_ones] 2025-03-21T20:58:06.6987700Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r1_st] 2025-03-21T20:58:06.6988852Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r4_ts] 2025-03-21T20:58:06.6990401Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_float_r1_ts] 2025-03-21T20:58:06.6991911Z backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_float_r4_ts] 2025-03-21T20:58:06.6993635Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank1_ones] 2025-03-21T20:58:06.6995033Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank2_rand] 2025-03-21T20:58:06.6996688Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r4_ts] 2025-03-21T20:58:06.6998018Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r4_st] 2025-03-21T20:58:06.6999630Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[AddScalar_float_r4_ts] 2025-03-21T20:58:06.7000947Z backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_int_r1_ts] 2025-03-21T20:58:06.7002373Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul_int_r4_st] 2025-03-21T20:58:14.0063793Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r1_ts] 2025-03-21T20:58:14.0065822Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_int_r1_ts] 2025-03-21T20:58:14.0067488Z backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_int_r4_ts] 2025-03-21T20:58:14.0069383Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank2_rand] 2025-03-21T20:58:14.0070738Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank3_randn] 2025-03-21T20:58:14.0072324Z [gw2] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r1_ts] 2025-03-21T20:58:14.0073573Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r1_st] 2025-03-21T20:58:14.0075168Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_int_r4_ts] 2025-03-21T20:58:14.0076530Z backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_float_r1_ts] 2025-03-21T20:58:14.0078129Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank3_randn] 2025-03-21T20:58:14.0079360Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank4_randn] 2025-03-21T20:58:14.0080999Z [gw2] [ 61%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r1_st] 2025-03-21T20:58:14.0082496Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r4_ts] 2025-03-21T20:58:14.0084118Z [gw3] [ 61%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u85_BI[eq_rank4_randn] 2025-03-21T20:58:14.0085520Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank1_ones] 2025-03-21T20:58:14.0087172Z [gw3] [ 61%] SKIPPED backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank1_ones] 2025-03-21T20:58:14.0088499Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank2_rand] 2025-03-21T20:58:14.0090220Z [gw3] [ 61%] SKIPPED backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank2_rand] 2025-03-21T20:58:14.0091916Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank3_randn] 2025-03-21T20:58:14.0093645Z [gw3] [ 61%] SKIPPED backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank3_randn] 2025-03-21T20:58:14.0094969Z backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank4_randn] 2025-03-21T20:58:14.0096722Z [gw3] [ 61%] SKIPPED backends/arm/test/ops/test_eq.py::test_eq_u55_BI_on_fvp[eq_rank4_randn] 2025-03-21T20:58:14.0098127Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank1_ones] 2025-03-21T20:58:14.0099820Z [gw1] [ 61%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_float_r1_ts] 2025-03-21T20:58:14.0101078Z backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_float_r4_ts] 2025-03-21T20:58:14.0102542Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r4_ts] 2025-03-21T20:58:14.0103746Z backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r4_st] 2025-03-21T20:58:14.0105239Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[SubScalar_float_r4_ts] 2025-03-21T20:58:14.0106605Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r1_ts] 2025-03-21T20:58:14.0108095Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r1_ts] 2025-03-21T20:58:14.0109529Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r1_st] 2025-03-21T20:58:14.0111182Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r1_st] 2025-03-21T20:58:14.0112383Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r4_ts] 2025-03-21T20:58:14.0113917Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r4_ts] 2025-03-21T20:58:14.0115130Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r4_st] 2025-03-21T20:58:14.0116643Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Mul_float_r4_st] 2025-03-21T20:58:14.0117822Z backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r1_ts] 2025-03-21T20:58:14.0119328Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_int_r4_st] 2025-03-21T20:58:14.0120944Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r1_ts] 2025-03-21T20:58:14.0129216Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r1_ts] 2025-03-21T20:58:14.0130640Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r1_st] 2025-03-21T20:58:14.0132294Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r1_st] 2025-03-21T20:58:14.0133670Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r4_ts] 2025-03-21T20:58:14.0135994Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r4_ts] 2025-03-21T20:58:14.0137287Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r4_st] 2025-03-21T20:58:14.0138909Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add_float_r4_st] 2025-03-21T20:58:14.0140331Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r1_ts] 2025-03-21T20:58:14.0142365Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r1_ts] 2025-03-21T20:58:14.0143614Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r1_st] 2025-03-21T20:58:14.0146003Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r1_st] 2025-03-21T20:58:14.0154752Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r4_ts] 2025-03-21T20:58:14.0156335Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r4_ts] 2025-03-21T20:58:14.0157558Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r4_st] 2025-03-21T20:58:14.0159033Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_int_r4_st] 2025-03-21T20:58:14.0160271Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r1_ts] 2025-03-21T20:58:14.0161763Z [gw2] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r1_ts] 2025-03-21T20:58:14.0162878Z backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r1_st] 2025-03-21T20:58:14.0164410Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r1_ts] 2025-03-21T20:58:14.0165733Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r1_st] 2025-03-21T20:58:14.0167378Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r1_st] 2025-03-21T20:58:14.0168747Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r4_ts] 2025-03-21T20:58:14.0170503Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r4_ts] 2025-03-21T20:58:14.0171963Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r4_st] 2025-03-21T20:58:14.0173636Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub_float_r4_st] 2025-03-21T20:58:14.0175023Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r1_ts] 2025-03-21T20:58:14.0176667Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r1_ts] 2025-03-21T20:58:14.0178029Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r1_st] 2025-03-21T20:58:14.0179611Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r1_st] 2025-03-21T20:58:14.0181026Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r4_ts] 2025-03-21T20:58:14.0182722Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r4_ts] 2025-03-21T20:58:14.0183959Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r4_st] 2025-03-21T20:58:14.0185960Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_int_r4_st] 2025-03-21T20:58:14.0187715Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r1_ts] 2025-03-21T20:58:14.0189719Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r1_ts] 2025-03-21T20:58:14.0191046Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r1_st] 2025-03-21T20:58:14.0192672Z [gw2] [ 62%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r1_st] 2025-03-21T20:58:14.0193926Z backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r4_ts] 2025-03-21T20:58:14.0195593Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r1_st] 2025-03-21T20:58:14.0196957Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r4_ts] 2025-03-21T20:58:14.0198419Z [gw3] [ 62%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank1_ones] 2025-03-21T20:58:14.0199750Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank2_rand] 2025-03-21T20:58:14.0201479Z [gw1] [ 62%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r4_ts] 2025-03-21T20:58:14.0202750Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r4_st] 2025-03-21T20:58:14.0204258Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul_float_r4_st] 2025-03-21T20:58:14.0205496Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r1_ts] 2025-03-21T20:58:14.0207014Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r1_ts] 2025-03-21T20:58:14.0208242Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r1_st] 2025-03-21T20:58:14.0209825Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r1_st] 2025-03-21T20:58:14.0211127Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r4_ts] 2025-03-21T20:58:14.0212722Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r4_ts] 2025-03-21T20:58:14.0214128Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r4_st] 2025-03-21T20:58:14.0215860Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_int_r4_st] 2025-03-21T20:58:17.9221567Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r1_ts] 2025-03-21T20:58:17.9223878Z [gw0] [ 63%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[BatchNorm1d] 2025-03-21T20:58:17.9226048Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r1_ts] 2025-03-21T20:58:17.9227541Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r1_st] 2025-03-21T20:58:17.9228818Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[AdaptiveAvgPool2d] 2025-03-21T20:58:17.9230722Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r1_st] 2025-03-21T20:58:17.9232170Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r4_ts] 2025-03-21T20:58:17.9233856Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r4_ts] 2025-03-21T20:58:17.9235266Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r4_st] 2025-03-21T20:58:17.9236903Z [gw2] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r4_ts] 2025-03-21T20:58:17.9238183Z backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r4_st] 2025-03-21T20:58:17.9239810Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div_float_r4_st] 2025-03-21T20:58:17.9241180Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r1_ts] 2025-03-21T20:58:17.9242807Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r1_ts] 2025-03-21T20:58:17.9244418Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r1_st] 2025-03-21T20:58:17.9246502Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r1_st] 2025-03-21T20:58:17.9247946Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r4_ts] 2025-03-21T20:58:17.9249722Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r4_ts] 2025-03-21T20:58:17.9251133Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r4_st] 2025-03-21T20:58:17.9252872Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__int_r4_st] 2025-03-21T20:58:17.9254324Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r1_ts] 2025-03-21T20:58:17.9256090Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r1_ts] 2025-03-21T20:58:17.9257577Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r1_st] 2025-03-21T20:58:17.9259357Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r1_st] 2025-03-21T20:58:17.9260975Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r4_ts] 2025-03-21T20:58:17.9262672Z [gw2] [ 63%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div_int_r4_st] 2025-03-21T20:58:17.9263976Z backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r1_ts] 2025-03-21T20:58:17.9265849Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r4_ts] 2025-03-21T20:58:17.9267355Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r4_st] 2025-03-21T20:58:17.9269171Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Add__float_r4_st] 2025-03-21T20:58:17.9270604Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r1_ts] 2025-03-21T20:58:17.9272344Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r1_ts] 2025-03-21T20:58:17.9273844Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r1_st] 2025-03-21T20:58:17.9275625Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r1_st] 2025-03-21T20:58:17.9276906Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r4_ts] 2025-03-21T20:58:17.9278477Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r4_ts] 2025-03-21T20:58:17.9279835Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r4_st] 2025-03-21T20:58:17.9281572Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__int_r4_st] 2025-03-21T20:58:17.9283041Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r1_ts] 2025-03-21T20:58:17.9284758Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r1_ts] 2025-03-21T20:58:17.9286202Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r1_st] 2025-03-21T20:58:17.9287935Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r1_st] 2025-03-21T20:58:17.9289373Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r4_ts] 2025-03-21T20:58:17.9291107Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r4_ts] 2025-03-21T20:58:17.9292510Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r4_st] 2025-03-21T20:58:17.9294198Z [gw1] [ 63%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Sub__float_r4_st] 2025-03-21T20:58:17.9295610Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r1_ts] 2025-03-21T20:58:17.9297288Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r1_ts] 2025-03-21T20:58:17.9298735Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r1_st] 2025-03-21T20:58:17.9300563Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r1_st] 2025-03-21T20:58:17.9302091Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r4_ts] 2025-03-21T20:58:17.9303792Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r4_ts] 2025-03-21T20:58:17.9305142Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r4_st] 2025-03-21T20:58:17.9306938Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__int_r4_st] 2025-03-21T20:58:17.9308344Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r1_ts] 2025-03-21T20:58:17.9309996Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r1_ts] 2025-03-21T20:58:17.9311409Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r1_st] 2025-03-21T20:58:17.9313109Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r1_st] 2025-03-21T20:58:17.9314630Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r4_ts] 2025-03-21T20:58:17.9316307Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r4_ts] 2025-03-21T20:58:17.9317703Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r4_st] 2025-03-21T20:58:17.9319380Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Mul__float_r4_st] 2025-03-21T20:58:17.9320765Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r1_ts] 2025-03-21T20:58:17.9323475Z [gw1] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r1_ts] 2025-03-21T20:58:17.9324884Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r1_st] 2025-03-21T20:58:17.9326555Z [gw3] [ 64%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank2_rand] 2025-03-21T20:58:17.9327931Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank3_randn] 2025-03-21T20:58:17.9329602Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r1_st] 2025-03-21T20:58:17.9330954Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r4_ts] 2025-03-21T20:58:17.9332582Z [gw1] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r4_ts] 2025-03-21T20:58:17.9333944Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r4_st] 2025-03-21T20:58:17.9335587Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__int_r4_st] 2025-03-21T20:58:17.9336974Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r1_ts] 2025-03-21T20:58:17.9338640Z [gw1] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r1_ts] 2025-03-21T20:58:17.9340028Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r1_st] 2025-03-21T20:58:17.9341850Z [gw0] [ 64%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[AdaptiveAvgPool2d] 2025-03-21T20:58:17.9343470Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[ConvTranspose2d] 2025-03-21T20:58:17.9345356Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r1_st] 2025-03-21T20:58:17.9346787Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r4_ts] 2025-03-21T20:58:17.9348431Z [gw2] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r1_ts] 2025-03-21T20:58:17.9349721Z backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r1_st] 2025-03-21T20:58:17.9351337Z [gw1] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r4_ts] 2025-03-21T20:58:17.9352754Z backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r4_st] 2025-03-21T20:58:17.9354689Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[Div__float_r4_st] 2025-03-21T20:58:17.9356217Z backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_int_r1_ts] 2025-03-21T20:58:17.9357999Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_int_r1_ts] 2025-03-21T20:58:17.9359459Z backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_int_r4_ts] 2025-03-21T20:58:17.9361226Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_int_r4_ts] 2025-03-21T20:58:17.9362725Z backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_float_r1_ts] 2025-03-21T20:58:30.3642243Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_float_r1_ts] 2025-03-21T20:58:30.3643834Z backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_float_r4_ts] 2025-03-21T20:58:30.3646237Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[MulScalar_float_r4_ts] 2025-03-21T20:58:30.3648019Z backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_int_r1_ts] 2025-03-21T20:58:30.3649831Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_int_r1_ts] 2025-03-21T20:58:30.3651326Z backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_int_r4_ts] 2025-03-21T20:58:30.3653107Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_int_r4_ts] 2025-03-21T20:58:30.3654586Z backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_float_r1_ts] 2025-03-21T20:58:30.3656470Z [gw0] [ 64%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[ConvTranspose2d] 2025-03-21T20:58:30.3657975Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[GRU] 2025-03-21T20:58:30.3659583Z [gw2] [ 64%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r1_st] 2025-03-21T20:58:30.3660869Z backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r4_ts] 2025-03-21T20:58:30.3662572Z [gw1] [ 64%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_float_r1_ts] 2025-03-21T20:58:30.3664071Z backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_float_r4_ts] 2025-03-21T20:58:30.3665983Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[DivScalar_float_r4_ts] 2025-03-21T20:58:30.3667494Z backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_int_r1_ts] 2025-03-21T20:58:30.3669289Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_int_r1_ts] 2025-03-21T20:58:30.3670791Z backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_int_r4_ts] 2025-03-21T20:58:30.3672573Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_int_r4_ts] 2025-03-21T20:58:30.3674086Z backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_float_r1_ts] 2025-03-21T20:58:30.3676060Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_float_r1_ts] 2025-03-21T20:58:30.3677578Z backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_float_r4_ts] 2025-03-21T20:58:30.3679382Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[AddScalar_float_r4_ts] 2025-03-21T20:58:30.3680883Z backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_int_r1_ts] 2025-03-21T20:58:30.3682669Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_int_r1_ts] 2025-03-21T20:58:30.3684162Z backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_int_r4_ts] 2025-03-21T20:58:30.3685916Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_int_r4_ts] 2025-03-21T20:58:30.3687609Z backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_float_r1_ts] 2025-03-21T20:58:30.3689599Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_float_r1_ts] 2025-03-21T20:58:30.3691124Z backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_float_r4_ts] 2025-03-21T20:58:30.3692944Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_passes_BI[SubScalar_float_r4_ts] 2025-03-21T20:58:30.3694338Z backends/arm/test/ops/test_scalars.py::test_MI_const[Add_r1] 2025-03-21T20:58:30.3695859Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r4_ts] 2025-03-21T20:58:30.3697151Z backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r4_st] 2025-03-21T20:58:30.3698693Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Div_float_r4_st] 2025-03-21T20:58:30.3699977Z backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r1_ts] 2025-03-21T20:58:30.3701582Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_MI_const[Add_r1] 2025-03-21T20:58:30.3702842Z backends/arm/test/ops/test_scalars.py::test_MI_const[Add_r4] 2025-03-21T20:58:30.3704426Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank3_randn] 2025-03-21T20:58:30.3705927Z backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank4_randn] 2025-03-21T20:58:30.3707530Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_MI_const[Add_r4] 2025-03-21T20:58:30.3708775Z backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r1_ts] 2025-03-21T20:58:30.3710306Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r1_ts] 2025-03-21T20:58:30.3711573Z backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r1_st] 2025-03-21T20:58:30.3713072Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r1_st] 2025-03-21T20:58:30.3714338Z backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r4_ts] 2025-03-21T20:58:30.3715938Z [gw0] [ 65%] XFAIL backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[GRU] 2025-03-21T20:58:30.3717699Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r4_ts] 2025-03-21T20:58:30.3718970Z backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r4_st] 2025-03-21T20:58:30.3720162Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[GroupNorm] 2025-03-21T20:58:30.3722146Z [gw0] [ 65%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[GroupNorm] 2025-03-21T20:58:30.3723704Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] 2025-03-21T20:58:30.3725487Z [gw3] [ 65%] XFAIL backends/arm/test/ops/test_eq.py::test_eq_u85_BI_on_fvp[eq_rank4_randn] 2025-03-21T20:58:30.3726875Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_0_zeros 2025-03-21T20:58:30.3728483Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r1_ts] 2025-03-21T20:58:30.3729747Z backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r1_st] 2025-03-21T20:58:30.3731482Z [gw0] [ 65%] PASSED backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] 2025-03-21T20:58:30.3732976Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[PReLU] 2025-03-21T20:58:30.3734581Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add__int_r4_st] 2025-03-21T20:58:30.3735861Z backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r1_ts] 2025-03-21T20:58:30.3737469Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_0_zeros 2025-03-21T20:58:30.3738839Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_1_ones 2025-03-21T20:58:30.3740667Z [gw0] [ 65%] XFAIL backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[PReLU] 2025-03-21T20:58:30.3742294Z backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T20:58:30.3744019Z [gw2] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r1_ts] 2025-03-21T20:58:30.3745448Z backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r1_st] 2025-03-21T20:58:30.3747063Z [gw3] [ 65%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_1_ones 2025-03-21T20:58:30.3748429Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_2_rand 2025-03-21T20:58:30.3750025Z [gw2] [ 65%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r1_st] 2025-03-21T20:58:30.3751311Z backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r4_ts] 2025-03-21T20:58:30.3752873Z [gw1] [ 65%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r1_st] 2025-03-21T20:58:30.3754255Z backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r4_ts] 2025-03-21T20:58:30.3755839Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_2_rand 2025-03-21T20:58:30.3757242Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_3_randn_pos 2025-03-21T20:58:30.3758898Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r4_ts] 2025-03-21T20:58:30.3760212Z backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r4_st] 2025-03-21T20:58:30.3761860Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_3_randn_pos 2025-03-21T20:58:30.3763296Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_4_randn_neg 2025-03-21T20:58:30.3764896Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r4_ts] 2025-03-21T20:58:30.3766156Z backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r4_st] 2025-03-21T20:58:30.3767710Z [gw2] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Add__float_r4_st] 2025-03-21T20:58:30.3769005Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r1_ts] 2025-03-21T20:58:30.3770667Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_4_randn_neg 2025-03-21T20:58:30.3772071Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_5_ramp 2025-03-21T20:58:30.3773645Z [gw2] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r1_ts] 2025-03-21T20:58:30.3774896Z backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r1_st] 2025-03-21T20:58:30.3776422Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_int_r4_st] 2025-03-21T20:58:30.3777706Z backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r1_ts] 2025-03-21T20:58:30.3779306Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_BI_5_ramp 2025-03-21T20:58:30.3780692Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_0_zeros 2025-03-21T20:58:30.3782347Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_0_zeros 2025-03-21T20:59:00.7712972Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_1_ones 2025-03-21T20:59:00.7714955Z [gw2] [ 66%] XFAIL backends/arm/test/ops/test_scalars.py::test_MI[Sub__int_r1_st] 2025-03-21T20:59:00.7716189Z backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_int_r1_ts] 2025-03-21T20:59:00.7717727Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_1_ones 2025-03-21T20:59:00.7718991Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_2_rand 2025-03-21T20:59:00.7720698Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_2_rand 2025-03-21T20:59:00.7723173Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_3_randn_pos 2025-03-21T20:59:00.7725118Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_3_randn_pos 2025-03-21T20:59:00.7726472Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_4_randn_neg 2025-03-21T20:59:00.7728106Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_4_randn_neg 2025-03-21T20:59:00.7729487Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_5_ramp 2025-03-21T20:59:00.7731171Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_MI_5_ramp 2025-03-21T20:59:00.7732615Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_0_zeros 2025-03-21T20:59:00.7734337Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_int_r1_ts] 2025-03-21T20:59:00.7735857Z backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_int_r4_ts] 2025-03-21T20:59:00.7737615Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r1_ts] 2025-03-21T20:59:00.7739119Z backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r1_st] 2025-03-21T20:59:00.7740584Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_int_r4_ts] 2025-03-21T20:59:00.7741549Z backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_float_r1_ts] 2025-03-21T20:59:00.7742555Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_0_zeros 2025-03-21T20:59:00.7743371Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_1_ones 2025-03-21T20:59:00.7744301Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r1_st] 2025-03-21T20:59:00.7745049Z backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r4_ts] 2025-03-21T20:59:00.7746118Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r4_ts] 2025-03-21T20:59:00.7746866Z backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r4_st] 2025-03-21T20:59:00.7747813Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_float_r1_ts] 2025-03-21T20:59:00.7749437Z backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_float_r4_ts] 2025-03-21T20:59:00.7750976Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_1_ones 2025-03-21T20:59:00.7752252Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_2_rand 2025-03-21T20:59:00.7753864Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add_float_r4_st] 2025-03-21T20:59:00.7755034Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r1_ts] 2025-03-21T20:59:00.7756522Z [gw2] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[AddScalar_float_r4_ts] 2025-03-21T20:59:00.7757749Z backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_int_r1_ts] 2025-03-21T20:59:00.7759327Z [gw3] [ 66%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_2_rand 2025-03-21T20:59:00.7760694Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_3_randn_pos 2025-03-21T20:59:00.7762172Z [gw1] [ 66%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r1_ts] 2025-03-21T20:59:00.7763294Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r1_st] 2025-03-21T20:59:00.7764768Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_int_r1_ts] 2025-03-21T20:59:00.7766038Z backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_int_r4_ts] 2025-03-21T20:59:00.7767686Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_int_r4_ts] 2025-03-21T20:59:00.7769033Z backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_float_r1_ts] 2025-03-21T20:59:00.7770969Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_3_randn_pos 2025-03-21T20:59:00.7772527Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_4_randn_neg 2025-03-21T20:59:00.7774150Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r1_st] 2025-03-21T20:59:00.7775340Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r4_ts] 2025-03-21T20:59:00.7776865Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r4_ts] 2025-03-21T20:59:00.7777961Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r4_st] 2025-03-21T20:59:00.7779462Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_float_r1_ts] 2025-03-21T20:59:00.7780697Z backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_float_r4_ts] 2025-03-21T20:59:00.7782113Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_int_r4_st] 2025-03-21T20:59:00.7783360Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r1_ts] 2025-03-21T20:59:00.7785180Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[SubScalar_float_r4_ts] 2025-03-21T20:59:00.7786723Z backends/arm/test/ops/test_scalars.py::test_BI_const[Add_r1] 2025-03-21T20:59:00.7788142Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_4_randn_neg 2025-03-21T20:59:00.7789452Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_5_ramp 2025-03-21T20:59:00.7790850Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r1_ts] 2025-03-21T20:59:00.7792000Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r1_st] 2025-03-21T20:59:00.7793405Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI_const[Add_r1] 2025-03-21T20:59:00.7794565Z backends/arm/test/ops/test_scalars.py::test_BI_const[Add_r4] 2025-03-21T20:59:00.7796101Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u55_BI_5_ramp 2025-03-21T20:59:00.7797560Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_0_zeros 2025-03-21T20:59:00.7799075Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI_const[Add_r4] 2025-03-21T20:59:00.7800391Z backends/arm/test/ops/test_scalars.py::test_shift_sub_inplace_tosa_MI 2025-03-21T20:59:00.7802006Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r1_st] 2025-03-21T20:59:00.7803160Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r4_ts] 2025-03-21T20:59:00.7804677Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_shift_sub_inplace_tosa_MI 2025-03-21T20:59:00.7805945Z backends/arm/test/ops/test_scalars.py::test_shift_sub_inplace_tosa_BI 2025-03-21T20:59:00.7807699Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_shift_sub_inplace_tosa_BI 2025-03-21T20:59:00.7809080Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_0 2025-03-21T20:59:00.7810831Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_0_zeros 2025-03-21T20:59:00.7812217Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_1_ones 2025-03-21T20:59:00.7813860Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_0 2025-03-21T20:59:00.7815214Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_1 2025-03-21T20:59:00.7816996Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_1 2025-03-21T20:59:00.7818354Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_2 2025-03-21T20:59:00.7819914Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r4_ts] 2025-03-21T20:59:00.7821372Z backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r4_st] 2025-03-21T20:59:00.7824539Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_2 2025-03-21T20:59:00.7826059Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_3 2025-03-21T20:59:00.7827724Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub_float_r4_st] 2025-03-21T20:59:00.7828755Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r1_ts] 2025-03-21T20:59:00.7830285Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_3 2025-03-21T20:59:00.7831595Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_4 2025-03-21T20:59:00.7833201Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_4 2025-03-21T20:59:00.7834429Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_5 2025-03-21T20:59:00.7836303Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r1_ts] 2025-03-21T20:59:00.7837409Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r1_st] 2025-03-21T20:59:00.7839032Z [gw2] [ 67%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_5 2025-03-21T20:59:00.7840543Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_6 2025-03-21T20:59:00.7842145Z [gw3] [ 67%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_1_ones 2025-03-21T20:59:00.7843347Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_2_rand 2025-03-21T20:59:00.7844855Z [gw1] [ 67%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r1_st] 2025-03-21T20:59:17.0851171Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r4_ts] 2025-03-21T20:59:17.0852738Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_6 2025-03-21T20:59:17.0853658Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_7 2025-03-21T20:59:17.0854621Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r4_ts] 2025-03-21T20:59:17.0855397Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r4_st] 2025-03-21T20:59:17.0856361Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_7 2025-03-21T20:59:17.0857232Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_8 2025-03-21T20:59:17.0858303Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_BI_8 2025-03-21T20:59:17.0859357Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_0 2025-03-21T20:59:17.0860391Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_int_r4_st] 2025-03-21T20:59:17.0861227Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r1_ts] 2025-03-21T20:59:17.0862330Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_2_rand 2025-03-21T20:59:17.0863238Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_3_randn_pos 2025-03-21T20:59:17.0864266Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r1_ts] 2025-03-21T20:59:17.0865143Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r1_st] 2025-03-21T20:59:17.0866608Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_0 2025-03-21T20:59:17.0867488Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_1 2025-03-21T20:59:17.0868529Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_1 2025-03-21T20:59:17.0869576Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_2 2025-03-21T20:59:17.0870677Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r1_st] 2025-03-21T20:59:17.0871426Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r4_ts] 2025-03-21T20:59:17.0872406Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_2 2025-03-21T20:59:17.0873276Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_3 2025-03-21T20:59:17.0874310Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_3 2025-03-21T20:59:17.0875182Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_4 2025-03-21T20:59:17.0876209Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_3_randn_pos 2025-03-21T20:59:17.0877055Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_4_randn_neg 2025-03-21T20:59:17.0878077Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r4_ts] 2025-03-21T20:59:17.0878831Z backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r4_st] 2025-03-21T20:59:17.0879797Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_4 2025-03-21T20:59:17.0880668Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_5 2025-03-21T20:59:17.0881698Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_5 2025-03-21T20:59:17.0882562Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_6 2025-03-21T20:59:17.0883574Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_6 2025-03-21T20:59:17.0884438Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_7 2025-03-21T20:59:17.0885402Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul_float_r4_st] 2025-03-21T20:59:17.0886153Z backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r1_ts] 2025-03-21T20:59:17.0887110Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_7 2025-03-21T20:59:17.0887973Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_8 2025-03-21T20:59:17.0888986Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_MI_8 2025-03-21T20:59:17.0889869Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_0 2025-03-21T20:59:17.0890837Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r1_ts] 2025-03-21T20:59:17.0891596Z backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r1_st] 2025-03-21T20:59:17.0892588Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_0 2025-03-21T20:59:17.0893507Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_1 2025-03-21T20:59:17.0894549Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_4_randn_neg 2025-03-21T20:59:17.0895393Z backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_5_ramp 2025-03-21T20:59:17.0896411Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_1 2025-03-21T20:59:17.0897340Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_2 2025-03-21T20:59:17.0899229Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_2 2025-03-21T20:59:17.0900736Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_3 2025-03-21T20:59:17.0902600Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_3 2025-03-21T20:59:17.0904588Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_4 2025-03-21T20:59:17.0906462Z [gw1] [ 68%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r1_st] 2025-03-21T20:59:17.0907818Z backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r4_ts] 2025-03-21T20:59:17.0909604Z [gw2] [ 68%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_4 2025-03-21T20:59:17.0911148Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_5 2025-03-21T20:59:17.0912953Z [gw3] [ 68%] PASSED backends/arm/test/ops/test_exp.py::TestExp::test_exp_tosa_u85_BI_5_ramp 2025-03-21T20:59:17.0914448Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_0 2025-03-21T20:59:17.0916340Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_5 2025-03-21T20:59:17.0918123Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_6 2025-03-21T20:59:17.0919930Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r4_ts] 2025-03-21T20:59:17.0921297Z backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r4_st] 2025-03-21T20:59:17.0924041Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_0 2025-03-21T20:59:17.0925696Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_1 2025-03-21T20:59:17.0927686Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_6 2025-03-21T20:59:17.0929296Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_7 2025-03-21T20:59:17.0931110Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_int_r4_st] 2025-03-21T20:59:17.0932458Z backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r1_ts] 2025-03-21T20:59:17.0934308Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_1 2025-03-21T20:59:17.0935937Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_2 2025-03-21T20:59:17.0937772Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r1_ts] 2025-03-21T20:59:17.0939123Z backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r1_st] 2025-03-21T20:59:17.0940922Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_2 2025-03-21T20:59:17.0942568Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_3 2025-03-21T20:59:17.0944540Z [gw0] [ 69%] XFAIL backends/arm/test/models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T20:59:17.0946220Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[t] 2025-03-21T20:59:17.0948188Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_7 2025-03-21T20:59:17.0949820Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_8 2025-03-21T20:59:17.0951688Z [gw0] [ 69%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[t] 2025-03-21T20:59:17.0953239Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[zeros] 2025-03-21T20:59:17.0955232Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u55_BI_8 2025-03-21T20:59:17.0956895Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_0 2025-03-21T20:59:17.0958681Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r1_st] 2025-03-21T20:59:17.0960016Z backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r4_ts] 2025-03-21T20:59:17.0962017Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_3 2025-03-21T20:59:17.0963881Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_4 2025-03-21T20:59:28.2678471Z [gw0] [ 69%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[zeros] 2025-03-21T20:59:28.2680051Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[ones] 2025-03-21T20:59:28.2681955Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_0 2025-03-21T20:59:28.2683556Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_1 2025-03-21T20:59:28.2685485Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_1 2025-03-21T20:59:28.2687069Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_2 2025-03-21T20:59:28.2689090Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r4_ts] 2025-03-21T20:59:28.2690446Z backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r4_st] 2025-03-21T20:59:28.2692167Z [gw0] [ 69%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[ones] 2025-03-21T20:59:28.2693672Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[stack] 2025-03-21T20:59:28.2695502Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_4 2025-03-21T20:59:28.2697095Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_5 2025-03-21T20:59:28.2698988Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_2 2025-03-21T20:59:28.2700563Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_3 2025-03-21T20:59:28.2702403Z [gw0] [ 69%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[stack] 2025-03-21T20:59:28.2703939Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[arange] 2025-03-21T20:59:28.2705912Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_5 2025-03-21T20:59:28.2707460Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_6 2025-03-21T20:59:28.2709160Z [gw1] [ 69%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div_float_r4_st] 2025-03-21T20:59:28.2710448Z backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r1_ts] 2025-03-21T20:59:28.2712099Z [gw0] [ 69%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[arange] 2025-03-21T20:59:28.2713488Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[norm] 2025-03-21T20:59:28.2715168Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_3 2025-03-21T20:59:28.2716635Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_4 2025-03-21T20:59:28.2718379Z [gw3] [ 69%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_6 2025-03-21T20:59:28.2719969Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_7 2025-03-21T20:59:28.2721874Z [gw2] [ 69%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_4 2025-03-21T20:59:28.2723584Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_5 2025-03-21T20:59:28.2725358Z [gw0] [ 70%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[norm] 2025-03-21T20:59:28.2726954Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[nonzero] 2025-03-21T20:59:28.2728854Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_7 2025-03-21T20:59:28.2730850Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_8 2025-03-21T20:59:28.2732828Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_5 2025-03-21T20:59:28.2734465Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_6 2025-03-21T20:59:28.2736385Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_6 2025-03-21T20:59:28.2738147Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_7 2025-03-21T20:59:28.2753090Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_BI_8 2025-03-21T20:59:28.2754719Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_0 2025-03-21T20:59:28.2756356Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r1_ts] 2025-03-21T20:59:28.2757705Z backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r1_st] 2025-03-21T20:59:28.2759358Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_0 2025-03-21T20:59:28.2760844Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_1 2025-03-21T20:59:28.2762830Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_7 2025-03-21T20:59:28.2764420Z backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_8 2025-03-21T20:59:28.2765858Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_1 2025-03-21T20:59:28.2767030Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_2 2025-03-21T20:59:28.2768438Z [gw0] [ 70%] XFAIL backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[nonzero] 2025-03-21T20:59:28.2769606Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[eye] 2025-03-21T20:59:28.2771270Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_2 2025-03-21T20:59:28.2772869Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_3 2025-03-21T20:59:28.2774673Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_copy_tosa_u85_BI_8 2025-03-21T20:59:28.2776323Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_0 2025-03-21T20:59:28.2778026Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_3 2025-03-21T20:59:28.2779445Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_4 2025-03-21T20:59:28.2781102Z [gw0] [ 70%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[eye] 2025-03-21T20:59:28.2782473Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[topk] 2025-03-21T20:59:28.2784141Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_0 2025-03-21T20:59:28.2785622Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_1 2025-03-21T20:59:28.2787325Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_4 2025-03-21T20:59:28.2788762Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_5 2025-03-21T20:59:28.2790186Z [gw0] [ 70%] XFAIL backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[topk] 2025-03-21T20:59:28.2791397Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[sort] 2025-03-21T20:59:28.2793064Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_1 2025-03-21T20:59:28.2794633Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_2 2025-03-21T20:59:28.2796536Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r1_st] 2025-03-21T20:59:28.2797815Z backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r4_ts] 2025-03-21T20:59:28.2799501Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_5 2025-03-21T20:59:28.2800958Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_6 2025-03-21T20:59:28.2802676Z [gw0] [ 70%] XFAIL backends/arm/test/models/test_torch_functions.py::test_torch_fns_MI[sort] 2025-03-21T20:59:28.2804081Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[t] 2025-03-21T20:59:28.2805822Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_2 2025-03-21T20:59:28.2807286Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_3 2025-03-21T20:59:28.2809209Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_6 2025-03-21T20:59:28.2810702Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_7 2025-03-21T20:59:28.2812315Z [gw1] [ 70%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r4_ts] 2025-03-21T20:59:28.2813509Z backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r4_st] 2025-03-21T20:59:28.2815242Z [gw2] [ 70%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_3 2025-03-21T20:59:28.2816764Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_4 2025-03-21T20:59:28.2818593Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_7 2025-03-21T20:59:28.2820239Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_8 2025-03-21T20:59:28.2822396Z [gw0] [ 70%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[t] 2025-03-21T20:59:28.2823939Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[zeros] 2025-03-21T20:59:28.2825946Z [gw3] [ 70%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_tosa_MI_8 2025-03-21T20:59:28.2827574Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_0 2025-03-21T20:59:28.2829296Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__int_r4_st] 2025-03-21T20:59:45.4642891Z backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r1_ts] 2025-03-21T20:59:45.4644781Z [gw0] [ 71%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[zeros] 2025-03-21T20:59:45.4646289Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[ones] 2025-03-21T20:59:45.4648134Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_4 2025-03-21T20:59:45.4649597Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_5 2025-03-21T20:59:45.4651280Z [gw0] [ 71%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[ones] 2025-03-21T20:59:45.4652792Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[stack] 2025-03-21T20:59:45.4654611Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_5 2025-03-21T20:59:45.4656198Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_6 2025-03-21T20:59:45.4658072Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_0 2025-03-21T20:59:45.4659717Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_1 2025-03-21T20:59:45.4661554Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_6 2025-03-21T20:59:45.4663236Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_7 2025-03-21T20:59:45.4664357Z [gw0] [ 71%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[stack] 2025-03-21T20:59:45.4665232Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[arange] 2025-03-21T20:59:45.4666395Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_7 2025-03-21T20:59:45.4667248Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_8 2025-03-21T20:59:45.4668269Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_BI_8 2025-03-21T20:59:45.4669127Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_0 2025-03-21T20:59:45.4670094Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r1_ts] 2025-03-21T20:59:45.4670934Z backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r1_st] 2025-03-21T20:59:45.4671929Z [gw0] [ 71%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[arange] 2025-03-21T20:59:45.4673024Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[norm] 2025-03-21T20:59:45.4674769Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_0 2025-03-21T20:59:45.4676318Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_1 2025-03-21T20:59:45.4678069Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_1 2025-03-21T20:59:45.4679404Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_2 2025-03-21T20:59:45.4681075Z [gw0] [ 71%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[norm] 2025-03-21T20:59:45.4682468Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[nonzero] 2025-03-21T20:59:45.4684235Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_2 2025-03-21T20:59:45.4685602Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_3 2025-03-21T20:59:45.4687290Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_3 2025-03-21T20:59:45.4688794Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_4 2025-03-21T20:59:45.4690559Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_1 2025-03-21T20:59:45.4691960Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_2 2025-03-21T20:59:45.4693693Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_4 2025-03-21T20:59:45.4695231Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_5 2025-03-21T20:59:45.4696999Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_5 2025-03-21T20:59:45.4698298Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_6 2025-03-21T20:59:45.4699887Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r1_st] 2025-03-21T20:59:45.4701053Z backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r4_ts] 2025-03-21T20:59:45.4702719Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_6 2025-03-21T20:59:45.4704252Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_7 2025-03-21T20:59:45.4706119Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_7 2025-03-21T20:59:45.4707402Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_8 2025-03-21T20:59:45.4709318Z [gw0] [ 71%] XFAIL backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[nonzero] 2025-03-21T20:59:45.4710710Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[eye] 2025-03-21T20:59:45.4712281Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r4_ts] 2025-03-21T20:59:45.4713597Z backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r4_st] 2025-03-21T20:59:45.4715332Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_MI_8 2025-03-21T20:59:45.4716899Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_0 2025-03-21T20:59:45.4718690Z [gw3] [ 71%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_2 2025-03-21T20:59:45.4720094Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_3 2025-03-21T20:59:45.4721800Z [gw2] [ 71%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_0 2025-03-21T20:59:45.4723740Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_1 2025-03-21T20:59:45.4725523Z [gw1] [ 71%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Add__float_r4_st] 2025-03-21T20:59:45.4726724Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r1_ts] 2025-03-21T20:59:45.4728305Z [gw0] [ 72%] PASSED backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[eye] 2025-03-21T20:59:45.4729735Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[topk] 2025-03-21T20:59:45.4731451Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_1 2025-03-21T20:59:45.4732941Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_2 2025-03-21T20:59:45.4734653Z [gw0] [ 72%] XFAIL backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[topk] 2025-03-21T20:59:45.4736047Z backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[sort] 2025-03-21T20:59:45.4737780Z [gw0] [ 72%] XFAIL backends/arm/test/models/test_torch_functions.py::test_torch_fns_BI[sort] 2025-03-21T20:59:45.4739094Z backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_tosa_BI 2025-03-21T20:59:45.4740772Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_2 2025-03-21T20:59:45.4742182Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_3 2025-03-21T20:59:45.4743692Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r1_ts] 2025-03-21T20:59:45.4744868Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r1_st] 2025-03-21T20:59:45.4746659Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_3 2025-03-21T20:59:45.4748209Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_4 2025-03-21T20:59:45.4750098Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_3 2025-03-21T20:59:45.4751455Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_4 2025-03-21T20:59:45.4753235Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_4 2025-03-21T20:59:45.4754822Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_5 2025-03-21T20:59:45.4756626Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_5 2025-03-21T20:59:45.4758088Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_6 2025-03-21T20:59:45.4759737Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r1_st] 2025-03-21T20:59:45.4761071Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r4_ts] 2025-03-21T20:59:45.4762910Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_6 2025-03-21T20:59:45.4764368Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_7 2025-03-21T20:59:45.4766013Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r4_ts] 2025-03-21T20:59:45.4767225Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r4_st] 2025-03-21T20:59:45.4768919Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_7 2025-03-21T20:59:45.4770377Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_8 2025-03-21T20:59:45.4772191Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_4 2025-03-21T21:00:10.6746806Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_5 2025-03-21T21:00:10.6749940Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u55_BI_8 2025-03-21T21:00:10.6751583Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_0 2025-03-21T21:00:10.6753382Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__int_r4_st] 2025-03-21T21:00:10.6754768Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r1_ts] 2025-03-21T21:00:10.6756595Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_0 2025-03-21T21:00:10.6758260Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_1 2025-03-21T21:00:10.6760222Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_1 2025-03-21T21:00:10.6761871Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_2 2025-03-21T21:00:10.6763859Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_2 2025-03-21T21:00:10.6765512Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_3 2025-03-21T21:00:10.6767453Z [gw3] [ 72%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_5 2025-03-21T21:00:10.6769146Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_xfails_0 2025-03-21T21:00:10.6771168Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_3 2025-03-21T21:00:10.6772820Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_4 2025-03-21T21:00:10.6774635Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r1_ts] 2025-03-21T21:00:10.6776055Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r1_st] 2025-03-21T21:00:10.6777898Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_4 2025-03-21T21:00:10.6779561Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_5 2025-03-21T21:00:10.6781530Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_5 2025-03-21T21:00:10.6783192Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_6 2025-03-21T21:00:10.6785169Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_6 2025-03-21T21:00:10.6786913Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_7 2025-03-21T21:00:10.6788731Z [gw1] [ 72%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r1_st] 2025-03-21T21:00:10.6790117Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r4_ts] 2025-03-21T21:00:10.6792339Z [gw2] [ 72%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_7 2025-03-21T21:00:10.6793995Z backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_8 2025-03-21T21:00:10.6796036Z [gw3] [ 73%] XFAIL backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_xfails_0 2025-03-21T21:00:10.6797775Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_xfails_1 2025-03-21T21:00:10.6799795Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_select.py::TestSelect::test_select_int_tosa_u85_BI_8 2025-03-21T21:00:10.6801444Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_add_sigmoid_tosa_BI 2025-03-21T21:00:10.6803234Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r4_ts] 2025-03-21T21:00:10.6804637Z backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r4_st] 2025-03-21T21:00:10.6806526Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_add_sigmoid_tosa_BI 2025-03-21T21:00:10.6808165Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_add_sigmoid_tosa_MI 2025-03-21T21:00:10.6809961Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Sub__float_r4_st] 2025-03-21T21:00:10.6811342Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r1_ts] 2025-03-21T21:00:10.6813109Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_add_sigmoid_tosa_MI 2025-03-21T21:00:10.6814810Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_sigmoid_tosa_BI 2025-03-21T21:00:10.6816874Z [gw3] [ 73%] XFAIL backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_xfails_1 2025-03-21T21:00:10.6818615Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_xfails_2 2025-03-21T21:00:10.6820462Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r1_ts] 2025-03-21T21:00:10.6821833Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r1_st] 2025-03-21T21:00:10.6823753Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r1_st] 2025-03-21T21:00:10.6825096Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r4_ts] 2025-03-21T21:00:10.6826810Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r4_ts] 2025-03-21T21:00:10.6828163Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r4_st] 2025-03-21T21:00:10.6830020Z [gw3] [ 73%] XFAIL backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u55_BI_xfails_2 2025-03-21T21:00:10.6831692Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_0 2025-03-21T21:00:10.6833472Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__int_r4_st] 2025-03-21T21:00:10.6834851Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r1_ts] 2025-03-21T21:00:10.6836754Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_sigmoid_tosa_BI 2025-03-21T21:00:10.6838512Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_sigmoid_tosa_MI 2025-03-21T21:00:10.6840385Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r1_ts] 2025-03-21T21:00:10.6841781Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r1_st] 2025-03-21T21:00:10.6843667Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_sigmoid_tosa_MI 2025-03-21T21:00:10.6845354Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_tosa_BI 2025-03-21T21:00:10.6847155Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r1_st] 2025-03-21T21:00:10.6848701Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r4_ts] 2025-03-21T21:00:10.6850680Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_0 2025-03-21T21:00:10.6852320Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_1 2025-03-21T21:00:10.6854124Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r4_ts] 2025-03-21T21:00:10.6855501Z backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r4_st] 2025-03-21T21:00:10.6857182Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Mul__float_r4_st] 2025-03-21T21:00:10.6858559Z backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r1_ts] 2025-03-21T21:00:10.6860191Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r1_ts] 2025-03-21T21:00:10.6861549Z backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r1_st] 2025-03-21T21:00:10.6863339Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_tosa_BI 2025-03-21T21:00:10.6865029Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_tosa_MI 2025-03-21T21:00:10.6867057Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_add_tosa_MI 2025-03-21T21:00:10.6868709Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_0_zeros 2025-03-21T21:00:10.6870673Z [gw3] [ 73%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_1 2025-03-21T21:00:10.6872305Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_2 2025-03-21T21:00:10.6874079Z [gw1] [ 73%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r1_st] 2025-03-21T21:00:10.6875401Z backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r4_ts] 2025-03-21T21:00:10.6877244Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_0_zeros 2025-03-21T21:00:10.6878937Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_1_ones 2025-03-21T21:00:10.6880910Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_1_ones 2025-03-21T21:00:10.6882585Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_2_rand 2025-03-21T21:00:10.6884564Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_2_rand 2025-03-21T21:00:10.6886276Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_3_randn_pos 2025-03-21T21:00:10.6888348Z [gw2] [ 73%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_3_randn_pos 2025-03-21T21:00:10.6890116Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_4_randn_neg 2025-03-21T21:00:10.6892120Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_2 2025-03-21T21:00:10.6893771Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_3 2025-03-21T21:00:10.6895537Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r4_ts] 2025-03-21T21:00:10.6896893Z backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r4_st] 2025-03-21T21:00:30.9752316Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_4_randn_neg 2025-03-21T21:00:30.9753658Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_5_ramp 2025-03-21T21:00:30.9755359Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__int_r4_st] 2025-03-21T21:00:30.9756545Z backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r1_ts] 2025-03-21T21:00:30.9757546Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_BI_5_ramp 2025-03-21T21:00:30.9759134Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_0_zeros 2025-03-21T21:00:30.9761030Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_0_zeros 2025-03-21T21:00:30.9762630Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_1_ones 2025-03-21T21:00:30.9764281Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r1_ts] 2025-03-21T21:00:30.9765486Z backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r1_st] 2025-03-21T21:00:30.9767123Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_1_ones 2025-03-21T21:00:30.9768677Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_2_rand 2025-03-21T21:00:30.9770418Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_2_rand 2025-03-21T21:00:30.9772091Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_3_randn_pos 2025-03-21T21:00:30.9773899Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_3 2025-03-21T21:00:30.9775328Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_4 2025-03-21T21:00:30.9777280Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_3_randn_pos 2025-03-21T21:00:30.9778757Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_4_randn_neg 2025-03-21T21:00:30.9780427Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r1_st] 2025-03-21T21:00:30.9781751Z backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r4_ts] 2025-03-21T21:00:30.9783319Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r4_ts] 2025-03-21T21:00:30.9784545Z backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r4_st] 2025-03-21T21:00:30.9786297Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_4_randn_neg 2025-03-21T21:00:30.9787710Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_5_ramp 2025-03-21T21:00:30.9789477Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_MI_5_ramp 2025-03-21T21:00:30.9791281Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_0_zeros 2025-03-21T21:00:30.9793141Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[Div__float_r4_st] 2025-03-21T21:00:30.9794328Z backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_int_r1_ts] 2025-03-21T21:00:30.9795904Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_4 2025-03-21T21:00:30.9797381Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_5 2025-03-21T21:00:30.9799454Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_0_zeros 2025-03-21T21:00:30.9801074Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_1_ones 2025-03-21T21:00:30.9803036Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_1_ones 2025-03-21T21:00:30.9804638Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_2_rand 2025-03-21T21:00:30.9806399Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_int_r1_ts] 2025-03-21T21:00:30.9807867Z backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_int_r4_ts] 2025-03-21T21:00:30.9809442Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_2_rand 2025-03-21T21:00:30.9811694Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_3_randn_pos 2025-03-21T21:00:30.9813562Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_int_r4_ts] 2025-03-21T21:00:30.9814866Z backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_float_r1_ts] 2025-03-21T21:00:30.9816701Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_3_randn_pos 2025-03-21T21:00:30.9818432Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_4_randn_neg 2025-03-21T21:00:30.9820445Z [gw3] [ 74%] PASSED backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_5 2025-03-21T21:00:30.9822253Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_xfails_0 2025-03-21T21:00:30.9823973Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_float_r1_ts] 2025-03-21T21:00:30.9825219Z backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_float_r4_ts] 2025-03-21T21:00:30.9827247Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_4_randn_neg 2025-03-21T21:00:30.9828821Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_5_ramp 2025-03-21T21:00:30.9830548Z [gw1] [ 74%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[MulScalar_float_r4_ts] 2025-03-21T21:00:30.9831821Z backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_int_r1_ts] 2025-03-21T21:00:30.9833501Z [gw2] [ 74%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u55_BI_5_ramp 2025-03-21T21:00:30.9834939Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_0_zeros 2025-03-21T21:00:30.9836775Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_0_zeros 2025-03-21T21:00:30.9838260Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_1_ones 2025-03-21T21:00:30.9839925Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_int_r1_ts] 2025-03-21T21:00:30.9841194Z backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_int_r4_ts] 2025-03-21T21:00:30.9842811Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_1_ones 2025-03-21T21:00:30.9844230Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_2_rand 2025-03-21T21:00:30.9846049Z [gw3] [ 75%] XFAIL backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_xfails_0 2025-03-21T21:00:30.9847554Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_xfails_1 2025-03-21T21:00:30.9849346Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_2_rand 2025-03-21T21:00:30.9850970Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_3_randn_pos 2025-03-21T21:00:30.9852933Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_3_randn_pos 2025-03-21T21:00:30.9854528Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_4_randn_neg 2025-03-21T21:00:30.9856498Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_4_randn_neg 2025-03-21T21:00:30.9857977Z backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_5_ramp 2025-03-21T21:00:30.9859645Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_int_r4_ts] 2025-03-21T21:00:30.9860924Z backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_float_r1_ts] 2025-03-21T21:00:30.9862682Z [gw3] [ 75%] XFAIL backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_xfails_1 2025-03-21T21:00:30.9864437Z backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_xfails_2 2025-03-21T21:00:30.9866705Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid.py::TestSigmoid::test_sigmoid_tosa_u85_BI_5_ramp 2025-03-21T21:00:30.9868225Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ones] 2025-03-21T21:00:30.9869932Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_float_r1_ts] 2025-03-21T21:00:30.9871277Z backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_float_r4_ts] 2025-03-21T21:00:30.9872883Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ones] 2025-03-21T21:00:30.9874229Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand] 2025-03-21T21:00:30.9875910Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_scalars.py::test_BI[DivScalar_float_r4_ts] 2025-03-21T21:00:30.9877321Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand_4d] 2025-03-21T21:00:30.9879267Z [gw3] [ 75%] XFAIL backends/arm/test/ops/test_expand.py::TestSimpleExpand::test_expand_u85_BI_xfails_2 2025-03-21T21:00:30.9881125Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand] 2025-03-21T21:00:30.9882443Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-03-21T21:00:30.9883606Z backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[zeros] 2025-03-21T21:00:30.9885106Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[zeros] 2025-03-21T21:00:30.9886284Z backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[ones] 2025-03-21T21:01:00.5518987Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-03-21T21:01:00.5520457Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-03-21T21:01:00.5522425Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[ones] 2025-03-21T21:01:00.5523679Z backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[rand] 2025-03-21T21:01:00.5525418Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand_4d] 2025-03-21T21:01:00.5526900Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_pos] 2025-03-21T21:01:00.5528578Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[rand] 2025-03-21T21:01:00.5529862Z backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[randn_pos] 2025-03-21T21:01:00.5531588Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-03-21T21:01:00.5533163Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-03-21T21:01:00.5534955Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[randn_pos] 2025-03-21T21:01:00.5536441Z backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[randn_neg] 2025-03-21T21:01:00.5538311Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-03-21T21:01:00.5539588Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ramp] 2025-03-21T21:01:00.5541146Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[randn_neg] 2025-03-21T21:01:00.5542100Z backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[ramp] 2025-03-21T21:01:00.5543012Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_MI[ramp] 2025-03-21T21:01:00.5543765Z backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[zeros] 2025-03-21T21:01:00.5544713Z [gw2] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_BI[ramp] 2025-03-21T21:01:00.5545921Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[ones] 2025-03-21T21:01:00.5547110Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[zeros] 2025-03-21T21:01:00.5547860Z backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[ones] 2025-03-21T21:01:00.5548746Z [gw3] [ 75%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[ones] 2025-03-21T21:01:00.5549483Z backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[rand] 2025-03-21T21:01:00.5550953Z [gw1] [ 75%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_pos] 2025-03-21T21:01:00.5552467Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_neg] 2025-03-21T21:01:00.5554133Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[rand] 2025-03-21T21:01:00.5555498Z backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[randn_pos] 2025-03-21T21:01:00.5557383Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[ones] 2025-03-21T21:01:00.5558782Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand] 2025-03-21T21:01:00.5560325Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[randn_pos] 2025-03-21T21:01:00.5561501Z backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[randn_neg] 2025-03-21T21:01:00.5563131Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand] 2025-03-21T21:01:00.5564722Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand_4d] 2025-03-21T21:01:00.5566307Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[randn_neg] 2025-03-21T21:01:00.5567577Z backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[ramp] 2025-03-21T21:01:00.5569239Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_neg] 2025-03-21T21:01:00.5570713Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[ramp] 2025-03-21T21:01:00.5572332Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_tosa_BI[ramp] 2025-03-21T21:01:00.5573561Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI[zeros] 2025-03-21T21:01:00.5575304Z [gw2] [ 76%] FAILED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand_4d] 2025-03-21T21:01:00.5576836Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_pos] 2025-03-21T21:01:00.5578472Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI[zeros] 2025-03-21T21:01:00.5579694Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI[ones] 2025-03-21T21:01:00.5581134Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI[ones] 2025-03-21T21:01:00.5582375Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI[rand] 2025-03-21T21:01:00.5583692Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI[rand] 2025-03-21T21:01:00.5584859Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI[randn_pos] 2025-03-21T21:01:00.5586454Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI[randn_pos] 2025-03-21T21:01:00.5587614Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI[randn_neg] 2025-03-21T21:01:00.5589365Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_pos] 2025-03-21T21:01:00.5591069Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_neg] 2025-03-21T21:01:00.5593024Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI[randn_neg] 2025-03-21T21:01:00.5594283Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI[ramp] 2025-03-21T21:01:00.5595656Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI[ramp] 2025-03-21T21:01:00.5596732Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI[zeros] 2025-03-21T21:01:00.5598327Z [gw1] [ 76%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[ramp] 2025-03-21T21:01:00.5599721Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ones] 2025-03-21T21:01:00.5601239Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI[zeros] 2025-03-21T21:01:00.5602521Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI[ones] 2025-03-21T21:01:00.5604093Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ones] 2025-03-21T21:01:00.5605540Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand] 2025-03-21T21:01:00.5607251Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI[ones] 2025-03-21T21:01:00.5608372Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI[rand] 2025-03-21T21:01:00.5610035Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand] 2025-03-21T21:01:00.5611418Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-03-21T21:01:00.5613274Z [gw2] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_neg] 2025-03-21T21:01:00.5614767Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[ramp] 2025-03-21T21:01:00.5616478Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[rand_4d] 2025-03-21T21:01:00.5617888Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-03-21T21:01:00.5619449Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI[rand] 2025-03-21T21:01:00.5620663Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI[randn_pos] 2025-03-21T21:01:00.5622488Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_pos] 2025-03-21T21:01:00.5623901Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-03-21T21:01:00.5625537Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI[randn_pos] 2025-03-21T21:01:00.5626770Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI[randn_neg] 2025-03-21T21:01:00.5628216Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI[randn_neg] 2025-03-21T21:01:00.5629418Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI[ramp] 2025-03-21T21:01:00.5630971Z [gw1] [ 76%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[randn_neg] 2025-03-21T21:01:00.5632325Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ramp] 2025-03-21T21:01:00.5633816Z [gw3] [ 76%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI[ramp] 2025-03-21T21:01:00.5634961Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[zeros] 2025-03-21T21:01:00.5636560Z [gw2] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[ramp] 2025-03-21T21:01:00.5637871Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[ones] 2025-03-21T21:01:00.5639470Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[zeros] 2025-03-21T21:01:00.5640694Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[ones] 2025-03-21T21:01:00.5642265Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_BI[ramp] 2025-03-21T21:01:00.5643974Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[ones] 2025-03-21T21:01:00.5645916Z [gw2] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[ones] 2025-03-21T21:01:47.4670386Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[rand] 2025-03-21T21:01:47.4672424Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[ones] 2025-03-21T21:01:47.4673799Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[rand] 2025-03-21T21:01:47.4675501Z [gw2] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[rand] 2025-03-21T21:01:47.4676964Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[rand_4d] 2025-03-21T21:01:47.4678929Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[ones] 2025-03-21T21:01:47.4680765Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand] 2025-03-21T21:01:47.4683047Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand] 2025-03-21T21:01:47.4684737Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand_4d] 2025-03-21T21:01:47.4686695Z [gw2] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[rand_4d] 2025-03-21T21:01:47.4688133Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[randn_pos] 2025-03-21T21:01:47.4689877Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[rand] 2025-03-21T21:01:47.4691174Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[randn_pos] 2025-03-21T21:01:47.4693045Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand_4d] 2025-03-21T21:01:47.4694831Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_pos] 2025-03-21T21:01:47.4696860Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[randn_pos] 2025-03-21T21:01:47.4698442Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[randn_neg] 2025-03-21T21:01:47.4700119Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[randn_pos] 2025-03-21T21:01:47.4701528Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[randn_neg] 2025-03-21T21:01:47.4703495Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_pos] 2025-03-21T21:01:47.4705094Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_neg] 2025-03-21T21:01:47.4707145Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[randn_neg] 2025-03-21T21:01:47.4708561Z backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[ramp] 2025-03-21T21:01:47.4710401Z [gw2] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[randn_neg] 2025-03-21T21:01:47.4711891Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[ramp] 2025-03-21T21:01:47.4713698Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[randn_neg] 2025-03-21T21:01:47.4715285Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[ramp] 2025-03-21T21:01:47.4717066Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u55_BI_on_fvp[ramp] 2025-03-21T21:01:47.4718493Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[zeros] 2025-03-21T21:01:47.4720339Z [gw1] [ 77%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_BI[ramp] 2025-03-21T21:01:47.4722475Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[ones] 2025-03-21T21:01:47.4724605Z [gw2] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u55[ramp] 2025-03-21T21:01:47.4726104Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[ones] 2025-03-21T21:01:47.4727892Z [gw1] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[ones] 2025-03-21T21:01:47.4729338Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[rand] 2025-03-21T21:01:47.4731059Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[zeros] 2025-03-21T21:01:47.4732507Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[ones] 2025-03-21T21:01:47.4734137Z [gw1] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[rand] 2025-03-21T21:01:47.4735645Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[rand_4d] 2025-03-21T21:01:47.4737529Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[ones] 2025-03-21T21:01:47.4738916Z backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[rand] 2025-03-21T21:01:47.4740710Z [gw2] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[ones] 2025-03-21T21:01:47.4742413Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand] 2025-03-21T21:01:47.4744229Z [gw1] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[rand_4d] 2025-03-21T21:01:47.4745845Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[randn_pos] 2025-03-21T21:01:47.4747436Z [gw3] [ 77%] PASSED backends/arm/test/ops/test_floor.py::test_floor_u85_BI_on_fvp[rand] 2025-03-21T21:01:47.4748725Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros_neg_dim] 2025-03-21T21:01:47.4750496Z [gw2] [ 77%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand] 2025-03-21T21:01:47.4752122Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand_4d] 2025-03-21T21:01:47.4754066Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros_neg_dim] 2025-03-21T21:01:47.4755506Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand] 2025-03-21T21:01:47.4757157Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand] 2025-03-21T21:01:47.4758532Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand_neg_dim] 2025-03-21T21:01:47.4760273Z [gw1] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[randn_pos] 2025-03-21T21:01:47.4761647Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[randn_neg] 2025-03-21T21:01:47.4763350Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[rand_neg_dim] 2025-03-21T21:01:47.4764877Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_mult_batches] 2025-03-21T21:01:47.4766811Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_mult_batches] 2025-03-21T21:01:47.4768257Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones] 2025-03-21T21:01:47.4770170Z [gw2] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand_4d] 2025-03-21T21:01:47.4771774Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_pos] 2025-03-21T21:01:47.4773700Z [gw1] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[randn_neg] 2025-03-21T21:01:47.4775190Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[ramp] 2025-03-21T21:01:47.4777261Z [gw1] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u55[ramp] 2025-03-21T21:01:47.4779017Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[ones] 2025-03-21T21:01:47.4780709Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones] 2025-03-21T21:01:47.4782092Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones_neg_dim] 2025-03-21T21:01:47.4784095Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_pos] 2025-03-21T21:01:47.4786017Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_neg] 2025-03-21T21:01:47.4787879Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[ones_neg_dim] 2025-03-21T21:01:47.4789353Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_neg_dim] 2025-03-21T21:01:47.4791050Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_neg_dim] 2025-03-21T21:01:47.4792697Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros] 2025-03-21T21:01:47.4794713Z [gw2] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_neg] 2025-03-21T21:01:47.4796403Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[ramp] 2025-03-21T21:01:47.4798381Z [gw1] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[ones] 2025-03-21T21:01:47.4800023Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand] 2025-03-21T21:01:47.4801971Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros] 2025-03-21T21:01:47.4803485Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros_neg_dim] 2025-03-21T21:01:47.4805407Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[zeros_neg_dim] 2025-03-21T21:01:47.4806851Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand] 2025-03-21T21:01:47.4808761Z [gw1] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand] 2025-03-21T21:01:47.4810511Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand_4d] 2025-03-21T21:01:47.4812412Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand] 2025-03-21T21:02:24.9054025Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand_neg_dim] 2025-03-21T21:02:24.9056001Z [gw2] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u55[ramp] 2025-03-21T21:02:24.9057463Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[ones] 2025-03-21T21:02:24.9059369Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[rand_neg_dim] 2025-03-21T21:02:24.9060435Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_mult_batches] 2025-03-21T21:02:24.9061629Z [gw1] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[rand_4d] 2025-03-21T21:02:24.9062736Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_pos] 2025-03-21T21:02:24.9064214Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[ones] 2025-03-21T21:02:24.9066090Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[rand] 2025-03-21T21:02:24.9067331Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_BI[randn_mult_batches] 2025-03-21T21:02:24.9068246Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones] 2025-03-21T21:02:24.9069452Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones] 2025-03-21T21:02:24.9070456Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones_neg_dim] 2025-03-21T21:02:24.9071579Z [gw2] [ 78%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[rand] 2025-03-21T21:02:24.9072499Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[rand_4d] 2025-03-21T21:02:24.9073568Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[ones_neg_dim] 2025-03-21T21:02:24.9074510Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_neg_dim] 2025-03-21T21:02:24.9075652Z [gw3] [ 78%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_neg_dim] 2025-03-21T21:02:24.9076522Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros] 2025-03-21T21:02:24.9077512Z [gw0] [ 78%] PASSED backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_tosa_BI 2025-03-21T21:02:24.9078449Z backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_tosa_MI 2025-03-21T21:02:24.9079644Z [gw1] [ 78%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_pos] 2025-03-21T21:02:24.9080685Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_neg] 2025-03-21T21:02:24.9081916Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[rand_4d] 2025-03-21T21:02:24.9082853Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[randn_pos] 2025-03-21T21:02:24.9083903Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros] 2025-03-21T21:02:24.9084800Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros_neg_dim] 2025-03-21T21:02:24.9085863Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[zeros_neg_dim] 2025-03-21T21:02:24.9086736Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand] 2025-03-21T21:02:24.9087719Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand] 2025-03-21T21:02:24.9088616Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand_neg_dim] 2025-03-21T21:02:24.9089714Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[randn_pos] 2025-03-21T21:02:24.9090653Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[randn_neg] 2025-03-21T21:02:24.9091879Z [gw1] [ 79%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[randn_neg] 2025-03-21T21:02:24.9092888Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[ramp] 2025-03-21T21:02:24.9094043Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[rand_neg_dim] 2025-03-21T21:02:24.9094990Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_mult_batches] 2025-03-21T21:02:24.9096117Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI[randn_mult_batches] 2025-03-21T21:02:24.9096994Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones] 2025-03-21T21:02:24.9098047Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[randn_neg] 2025-03-21T21:02:24.9098960Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[ramp] 2025-03-21T21:02:24.9100013Z [gw1] [ 79%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u55[ramp] 2025-03-21T21:02:24.9100937Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[ones] 2025-03-21T21:02:24.9101885Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones] 2025-03-21T21:02:24.9102725Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones_neg_dim] 2025-03-21T21:02:24.9103791Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_tosa_u85[ramp] 2025-03-21T21:02:24.9104734Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[ones] 2025-03-21T21:02:24.9105885Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[ones] 2025-03-21T21:02:24.9106712Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[rand] 2025-03-21T21:02:24.9107698Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[ones_neg_dim] 2025-03-21T21:02:24.9108519Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_neg_dim] 2025-03-21T21:02:24.9109516Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[rand] 2025-03-21T21:02:24.9110345Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[rand_4d] 2025-03-21T21:02:24.9111404Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_neg_dim] 2025-03-21T21:02:24.9112280Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros] 2025-03-21T21:02:24.9113509Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[ones] 2025-03-21T21:02:24.9114445Z backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand] 2025-03-21T21:02:24.9115431Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros] 2025-03-21T21:02:24.9116236Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros_neg_dim] 2025-03-21T21:02:24.9117251Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[rand_4d] 2025-03-21T21:02:24.9118113Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[randn_pos] 2025-03-21T21:02:24.9119123Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[zeros_neg_dim] 2025-03-21T21:02:24.9119929Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand] 2025-03-21T21:02:24.9120929Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand] 2025-03-21T21:02:24.9121824Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_2 2025-03-21T21:02:24.9123066Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand] 2025-03-21T21:02:24.9123986Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand_neg_dim] 2025-03-21T21:02:24.9125060Z [gw1] [ 79%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[randn_pos] 2025-03-21T21:02:24.9125943Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[randn_neg] 2025-03-21T21:02:24.9126957Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_2 2025-03-21T21:02:24.9127822Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_3 2025-03-21T21:02:24.9128842Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_3 2025-03-21T21:02:24.9129697Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_4 2025-03-21T21:02:24.9130695Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[rand_neg_dim] 2025-03-21T21:02:24.9131547Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_mult_batches] 2025-03-21T21:02:24.9132566Z [gw2] [ 79%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_4 2025-03-21T21:02:24.9133409Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_5 2025-03-21T21:02:24.9134527Z [gw3] [ 79%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI[randn_mult_batches] 2025-03-21T21:02:24.9135617Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[ones] 2025-03-21T21:02:24.9136619Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_5 2025-03-21T21:02:24.9137476Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_0 2025-03-21T21:02:24.9138505Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[randn_neg] 2025-03-21T21:02:24.9139345Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[ramp] 2025-03-21T21:02:24.9140344Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_0 2025-03-21T21:02:24.9141200Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_1 2025-03-21T21:02:24.9142211Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_1 2025-03-21T21:02:51.6916275Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_2 2025-03-21T21:02:51.6918130Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_2 2025-03-21T21:02:51.6919387Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_3 2025-03-21T21:02:51.6920923Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_tosa_u85[ramp] 2025-03-21T21:02:51.6922474Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[ones] 2025-03-21T21:02:51.6924037Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_3 2025-03-21T21:02:51.6925286Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_4 2025-03-21T21:02:51.6926743Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[ones] 2025-03-21T21:02:51.6928023Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[ones_neg_dim] 2025-03-21T21:02:51.6929646Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_4 2025-03-21T21:02:51.6930830Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_5 2025-03-21T21:02:51.6932353Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_MI_5 2025-03-21T21:02:51.6933645Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_0 2025-03-21T21:02:51.6935238Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_0 2025-03-21T21:02:51.6936607Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_1 2025-03-21T21:02:51.6938163Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_1 2025-03-21T21:02:51.6939562Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_2 2025-03-21T21:02:51.6941136Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_2 2025-03-21T21:02:51.6942480Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_3 2025-03-21T21:02:51.6944086Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_3 2025-03-21T21:02:51.6945528Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_4 2025-03-21T21:02:51.6947069Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[ones_neg_dim] 2025-03-21T21:02:51.6948373Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[randn_neg_dim] 2025-03-21T21:02:51.6949932Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_4 2025-03-21T21:02:51.6951584Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_5 2025-03-21T21:02:51.6953460Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_two_out_tosa_MI_5 2025-03-21T21:02:51.6954761Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_0 2025-03-21T21:02:51.6956314Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[ones] 2025-03-21T21:02:51.6957602Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand] 2025-03-21T21:02:51.6959162Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_0 2025-03-21T21:02:51.6960392Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_1 2025-03-21T21:02:51.6961933Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[randn_neg_dim] 2025-03-21T21:02:51.6963349Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[zeros] 2025-03-21T21:02:51.6964801Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_1 2025-03-21T21:02:51.6966063Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_2 2025-03-21T21:02:51.6967554Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_2 2025-03-21T21:02:51.6968767Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_3 2025-03-21T21:02:51.6970328Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_3 2025-03-21T21:02:51.6971578Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_4 2025-03-21T21:02:51.6973236Z [gw1] [ 80%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand] 2025-03-21T21:02:51.6974702Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand_4d] 2025-03-21T21:02:51.6976370Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_4 2025-03-21T21:02:51.6977661Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_5 2025-03-21T21:02:51.6979157Z [gw3] [ 80%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[zeros] 2025-03-21T21:02:51.6980420Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[zeros_neg_dim] 2025-03-21T21:02:51.6982006Z [gw2] [ 80%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u55_BI_5 2025-03-21T21:02:51.6983268Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_0 2025-03-21T21:02:51.6984959Z [gw1] [ 80%] FAILED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand_4d] 2025-03-21T21:02:51.6986569Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_pos] 2025-03-21T21:02:51.6988233Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_0 2025-03-21T21:02:51.6989520Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_1 2025-03-21T21:02:51.6991127Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[zeros_neg_dim] 2025-03-21T21:02:51.6992421Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[rand] 2025-03-21T21:02:51.6993950Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_1 2025-03-21T21:02:51.6995271Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_2 2025-03-21T21:02:51.6996825Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_2 2025-03-21T21:02:51.6998246Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_3 2025-03-21T21:02:51.6999964Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[rand] 2025-03-21T21:02:51.7001283Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[rand_neg_dim] 2025-03-21T21:02:51.7002779Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_3 2025-03-21T21:02:51.7003980Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_4 2025-03-21T21:02:51.7005630Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_pos] 2025-03-21T21:02:51.7007073Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_neg] 2025-03-21T21:02:51.7008692Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_4 2025-03-21T21:02:51.7009971Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_5 2025-03-21T21:02:51.7011615Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_u85_BI_5 2025-03-21T21:02:51.7012914Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_with_sizes_tosa_MI_0 2025-03-21T21:02:51.7014592Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[rand_neg_dim] 2025-03-21T21:02:51.7015973Z backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[randn_mult_batches] 2025-03-21T21:02:51.7017701Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_with_sizes_tosa_MI_0 2025-03-21T21:02:51.7019035Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_with_sizes_tosa_MI_1 2025-03-21T21:02:51.7020800Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_with_sizes_tosa_MI_1 2025-03-21T21:02:51.7022558Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_BI_0 2025-03-21T21:02:51.7024306Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[randn_neg] 2025-03-21T21:02:51.7025796Z backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[ramp] 2025-03-21T21:02:51.7027396Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_BI_0 2025-03-21T21:02:51.7028665Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_BI_1 2025-03-21T21:02:51.7030233Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_BI_1 2025-03-21T21:02:51.7031500Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_BI_2 2025-03-21T21:02:51.7033136Z [gw3] [ 81%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u55_BI_on_fvp[randn_mult_batches] 2025-03-21T21:02:51.7034469Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[ones] 2025-03-21T21:02:51.7036016Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_BI_2 2025-03-21T21:03:12.1555940Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_MI_0 2025-03-21T21:03:12.1557823Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_MI_0 2025-03-21T21:03:12.1559130Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_MI_1 2025-03-21T21:03:12.1560207Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_MI_1 2025-03-21T21:03:12.1561077Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_MI_2 2025-03-21T21:03:12.1562195Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_tosa_MI_2 2025-03-21T21:03:12.1563323Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u55_BI_0 2025-03-21T21:03:12.1564587Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u55_BI_0 2025-03-21T21:03:12.1565470Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u55_BI_1 2025-03-21T21:03:12.1566520Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u55_BI_1 2025-03-21T21:03:12.1567459Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u55_BI_2 2025-03-21T21:03:12.1568519Z [gw1] [ 81%] XFAIL backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[ramp] 2025-03-21T21:03:12.1569817Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nchw_tosa_BI_0 2025-03-21T21:03:12.1571687Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u55_BI_2 2025-03-21T21:03:12.1573030Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u85_BI_0 2025-03-21T21:03:12.1574752Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nchw_tosa_BI_0 2025-03-21T21:03:12.1576127Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nchw_tosa_BI_1 2025-03-21T21:03:12.1577463Z [gw3] [ 81%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[ones] 2025-03-21T21:03:12.1578392Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[ones_neg_dim] 2025-03-21T21:03:12.1579466Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nchw_tosa_BI_1 2025-03-21T21:03:12.1580354Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nhwc_tosa_BI_0 2025-03-21T21:03:12.1581401Z [gw2] [ 81%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u85_BI_0 2025-03-21T21:03:12.1582334Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u85_BI_1 2025-03-21T21:03:12.1583394Z [gw1] [ 81%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nhwc_tosa_BI_0 2025-03-21T21:03:12.1584288Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nhwc_tosa_BI_1 2025-03-21T21:03:12.1585415Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u85_BI_1 2025-03-21T21:03:12.1586299Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u85_BI_2 2025-03-21T21:03:12.1587356Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_nhwc_tosa_BI_1 2025-03-21T21:03:12.1588240Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_0 2025-03-21T21:03:12.1589257Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_0 2025-03-21T21:03:12.1590126Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_1 2025-03-21T21:03:12.1591138Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_1 2025-03-21T21:03:12.1591995Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_2 2025-03-21T21:03:12.1593014Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_2 2025-03-21T21:03:12.1593874Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_3 2025-03-21T21:03:12.1594900Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dim_u85_BI_2 2025-03-21T21:03:12.1595782Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_BI_0 2025-03-21T21:03:12.1596796Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_tosa_MI_3 2025-03-21T21:03:12.1597753Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_0 2025-03-21T21:03:12.1598857Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_0 2025-03-21T21:03:12.1599711Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_1 2025-03-21T21:03:12.1600755Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_BI_0 2025-03-21T21:03:12.1601652Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_BI_1 2025-03-21T21:03:12.1602710Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[ones_neg_dim] 2025-03-21T21:03:12.1603594Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[randn_neg_dim] 2025-03-21T21:03:12.1604616Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_1 2025-03-21T21:03:12.1605461Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_2 2025-03-21T21:03:12.1606944Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_BI_1 2025-03-21T21:03:12.1607852Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_BI_2 2025-03-21T21:03:12.1608916Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_BI_2 2025-03-21T21:03:12.1621010Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_MI_0 2025-03-21T21:03:12.1622388Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_2 2025-03-21T21:03:12.1623257Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_3 2025-03-21T21:03:12.1624296Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_MI_0 2025-03-21T21:03:12.1625196Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_MI_1 2025-03-21T21:03:12.1626392Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_MI_1 2025-03-21T21:03:12.1627290Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_MI_2 2025-03-21T21:03:12.1628323Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u55_BI_3 2025-03-21T21:03:12.1629174Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_0 2025-03-21T21:03:12.1630194Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_tosa_MI_2 2025-03-21T21:03:12.1631086Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u55_BI_0 2025-03-21T21:03:12.1632110Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_0 2025-03-21T21:03:12.1632957Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_1 2025-03-21T21:03:12.1634008Z [gw3] [ 82%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[randn_neg_dim] 2025-03-21T21:03:12.1634880Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[zeros] 2025-03-21T21:03:12.1635906Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u55_BI_0 2025-03-21T21:03:12.1636777Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u55_BI_1 2025-03-21T21:03:12.1637798Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_1 2025-03-21T21:03:12.1638641Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_2 2025-03-21T21:03:12.1639675Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u55_BI_1 2025-03-21T21:03:12.1640697Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u55_BI_2 2025-03-21T21:03:12.1641833Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_2 2025-03-21T21:03:12.1642670Z backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_3 2025-03-21T21:03:12.1643702Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u55_BI_2 2025-03-21T21:03:12.1644587Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u85_BI_0 2025-03-21T21:03:12.1645603Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_slice.py::TestSimpleSlice::test_slice_u85_BI_3 2025-03-21T21:03:12.1646421Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones] 2025-03-21T21:03:12.1647346Z [gw1] [ 82%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones] 2025-03-21T21:03:12.1648151Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones_neg_dim] 2025-03-21T21:03:12.1649235Z [gw2] [ 82%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u85_BI_0 2025-03-21T21:03:12.1650125Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u85_BI_1 2025-03-21T21:03:12.1651142Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[ones_neg_dim] 2025-03-21T21:03:12.1651991Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_neg_dim] 2025-03-21T21:03:12.1653022Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u85_BI_1 2025-03-21T21:03:30.5237124Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u85_BI_2 2025-03-21T21:03:30.5239314Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[zeros] 2025-03-21T21:03:30.5240905Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[zeros_neg_dim] 2025-03-21T21:03:30.5242871Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_dims_u85_BI_2 2025-03-21T21:03:30.5244513Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_BI_0 2025-03-21T21:03:30.5246401Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_BI_0 2025-03-21T21:03:30.5247979Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_BI_1 2025-03-21T21:03:30.5249854Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[randn_neg_dim] 2025-03-21T21:03:30.5251351Z backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros] 2025-03-21T21:03:30.5253143Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_BI_1 2025-03-21T21:03:30.5254830Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_BI_2 2025-03-21T21:03:30.5256648Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_tosa_MI[zeros] 2025-03-21T21:03:30.5258119Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[rand_4D_2x2x4x4] 2025-03-21T21:03:30.5259949Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_BI_2 2025-03-21T21:03:30.5261524Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_MI_0 2025-03-21T21:03:30.5263454Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[zeros_neg_dim] 2025-03-21T21:03:30.5265018Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[rand] 2025-03-21T21:03:30.5266935Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_MI_0 2025-03-21T21:03:30.5268495Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_MI_1 2025-03-21T21:03:30.5270306Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[rand_4D_2x2x4x4] 2025-03-21T21:03:30.5271908Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[zeros] 2025-03-21T21:03:30.5273810Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_MI_1 2025-03-21T21:03:30.5275377Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_MI_2 2025-03-21T21:03:30.5277267Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_tosa_MI_2 2025-03-21T21:03:30.5278835Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u55_BI_0 2025-03-21T21:03:30.5280536Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[zeros] 2025-03-21T21:03:30.5281845Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[ones_1D_5] 2025-03-21T21:03:30.5283543Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[rand] 2025-03-21T21:03:30.5285097Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[rand_neg_dim] 2025-03-21T21:03:30.5286993Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[ones_1D_5] 2025-03-21T21:03:30.5288348Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[ones_1D_50] 2025-03-21T21:03:30.5290078Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u55_BI_0 2025-03-21T21:03:30.5291638Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u55_BI_1 2025-03-21T21:03:30.5293495Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u55_BI_1 2025-03-21T21:03:30.5295045Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u55_BI_2 2025-03-21T21:03:30.5296886Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u55_BI_2 2025-03-21T21:03:30.5298441Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u85_BI_0 2025-03-21T21:03:30.5300176Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[ones_1D_50] 2025-03-21T21:03:30.5301517Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_1D_10] 2025-03-21T21:03:30.5303242Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u85_BI_0 2025-03-21T21:03:30.5304798Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u85_BI_1 2025-03-21T21:03:30.5306834Z [gw3] [ 83%] PASSED backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[rand_neg_dim] 2025-03-21T21:03:30.5308506Z backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[randn_mult_batches] 2025-03-21T21:03:30.5310321Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_1D_10] 2025-03-21T21:03:30.5311660Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_2D_5x5] 2025-03-21T21:03:30.5313416Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u85_BI_1 2025-03-21T21:03:30.5314991Z backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u85_BI_2 2025-03-21T21:03:30.5316725Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_2D_5x5] 2025-03-21T21:03:30.5318078Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_3D_5x5x5] 2025-03-21T21:03:30.5319848Z [gw2] [ 83%] PASSED backends/arm/test/ops/test_squeeze.py::TestSqueeze::test_squeeze_u85_BI_2 2025-03-21T21:03:30.5321296Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[ones_1D_5] 2025-03-21T21:03:30.5323167Z [gw1] [ 83%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_3D_5x5x5] 2025-03-21T21:03:30.5324571Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_4D_2x3x4x5] 2025-03-21T21:03:30.5326221Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[ones_1D_5] 2025-03-21T21:03:30.5327721Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[ones_1D_50] 2025-03-21T21:03:30.5329557Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[rand_4D_2x3x4x5] 2025-03-21T21:03:30.5330894Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI[zeros] 2025-03-21T21:03:30.5332461Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[ones_1D_50] 2025-03-21T21:03:30.5333806Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_1D_10] 2025-03-21T21:03:30.5335344Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI[zeros] 2025-03-21T21:03:30.5336638Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[rand_2D_4x4] 2025-03-21T21:03:30.5338488Z [gw3] [ 84%] XFAIL backends/arm/test/ops/test_softmax.py::test_softmax_u85_BI_on_fvp[randn_mult_batches] 2025-03-21T21:03:30.5340199Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_0 2025-03-21T21:03:30.5342122Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_1D_10] 2025-03-21T21:03:30.5343492Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_2D_5x5] 2025-03-21T21:03:30.5345338Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_0 2025-03-21T21:03:30.5347105Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_1 2025-03-21T21:03:30.5348939Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[rand_2D_4x4] 2025-03-21T21:03:30.5350335Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[rand_3D_4x4x4] 2025-03-21T21:03:30.5352208Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_1 2025-03-21T21:03:30.5353902Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_2 2025-03-21T21:03:30.5355727Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_2D_5x5] 2025-03-21T21:03:30.5357107Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_3D_5x5x5] 2025-03-21T21:03:30.5358821Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[rand_3D_4x4x4] 2025-03-21T21:03:30.5360253Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[rand_4D_2x2x4x4] 2025-03-21T21:03:30.5362147Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_2 2025-03-21T21:03:30.5363853Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_3 2025-03-21T21:03:30.5365701Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_3D_5x5x5] 2025-03-21T21:03:30.5367127Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_4D_2x3x4x5] 2025-03-21T21:03:30.5369000Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_3 2025-03-21T21:03:30.5370725Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_4 2025-03-21T21:03:30.5372597Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[rand_4D_2x2x4x4] 2025-03-21T21:03:30.5373952Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[zeros] 2025-03-21T21:03:30.5375740Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_4 2025-03-21T21:03:30.5377440Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_5 2025-03-21T21:03:30.5379285Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[rand_4D_2x3x4x5] 2025-03-21T21:03:30.5380636Z backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[zeros] 2025-03-21T21:03:30.5382421Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_one_out_tosa_MI_5 2025-03-21T21:03:30.5384180Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_0 2025-03-21T21:04:08.0885239Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI[zeros] 2025-03-21T21:04:08.0886438Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[ones_1D_5] 2025-03-21T21:04:08.0887834Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_MI[zeros] 2025-03-21T21:04:08.0889080Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[rand_2D_4x4] 2025-03-21T21:04:08.0890635Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[ones_1D_5] 2025-03-21T21:04:08.0891753Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[ones_1D_50] 2025-03-21T21:04:08.0893265Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[rand_2D_4x4] 2025-03-21T21:04:08.0894468Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[rand_3D_4x4x4] 2025-03-21T21:04:08.0896260Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_0 2025-03-21T21:04:08.0897675Z backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_1 2025-03-21T21:04:08.0899385Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[rand_3D_4x4x4] 2025-03-21T21:04:08.0900698Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[rand_4D_2x2x4x4] 2025-03-21T21:04:08.0902316Z [gw3] [ 84%] PASSED backends/arm/test/ops/test_split.py::TestSimpleSplit::test_split_tosa_BI_1 2025-03-21T21:04:08.0903733Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[ones_1D_5] 2025-03-21T21:04:08.0905352Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[rand_4D_2x2x4x4] 2025-03-21T21:04:08.0906787Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[zeros] 2025-03-21T21:04:08.0908157Z [gw2] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_MI[zeros] 2025-03-21T21:04:08.0909342Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[ones_1D_5] 2025-03-21T21:04:08.0910745Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[ones_1D_50] 2025-03-21T21:04:08.0911998Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_1D_10] 2025-03-21T21:04:08.0913576Z [gw1] [ 84%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_1D_10] 2025-03-21T21:04:08.0914918Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_2D_5x5] 2025-03-21T21:04:08.0916234Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_2D_5x5] 2025-03-21T21:04:08.0917433Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_3D_5x5x5] 2025-03-21T21:04:08.0918865Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[ones_1D_5] 2025-03-21T21:04:08.0920018Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[ones_1D_50] 2025-03-21T21:04:08.0921537Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[ones_1D_5] 2025-03-21T21:04:08.0923148Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[ones_1D_50] 2025-03-21T21:04:08.0924854Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_3D_5x5x5] 2025-03-21T21:04:08.0926276Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_4D_2x3x4x5] 2025-03-21T21:04:08.0927964Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[rand_4D_2x3x4x5] 2025-03-21T21:04:08.0929251Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI[zeros] 2025-03-21T21:04:08.0930567Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[ones_1D_50] 2025-03-21T21:04:08.0931765Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_1D_10] 2025-03-21T21:04:08.0933396Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI[zeros] 2025-03-21T21:04:08.0934561Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[rand_2D_4x4] 2025-03-21T21:04:08.0936265Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[rand_2D_4x4] 2025-03-21T21:04:08.0937558Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[rand_3D_4x4x4] 2025-03-21T21:04:08.0939052Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_1D_10] 2025-03-21T21:04:08.0940230Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_2D_5x5] 2025-03-21T21:04:08.0941703Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[rand_3D_4x4x4] 2025-03-21T21:04:08.0942990Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[rand_4D_2x2x4x4] 2025-03-21T21:04:08.0944475Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_2D_5x5] 2025-03-21T21:04:08.0945792Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_3D_5x5x5] 2025-03-21T21:04:08.0947530Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[ones_1D_50] 2025-03-21T21:04:08.0948776Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_1D_10] 2025-03-21T21:04:08.0950315Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[rand_4D_2x2x4x4] 2025-03-21T21:04:08.0951407Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[zeros] 2025-03-21T21:04:08.0952875Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_3D_5x5x5] 2025-03-21T21:04:08.0954116Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_4D_2x3x4x5] 2025-03-21T21:04:08.0955573Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI[zeros] 2025-03-21T21:04:08.0956797Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[ones_1D_5] 2025-03-21T21:04:08.0958364Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[rand_4D_2x3x4x5] 2025-03-21T21:04:08.0959508Z backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[zeros] 2025-03-21T21:04:08.0960993Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_tosa_BI[zeros] 2025-03-21T21:04:08.0962106Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[rand_2D_4x4] 2025-03-21T21:04:08.0963694Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_1D_10] 2025-03-21T21:04:08.0964997Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_2D_5x5] 2025-03-21T21:04:08.0966602Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[rand_2D_4x4] 2025-03-21T21:04:08.0967886Z backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[rand_3D_4x4x4] 2025-03-21T21:04:08.0969547Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_2D_5x5] 2025-03-21T21:04:08.0970906Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T21:04:08.0972575Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[ones_1D_5] 2025-03-21T21:04:08.0973872Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[ones_1D_50] 2025-03-21T21:04:08.0975424Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_tosa_BI[rand_3D_4x4x4] 2025-03-21T21:04:08.0976725Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_5 2025-03-21T21:04:08.0978283Z [gw3] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T21:04:08.0979609Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T21:04:08.0981147Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_5 2025-03-21T21:04:08.0982321Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_0 2025-03-21T21:04:08.0984046Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[ones_1D_50] 2025-03-21T21:04:08.0985715Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_1D_10] 2025-03-21T21:04:08.0987343Z [gw3] [ 85%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T21:04:08.0988611Z backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[zeros] 2025-03-21T21:04:08.0990158Z [gw2] [ 85%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_0 2025-03-21T21:04:08.0991443Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_1 2025-03-21T21:04:08.0993113Z [gw1] [ 85%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_1D_10] 2025-03-21T21:04:08.0994487Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_2D_5x5] 2025-03-21T21:04:08.0996079Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u85_BI_on_fvp[zeros] 2025-03-21T21:04:08.0997618Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[rand_2D_4x4] 2025-03-21T21:04:08.0999222Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_1 2025-03-21T21:04:08.1000387Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_2 2025-03-21T21:04:08.1001904Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_2D_5x5] 2025-03-21T21:04:08.1003302Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T21:04:08.1004989Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[rand_2D_4x4] 2025-03-21T21:04:08.1006500Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[rand_3D_4x4x4] 2025-03-21T21:04:08.1008230Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_2 2025-03-21T21:04:08.1009554Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_3 2025-03-21T21:04:08.1011291Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T21:04:08.1012697Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T21:04:08.1014575Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[rand_3D_4x4x4] 2025-03-21T21:04:08.1016118Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[rand_4D_2x2x4x4] 2025-03-21T21:04:08.1017801Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_3 2025-03-21T21:04:08.1019094Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_4 2025-03-21T21:04:31.5026317Z [gw1] [ 86%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T21:04:31.5027669Z backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[zeros] 2025-03-21T21:04:31.5029555Z [gw3] [ 86%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[rand_4D_2x2x4x4] 2025-03-21T21:04:31.5030961Z backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[zeros] 2025-03-21T21:04:31.5032126Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_4 2025-03-21T21:04:31.5032926Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_5 2025-03-21T21:04:31.5033827Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_u55_BI_on_fvp[zeros] 2025-03-21T21:04:31.5034678Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[rand_2D_4x4] 2025-03-21T21:04:31.5035626Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u85_BI_on_fvp[zeros] 2025-03-21T21:04:31.5036409Z backends/arm/test/ops/test_sum.py::TestSum::test_reject_sum_u55_BI_0 2025-03-21T21:04:31.5037342Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_reject_sum_u55_BI_0 2025-03-21T21:04:31.5038327Z backends/arm/test/ops/test_sum.py::TestSum::test_reject_sum_u55_BI_1 2025-03-21T21:04:31.5039423Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[rand_2D_4x4] 2025-03-21T21:04:31.5040369Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[rand_3D_4x4x4] 2025-03-21T21:04:31.5041339Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_reject_sum_u55_BI_1 2025-03-21T21:04:31.5042131Z backends/arm/test/ops/test_sum.py::TestSum::test_reject_sum_u55_BI_2 2025-03-21T21:04:31.5043495Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u85_BI_5 2025-03-21T21:04:31.5044835Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_0_zeros 2025-03-21T21:04:31.5046453Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_reject_sum_u55_BI_2 2025-03-21T21:04:31.5047680Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_0 2025-03-21T21:04:31.5049071Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_0_zeros 2025-03-21T21:04:31.5050026Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_1_ones 2025-03-21T21:04:31.5051077Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_1_ones 2025-03-21T21:04:31.5051952Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_2_rand 2025-03-21T21:04:31.5052952Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_0 2025-03-21T21:04:31.5053779Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_1 2025-03-21T21:04:31.5054821Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_2_rand 2025-03-21T21:04:31.5055708Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_3_randn_pos 2025-03-21T21:04:31.5056711Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_1 2025-03-21T21:04:31.5057512Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_2 2025-03-21T21:04:31.5058592Z [gw1] [ 86%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[rand_3D_4x4x4] 2025-03-21T21:04:31.5059533Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[rand_4D_2x2x4x4] 2025-03-21T21:04:31.5060539Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_2 2025-03-21T21:04:31.5061352Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_3 2025-03-21T21:04:31.5062329Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_3 2025-03-21T21:04:31.5063140Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_4 2025-03-21T21:04:31.5064163Z [gw2] [ 86%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_3_randn_pos 2025-03-21T21:04:31.5065082Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_4_randn_neg 2025-03-21T21:04:31.5066125Z [gw3] [ 86%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_4 2025-03-21T21:04:31.5066953Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_5 2025-03-21T21:04:31.5067905Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_4_randn_neg 2025-03-21T21:04:31.5068800Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_5_ramp 2025-03-21T21:04:31.5069768Z [gw1] [ 87%] XFAIL backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[rand_4D_2x2x4x4] 2025-03-21T21:04:31.5070563Z backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[zeros] 2025-03-21T21:04:31.5071501Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_BI_5_ramp 2025-03-21T21:04:31.5072810Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_0_zeros 2025-03-21T21:04:31.5073938Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_0_zeros 2025-03-21T21:04:31.5074753Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_1_ones 2025-03-21T21:04:31.5075658Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_BI_5 2025-03-21T21:04:31.5076396Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_0 2025-03-21T21:04:31.5077319Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_1_ones 2025-03-21T21:04:31.5078127Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_2_rand 2025-03-21T21:04:31.5079037Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_0 2025-03-21T21:04:31.5079769Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_1 2025-03-21T21:04:31.5080678Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_2_rand 2025-03-21T21:04:31.5081550Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_3_randn_pos 2025-03-21T21:04:31.5082480Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_1 2025-03-21T21:04:31.5083220Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_2 2025-03-21T21:04:31.5084114Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_sub.py::test_sub_2_u55_BI_on_fvp[zeros] 2025-03-21T21:04:31.5084921Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_2_rand 2025-03-21T21:04:31.5085845Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_2 2025-03-21T21:04:31.5086582Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_3 2025-03-21T21:04:31.5087455Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_3 2025-03-21T21:04:31.5088194Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_4 2025-03-21T21:04:31.5089139Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_2_rand 2025-03-21T21:04:31.5090002Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_3_randn_pos 2025-03-21T21:04:31.5090946Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_4 2025-03-21T21:04:31.5091664Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_5 2025-03-21T21:04:31.5092534Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_tosa_MI_5 2025-03-21T21:04:31.5093264Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_0 2025-03-21T21:04:31.5094203Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_3_randn_pos 2025-03-21T21:04:31.5095050Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_4_randn_neg 2025-03-21T21:04:31.5096059Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_4_randn_neg 2025-03-21T21:04:31.5096867Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_5_ramp 2025-03-21T21:04:31.5097829Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_MI_5_ramp 2025-03-21T21:04:31.5098652Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_0_zeros 2025-03-21T21:04:31.5099650Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_0_zeros 2025-03-21T21:04:31.5100488Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_1_ones 2025-03-21T21:04:31.5101511Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_3_randn_pos 2025-03-21T21:04:31.5102373Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_4_randn_neg 2025-03-21T21:04:31.5103436Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_1_ones 2025-03-21T21:04:31.5104336Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_2_rand 2025-03-21T21:04:31.5105329Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_2_rand 2025-03-21T21:04:31.5106279Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_3_randn_pos 2025-03-21T21:04:31.5107232Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_0 2025-03-21T21:04:31.5107949Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_1 2025-03-21T21:04:31.5108909Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_4_randn_neg 2025-03-21T21:04:31.5109766Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_5_ramp 2025-03-21T21:04:31.5110760Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_5_ramp 2025-03-21T21:04:31.5111627Z backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_0 2025-03-21T21:04:31.5112633Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_3_randn_pos 2025-03-21T21:04:55.9232600Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_4_randn_neg 2025-03-21T21:04:55.9234492Z [gw3] [ 87%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_1 2025-03-21T21:04:55.9235731Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_2 2025-03-21T21:04:55.9237334Z [gw2] [ 87%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_4_randn_neg 2025-03-21T21:04:55.9240753Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_5_ramp 2025-03-21T21:04:55.9242611Z [gw1] [ 87%] PASSED backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_0 2025-03-21T21:04:55.9243969Z backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_1 2025-03-21T21:04:55.9245604Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_1 2025-03-21T21:04:55.9246991Z backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_2 2025-03-21T21:04:55.9248726Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u55_BI_5_ramp 2025-03-21T21:04:55.9250100Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_0_zeros 2025-03-21T21:04:55.9251701Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_2 2025-03-21T21:04:55.9252977Z backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_3 2025-03-21T21:04:55.9254585Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_3 2025-03-21T21:04:55.9256029Z backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_4 2025-03-21T21:04:55.9257874Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_0_zeros 2025-03-21T21:04:55.9259146Z backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_1_ones 2025-03-21T21:04:55.9262440Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_to_copy.py::TestToCopy::test_view_tosa_MI_4 2025-03-21T21:04:55.9264172Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_0 2025-03-21T21:04:55.9266309Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_tanh.py::TestTanh::test_tanh_tosa_u85_BI_1_ones 2025-03-21T21:04:55.9267984Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_3 2025-03-21T21:04:55.9269856Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_2 2025-03-21T21:04:55.9271418Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_3 2025-03-21T21:04:55.9273566Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_3 2025-03-21T21:04:55.9275814Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_00_rand_double_scale 2025-03-21T21:04:55.9278414Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_0 2025-03-21T21:04:55.9280276Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_1 2025-03-21T21:04:55.9282412Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_1 2025-03-21T21:04:55.9284244Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_2 2025-03-21T21:04:55.9286568Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_2 2025-03-21T21:04:55.9288545Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_3 2025-03-21T21:04:55.9290446Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_3 2025-03-21T21:04:55.9291812Z backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_4 2025-03-21T21:04:55.9293743Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_BI_3 2025-03-21T21:04:55.9295558Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_0 2025-03-21T21:04:55.9298236Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_00_rand_double_scale 2025-03-21T21:04:55.9301027Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_01_rand_double_scale_one_dim 2025-03-21T21:04:55.9303679Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_0 2025-03-21T21:04:55.9305635Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_1 2025-03-21T21:04:55.9307548Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_sum.py::TestSum::test_sum_u55_BI_4 2025-03-21T21:04:55.9309603Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_09_rand_one_and_half_scale 2025-03-21T21:04:55.9312255Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_1 2025-03-21T21:04:55.9314099Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_2 2025-03-21T21:04:55.9316836Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_01_rand_double_scale_one_dim 2025-03-21T21:04:55.9319629Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_02_rand_double_size 2025-03-21T21:04:55.9322981Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_09_rand_one_and_half_scale 2025-03-21T21:04:55.9325793Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_10_rand_one_and_half_size 2025-03-21T21:04:55.9329033Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_10_rand_one_and_half_size 2025-03-21T21:04:55.9331175Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_0 2025-03-21T21:04:55.9333724Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_02_rand_double_size 2025-03-21T21:04:55.9336592Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_03_rand_one_double_scale 2025-03-21T21:04:55.9339216Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_0 2025-03-21T21:04:55.9341473Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_2 2025-03-21T21:04:55.9343293Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_3 2025-03-21T21:04:55.9344810Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_1 2025-03-21T21:04:55.9346780Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_1 2025-03-21T21:04:55.9348366Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_2 2025-03-21T21:04:55.9350923Z [gw2] [ 88%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_03_rand_one_double_scale 2025-03-21T21:04:55.9353813Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_04_rand_one_double_size 2025-03-21T21:04:55.9356281Z [gw3] [ 88%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_2 2025-03-21T21:04:55.9357836Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_3 2025-03-21T21:04:55.9359900Z [gw1] [ 88%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_tosa_MI_3 2025-03-21T21:04:55.9361738Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_0 2025-03-21T21:04:55.9363884Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_0 2025-03-21T21:04:55.9365697Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_1 2025-03-21T21:04:55.9367704Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_BI_3 2025-03-21T21:04:55.9369310Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_0 2025-03-21T21:04:55.9371307Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_1 2025-03-21T21:04:55.9373113Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_2 2025-03-21T21:04:55.9375124Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_0 2025-03-21T21:04:55.9376682Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_1 2025-03-21T21:04:55.9378538Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_1 2025-03-21T21:04:55.9380123Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_2 2025-03-21T21:04:55.9382187Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_2 2025-03-21T21:04:55.9384050Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_3 2025-03-21T21:04:55.9386112Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_2 2025-03-21T21:04:55.9387695Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_3 2025-03-21T21:05:35.9563257Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_04_rand_one_double_size 2025-03-21T21:05:35.9565771Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_05_rand_one_same_scale 2025-03-21T21:05:35.9567971Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u55_BI_3 2025-03-21T21:05:35.9570069Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_0 2025-03-21T21:05:35.9571519Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_tosa_MI_3 2025-03-21T21:05:35.9572359Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_0 2025-03-21T21:05:35.9573672Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_0 2025-03-21T21:05:35.9575290Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_1 2025-03-21T21:05:35.9577337Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_1 2025-03-21T21:05:35.9579039Z backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_2 2025-03-21T21:05:35.9581077Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_unsqueeze.py::TestSimpleUnsqueeze::test_unsqueeze_u85_BI_2 2025-03-21T21:05:35.9582695Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_0 2025-03-21T21:05:35.9584338Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_0 2025-03-21T21:05:35.9585758Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_1 2025-03-21T21:05:35.9587333Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_0 2025-03-21T21:05:35.9588596Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_1 2025-03-21T21:05:35.9590934Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_05_rand_one_same_scale 2025-03-21T21:05:35.9593274Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_06_rand_one_same_size 2025-03-21T21:05:35.9595533Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_1 2025-03-21T21:05:35.9596866Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_2 2025-03-21T21:05:35.9598425Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_2 2025-03-21T21:05:35.9599640Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_3 2025-03-21T21:05:35.9601165Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_1 2025-03-21T21:05:35.9602425Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_2 2025-03-21T21:05:35.9604124Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_BI_3 2025-03-21T21:05:35.9605564Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_0 2025-03-21T21:05:35.9607096Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_0 2025-03-21T21:05:35.9608292Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_1 2025-03-21T21:05:35.9610426Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_06_rand_one_same_size 2025-03-21T21:05:35.9612716Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_07_rand_half_scale 2025-03-21T21:05:35.9614932Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_1 2025-03-21T21:05:35.9616282Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_2 2025-03-21T21:05:35.9617951Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_2 2025-03-21T21:05:35.9619237Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_3 2025-03-21T21:05:35.9621509Z [gw2] [ 89%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_07_rand_half_scale 2025-03-21T21:05:35.9624602Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_08_rand_half_size 2025-03-21T21:05:35.9626764Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_tosa_MI_3 2025-03-21T21:05:35.9628016Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u55_BI_0 2025-03-21T21:05:35.9629595Z [gw3] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_2 2025-03-21T21:05:35.9631004Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_3 2025-03-21T21:05:35.9632588Z [gw1] [ 89%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u55_BI_0 2025-03-21T21:05:35.9633811Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u55_BI_1 2025-03-21T21:05:35.9635973Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_08_rand_half_size 2025-03-21T21:05:35.9638521Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_09_rand_one_and_half_scale 2025-03-21T21:05:35.9640873Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u55_BI_3 2025-03-21T21:05:35.9642180Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_0 2025-03-21T21:05:35.9644457Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_09_rand_one_and_half_scale 2025-03-21T21:05:35.9646744Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_10_rand_one_and_half_size 2025-03-21T21:05:35.9649030Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_0 2025-03-21T21:05:35.9650343Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_1 2025-03-21T21:05:35.9651985Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u55_BI_1 2025-03-21T21:05:35.9653273Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_0 2025-03-21T21:05:35.9655718Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_BI_10_rand_one_and_half_size 2025-03-21T21:05:35.9658138Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_00_rand_double_scale 2025-03-21T21:05:35.9660206Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_0 2025-03-21T21:05:35.9661438Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_1 2025-03-21T21:05:35.9663073Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_1 2025-03-21T21:05:35.9664430Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_2 2025-03-21T21:05:35.9666709Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_00_rand_double_scale 2025-03-21T21:05:35.9669081Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_01_rand_double_scale_one_dim 2025-03-21T21:05:35.9671418Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_2 2025-03-21T21:05:35.9672826Z backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_3 2025-03-21T21:05:35.9674443Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_1 2025-03-21T21:05:35.9675714Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_2 2025-03-21T21:05:35.9678278Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_01_rand_double_scale_one_dim 2025-03-21T21:05:35.9680998Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_02_rand_double_size 2025-03-21T21:05:35.9683788Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_02_rand_double_size 2025-03-21T21:05:35.9686263Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_03_rand_one_double_scale 2025-03-21T21:05:35.9688407Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_2 2025-03-21T21:05:35.9689645Z backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_3 2025-03-21T21:05:35.9691218Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_correction_u85_BI_3 2025-03-21T21:05:35.9692530Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_2 2025-03-21T21:05:35.9694429Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_2 2025-03-21T21:05:35.9695591Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_3 2025-03-21T21:05:35.9697822Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_03_rand_one_double_scale 2025-03-21T21:05:35.9700372Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_04_rand_one_double_size 2025-03-21T21:05:55.9696276Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_3 2025-03-21T21:05:55.9697723Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_0 2025-03-21T21:05:55.9699496Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_0 2025-03-21T21:05:55.9700894Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_1 2025-03-21T21:05:55.9702620Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_dim_u85_BI_3 2025-03-21T21:05:55.9703999Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_0 2025-03-21T21:05:55.9706558Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_04_rand_one_double_size 2025-03-21T21:05:55.9709211Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_05_rand_one_same_scale 2025-03-21T21:05:55.9711599Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_1 2025-03-21T21:05:55.9712975Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_2 2025-03-21T21:05:55.9714648Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_2 2025-03-21T21:05:55.9716026Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_3 2025-03-21T21:05:55.9717703Z [gw3] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_MI_3 2025-03-21T21:05:55.9719034Z backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_0 2025-03-21T21:05:55.9720684Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_0 2025-03-21T21:05:55.9722266Z backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_1 2025-03-21T21:05:55.9723952Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_tosa_BI_1 2025-03-21T21:05:55.9725357Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_00 2025-03-21T21:05:55.9727092Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_00 2025-03-21T21:05:55.9728518Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_01 2025-03-21T21:05:55.9731493Z [gw2] [ 90%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_05_rand_one_same_scale 2025-03-21T21:05:55.9734211Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_06_rand_one_same_size 2025-03-21T21:05:55.9736627Z [gw1] [ 90%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_01 2025-03-21T21:05:55.9738067Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_02 2025-03-21T21:05:55.9739818Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_02 2025-03-21T21:05:55.9741240Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_03 2025-03-21T21:05:55.9742988Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_03 2025-03-21T21:05:55.9744430Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_04 2025-03-21T21:05:55.9747214Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_06_rand_one_same_size 2025-03-21T21:05:55.9749897Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_07_rand_half_scale 2025-03-21T21:05:55.9752358Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_04 2025-03-21T21:05:55.9753880Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_05 2025-03-21T21:05:55.9755629Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_05 2025-03-21T21:05:55.9756995Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_06 2025-03-21T21:05:55.9758655Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_06 2025-03-21T21:05:55.9760107Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_07 2025-03-21T21:05:55.9762572Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_07_rand_half_scale 2025-03-21T21:05:55.9765231Z backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_08_rand_half_size 2025-03-21T21:05:55.9767522Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_0 2025-03-21T21:05:55.9768870Z backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_1 2025-03-21T21:05:55.9770566Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_07 2025-03-21T21:05:55.9772018Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_08 2025-03-21T21:05:55.9773755Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_08 2025-03-21T21:05:55.9775209Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_09 2025-03-21T21:05:55.9776962Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_09 2025-03-21T21:05:55.9778401Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_10 2025-03-21T21:05:55.9780842Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_upsample_nearest2d.py::TestUpsampleNearest2d::test_upsample_nearest_2d_tosa_MI_08_rand_half_size 2025-03-21T21:05:55.9782897Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_12 2025-03-21T21:05:55.9784629Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_10 2025-03-21T21:05:55.9786197Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_11 2025-03-21T21:05:55.9787947Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_12 2025-03-21T21:05:55.9789401Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_13 2025-03-21T21:05:55.9791263Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_11 2025-03-21T21:05:55.9792871Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_07 2025-03-21T21:05:55.9794615Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_13 2025-03-21T21:05:55.9796081Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_14 2025-03-21T21:05:55.9797767Z [gw3] [ 91%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_1 2025-03-21T21:05:55.9799119Z backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_2 2025-03-21T21:05:55.9800798Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_BI_14 2025-03-21T21:05:55.9802247Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_00 2025-03-21T21:05:55.9804011Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_07 2025-03-21T21:05:55.9805529Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_08 2025-03-21T21:05:55.9807263Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_08 2025-03-21T21:05:55.9808719Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_09 2025-03-21T21:05:55.9810451Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_00 2025-03-21T21:05:55.9811901Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_01 2025-03-21T21:05:55.9813640Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_09 2025-03-21T21:05:55.9815095Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_10 2025-03-21T21:05:55.9816839Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_01 2025-03-21T21:05:55.9818300Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_02 2025-03-21T21:05:55.9820040Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_10 2025-03-21T21:05:55.9821488Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_11 2025-03-21T21:05:55.9823598Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_02 2025-03-21T21:05:55.9825044Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_03 2025-03-21T21:05:55.9826899Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_11 2025-03-21T21:05:55.9828346Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_12 2025-03-21T21:05:55.9830072Z [gw2] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_03 2025-03-21T21:05:55.9831522Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_04 2025-03-21T21:05:55.9833221Z [gw1] [ 91%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_12 2025-03-21T21:05:55.9834702Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_13 2025-03-21T21:05:55.9836444Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_04 2025-03-21T21:05:55.9837889Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_05 2025-03-21T21:05:55.9839608Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_13 2025-03-21T21:05:55.9841055Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_14 2025-03-21T21:05:55.9842735Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_05 2025-03-21T21:05:55.9844188Z backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_06 2025-03-21T21:05:55.9845930Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_14 2025-03-21T21:05:55.9847566Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_00 2025-03-21T21:06:13.1417871Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_tosa_MI_06 2025-03-21T21:06:13.1419349Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_01 2025-03-21T21:06:13.1421083Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_00 2025-03-21T21:06:13.1422682Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_09 2025-03-21T21:06:13.1424466Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_01 2025-03-21T21:06:13.1425950Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_02 2025-03-21T21:06:13.1427510Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_2 2025-03-21T21:06:13.1428726Z backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_3 2025-03-21T21:06:13.1430393Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_09 2025-03-21T21:06:13.1432003Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_10 2025-03-21T21:06:13.1433594Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_02 2025-03-21T21:06:13.1434971Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_03 2025-03-21T21:06:13.1436669Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_03 2025-03-21T21:06:13.1438002Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_04 2025-03-21T21:06:13.1439623Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_10 2025-03-21T21:06:13.1440904Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_11 2025-03-21T21:06:13.1442601Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_04 2025-03-21T21:06:13.1443999Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_05 2025-03-21T21:06:13.1445639Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_11 2025-03-21T21:06:13.1446896Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_12 2025-03-21T21:06:13.1448322Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_05 2025-03-21T21:06:13.1449495Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_06 2025-03-21T21:06:13.1450909Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_12 2025-03-21T21:06:13.1452089Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_13 2025-03-21T21:06:13.1453496Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_06 2025-03-21T21:06:13.1454666Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_07 2025-03-21T21:06:13.1456061Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_13 2025-03-21T21:06:13.1457208Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_14 2025-03-21T21:06:13.1458590Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_07 2025-03-21T21:06:13.1459751Z backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_08 2025-03-21T21:06:13.1461146Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_14 2025-03-21T21:06:13.1462314Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_00 2025-03-21T21:06:13.1463709Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u55_BI_08 2025-03-21T21:06:13.1464826Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_01 2025-03-21T21:06:13.1466322Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_00 2025-03-21T21:06:13.1467665Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_07 2025-03-21T21:06:13.1469198Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_01 2025-03-21T21:06:13.1470385Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_02 2025-03-21T21:06:13.1471820Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_07 2025-03-21T21:06:13.1473002Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_08 2025-03-21T21:06:13.1474440Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_02 2025-03-21T21:06:13.1475635Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_03 2025-03-21T21:06:13.1477049Z [gw1] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_08 2025-03-21T21:06:13.1478275Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_09 2025-03-21T21:06:13.1479796Z [gw3] [ 92%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u55_BI_3 2025-03-21T21:06:13.1480950Z backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_0 2025-03-21T21:06:13.1482371Z [gw2] [ 92%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_03 2025-03-21T21:06:13.1483584Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_04 2025-03-21T21:06:13.1485043Z [gw1] [ 93%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_09 2025-03-21T21:06:13.1486257Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_10 2025-03-21T21:06:13.1487828Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_04 2025-03-21T21:06:13.1489089Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_05 2025-03-21T21:06:13.1490575Z [gw1] [ 93%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_10 2025-03-21T21:06:13.1491801Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_11 2025-03-21T21:06:13.1493275Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_05 2025-03-21T21:06:13.1494480Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_06 2025-03-21T21:06:13.1495931Z [gw1] [ 93%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_11 2025-03-21T21:06:13.1497126Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_12 2025-03-21T21:06:13.1498588Z [gw1] [ 93%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_12 2025-03-21T21:06:13.1499839Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_13 2025-03-21T21:06:13.1501180Z [gw1] [ 93%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_13 2025-03-21T21:06:13.1502272Z backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_14 2025-03-21T21:06:13.1503635Z [gw2] [ 93%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_06 2025-03-21T21:06:13.1504939Z backends/arm/test/passes/test_convert_to_clamp.py::TestConvertToClampPass::test_tosa_MI_relu 2025-03-21T21:06:13.1506626Z [gw1] [ 93%] PASSED backends/arm/test/ops/test_view.py::TestView::test_view_u85_BI_14 2025-03-21T21:06:13.1507849Z backends/arm/test/passes/test_cast_int64_pass.py::test_int64_model_tosa_BI 2025-03-21T21:06:13.1509796Z [gw2] [ 93%] PASSED backends/arm/test/passes/test_convert_to_clamp.py::TestConvertToClampPass::test_tosa_MI_relu 2025-03-21T21:06:13.1511363Z backends/arm/test/passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI 2025-03-21T21:06:13.1513113Z [gw2] [ 93%] PASSED backends/arm/test/passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI 2025-03-21T21:06:13.1514865Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn_affine] 2025-03-21T21:06:13.1517609Z [gw2] [ 93%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn_affine] 2025-03-21T21:06:13.1519671Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn] 2025-03-21T21:06:13.1521616Z [gw3] [ 93%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_0 2025-03-21T21:06:13.1523111Z backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_1 2025-03-21T21:06:13.1525126Z [gw2] [ 93%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_one_of_two_bn] 2025-03-21T21:06:13.1527224Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_two_of_two_bn_affine] 2025-03-21T21:06:13.1529739Z [gw2] [ 93%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_two_of_two_bn_affine] 2025-03-21T21:06:13.1532065Z backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_multiple_users_bn_affine] 2025-03-21T21:06:13.1534257Z [gw1] [ 93%] PASSED backends/arm/test/passes/test_cast_int64_pass.py::test_int64_model_tosa_BI 2025-03-21T21:06:13.1535866Z backends/arm/test/passes/test_convert_to_clamp.py::TestConvertToClampPass::test_tosa_MI_hardtahn 2025-03-21T21:06:13.1538089Z [gw2] [ 93%] PASSED backends/arm/test/passes/test_fuse_batchnorm_pass.py::test_fuse_batchnorm_tosa_MI[merge_multiple_users_bn_affine] 2025-03-21T21:06:13.1539851Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_parameter] 2025-03-21T21:06:13.1541857Z [gw1] [ 93%] PASSED backends/arm/test/passes/test_convert_to_clamp.py::TestConvertToClampPass::test_tosa_MI_hardtahn 2025-03-21T21:06:13.1543668Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_const_tensor] 2025-03-21T21:06:13.1546222Z [gw2] [ 93%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_parameter] 2025-03-21T21:06:13.1548258Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_buffer] 2025-03-21T21:06:13.1550705Z [gw1] [ 93%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_const_tensor] 2025-03-21T21:06:47.3271908Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_BI[fuse_parameter] 2025-03-21T21:06:47.3274795Z [gw1] [ 93%] SKIPPED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_BI[fuse_parameter] 2025-03-21T21:06:47.3276981Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_BI[fuse_buffer] 2025-03-21T21:06:47.3279464Z [gw1] [ 93%] SKIPPED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_BI[fuse_buffer] 2025-03-21T21:06:47.3281815Z backends/arm/test/passes/test_meandim_to_averagepool2d.py::test_meandim_to_avgpool_tosa_BI[meandim_to_averagepool] 2025-03-21T21:06:47.3284447Z [gw2] [ 93%] PASSED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_buffer] 2025-03-21T21:06:47.3286601Z backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_BI[fuse_const_tensor] 2025-03-21T21:06:47.3289195Z [gw2] [ 93%] SKIPPED backends/arm/test/passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_BI[fuse_const_tensor] 2025-03-21T21:06:47.3291206Z backends/arm/test/passes/test_insert_table_ops_pass.py::test_insert_table_tosa_BI 2025-03-21T21:06:47.3293726Z [gw1] [ 93%] PASSED backends/arm/test/passes/test_meandim_to_averagepool2d.py::test_meandim_to_avgpool_tosa_BI[meandim_to_averagepool] 2025-03-21T21:06:47.3296413Z backends/arm/test/passes/test_meandim_to_averagepool2d.py::test_meandim_to_avgpool_tosa_BI[meandim_no_modification] 2025-03-21T21:06:47.3299462Z [gw1] [ 93%] PASSED backends/arm/test/passes/test_meandim_to_averagepool2d.py::test_meandim_to_avgpool_tosa_BI[meandim_no_modification] 2025-03-21T21:06:47.3301430Z backends/arm/test/passes/test_rescale_pass.py::test_rescale_op 2025-03-21T21:06:47.3303130Z [gw1] [ 93%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_rescale_op 2025-03-21T21:06:47.3304650Z backends/arm/test/passes/test_rescale_pass.py::test_nonzero_zp_for_int32 2025-03-21T21:06:47.3306667Z [gw1] [ 93%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_nonzero_zp_for_int32 2025-03-21T21:06:47.3308239Z backends/arm/test/passes/test_rescale_pass.py::test_zp_outside_range 2025-03-21T21:06:47.3310080Z [gw1] [ 93%] PASSED backends/arm/test/passes/test_rescale_pass.py::test_zp_outside_range 2025-03-21T21:06:47.3311780Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_0 2025-03-21T21:06:47.3314026Z [gw2] [ 94%] PASSED backends/arm/test/passes/test_insert_table_ops_pass.py::test_insert_table_tosa_BI 2025-03-21T21:06:47.3315865Z backends/arm/test/passes/test_ioquantization_pass.py::test_ioquantisation_pass_u55_BI 2025-03-21T21:06:47.3318121Z [gw2] [ 94%] PASSED backends/arm/test/passes/test_ioquantization_pass.py::test_ioquantisation_pass_u55_BI 2025-03-21T21:06:47.3320003Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_3 2025-03-21T21:06:47.3322115Z [gw3] [ 94%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_1 2025-03-21T21:06:47.3323506Z backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_2 2025-03-21T21:06:47.3325454Z [gw1] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_0 2025-03-21T21:06:47.3327321Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_1 2025-03-21T21:06:47.3329532Z [gw2] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_3 2025-03-21T21:06:47.3331393Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_4 2025-03-21T21:06:47.3333586Z [gw1] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_1 2025-03-21T21:06:47.3335447Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_2 2025-03-21T21:06:47.3337636Z [gw2] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_4 2025-03-21T21:06:47.3339521Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_0 2025-03-21T21:06:47.3341467Z [gw3] [ 94%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_2 2025-03-21T21:06:47.3342857Z backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_3 2025-03-21T21:06:47.3344813Z [gw1] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_2 2025-03-21T21:06:47.3346787Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_1 2025-03-21T21:06:47.3349082Z [gw2] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_0 2025-03-21T21:06:47.3350996Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_2 2025-03-21T21:06:47.3352933Z [gw3] [ 94%] PASSED backends/arm/test/ops/test_var.py::TestVar::test_var_u85_BI_3 2025-03-21T21:06:47.3354583Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_3 2025-03-21T21:06:47.3356849Z [gw1] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_1 2025-03-21T21:06:47.3359078Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_4 2025-03-21T21:06:47.3361366Z [gw2] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_2 2025-03-21T21:06:47.3363297Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_0 2025-03-21T21:06:47.3365560Z [gw3] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_3 2025-03-21T21:06:47.3367480Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_1 2025-03-21T21:06:47.3369766Z [gw1] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U55_4 2025-03-21T21:06:47.3371689Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_2 2025-03-21T21:06:47.3373961Z [gw2] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_0 2025-03-21T21:06:47.3375971Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_3 2025-03-21T21:06:47.3378253Z [gw3] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_1 2025-03-21T21:06:47.3380165Z backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_4 2025-03-21T21:06:47.3382442Z [gw1] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_2 2025-03-21T21:06:47.3384618Z backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[insert_view] 2025-03-21T21:06:47.3387528Z [gw1] [ 94%] PASSED backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[insert_view] 2025-03-21T21:06:47.3389713Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_flip 2025-03-21T21:06:47.3392004Z [gw1] [ 94%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_flip 2025-03-21T21:06:47.3393966Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_reshape 2025-03-21T21:06:47.3408597Z [gw1] [ 94%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_reshape 2025-03-21T21:06:47.3410749Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_slice 2025-03-21T21:06:47.3413133Z [gw1] [ 94%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_slice 2025-03-21T21:06:47.3415121Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_squeeze 2025-03-21T21:06:47.3417487Z [gw1] [ 94%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_squeeze 2025-03-21T21:06:47.3419493Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_tile 2025-03-21T21:06:47.3421773Z [gw1] [ 94%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_tile 2025-03-21T21:06:47.3423981Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_transpose 2025-03-21T21:06:47.3426430Z [gw3] [ 94%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_4 2025-03-21T21:06:47.3428380Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_concat 2025-03-21T21:06:47.3430751Z [gw1] [ 94%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_transpose 2025-03-21T21:06:47.3432796Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_unsqueeze 2025-03-21T21:06:47.3435494Z [gw1] [ 94%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_unsqueeze 2025-03-21T21:06:47.3438065Z [gw3] [ 94%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_concat 2025-03-21T21:06:47.3440029Z backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_view 2025-03-21T21:06:47.3442299Z [gw3] [ 95%] PASSED backends/arm/test/quantizer/test_generic_annotater.py::TestGenericAnnotator::test_view 2025-03-21T21:24:55.6315031Z [gw2] [ 95%] PASSED backends/arm/test/passes/test_rescale_pass.py::TestRescales::test_quantized_rescale_U85_3 2025-03-21T21:24:55.6316273Z backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[dont_insert_view] 2025-03-21T21:24:55.6318461Z [gw2] [ 95%] PASSED backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py::test_unsqueeze_before_repeat_tosa_MI[dont_insert_view] 2025-03-21T21:24:55.6320345Z [gw0] [ 95%] PASSED backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_tosa_MI 2025-03-21T21:24:55.6321493Z backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_u55_BI 2025-03-21T21:24:55.6323348Z [gw0] [ 95%] XFAIL backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_u55_BI 2025-03-21T21:24:55.6324407Z backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_u85_BI 2025-03-21T21:24:55.6325878Z [gw0] [ 95%] XFAIL backends/arm/test/models/test_w2l_arm.py::TestW2L::test_w2l_u85_BI 2025-03-21T21:24:55.6327016Z backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_0 2025-03-21T21:24:55.6328220Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_abs.py::TestAbs::test_abs_tosa_BI_0 2025-03-21T21:24:55.6329053Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_3] 2025-03-21T21:24:55.6330003Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_3] 2025-03-21T21:24:55.6330763Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4] 2025-03-21T21:24:55.6331634Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4] 2025-03-21T21:24:55.6332464Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_mixed_min_max_dtype] 2025-03-21T21:24:55.6333542Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_mixed_min_max_dtype] 2025-03-21T21:24:55.6334403Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_min] 2025-03-21T21:24:55.6335360Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_min] 2025-03-21T21:24:55.6336165Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_max] 2025-03-21T21:24:55.6337103Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI[rank_4_no_max] 2025-03-21T21:24:55.6337873Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_1] 2025-03-21T21:24:55.6338755Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_1] 2025-03-21T21:24:55.6339488Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_2] 2025-03-21T21:24:55.6340363Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_2] 2025-03-21T21:24:55.6341413Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_3] 2025-03-21T21:24:55.6342291Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_3] 2025-03-21T21:24:55.6343023Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4] 2025-03-21T21:24:55.6343906Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4] 2025-03-21T21:24:55.6344756Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_mixed_min_max_dtype] 2025-03-21T21:24:55.6346654Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_mixed_min_max_dtype] 2025-03-21T21:24:55.6347530Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_min] 2025-03-21T21:24:55.6348483Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_min] 2025-03-21T21:24:55.6349281Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_max] 2025-03-21T21:24:55.6350236Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI[rank_4_no_max] 2025-03-21T21:24:55.6351158Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_1] 2025-03-21T21:24:55.6352115Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_1] 2025-03-21T21:24:55.6352920Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_2] 2025-03-21T21:24:55.6353879Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_2] 2025-03-21T21:24:55.6354732Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_3] 2025-03-21T21:24:55.6355685Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_3] 2025-03-21T21:24:55.6356487Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4] 2025-03-21T21:24:55.6357444Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4] 2025-03-21T21:24:55.6358342Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4_mixed_min_max_dtype] 2025-03-21T21:24:55.6359481Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4_mixed_min_max_dtype] 2025-03-21T21:24:55.6360378Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4_no_min] 2025-03-21T21:24:55.6361397Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4_no_min] 2025-03-21T21:24:55.6362262Z backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4_no_max] 2025-03-21T21:24:55.6363276Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u55_BI_on_fvp[rank_4_no_max] 2025-03-21T21:24:55.6364106Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_1] 2025-03-21T21:24:55.6365069Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_1] 2025-03-21T21:24:55.6365860Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_2] 2025-03-21T21:24:55.6366822Z [gw0] [ 95%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_2] 2025-03-21T21:24:55.6367628Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_3] 2025-03-21T21:24:55.6368585Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_3] 2025-03-21T21:24:55.6369397Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4] 2025-03-21T21:24:55.6370361Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4] 2025-03-21T21:24:55.6371234Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4_mixed_min_max_dtype] 2025-03-21T21:24:55.6372373Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4_mixed_min_max_dtype] 2025-03-21T21:24:55.6373281Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4_no_min] 2025-03-21T21:24:55.6374294Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4_no_min] 2025-03-21T21:24:55.6375151Z backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4_no_max] 2025-03-21T21:24:55.6376268Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clamp.py::test_clamp_u85_BI_on_fvp[rank_4_no_max] 2025-03-21T21:24:55.6377138Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_10] 2025-03-21T21:24:55.6378119Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_10] 2025-03-21T21:24:55.6378903Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_50] 2025-03-21T21:24:55.6379836Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[ones_1D_50] 2025-03-21T21:24:55.6380749Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_1D_20] 2025-03-21T21:24:55.6381686Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_1D_20] 2025-03-21T21:24:55.6382484Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_2D_10x10] 2025-03-21T21:24:55.6383436Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_2D_10x10] 2025-03-21T21:24:55.6384248Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_3D_5x5x5] 2025-03-21T21:24:55.6385267Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_3D_5x5x5] 2025-03-21T21:24:55.6386153Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_4D_2x3x4x5] 2025-03-21T21:24:55.6387147Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[rand_4D_2x3x4x5] 2025-03-21T21:24:55.6387968Z backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[large_tensor] 2025-03-21T21:24:55.6388906Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_MI[large_tensor] 2025-03-21T21:24:55.6389703Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_10] 2025-03-21T21:24:55.6390632Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_10] 2025-03-21T21:24:55.6391414Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_50] 2025-03-21T21:24:55.6392346Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[ones_1D_50] 2025-03-21T21:24:55.6393130Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_1D_20] 2025-03-21T21:24:55.6394045Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_1D_20] 2025-03-21T21:24:55.6394840Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_2D_10x10] 2025-03-21T21:24:55.6395801Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_2D_10x10] 2025-03-21T21:24:55.6396607Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_3D_5x5x5] 2025-03-21T21:24:55.6397566Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_3D_5x5x5] 2025-03-21T21:24:55.6398382Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_4D_2x3x4x5] 2025-03-21T21:24:55.6399365Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[rand_4D_2x3x4x5] 2025-03-21T21:26:11.4808643Z backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[large_tensor] 2025-03-21T21:26:11.4810684Z [gw0] [ 96%] PASSED backends/arm/test/ops/test_clone.py::test_clone_tosa_BI[large_tensor] 2025-03-21T21:26:11.4812043Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_10] 2025-03-21T21:26:11.4813676Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_10] 2025-03-21T21:26:11.4814993Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_50] 2025-03-21T21:26:11.4816569Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[ones_1D_50] 2025-03-21T21:26:11.4817884Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_1D_20] 2025-03-21T21:26:11.4819448Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_1D_20] 2025-03-21T21:26:11.4820997Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_2D_10x10] 2025-03-21T21:26:11.4823058Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_2D_10x10] 2025-03-21T21:26:11.4824413Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_3D_5x5x5] 2025-03-21T21:26:11.4826122Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_3D_5x5x5] 2025-03-21T21:26:11.4827498Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_4D_2x3x4x5] 2025-03-21T21:26:11.4829164Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[rand_4D_2x3x4x5] 2025-03-21T21:26:11.4830529Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI[large_tensor] 2025-03-21T21:26:11.4832133Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI[large_tensor] 2025-03-21T21:26:11.4833440Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_10] 2025-03-21T21:26:11.4835012Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_10] 2025-03-21T21:26:11.4836421Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_50] 2025-03-21T21:26:11.4837989Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[ones_1D_50] 2025-03-21T21:26:11.4839306Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_1D_20] 2025-03-21T21:26:11.4840868Z [gw0] [ 96%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_1D_20] 2025-03-21T21:26:11.4842182Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_2D_10x10] 2025-03-21T21:26:11.4843798Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_2D_10x10] 2025-03-21T21:26:11.4845141Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_3D_5x5x5] 2025-03-21T21:26:11.4846751Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_3D_5x5x5] 2025-03-21T21:26:11.4848121Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_4D_2x3x4x5] 2025-03-21T21:26:11.4849775Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[rand_4D_2x3x4x5] 2025-03-21T21:26:11.4851137Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI[large_tensor] 2025-03-21T21:26:11.4852720Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI[large_tensor] 2025-03-21T21:26:11.4854100Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[ones_1D_10] 2025-03-21T21:26:11.4855794Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[ones_1D_10] 2025-03-21T21:26:11.4857208Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[ones_1D_50] 2025-03-21T21:26:11.4858898Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[ones_1D_50] 2025-03-21T21:26:11.4860315Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_1D_20] 2025-03-21T21:26:11.4862003Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_1D_20] 2025-03-21T21:26:11.4863438Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_2D_10x10] 2025-03-21T21:26:11.4865174Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_2D_10x10] 2025-03-21T21:26:11.4866669Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T21:26:11.4868397Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T21:26:11.4869862Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T21:26:11.4871616Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T21:26:11.4873078Z backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[large_tensor] 2025-03-21T21:26:11.4875523Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u55_BI_on_fvp[large_tensor] 2025-03-21T21:26:11.4876971Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[ones_1D_10] 2025-03-21T21:26:11.4878667Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[ones_1D_10] 2025-03-21T21:26:11.4880093Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[ones_1D_50] 2025-03-21T21:26:11.4881776Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[ones_1D_50] 2025-03-21T21:26:11.4883198Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_1D_20] 2025-03-21T21:26:11.4884891Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_1D_20] 2025-03-21T21:26:11.4886326Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_2D_10x10] 2025-03-21T21:26:11.4888065Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_2D_10x10] 2025-03-21T21:26:11.4889585Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T21:26:11.4891321Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_3D_5x5x5] 2025-03-21T21:26:11.4892773Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T21:26:11.4894537Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[rand_4D_2x3x4x5] 2025-03-21T21:26:11.4896006Z backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[large_tensor] 2025-03-21T21:26:11.4897718Z [gw0] [ 97%] XFAIL backends/arm/test/ops/test_clone.py::test_clone_u85_BI_on_fvp[large_tensor] 2025-03-21T21:26:11.4899633Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_0_4dim_last1dim 2025-03-21T21:26:11.4902123Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_0_4dim_last1dim 2025-03-21T21:26:11.4904245Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_1_4dim_last2dim 2025-03-21T21:26:11.4906778Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_1_4dim_last2dim 2025-03-21T21:26:11.4908887Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_2_4dim_last3dim 2025-03-21T21:26:11.4911349Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_2_4dim_last3dim 2025-03-21T21:26:11.4913467Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_3_4dim_last4dim 2025-03-21T21:26:11.4915923Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_3_4dim_last4dim 2025-03-21T21:26:11.4918053Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_4_3dim_last1dim 2025-03-21T21:26:11.4920517Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_4_3dim_last1dim 2025-03-21T21:26:11.4922783Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_5_3dim_last2dim 2025-03-21T21:26:11.4925251Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_5_3dim_last2dim 2025-03-21T21:26:11.4927360Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_6_3dim_last3dim 2025-03-21T21:26:11.4929809Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_6_3dim_last3dim 2025-03-21T21:26:11.4932170Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_7_2dim_last1dim 2025-03-21T21:26:11.4934619Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_7_2dim_last1dim 2025-03-21T21:26:11.4936728Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_8_2dim_last2dim 2025-03-21T21:26:11.4939186Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_BI_8_2dim_last2dim 2025-03-21T21:26:11.4941283Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_0_4dim_last1dim 2025-03-21T21:26:11.4943743Z [gw0] [ 97%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_0_4dim_last1dim 2025-03-21T21:26:11.4945895Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_1_4dim_last2dim 2025-03-21T21:26:47.1501802Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_1_4dim_last2dim 2025-03-21T21:26:47.1503717Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_2_4dim_last3dim 2025-03-21T21:26:47.1505567Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_2_4dim_last3dim 2025-03-21T21:26:47.1506782Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_3_4dim_last4dim 2025-03-21T21:26:47.1508195Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_3_4dim_last4dim 2025-03-21T21:26:47.1509401Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_4_3dim_last1dim 2025-03-21T21:26:47.1510830Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_4_3dim_last1dim 2025-03-21T21:26:47.1512029Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_5_3dim_last2dim 2025-03-21T21:26:47.1513409Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_5_3dim_last2dim 2025-03-21T21:26:47.1514606Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_6_3dim_last3dim 2025-03-21T21:26:47.1515997Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_6_3dim_last3dim 2025-03-21T21:26:47.1521387Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_7_2dim_last1dim 2025-03-21T21:26:47.1523301Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_7_2dim_last1dim 2025-03-21T21:26:47.1524515Z backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_8_2dim_last2dim 2025-03-21T21:26:47.1525916Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_constant_pad_nd.py::TestConstantPadND::test_constant_pad_nd_tosa_MI_8_2dim_last2dim 2025-03-21T21:26:47.1526978Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_3x2x40_nobias] 2025-03-21T21:26:47.1528074Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_3x2x40_nobias] 2025-03-21T21:26:47.1528964Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x256_st1] 2025-03-21T21:26:47.1530029Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x256_st1] 2025-03-21T21:26:47.1531104Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x12_st2_pd1] 2025-03-21T21:26:47.1532410Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x12_st2_pd1] 2025-03-21T21:26:47.1533389Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[1_1x2x128_st1] 2025-03-21T21:26:47.1534446Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[1_1x2x128_st1] 2025-03-21T21:26:47.1535331Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_1x2x14_st2] 2025-03-21T21:26:47.1536375Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[2_1x2x14_st2] 2025-03-21T21:26:47.1537250Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_3x2x128_st1] 2025-03-21T21:26:47.1538308Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_3x2x128_st1] 2025-03-21T21:26:47.1539287Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x224_st2_pd1] 2025-03-21T21:26:47.1540370Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[3_1x3x224_st2_pd1] 2025-03-21T21:26:47.1541394Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:26:47.1542702Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:26:47.1543827Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:26:47.1545132Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:26:47.1546322Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:26:47.1547681Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:26:47.1548798Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:26:47.1550099Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:26:47.1551104Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d_nobias] 2025-03-21T21:26:47.1552198Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d_nobias] 2025-03-21T21:26:47.1553097Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d] 2025-03-21T21:26:47.1554128Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_MI[two_conv1d] 2025-03-21T21:26:47.1555101Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_3x2x40_nobias] 2025-03-21T21:26:47.1556186Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_3x2x40_nobias] 2025-03-21T21:26:47.1557066Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x256_st1] 2025-03-21T21:26:47.1558122Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x256_st1] 2025-03-21T21:26:47.1559020Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x12_st2_pd1] 2025-03-21T21:26:47.1560105Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x12_st2_pd1] 2025-03-21T21:26:47.1560996Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[1_1x2x128_st1] 2025-03-21T21:26:47.1562049Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[1_1x2x128_st1] 2025-03-21T21:26:47.1562970Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_1x2x14_st2] 2025-03-21T21:26:47.1564029Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[2_1x2x14_st2] 2025-03-21T21:26:47.1564906Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_3x2x128_st1] 2025-03-21T21:26:47.1565964Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_3x2x128_st1] 2025-03-21T21:26:47.1566865Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x224_st2_pd1] 2025-03-21T21:26:47.1567952Z [gw0] [ 98%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[3_1x3x224_st2_pd1] 2025-03-21T21:26:47.1568974Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:26:47.1570292Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:26:47.1571434Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:26:47.1572736Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:26:47.1573847Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:26:47.1575151Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:26:47.1576262Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:26:47.1577570Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:26:47.1578594Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d_nobias] 2025-03-21T21:26:47.1579671Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d_nobias] 2025-03-21T21:26:47.1580564Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d] 2025-03-21T21:26:47.1581586Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_tosa_BI[two_conv1d] 2025-03-21T21:26:47.1582459Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_3x2x40_nobias] 2025-03-21T21:26:47.1583760Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_3x2x40_nobias] 2025-03-21T21:26:47.1584653Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x256_st1] 2025-03-21T21:26:47.1585841Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x256_st1] 2025-03-21T21:26:47.1586744Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x12_st2_pd1] 2025-03-21T21:27:17.5769958Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x12_st2_pd1] 2025-03-21T21:27:17.5771409Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[1_1x2x128_st1] 2025-03-21T21:27:17.5773150Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[1_1x2x128_st1] 2025-03-21T21:27:17.5774625Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_1x2x14_st2] 2025-03-21T21:27:17.5776151Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[2_1x2x14_st2] 2025-03-21T21:27:17.5777212Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_3x2x128_st1] 2025-03-21T21:27:17.5778623Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_3x2x128_st1] 2025-03-21T21:27:17.5780107Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x224_st2_pd1] 2025-03-21T21:27:17.5781431Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[3_1x3x224_st2_pd1] 2025-03-21T21:27:17.5783111Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:27:17.5785073Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:27:17.5786742Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:27:17.5788756Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:27:17.5790304Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:27:17.5792584Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:27:17.5794148Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:27:17.5796024Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[5_1x3x9_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:27:17.5797605Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d_nobias] 2025-03-21T21:27:17.5798801Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d_nobias] 2025-03-21T21:27:17.5799922Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d] 2025-03-21T21:27:17.5801288Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u55_BI[two_conv1d] 2025-03-21T21:27:17.5802607Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_3x2x40_nobias] 2025-03-21T21:27:17.5803743Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_3x2x40_nobias] 2025-03-21T21:27:17.5805111Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x256_st1] 2025-03-21T21:27:17.5806431Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x256_st1] 2025-03-21T21:27:17.5807792Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x12_st2_pd1] 2025-03-21T21:27:17.5809328Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x12_st2_pd1] 2025-03-21T21:27:17.5810223Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[1_1x2x128_st1] 2025-03-21T21:27:17.5811855Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[1_1x2x128_st1] 2025-03-21T21:27:17.5812970Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_1x2x14_st2] 2025-03-21T21:27:17.5814129Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[2_1x2x14_st2] 2025-03-21T21:27:17.5815015Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_3x2x128_st1] 2025-03-21T21:27:17.5816405Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_3x2x128_st1] 2025-03-21T21:27:17.5817668Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x224_st2_pd1] 2025-03-21T21:27:17.5819045Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[3_1x3x224_st2_pd1] 2025-03-21T21:27:17.5820670Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:27:17.5822907Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x16_st2_pd1_dl2_needs_adjust_pass] 2025-03-21T21:27:17.5824367Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:27:17.5825807Z [gw0] [ 99%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[7_1x3x15_st1_pd0_dl1_needs_adjust_pass] 2025-03-21T21:27:17.5826935Z backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:27:17.5828257Z [gw0] [100%] PASSED backends/arm/test/ops/test_conv1d.py::test_convolution_1d_u85_BI[5_1x3x14_st5_pd0_dl1_needs_adjust_pass] 2025-03-21T21:27:17.5828952Z 2025-03-21T21:27:17.5829120Z =================================== FAILURES =================================== 2025-03-21T21:27:17.5829837Z __________________ test_sigmoid_add_sigmoid_tosa_BI[rand_4d] ___________________ 2025-03-21T21:27:17.5830517Z [gw2] linux -- Python 3.10.16 /opt/conda/envs/py_3.10/bin/python 2025-03-21T21:27:17.5830939Z 2025-03-21T21:27:17.5831220Z test_data = (tensor([[[[0.0035, 0.6648, 0.6739, 0.6222, 0.1440, 0.1205, 0.7633, 0.7512, 2025-03-21T21:27:17.5831739Z 0.1782, 0.5754], 2025-03-21T21:27:17.5832073Z [0.5...8, 0.8980], 2025-03-21T21:27:17.5832487Z [0.5851, 0.1847, 0.5503, 0.2436, 0.8386, 0.8626, 0.6575, 0.3561, 2025-03-21T21:27:17.5832945Z 0.4634, 0.1996]]]]),) 2025-03-21T21:27:17.5833164Z 2025-03-21T21:27:17.5833451Z @common.parametrize( 2025-03-21T21:27:17.5834116Z "test_data", 2025-03-21T21:27:17.5834679Z test_data_suite, 2025-03-21T21:27:17.5835133Z xfails={ 2025-03-21T21:27:17.5836343Z "ramp": "AssertionError: Output 0 does not match reference output. Passes with qtol=2. MLETORCH-787" 2025-03-21T21:27:17.5837388Z }, 2025-03-21T21:27:17.5837760Z ) 2025-03-21T21:27:17.5838435Z def test_sigmoid_add_sigmoid_tosa_BI(test_data): 2025-03-21T21:27:17.5839182Z pipeline = TosaPipelineBI( 2025-03-21T21:27:17.5839907Z SigmoidAddSigmoid(), test_data, Sigmoid.aten_op, Sigmoid.exir_op 2025-03-21T21:27:17.5840531Z ) 2025-03-21T21:27:17.5841590Z pipeline.change_args("quantize", get_16bit_sigmoid_quantizer("TOSA-0.80+BI")) 2025-03-21T21:27:17.5842564Z > pipeline.run() 2025-03-21T21:27:17.5842821Z 2025-03-21T21:27:17.5843137Z backends/arm/test/ops/test_sigmoid_16bit.py:100: 2025-03-21T21:27:17.5843725Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2025-03-21T21:27:17.5844784Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/test/tester/test_pipeline.py:246: in run 2025-03-21T21:27:17.5845719Z raise e 2025-03-21T21:27:17.5846710Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/test/tester/test_pipeline.py:243: in run 2025-03-21T21:27:17.5847611Z stage() 2025-03-21T21:27:17.5848591Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/test/tester/test_pipeline.py:70: in __call__ 2025-03-21T21:27:17.5849770Z self.func(*self.args, **self.kwargs) 2025-03-21T21:27:17.5851097Z /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:27:17.5852256Z self._compare_outputs( 2025-03-21T21:27:17.5853387Z /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:27:17.5854376Z raise e 2025-03-21T21:27:17.5855423Z /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:27:17.5856458Z super()._compare_outputs( 2025-03-21T21:27:17.5857570Z /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:27:17.5858591Z Tester._assert_outputs_equal( 2025-03-21T21:27:17.5859078Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2025-03-21T21:27:17.5859396Z 2025-03-21T21:27:17.5859691Z model_output = (tensor([[[[0.7314, 0.7892, 0.7892, 0.7854, 0.7446, 0.7424, 0.7967, 0.7949, 2025-03-21T21:27:17.5860278Z 0.7489, 0.7816], 2025-03-21T21:27:17.5860596Z [0.7...2, 0.8058], 2025-03-21T21:27:17.5861002Z [0.7835, 0.7489, 0.7796, 0.7553, 0.8022, 0.8040, 0.7892, 0.7636, 2025-03-21T21:27:17.5861451Z 0.7737, 0.7510]]]]),) 2025-03-21T21:27:17.5861942Z ref_output = (tensor([[[[0.7314, 0.7892, 0.7892, 0.7854, 0.7446, 0.7424, 0.7967, 0.7949, 2025-03-21T21:27:17.5862477Z 0.7489, 0.7816], 2025-03-21T21:27:17.5862803Z [0.7...1, 0.8058], 2025-03-21T21:27:17.5863192Z [0.7835, 0.7489, 0.7796, 0.7531, 0.8022, 0.8040, 0.7892, 0.7636, 2025-03-21T21:27:17.5863637Z 0.7737, 0.7510]]]]),) 2025-03-21T21:27:17.5863984Z atol = 0.001, rtol = 0.001 2025-03-21T21:27:17.5864236Z 2025-03-21T21:27:17.5864605Z @staticmethod 2025-03-21T21:27:17.5866140Z def _assert_outputs_equal(model_output, ref_output, atol=1e-03, rtol=1e-03): 2025-03-21T21:27:17.5867115Z  """ 2025-03-21T21:27:17.5868191Z  Helper testing function that asserts that the model output and the reference output 2025-03-21T21:27:17.5869211Z  are equal with some tolerance. Due to numerical differences between eager mode and 2025-03-21T21:27:17.5870206Z  the XNNPACK's backend, we relax the detal such that absolute tolerance is 1e-3. and 2025-03-21T21:27:17.5871179Z  relative tolerance is 1e-3. In the event that the computation was quantized, we 2025-03-21T21:27:17.5872176Z  further relax the tolerance to one quantized step (equal to the quantization scale). 2025-03-21T21:27:17.5873253Z  This allows the quantized value to differ by 1 between the reference and model output. 2025-03-21T21:27:17.5874051Z  """ 2025-03-21T21:27:17.5874467Z  2025-03-21T21:27:17.5875116Z assert len(model_output) == len(ref_output) 2025-03-21T21:27:17.5875759Z  2025-03-21T21:27:17.5876418Z for i in range(len(model_output)): 2025-03-21T21:27:17.5877117Z model = model_output[i] 2025-03-21T21:27:17.5877607Z ref = ref_output[i] 2025-03-21T21:27:17.5878078Z assert ( 2025-03-21T21:27:17.5878588Z ref.shape == model.shape 2025-03-21T21:27:17.5880084Z ), f"Output {i} shape {model.shape} does not match reference output shape {ref.shape}" 2025-03-21T21:27:17.5881506Z > assert torch.allclose( 2025-03-21T21:27:17.5882198Z model, 2025-03-21T21:27:17.5882716Z ref, 2025-03-21T21:27:17.5883194Z atol=atol, 2025-03-21T21:27:17.5883631Z rtol=rtol, 2025-03-21T21:27:17.5884057Z ), ( 2025-03-21T21:27:17.5885311Z f"Output {i} does not match reference output.\n" 2025-03-21T21:27:17.5887436Z f"\tGiven atol: {atol}, rtol: {rtol}.\n" 2025-03-21T21:27:17.5889886Z f"\tOutput tensor shape: {model.shape}, dtype: {model.dtype}\n" 2025-03-21T21:27:17.5907790Z 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:27:17.5910551Z f"\t-- Model vs. Reference --\n" 2025-03-21T21:27:17.5912057Z f"\t Numel: {model.numel()}, {ref.numel()}\n" 2025-03-21T21:27:17.5914214Z f"\tMedian: {model.median()}, {ref.median()}\n" 2025-03-21T21:27:17.5916447Z f"\t Mean: {model.mean()}, {ref.mean()}\n" 2025-03-21T21:27:17.5919355Z f"\t Max: {model.max()}, {ref.max()}\n" 2025-03-21T21:27:17.5921557Z f"\t Min: {model.min()}, {ref.min()}\n" 2025-03-21T21:27:17.5922636Z ) 2025-03-21T21:27:17.5923290Z E AssertionError: Output 0 does not match reference output. 2025-03-21T21:27:17.5924135Z E Given atol: 0.001, rtol: 0.001. 2025-03-21T21:27:17.5924975Z E Output tensor shape: torch.Size([1, 1, 5, 10]), dtype: torch.float32 2025-03-21T21:27:17.5926193Z E Difference: max: 0.002126455307006836, abs: 0.002126455307006836, mean abs error: 4.846572846872732e-05. 2025-03-21T21:27:17.5927015Z E -- Model vs. Reference -- 2025-03-21T21:27:17.5927591Z E Numel: 50, 50 2025-03-21T21:27:17.5928566Z E Median: 0.7776477932929993, 0.7776477932929993 2025-03-21T21:27:17.5929521Z E Mean: 0.7737875580787659, 0.7737469673156738 2025-03-21T21:27:17.5930130Z E Max: 0.8101630806922913, 0.810187816619873 2025-03-21T21:27:17.5930717Z E Min: 0.7313845157623291, 0.7313845157623291 2025-03-21T21:27:17.5931115Z 2025-03-21T21:27:17.5932198Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/xnnpack/test/tester/tester.py:705: AssertionError 2025-03-21T21:27:17.5933463Z ---------------------------- Captured stdout setup ----------------------------- 2025-03-21T21:27:17.5934240Z ARM_TEST_SEED=3735800361 2025-03-21T21:27:17.5934877Z ----------------------------- Captured stdout call ----------------------------- 2025-03-21T21:27:17.5935692Z INFO:executorch.backends.arm.test.tester.test_pipeline:Running pipeline with stages: 2025-03-21T21:27:17.5937437Z ['quantize', 'check.quant_nodes', 'export', 'check.aten', 'to_edge_transform_and_lower', 'check_not.quant_nodes', 'check_not.exir', 'check_count.exir', 'to_executorch', 'run_method_and_compare_outputs']. 2025-03-21T21:27:17.5938809Z INFO:executorch.backends.arm.tosa_partitioner:TOSAPartitioner::partition 2025-03-21T21:27:17.5939628Z INFO:executorch.backends.arm.tosa_partitioner:Partitioning for TOSABackend: TOSA-0.80+BI 2025-03-21T21:27:17.5940576Z INFO:executorch.backends.arm.tosa_partitioner:The following nodes were rejected for TOSA-0.80+BI: 2025-03-21T21:27:17.5941329Z INFO:executorch.backends.arm.tosa_partitioner: 2025-03-21T21:27:17.5941773Z No nodes rejected. 2025-03-21T21:27:17.5942406Z INFO:executorch.backends.arm.tosa_partitioner:(Placeholders and outputs are not included in this list) 2025-03-21T21:27:17.5943446Z INFO:executorch.backends.arm.test.tester.arm_tester:Comparing Stage 'ToExecutorch' with Stage 'Quantize' 2025-03-21T21:27:17.5944414Z INFO:executorch.backends.arm.test.tester.arm_tester:Run #0, input shapes: [1, 1, 5, 10] 2025-03-21T21:27:17.5945197Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils: 2025-03-21T21:27:17.5945910Z ############################ ERROR DIFFERENCE ############################# 2025-03-21T21:27:17.5946325Z BATCH 0 2025-03-21T21:27:17.5946602Z channel 0 (e-03) 2025-03-21T21:27:17.5946930Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.5947350Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.5947767Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.5948177Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.5948578Z [ . . . 2.13 . . . . . . ] 2025-03-21T21:27:17.5948864Z 2025-03-21T21:27:17.5949100Z MEAN MEDIAN MAX MIN (error as % of reference output range) 2025-03-21T21:27:17.5949599Z 0.24% 0.03% 2.70% 0.03% 2025-03-21T21:27:17.5950066Z ########################################################################### 2025-03-21T21:27:17.5950355Z 2025-03-21T21:27:17.5950912Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:========================================TOSA debug info======================================== 2025-03-21T21:27:17.5952380Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:Input QuantArgs: [] 2025-03-21T21:27:17.5954227Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:Output QuantArgs: {dequantize_per_tensor_8: } 2025-03-21T21:27:17.5955803Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:path_to_tosa_files='/tmp/executorch_result_dump_qeu1jipo' 2025-03-21T21:27:17.5956876Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:atol=0.001, rtol=0.001, qtol=0 2025-03-21T21:27:17.5957688Z ERROR:executorch.backends.arm.test.tester.test_pipeline: 2025-03-21T21:27:17.5958244Z Failure in stage : 2025-03-21T21:27:17.5972070Z Output 0 does not match reference output. 2025-03-21T21:27:17.5972810Z Given atol: 0.001, rtol: 0.001. 2025-03-21T21:27:17.5973602Z Output tensor shape: torch.Size([1, 1, 5, 10]), dtype: torch.float32 2025-03-21T21:27:17.5974817Z Difference: max: 0.002126455307006836, abs: 0.002126455307006836, mean abs error: 4.846572846872732e-05. 2025-03-21T21:27:17.5975611Z -- Model vs. Reference -- 2025-03-21T21:27:17.5976044Z Numel: 50, 50 2025-03-21T21:27:17.5976415Z Median: 0.7776477932929993, 0.7776477932929993 2025-03-21T21:27:17.5977037Z Mean: 0.7737875580787659, 0.7737469673156738 2025-03-21T21:27:17.5977636Z Max: 0.8101630806922913, 0.810187816619873 2025-03-21T21:27:17.5978206Z Min: 0.7313845157623291, 0.7313845157623291 2025-03-21T21:27:17.5978608Z 2025-03-21T21:27:17.5978950Z ------------------------------ Captured log call ------------------------------- 2025-03-21T21:27:17.5980580Z INFO  executorch.backends.arm.test.tester.test_pipeline:test_pipeline.py:239 Running pipeline with stages: 2025-03-21T21:27:17.5982704Z ['quantize', 'check.quant_nodes', 'export', 'check.aten', 'to_edge_transform_and_lower', 'check_not.quant_nodes', 'check_not.exir', 'check_count.exir', 'to_executorch', 'run_method_and_compare_outputs']. 2025-03-21T21:27:17.5984878Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:74 TOSAPartitioner::partition 2025-03-21T21:27:17.5986550Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:79 Partitioning for TOSABackend: TOSA-0.80+BI 2025-03-21T21:27:17.5988573Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:134 The following nodes were rejected for TOSA-0.80+BI: 2025-03-21T21:27:17.5990351Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:135 2025-03-21T21:27:17.5991244Z No nodes rejected. 2025-03-21T21:27:17.5992377Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:136 (Placeholders and outputs are not included in this list) 2025-03-21T21:27:17.5994280Z INFO  executorch.backends.arm.test.tester.arm_tester:arm_tester.py:436 Comparing Stage 'ToExecutorch' with Stage 'Quantize' 2025-03-21T21:27:17.5996118Z INFO  executorch.backends.arm.test.tester.arm_tester:arm_tester.py:449 Run #0, input shapes: [1, 1, 5, 10] 2025-03-21T21:27:17.5997638Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:208 2025-03-21T21:27:17.5998408Z ############################ ERROR DIFFERENCE ############################# 2025-03-21T21:27:17.5998848Z BATCH 0 2025-03-21T21:27:17.5999117Z channel 0 (e-03) 2025-03-21T21:27:17.5999581Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6000115Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6000684Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6001336Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6001861Z [ . . . 2.13 . . . . . . ] 2025-03-21T21:27:17.6002300Z 2025-03-21T21:27:17.6002580Z MEAN MEDIAN MAX MIN (error as % of reference output range) 2025-03-21T21:27:17.6003284Z 0.24% 0.03% 2.70% 0.03% 2025-03-21T21:27:17.6003794Z ########################################################################### 2025-03-21T21:27:17.6004167Z 2025-03-21T21:27:17.6005430Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:225 ========================================TOSA debug info======================================== 2025-03-21T21:27:17.6008354Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:237 Input QuantArgs: [] 2025-03-21T21:27:17.6011648Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:238 Output QuantArgs: {dequantize_per_tensor_8: } 2025-03-21T21:27:17.6014494Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:240 path_to_tosa_files='/tmp/executorch_result_dump_qeu1jipo' 2025-03-21T21:27:17.6016755Z 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:27:17.6018431Z ERROR  executorch.backends.arm.test.tester.test_pipeline:test_pipeline.py:245 2025-03-21T21:27:17.6019510Z Failure in stage : 2025-03-21T21:27:17.6020168Z Output 0 does not match reference output. 2025-03-21T21:27:17.6020783Z Given atol: 0.001, rtol: 0.001. 2025-03-21T21:27:17.6021569Z Output tensor shape: torch.Size([1, 1, 5, 10]), dtype: torch.float32 2025-03-21T21:27:17.6023239Z Difference: max: 0.002126455307006836, abs: 0.002126455307006836, mean abs error: 4.846572846872732e-05. 2025-03-21T21:27:17.6024343Z -- Model vs. Reference -- 2025-03-21T21:27:17.6024707Z Numel: 50, 50 2025-03-21T21:27:17.6025109Z Median: 0.7776477932929993, 0.7776477932929993 2025-03-21T21:27:17.6025826Z Mean: 0.7737875580787659, 0.7737469673156738 2025-03-21T21:27:17.6026437Z Max: 0.8101630806922913, 0.810187816619873 2025-03-21T21:27:17.6026895Z Min: 0.7313845157623291, 0.7313845157623291 2025-03-21T21:27:17.6027997Z __________________ test_sigmoid_add_sigmoid_tosa_u85[rand_4d] __________________ 2025-03-21T21:27:17.6028936Z [gw1] linux -- Python 3.10.16 /opt/conda/envs/py_3.10/bin/python 2025-03-21T21:27:17.6029549Z 2025-03-21T21:27:17.6030049Z test_data = (tensor([[[[0.0558, 0.6893, 0.5332, 0.2528, 0.1161, 0.2285, 0.7112, 0.4299, 2025-03-21T21:27:17.6031002Z 0.3143, 0.5201], 2025-03-21T21:27:17.6031382Z [0.7...7, 0.2825], 2025-03-21T21:27:17.6031795Z [0.8406, 0.0887, 0.1642, 0.9758, 0.1801, 0.3506, 0.9708, 0.9643, 2025-03-21T21:27:17.6032245Z 0.9248, 0.8019]]]]),) 2025-03-21T21:27:17.6032464Z 2025-03-21T21:27:17.6032766Z @common.parametrize( 2025-03-21T21:27:17.6033419Z "test_data", 2025-03-21T21:27:17.6033976Z test_data_suite, 2025-03-21T21:27:17.6034418Z xfails={ 2025-03-21T21:27:17.6035452Z "ramp": "AssertionError: Output 0 does not match reference output.", 2025-03-21T21:27:17.6036349Z }, 2025-03-21T21:27:17.6036709Z ) 2025-03-21T21:27:17.6037173Z @common.XfailIfNoCorstone320 2025-03-21T21:27:17.6038175Z def test_sigmoid_add_sigmoid_tosa_u85(test_data): 2025-03-21T21:27:17.6038960Z pipeline = EthosU85PipelineBI( 2025-03-21T21:27:17.6039495Z SigmoidAddSigmoid(), 2025-03-21T21:27:17.6039972Z test_data, 2025-03-21T21:27:17.6040430Z Sigmoid.aten_op, 2025-03-21T21:27:17.6040885Z Sigmoid.exir_op, 2025-03-21T21:27:17.6041395Z run_on_fvp=True, 2025-03-21T21:27:17.6041856Z ) 2025-03-21T21:27:17.6042907Z pipeline.change_args("quantize", get_16bit_sigmoid_quantizer("TOSA-0.80+BI")) 2025-03-21T21:27:17.6044520Z pipeline.change_args("run_method_and_compare_outputs", test_data, qtol=1) 2025-03-21T21:27:17.6045475Z > pipeline.run() 2025-03-21T21:27:17.6045731Z 2025-03-21T21:27:17.6046082Z backends/arm/test/ops/test_sigmoid_32bit.py:200: 2025-03-21T21:27:17.6046622Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2025-03-21T21:27:17.6047667Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/test/tester/test_pipeline.py:246: in run 2025-03-21T21:27:17.6048610Z raise e 2025-03-21T21:27:17.6049606Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/test/tester/test_pipeline.py:243: in run 2025-03-21T21:27:17.6050498Z stage() 2025-03-21T21:27:17.6051451Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/test/tester/test_pipeline.py:70: in __call__ 2025-03-21T21:27:17.6052641Z self.func(*self.args, **self.kwargs) 2025-03-21T21:27:17.6054022Z /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:27:17.6055138Z self._compare_outputs( 2025-03-21T21:27:17.6056238Z /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:27:17.6057221Z raise e 2025-03-21T21:27:17.6058255Z /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:27:17.6059308Z super()._compare_outputs( 2025-03-21T21:27:17.6060425Z /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:27:17.6061457Z Tester._assert_outputs_equal( 2025-03-21T21:27:17.6061948Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 2025-03-21T21:27:17.6062260Z 2025-03-21T21:27:17.6062552Z model_output = (tensor([[[[0.7365, 0.7911, 0.7791, 0.7550, 0.7423, 0.7528, 0.7927, 0.7706, 2025-03-21T21:27:17.6063098Z 0.7606, 0.7780], 2025-03-21T21:27:17.6063412Z [0.7...1, 0.7577], 2025-03-21T21:27:17.6063826Z [0.8017, 0.7397, 0.7468, 0.8104, 0.7483, 0.7638, 0.8101, 0.8097, 2025-03-21T21:27:17.6064280Z 0.8072, 0.7991]]]]),) 2025-03-21T21:27:17.6064771Z ref_output = (tensor([[[[0.7365, 0.7911, 0.7791, 0.7551, 0.7423, 0.7528, 0.7927, 0.7706, 2025-03-21T21:27:17.6065403Z 0.7606, 0.7781], 2025-03-21T21:27:17.6065721Z [0.7...1, 0.7577], 2025-03-21T21:27:17.6066124Z [0.8017, 0.7397, 0.7469, 0.8104, 0.7483, 0.7638, 0.8101, 0.8097, 2025-03-21T21:27:17.6066630Z 0.8072, 0.7991]]]]),) 2025-03-21T21:27:17.6066998Z atol = 0.0010001192092895508, rtol = 0.001 2025-03-21T21:27:17.6067257Z 2025-03-21T21:27:17.6067519Z @staticmethod 2025-03-21T21:27:17.6068574Z def _assert_outputs_equal(model_output, ref_output, atol=1e-03, rtol=1e-03): 2025-03-21T21:27:17.6069457Z  """ 2025-03-21T21:27:17.6070229Z  Helper testing function that asserts that the model output and the reference output 2025-03-21T21:27:17.6071261Z  are equal with some tolerance. Due to numerical differences between eager mode and 2025-03-21T21:27:17.6072256Z  the XNNPACK's backend, we relax the detal such that absolute tolerance is 1e-3. and 2025-03-21T21:27:17.6073235Z  relative tolerance is 1e-3. In the event that the computation was quantized, we 2025-03-21T21:27:17.6074282Z  further relax the tolerance to one quantized step (equal to the quantization scale). 2025-03-21T21:27:17.6075332Z  This allows the quantized value to differ by 1 between the reference and model output. 2025-03-21T21:27:17.6076057Z  """ 2025-03-21T21:27:17.6076471Z  2025-03-21T21:27:17.6077127Z assert len(model_output) == len(ref_output) 2025-03-21T21:27:17.6077767Z  2025-03-21T21:27:17.6078433Z for i in range(len(model_output)): 2025-03-21T21:27:17.6079124Z model = model_output[i] 2025-03-21T21:27:17.6079618Z ref = ref_output[i] 2025-03-21T21:27:17.6080102Z assert ( 2025-03-21T21:27:17.6080617Z ref.shape == model.shape 2025-03-21T21:27:17.6082144Z ), f"Output {i} shape {model.shape} does not match reference output shape {ref.shape}" 2025-03-21T21:27:17.6083441Z > assert torch.allclose( 2025-03-21T21:27:17.6083936Z model, 2025-03-21T21:27:17.6084384Z ref, 2025-03-21T21:27:17.6084824Z atol=atol, 2025-03-21T21:27:17.6085276Z rtol=rtol, 2025-03-21T21:27:17.6085692Z ), ( 2025-03-21T21:27:17.6086714Z f"Output {i} does not match reference output.\n" 2025-03-21T21:27:17.6088358Z f"\tGiven atol: {atol}, rtol: {rtol}.\n" 2025-03-21T21:27:17.6090159Z f"\tOutput tensor shape: {model.shape}, dtype: {model.dtype}\n" 2025-03-21T21:27:17.6092645Z 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:27:17.6094535Z f"\t-- Model vs. Reference --\n" 2025-03-21T21:27:17.6095978Z f"\t Numel: {model.numel()}, {ref.numel()}\n" 2025-03-21T21:27:17.6097658Z f"\tMedian: {model.median()}, {ref.median()}\n" 2025-03-21T21:27:17.6099317Z f"\t Mean: {model.mean()}, {ref.mean()}\n" 2025-03-21T21:27:17.6100971Z f"\t Max: {model.max()}, {ref.max()}\n" 2025-03-21T21:27:17.6102540Z f"\t Min: {model.min()}, {ref.min()}\n" 2025-03-21T21:27:17.6103426Z ) 2025-03-21T21:27:17.6104054Z E AssertionError: Output 0 does not match reference output. 2025-03-21T21:27:17.6104767Z E Given atol: 0.0010001192092895508, rtol: 0.001. 2025-03-21T21:27:17.6105600Z E Output tensor shape: torch.Size([1, 10, 10, 10]), dtype: torch.float32 2025-03-21T21:27:17.6106643Z E Difference: max: -7.152557373046875e-07, abs: 0.6236457824707031, mean abs error: 0.0006449400098063052. 2025-03-21T21:27:17.6107486Z E -- Model vs. Reference -- 2025-03-21T21:27:17.6107983Z E Numel: 1000, 1000 2025-03-21T21:27:17.6108526Z E Median: 0.7758331298828125, 0.775928258895874 2025-03-21T21:27:17.6109123Z E Mean: 0.7739765644073486, 0.7746215462684631 2025-03-21T21:27:17.6109695Z E Max: 0.8117713928222656, 0.8118171691894531 2025-03-21T21:27:17.6110265Z E Min: 0.18817138671875, 0.731421709060669 2025-03-21T21:27:17.6110582Z 2025-03-21T21:27:17.6111344Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/xnnpack/test/tester/tester.py:705: AssertionError 2025-03-21T21:27:17.6112352Z ---------------------------- Captured stdout setup ----------------------------- 2025-03-21T21:27:17.6112866Z ARM_TEST_SEED=903092051 2025-03-21T21:27:17.6113321Z ----------------------------- Captured stdout call ----------------------------- 2025-03-21T21:27:17.6114049Z INFO:executorch.backends.arm.test.tester.test_pipeline:Running pipeline with stages: 2025-03-21T21:27:17.6115416Z ['quantize', 'check.quant_nodes', 'export', 'check.aten', 'to_edge', 'check.exir', 'partition', 'check_not.quant_nodes', 'check_not.exir', 'check_count.exir', 'to_executorch', 'serialize', 'run_method_and_compare_outputs']. 2025-03-21T21:27:17.6116732Z INFO:executorch.backends.arm.tosa_partitioner:TOSAPartitioner::partition 2025-03-21T21:27:17.6117566Z INFO:executorch.backends.arm.tosa_partitioner:Partitioning for EthosUBackend: TOSA-0.80+BI 2025-03-21T21:27:17.6118521Z INFO:executorch.backends.arm.tosa_partitioner:The following nodes were rejected for TOSA-0.80+BI: 2025-03-21T21:27:17.6119264Z INFO:executorch.backends.arm.tosa_partitioner: 2025-03-21T21:27:17.6119689Z No nodes rejected. 2025-03-21T21:27:17.6120383Z INFO:executorch.backends.arm.tosa_partitioner:(Placeholders and outputs are not included in this list) 2025-03-21T21:27:17.6121166Z WARNING:root:Disabled validating the partitioner. 2025-03-21T21:27:17.6121494Z 2025-03-21T21:27:17.6121621Z Network summary for out 2025-03-21T21:27:17.6122268Z Accelerator configuration Ethos_U85_128 2025-03-21T21:27:17.6122802Z System configuration Ethos_U85_SYS_DRAM_Mid 2025-03-21T21:27:17.6123291Z Memory mode Shared_Sram 2025-03-21T21:27:17.6123792Z Accelerator clock 1000 MHz 2025-03-21T21:27:17.6124323Z Design peak SRAM bandwidth 29.80 GB/s 2025-03-21T21:27:17.6124858Z Design peak DRAM bandwidth 11.18 GB/s 2025-03-21T21:27:17.6125185Z 2025-03-21T21:27:17.6125378Z Total SRAM used 18.75 KiB 2025-03-21T21:27:17.6125860Z Total DRAM used 6.00 KiB 2025-03-21T21:27:17.6126272Z 2025-03-21T21:27:17.6126405Z CPU operators = 0 (0.0%) 2025-03-21T21:27:17.6126758Z NPU operators = 7 (100.0%) 2025-03-21T21:27:17.6126986Z 2025-03-21T21:27:17.6127228Z Average SRAM bandwidth 0.55 GB/s 2025-03-21T21:27:17.6127777Z Input SRAM bandwidth 0.01 MB/batch 2025-03-21T21:27:17.6128332Z Weight SRAM bandwidth 0.00 MB/batch 2025-03-21T21:27:17.6128873Z Output SRAM bandwidth 0.01 MB/batch 2025-03-21T21:27:17.6129565Z Total SRAM bandwidth 0.02 MB/batch 2025-03-21T21:27:17.6130399Z Total SRAM bandwidth per input 0.02 MB/inference (batch size 1) 2025-03-21T21:27:17.6130893Z 2025-03-21T21:27:17.6131102Z Average DRAM bandwidth 0.14 GB/s 2025-03-21T21:27:17.6131636Z Input DRAM bandwidth 0.00 MB/batch 2025-03-21T21:27:17.6132185Z Weight DRAM bandwidth 0.00 MB/batch 2025-03-21T21:27:17.6132730Z Output DRAM bandwidth 0.00 MB/batch 2025-03-21T21:27:17.6133349Z Total DRAM bandwidth 0.01 MB/batch 2025-03-21T21:27:17.6134142Z Total DRAM bandwidth per input 0.01 MB/inference (batch size 1) 2025-03-21T21:27:17.6134644Z 2025-03-21T21:27:17.6135006Z Neural network macs 6000 MACs/batch 2025-03-21T21:27:17.6135466Z 2025-03-21T21:27:17.6136133Z INFO:executorch.backends.arm.test.tester.arm_tester:Comparing Stage 'Serialize' with Stage 'Quantize' 2025-03-21T21:27:17.6137567Z INFO:executorch.backends.arm.test.tester.arm_tester:Run #0, input shapes: [1, 10, 10, 10] 2025-03-21T21:27:17.6138740Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils: 2025-03-21T21:27:17.6139407Z ############################ ERROR DIFFERENCE ############################# 2025-03-21T21:27:17.6150626Z BATCH 0 2025-03-21T21:27:17.6151029Z channel 8 (e-01) 2025-03-21T21:27:17.6151533Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6152003Z [ . -6.24 . . . . . . . . ] 2025-03-21T21:27:17.6152483Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6152898Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6153309Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6153861Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6154475Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6155052Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6155516Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6156160Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6156547Z 2025-03-21T21:27:17.6156897Z MEAN MEDIAN MAX MIN (error as % of reference output range) 2025-03-21T21:27:17.6157792Z 0.10% 0.00% 100.01% 0.00% 2025-03-21T21:27:17.6158372Z ########################################################################### 2025-03-21T21:27:17.6158718Z 2025-03-21T21:27:17.6159514Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:========================================TOSA debug info======================================== 2025-03-21T21:27:17.6161175Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:Input QuantArgs: [] 2025-03-21T21:27:17.6163020Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:Output QuantArgs: {dequantize_per_tensor_6: } 2025-03-21T21:27:17.6164543Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:path_to_tosa_files='/tmp/arm_u85_pv0q8bl4' 2025-03-21T21:27:17.6165554Z ERROR:executorch.backends.arm.test.tester.analyze_output_utils:atol=0.001, rtol=0.001, qtol=0 2025-03-21T21:27:17.6166404Z ERROR:executorch.backends.arm.test.tester.test_pipeline: 2025-03-21T21:27:17.6167007Z Failure in stage : 2025-03-21T21:27:17.6167494Z Output 0 does not match reference output. 2025-03-21T21:27:17.6167927Z Given atol: 0.0010001192092895508, rtol: 0.001. 2025-03-21T21:27:17.6168482Z Output tensor shape: torch.Size([1, 10, 10, 10]), dtype: torch.float32 2025-03-21T21:27:17.6169277Z Difference: max: -7.152557373046875e-07, abs: 0.6236457824707031, mean abs error: 0.0006449400098063052. 2025-03-21T21:27:17.6169942Z -- Model vs. Reference -- 2025-03-21T21:27:17.6170287Z Numel: 1000, 1000 2025-03-21T21:27:17.6170599Z Median: 0.7758331298828125, 0.775928258895874 2025-03-21T21:27:17.6171019Z Mean: 0.7739765644073486, 0.7746215462684631 2025-03-21T21:27:17.6171434Z Max: 0.8117713928222656, 0.8118171691894531 2025-03-21T21:27:17.6171838Z Min: 0.18817138671875, 0.731421709060669 2025-03-21T21:27:17.6172097Z 2025-03-21T21:27:17.6172352Z ------------------------------ Captured log call ------------------------------- 2025-03-21T21:27:17.6173500Z INFO  executorch.backends.arm.test.tester.test_pipeline:test_pipeline.py:239 Running pipeline with stages: 2025-03-21T21:27:17.6174991Z ['quantize', 'check.quant_nodes', 'export', 'check.aten', 'to_edge', 'check.exir', 'partition', 'check_not.quant_nodes', 'check_not.exir', 'check_count.exir', 'to_executorch', 'serialize', 'run_method_and_compare_outputs']. 2025-03-21T21:27:17.6176677Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:74 TOSAPartitioner::partition 2025-03-21T21:27:17.6177906Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:79 Partitioning for EthosUBackend: TOSA-0.80+BI 2025-03-21T21:27:17.6179262Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:134 The following nodes were rejected for TOSA-0.80+BI: 2025-03-21T21:27:17.6180373Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:135 2025-03-21T21:27:17.6180964Z No nodes rejected. 2025-03-21T21:27:17.6181859Z INFO  executorch.backends.arm.tosa_partitioner:tosa_partitioner.py:136 (Placeholders and outputs are not included in this list) 2025-03-21T21:27:17.6182958Z WARNING  root:backend_api.py:387 Disabled validating the partitioner. 2025-03-21T21:27:17.6184047Z INFO  executorch.backends.arm.test.tester.arm_tester:arm_tester.py:436 Comparing Stage 'Serialize' with Stage 'Quantize' 2025-03-21T21:27:17.6185400Z INFO  executorch.backends.arm.test.tester.arm_tester:arm_tester.py:449 Run #0, input shapes: [1, 10, 10, 10] 2025-03-21T21:27:17.6186568Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:208 2025-03-21T21:27:17.6187332Z ############################ ERROR DIFFERENCE ############################# 2025-03-21T21:27:17.6187757Z BATCH 0 2025-03-21T21:27:17.6188032Z channel 8 (e-01) 2025-03-21T21:27:17.6188392Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6188831Z [ . -6.24 . . . . . . . . ] 2025-03-21T21:27:17.6189253Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6189667Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6190081Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6190494Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6190896Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6191310Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6191726Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6192141Z [ . . . . . . . . . . ] 2025-03-21T21:27:17.6192410Z 2025-03-21T21:27:17.6192664Z MEAN MEDIAN MAX MIN (error as % of reference output range) 2025-03-21T21:27:17.6193191Z 0.10% 0.00% 100.01% 0.00% 2025-03-21T21:27:17.6193614Z ########################################################################### 2025-03-21T21:27:17.6193906Z 2025-03-21T21:27:17.6194789Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:225 ========================================TOSA debug info======================================== 2025-03-21T21:27:17.6196760Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:237 Input QuantArgs: [] 2025-03-21T21:27:17.6199146Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:238 Output QuantArgs: {dequantize_per_tensor_6: } 2025-03-21T21:27:17.6201235Z ERROR  executorch.backends.arm.test.tester.analyze_output_utils:analyze_output_utils.py:240 path_to_tosa_files='/tmp/arm_u85_pv0q8bl4' 2025-03-21T21:27:17.6202760Z 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:27:17.6203926Z ERROR  executorch.backends.arm.test.tester.test_pipeline:test_pipeline.py:245 2025-03-21T21:27:17.6204622Z Failure in stage : 2025-03-21T21:27:17.6205089Z Output 0 does not match reference output. 2025-03-21T21:27:17.6205539Z Given atol: 0.0010001192092895508, rtol: 0.001. 2025-03-21T21:27:17.6206093Z Output tensor shape: torch.Size([1, 10, 10, 10]), dtype: torch.float32 2025-03-21T21:27:17.6206879Z Difference: max: -7.152557373046875e-07, abs: 0.6236457824707031, mean abs error: 0.0006449400098063052. 2025-03-21T21:27:17.6207540Z -- Model vs. Reference -- 2025-03-21T21:27:17.6207863Z Numel: 1000, 1000 2025-03-21T21:27:17.6208190Z Median: 0.7758331298828125, 0.775928258895874 2025-03-21T21:27:17.6208605Z Mean: 0.7739765644073486, 0.7746215462684631 2025-03-21T21:27:17.6209007Z Max: 0.8117713928222656, 0.8118171691894531 2025-03-21T21:27:17.6209401Z Min: 0.18817138671875, 0.731421709060669 2025-03-21T21:27:17.6209942Z =============================== warnings summary =============================== 2025-03-21T21:27:17.6210689Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-03-21T21:27:17.6211600Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-03-21T21:27:17.6212505Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-03-21T21:27:17.6213402Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9 2025-03-21T21:27:17.6214987Z /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:27:17.6216264Z import pkg_resources 2025-03-21T21:27:17.6216470Z 2025-03-21T21:27:17.6216807Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3142 2025-03-21T21:27:17.6217623Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3142 2025-03-21T21:27:17.6218431Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3142 2025-03-21T21:27:17.6219234Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/pkg_resources/__init__.py:3142 2025-03-21T21:27:17.6220500Z /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:27:17.6222625Z 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:27:17.6224024Z declare_namespace(pkg) 2025-03-21T21:27:17.6224284Z 2025-03-21T21:27:17.6224750Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-03-21T21:27:17.6225873Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-03-21T21:27:17.6226926Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-03-21T21:27:17.6227979Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:20 2025-03-21T21:27:17.6303662Z /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:27:17.6305194Z _warnings.warn( 2025-03-21T21:27:17.6305567Z 2025-03-21T21:27:17.6306318Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:382 2025-03-21T21:27:17.6307522Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:382 2025-03-21T21:27:17.6308617Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:382 2025-03-21T21:27:17.6309821Z ../../opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/modules/transformer.py:382 2025-03-21T21:27:17.6312068Z /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:27:17.6314256Z warnings.warn( 2025-03-21T21:27:17.6314549Z 2025-03-21T21:27:17.6314725Z ops/test_abs.py: 126 warnings 2025-03-21T21:27:17.6315159Z misc/test_custom_partition.py: 32 warnings 2025-03-21T21:27:17.6315719Z ops/test_any.py: 300 warnings 2025-03-21T21:27:17.6316191Z ops/test_bitwise.py: 192 warnings 2025-03-21T21:27:17.6316736Z misc/test_debug_feats.py: 44 warnings 2025-03-21T21:27:17.6317250Z misc/test_dim_order_guards.py: 8 warnings 2025-03-21T21:27:17.6317818Z misc/test_lifted_tensor.py: 64 warnings 2025-03-21T21:27:17.6318474Z misc/test_multiple_delegates.py: 10 warnings 2025-03-21T21:27:17.6319101Z misc/test_multiple_outputs.py: 22 warnings 2025-03-21T21:27:17.6319864Z misc/test_partition_decomposed_quantized_ops.py: 20 warnings 2025-03-21T21:27:17.6320610Z ops/test_add.py: 260 warnings 2025-03-21T21:27:17.6321187Z ops/test_avg_pool2d.py: 240 warnings 2025-03-21T21:27:17.6321723Z ops/test_bmm.py: 181 warnings 2025-03-21T21:27:17.6322347Z models/test_conformer.py: 22 warnings 2025-03-21T21:27:17.6322963Z ops/test_batch_norm.py: 108 warnings 2025-03-21T21:27:17.6323434Z ops/test_conv1d.py: 390 warnings 2025-03-21T21:27:17.6324024Z ops/test_amax.py: 152 warnings 2025-03-21T21:27:17.6324709Z ops/test_cat.py: 144 warnings 2025-03-21T21:27:17.6325147Z ops/test_amin.py: 152 warnings 2025-03-21T21:27:17.6325535Z ops/test_conv2d.py: 558 warnings 2025-03-21T21:27:17.6325980Z ops/test_clamp.py: 210 warnings 2025-03-21T21:27:17.6326459Z ops/test_conv_combos.py: 234 warnings 2025-03-21T21:27:17.6326950Z ops/test_floor.py: 180 warnings 2025-03-21T21:27:17.6327457Z ops/test_full.py: 150 warnings 2025-03-21T21:27:17.6327965Z ops/test_ge.py: 112 warnings 2025-03-21T21:27:17.6328393Z ops/test_gt.py: 112 warnings 2025-03-21T21:27:17.6328844Z ops/test_hardsigmoid.py: 132 warnings 2025-03-21T21:27:17.6329419Z ops/test_depthwise_conv.py: 180 warnings 2025-03-21T21:27:17.6330008Z models/test_dl3_arm.py: 10 warnings 2025-03-21T21:27:17.6330536Z ops/test_hardswish.py: 132 warnings 2025-03-21T21:27:17.6331140Z ops/test_hardtanh.py: 108 warnings 2025-03-21T21:27:17.6331677Z ops/test_layer_norm.py: 180 warnings 2025-03-21T21:27:17.6332210Z ops/test_le.py: 112 warnings 2025-03-21T21:27:17.6332889Z ops/test_linear.py: 228 warnings 2025-03-21T21:27:17.6333416Z models/test_lstm_arm.py: 22 warnings 2025-03-21T21:27:17.6333995Z ops/test_log.py: 108 warnings 2025-03-21T21:27:17.6334609Z ops/test_logsoftmax.py: 240 warnings 2025-03-21T21:27:17.6335116Z ops/test_logical.py: 320 warnings 2025-03-21T21:27:17.6335691Z models/test_mobilenet_v2_arm.py: 22 warnings 2025-03-21T21:27:17.6336119Z ops/test_lt.py: 112 warnings 2025-03-21T21:27:17.6336491Z ops/test_max_pool.py: 90 warnings 2025-03-21T21:27:17.6336923Z ops/test_maximum.py: 90 warnings 2025-03-21T21:27:17.6337564Z ops/test_minimum.py: 90 warnings 2025-03-21T21:27:17.6338044Z ops/test_mm.py: 150 warnings 2025-03-21T21:27:17.6338579Z ops/test_mean_dim.py: 240 warnings 2025-03-21T21:27:17.6339045Z ops/test_mul.py: 158 warnings 2025-03-21T21:27:17.6339413Z ops/test_permute.py: 101 warnings 2025-03-21T21:27:17.6339864Z ops/test_relu.py: 108 warnings 2025-03-21T21:27:17.6340408Z ops/test_div.py: 162 warnings 2025-03-21T21:27:17.6340901Z ops/test_repeat.py: 126 warnings 2025-03-21T21:27:17.6341330Z ops/test_reciprocal.py: 117 warnings 2025-03-21T21:27:17.6342018Z models/test_nn_functional.py: 110 warnings 2025-03-21T21:27:17.6342551Z ops/test_rshift.py: 88 warnings 2025-03-21T21:27:17.6342936Z models/test_nn_modules.py: 292 warnings 2025-03-21T21:27:17.6343340Z ops/test_scalars.py: 990 warnings 2025-03-21T21:27:17.6343711Z ops/test_rsqrt.py: 72 warnings 2025-03-21T21:27:17.6344231Z ops/test_eq.py: 112 warnings 2025-03-21T21:27:17.6344752Z ops/test_exp.py: 108 warnings 2025-03-21T21:27:17.6345275Z ops/test_select.py: 324 warnings 2025-03-21T21:27:17.6345914Z ops/test_expand.py: 162 warnings 2025-03-21T21:27:17.6346490Z models/test_torch_functions.py: 100 warnings 2025-03-21T21:27:17.6347153Z ops/test_sigmoid.py: 132 warnings 2025-03-21T21:27:17.6347697Z ops/test_sigmoid_16bit.py: 192 warnings 2025-03-21T21:27:17.6348267Z ops/test_sigmoid_32bit.py: 192 warnings 2025-03-21T21:27:17.6348875Z ops/test_softmax.py: 240 warnings 2025-03-21T21:27:17.6349398Z models/test_w2l_arm.py: 20 warnings 2025-03-21T21:27:17.6349984Z ops/test_split.py: 150 warnings 2025-03-21T21:27:17.6350552Z ops/test_squeeze.py: 162 warnings 2025-03-21T21:27:17.6351056Z ops/test_slice.py: 72 warnings 2025-03-21T21:27:17.6351570Z ops/test_sub.py: 330 warnings 2025-03-21T21:27:17.6351995Z ops/test_sum.py: 126 warnings 2025-03-21T21:27:17.6352477Z ops/test_tanh.py: 108 warnings 2025-03-21T21:27:17.6352958Z ops/test_to_copy.py: 15 warnings 2025-03-21T21:27:17.6353404Z ops/test_unsqueeze.py: 132 warnings 2025-03-21T21:27:17.6353977Z ops/test_upsample_nearest2d.py: 330 warnings 2025-03-21T21:27:17.6354545Z ops/test_var.py: 206 warnings 2025-03-21T21:27:17.6355054Z ops/test_view.py: 270 warnings 2025-03-21T21:27:17.6355647Z passes/test_convert_to_clamp.py: 6 warnings 2025-03-21T21:27:17.6356285Z passes/test_fold_qdq_pass.py: 5 warnings 2025-03-21T21:27:17.6356929Z passes/test_fuse_batchnorm_pass.py: 12 warnings 2025-03-21T21:27:17.6357579Z passes/test_cast_int64_pass.py: 3 warnings 2025-03-21T21:27:17.6358399Z passes/test_fuse_constant_ops_pass.py: 9 warnings 2025-03-21T21:27:17.6359043Z passes/test_meandim_to_averagepool2d.py: 10 warnings 2025-03-21T21:27:17.6359820Z passes/test_insert_table_ops_pass.py: 5 warnings 2025-03-21T21:27:17.6360578Z passes/test_ioquantization_pass.py: 5 warnings 2025-03-21T21:27:17.6361197Z passes/test_rescale_pass.py: 90 warnings 2025-03-21T21:27:17.6361895Z passes/test_unsqueeze_before_repeat_pass.py: 6 warnings 2025-03-21T21:27:17.6362615Z quantizer/test_generic_annotater.py: 24 warnings 2025-03-21T21:27:17.6363302Z ops/test_clone.py: 210 warnings 2025-03-21T21:27:17.6363840Z ops/test_constant_pad_nd.py: 72 warnings 2025-03-21T21:27:17.6366226Z /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:27:17.6368417Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:27:17.6369031Z 2025-03-21T21:27:17.6369232Z ops/test_abs.py: 14 warnings 2025-03-21T21:27:17.6369721Z ops/test_any.py: 15 warnings 2025-03-21T21:27:17.6370280Z ops/test_bitwise.py: 24 warnings 2025-03-21T21:27:17.6370836Z misc/test_multiple_outputs.py: 4 warnings 2025-03-21T21:27:17.6371389Z ops/test_bmm.py: 28 warnings 2025-03-21T21:27:17.6371819Z ops/test_avg_pool2d.py: 14 warnings 2025-03-21T21:27:17.6372328Z ops/test_add.py: 30 warnings 2025-03-21T21:27:17.6372850Z ops/test_conv1d.py: 26 warnings 2025-03-21T21:27:17.6373355Z models/test_conformer.py: 4 warnings 2025-03-21T21:27:17.6373949Z ops/test_amax.py: 5 warnings 2025-03-21T21:27:17.6374423Z ops/test_cat.py: 36 warnings 2025-03-21T21:27:17.6374780Z ops/test_amin.py: 5 warnings 2025-03-21T21:27:17.6375148Z ops/test_conv_combos.py: 26 warnings 2025-03-21T21:27:17.6375657Z ops/test_floor.py: 12 warnings 2025-03-21T21:27:17.6376155Z ops/test_conv2d.py: 36 warnings 2025-03-21T21:27:17.6376623Z ops/test_full.py: 8 warnings 2025-03-21T21:27:17.6377044Z ops/test_ge.py: 8 warnings 2025-03-21T21:27:17.6377546Z ops/test_gt.py: 8 warnings 2025-03-21T21:27:17.6378045Z ops/test_hardsigmoid.py: 12 warnings 2025-03-21T21:27:17.6378526Z ops/test_depthwise_conv.py: 20 warnings 2025-03-21T21:27:17.6378998Z ops/test_hardswish.py: 12 warnings 2025-03-21T21:27:17.6379388Z ops/test_hardtanh.py: 12 warnings 2025-03-21T21:27:17.6379973Z ops/test_layer_norm.py: 6 warnings 2025-03-21T21:27:17.6380544Z ops/test_le.py: 8 warnings 2025-03-21T21:27:17.6381022Z ops/test_linear.py: 6 warnings 2025-03-21T21:27:17.6381496Z ops/test_log.py: 12 warnings 2025-03-21T21:27:17.6381919Z models/test_lstm_arm.py: 6 warnings 2025-03-21T21:27:17.6382526Z ops/test_logsoftmax.py: 16 warnings 2025-03-21T21:27:17.6383068Z ops/test_logical.py: 28 warnings 2025-03-21T21:27:17.6383545Z ops/test_lt.py: 8 warnings 2025-03-21T21:27:17.6384057Z ops/test_max_pool.py: 8 warnings 2025-03-21T21:27:17.6384575Z ops/test_minimum.py: 20 warnings 2025-03-21T21:27:17.6385056Z ops/test_maximum.py: 20 warnings 2025-03-21T21:27:17.6385537Z ops/test_mean_dim.py: 16 warnings 2025-03-21T21:27:17.6386073Z ops/test_mm.py: 20 warnings 2025-03-21T21:27:17.6386609Z models/test_mobilenet_v2_arm.py: 2 warnings 2025-03-21T21:27:17.6387188Z ops/test_mul.py: 28 warnings 2025-03-21T21:27:17.6387680Z ops/test_permute.py: 7 warnings 2025-03-21T21:27:17.6388192Z ops/test_div.py: 36 warnings 2025-03-21T21:27:17.6388698Z ops/test_reciprocal.py: 9 warnings 2025-03-21T21:27:17.6389233Z ops/test_rshift.py: 8 warnings 2025-03-21T21:27:17.6389708Z ops/test_eq.py: 8 warnings 2025-03-21T21:27:17.6390166Z ops/test_exp.py: 12 warnings 2025-03-21T21:27:17.6390677Z ops/test_expand.py: 18 warnings 2025-03-21T21:27:17.6391247Z ops/test_sigmoid_16bit.py: 24 warnings 2025-03-21T21:27:17.6391781Z ops/test_sigmoid_32bit.py: 24 warnings 2025-03-21T21:27:17.6392290Z ops/test_softmax.py: 16 warnings 2025-03-21T21:27:17.6392762Z ops/test_sub.py: 30 warnings 2025-03-21T21:27:17.6393264Z ops/test_sum.py: 12 warnings 2025-03-21T21:27:17.6393850Z ops/test_var.py: 22 warnings 2025-03-21T21:27:17.6394391Z passes/test_rescale_pass.py: 20 warnings 2025-03-21T21:27:17.6394964Z models/test_w2l_arm.py: 2 warnings 2025-03-21T21:27:17.6395543Z ops/test_clamp.py: 14 warnings 2025-03-21T21:27:17.6398314Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/backends/arm/test/runner_utils.py:373: 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:27:17.6401141Z data_np = np.array(data.detach(), order="C").astype( 2025-03-21T21:27:17.6401655Z 2025-03-21T21:27:17.6401817Z misc/test_debug_feats.py: 1 warning 2025-03-21T21:27:17.6402340Z misc/test_partition_decomposed_quantized_ops.py: 1 warning 2025-03-21T21:27:17.6403026Z ops/test_add.py: 15 warnings 2025-03-21T21:27:17.6403541Z ops/test_bmm.py: 12 warnings 2025-03-21T21:27:17.6404001Z ops/test_sigmoid.py: 1 warning 2025-03-21T21:27:17.6404417Z ops/test_sub.py: 35 warnings 2025-03-21T21:27:17.6405588Z /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:27:17.6407331Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6407903Z 2025-03-21T21:27:17.6408151Z misc/test_lifted_tensor.py: 12 warnings 2025-03-21T21:27:17.6408798Z passes/test_fuse_constant_ops_pass.py: 2 warnings 2025-03-21T21:27:17.6411591Z /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:27:17.6414328Z getattr_node = gm.graph.get_attr(lifted_node) 2025-03-21T21:27:17.6414800Z 2025-03-21T21:27:17.6414998Z misc/test_lifted_tensor.py: 12 warnings 2025-03-21T21:27:17.6415632Z passes/test_fuse_constant_ops_pass.py: 1 warning 2025-03-21T21:27:17.6417813Z /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:27:17.6419775Z warnings.warn( 2025-03-21T21:27:17.6419963Z 2025-03-21T21:27:17.6420121Z misc/test_lifted_tensor.py: 1 warning 2025-03-21T21:27:17.6420569Z models/test_conformer.py: 30 warnings 2025-03-21T21:27:17.6421134Z ops/test_floor.py: 30 warnings 2025-03-21T21:27:17.6421700Z ops/test_hardsigmoid.py: 18 warnings 2025-03-21T21:27:17.6422472Z ops/test_hardswish.py: 18 warnings 2025-03-21T21:27:17.6423006Z ops/test_layer_norm.py: 30 warnings 2025-03-21T21:27:17.6423484Z models/test_lstm_arm.py: 150 warnings 2025-03-21T21:27:17.6424075Z ops/test_log.py: 18 warnings 2025-03-21T21:27:17.6424579Z ops/test_logsoftmax.py: 120 warnings 2025-03-21T21:27:17.6424968Z ops/test_div.py: 27 warnings 2025-03-21T21:27:17.6425421Z ops/test_reciprocal.py: 18 warnings 2025-03-21T21:27:17.6426018Z models/test_nn_functional.py: 1 warning 2025-03-21T21:27:17.6426598Z ops/test_rsqrt.py: 12 warnings 2025-03-21T21:27:17.6427096Z ops/test_exp.py: 18 warnings 2025-03-21T21:27:17.6427489Z ops/test_scalars.py: 12 warnings 2025-03-21T21:27:17.6428092Z models/test_nn_modules.py: 7 warnings 2025-03-21T21:27:17.6428655Z ops/test_sigmoid.py: 23 warnings 2025-03-21T21:27:17.6429115Z ops/test_sigmoid_16bit.py: 72 warnings 2025-03-21T21:27:17.6429647Z ops/test_sigmoid_32bit.py: 72 warnings 2025-03-21T21:27:17.6430136Z ops/test_softmax.py: 80 warnings 2025-03-21T21:27:17.6430548Z models/test_w2l_arm.py: 9 warnings 2025-03-21T21:27:17.6431019Z ops/test_tanh.py: 18 warnings 2025-03-21T21:27:17.6431633Z passes/test_rescale_pass.py: 45 warnings 2025-03-21T21:27:17.6432274Z ops/test_constant_pad_nd.py: 9 warnings 2025-03-21T21:27:17.6435352Z /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:27:17.6438819Z table_attr.TableAttribute(np.array(table)) 2025-03-21T21:27:17.6439205Z 2025-03-21T21:27:17.6439461Z ops/test_add.py::test_add_i32_tosa_BI[5d_float] 2025-03-21T21:27:17.6440075Z ops/test_add.py::test_add_i32_tosa_BI[1d_ones] 2025-03-21T21:27:17.6440734Z ops/test_add.py::test_add_i32_tosa_BI[1d_randn] 2025-03-21T21:27:17.6441405Z ops/test_add.py::test_add_i32_tosa_BI[4d_ones_1] 2025-03-21T21:27:17.6442144Z ops/test_add.py::test_add_i32_tosa_BI[4d_ones_2] 2025-03-21T21:27:17.6442934Z passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI 2025-03-21T21:27:17.6444876Z /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:27:17.6446645Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6447206Z 2025-03-21T21:27:17.6447448Z models/test_conformer.py: 3 warnings 2025-03-21T21:27:17.6448046Z ops/test_conv_combos.py: 9 warnings 2025-03-21T21:27:17.6448531Z models/test_dl3_arm.py: 1 warning 2025-03-21T21:27:17.6449075Z models/test_mobilenet_v2_arm.py: 3 warnings 2025-03-21T21:27:17.6450499Z /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:27:17.6452037Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6452587Z 2025-03-21T21:27:17.6452807Z models/test_conformer.py: 3 warnings 2025-03-21T21:27:17.6453449Z models/test_dl3_arm.py: 1 warning 2025-03-21T21:27:17.6454043Z ops/test_conv_combos.py: 3 warnings 2025-03-21T21:27:17.6454708Z models/test_mobilenet_v2_arm.py: 3 warnings 2025-03-21T21:27:17.6455807Z /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:27:17.6457154Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6457681Z 2025-03-21T21:27:17.6458108Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:27:17.6459007Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:27:17.6459961Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:27:17.6460808Z ops/test_log.py::TestLog::test_log_tosa_BI_4_randn_spread 2025-03-21T21:27:17.6461655Z ops/test_log.py::TestLog::test_log_tosa_u55_BI_4_randn_spread 2025-03-21T21:27:17.6462442Z ops/test_log.py::TestLog::test_log_tosa_u85_BI_4_randn_spread 2025-03-21T21:27:17.6464175Z /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:27:17.6465834Z warnings.warn("torch.inf detected in input tensor, ignoring input") 2025-03-21T21:27:17.6466420Z 2025-03-21T21:27:17.6466800Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:27:17.6467656Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:27:17.6468521Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:27:17.6470389Z /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:27:17.6471906Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6472508Z 2025-03-21T21:27:17.6472959Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:27:17.6473786Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:27:17.6474829Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:27:17.6475811Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:27:17.6476651Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:27:17.6477509Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:27:17.6479200Z /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:27:17.6480884Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6481412Z 2025-03-21T21:27:17.6481800Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:27:17.6482883Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:27:17.6483605Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:27:17.6484594Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:27:17.6485372Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:27:17.6486259Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:27:17.6487889Z /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:27:17.6489447Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6489880Z 2025-03-21T21:27:17.6490149Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:27:17.6490895Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:27:17.6491865Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:27:17.6492839Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:27:17.6493779Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:27:17.6494672Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:27:17.6496545Z /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:27:17.6498176Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6498603Z 2025-03-21T21:27:17.6498945Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:27:17.6499672Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:27:17.6500621Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:27:17.6502407Z /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:27:17.6504203Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6504699Z 2025-03-21T21:27:17.6505035Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:27:17.6506014Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:27:17.6506878Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:27:17.6508561Z /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:27:17.6510318Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6510938Z 2025-03-21T21:27:17.6511244Z models/test_conformer.py::TestConformer::test_conformer_tosa_BI 2025-03-21T21:27:17.6512131Z models/test_conformer.py::TestConformer::test_conformer_u55_BI 2025-03-21T21:27:17.6513082Z models/test_conformer.py::TestConformer::test_conformer_u85_BI 2025-03-21T21:27:17.6514833Z /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:27:17.6516611Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6517179Z 2025-03-21T21:27:17.6517401Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6518212Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6518994Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6519924Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6521440Z /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:27:17.6523342Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6523996Z 2025-03-21T21:27:17.6524345Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6525096Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6526077Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6526907Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6528343Z /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:27:17.6529774Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6530286Z 2025-03-21T21:27:17.6530522Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6531278Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6532009Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6532663Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6534100Z /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:27:17.6535484Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6535959Z 2025-03-21T21:27:17.6536224Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6537126Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6538060Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6539004Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6540021Z /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:27:17.6541208Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6541694Z 2025-03-21T21:27:17.6541948Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6542886Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6543790Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6544758Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6546147Z /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:27:17.6547421Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6548006Z 2025-03-21T21:27:17.6548300Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6549177Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6550028Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6551011Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6552393Z /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:27:17.6553787Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6554368Z 2025-03-21T21:27:17.6554666Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6555457Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6556341Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6557284Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6558685Z /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:27:17.6560042Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6560579Z 2025-03-21T21:27:17.6560780Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6561452Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6562371Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6563358Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6564905Z /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:27:17.6566249Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6566788Z 2025-03-21T21:27:17.6567027Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6567815Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6568707Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6569651Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6571213Z /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:27:17.6572685Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6573218Z 2025-03-21T21:27:17.6573490Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6574195Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6575209Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6576140Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6577616Z /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:27:17.6579079Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6579469Z 2025-03-21T21:27:17.6579677Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6580254Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6580908Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6581767Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6583234Z /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:27:17.6584689Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6585253Z 2025-03-21T21:27:17.6585548Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6586282Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6587112Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6587980Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6589559Z /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:27:17.6591016Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6591508Z 2025-03-21T21:27:17.6591756Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6592415Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6593164Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6594167Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6595566Z /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:27:17.6597186Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6597804Z 2025-03-21T21:27:17.6598083Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6599100Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6600012Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6600950Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6602309Z /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:27:17.6603705Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6604108Z 2025-03-21T21:27:17.6604290Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6605073Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6605956Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6606821Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6608139Z /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:27:17.6609648Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6610102Z 2025-03-21T21:27:17.6610369Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6611270Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6612320Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6613160Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6614597Z /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:27:17.6616074Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6616635Z 2025-03-21T21:27:17.6616901Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6617687Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6618389Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6619266Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6620831Z /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:27:17.6622487Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6623118Z 2025-03-21T21:27:17.6623401Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6624329Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6625523Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6626453Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6628073Z /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:27:17.6629418Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6630040Z 2025-03-21T21:27:17.6630265Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6630979Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6631927Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6632835Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6634137Z /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:27:17.6635336Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6635938Z 2025-03-21T21:27:17.6636223Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6637119Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6638075Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6639060Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6640571Z /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:27:17.6642061Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6642529Z 2025-03-21T21:27:17.6642799Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6643655Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6644730Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6645626Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6647096Z /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:27:17.6648695Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6649331Z 2025-03-21T21:27:17.6649604Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6650500Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6651407Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6652244Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6653464Z /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:27:17.6654888Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6655406Z 2025-03-21T21:27:17.6655651Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6656458Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6657518Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6658441Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6659694Z /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:27:17.6660953Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6661427Z 2025-03-21T21:27:17.6661610Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6662251Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6662900Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6663540Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6664538Z /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:27:17.6665726Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6666131Z 2025-03-21T21:27:17.6666310Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6666889Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6667540Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6668181Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6669179Z /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:27:17.6670194Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6670591Z 2025-03-21T21:27:17.6670765Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6671332Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6671982Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6672677Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6673715Z /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:27:17.6674730Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6675123Z 2025-03-21T21:27:17.6675297Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6675860Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6676504Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6677142Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6678143Z /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:27:17.6679153Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6679583Z 2025-03-21T21:27:17.6679757Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6680324Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6680966Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6681604Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6682602Z /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:27:17.6683615Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6684011Z 2025-03-21T21:27:17.6684185Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6684753Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6685395Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6686033Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6687032Z /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:27:17.6688043Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6688441Z 2025-03-21T21:27:17.6688614Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6689181Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6689828Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6690464Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6691463Z /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:27:17.6692475Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6692874Z 2025-03-21T21:27:17.6693085Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6693659Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6694311Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6694949Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6695939Z /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:27:17.6696951Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6697350Z 2025-03-21T21:27:17.6713525Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6714548Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6715636Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6716755Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6718673Z /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:27:17.6720460Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6721145Z 2025-03-21T21:27:17.6721437Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6722583Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6723705Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6724758Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6725837Z /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:27:17.6726858Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6727262Z 2025-03-21T21:27:17.6727451Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6728130Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6728790Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6729433Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6730436Z /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:27:17.6731459Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6731858Z 2025-03-21T21:27:17.6732035Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6732611Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6733257Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6733897Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6734910Z /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:27:17.6735913Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6736318Z 2025-03-21T21:27:17.6736573Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6737479Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6738197Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6739086Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6740609Z /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:27:17.6742111Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6742516Z 2025-03-21T21:27:17.6742697Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6743556Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6744232Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6744876Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6745972Z /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:27:17.6746974Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6747376Z 2025-03-21T21:27:17.6747552Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6748126Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6748773Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6749414Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6750429Z /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:27:17.6751523Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6751922Z 2025-03-21T21:27:17.6752099Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6752732Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6753365Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6754005Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6755014Z /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:27:17.6756024Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6756405Z 2025-03-21T21:27:17.6756596Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6757171Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6757842Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6758484Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6759499Z /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:27:17.6760511Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6760894Z 2025-03-21T21:27:17.6761082Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6761653Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6762302Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6762927Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6763938Z /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:27:17.6764951Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6765335Z 2025-03-21T21:27:17.6765522Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6766089Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6766735Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6767361Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6768370Z /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:27:17.6769386Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6769767Z 2025-03-21T21:27:17.6769956Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6770526Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6771204Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6771834Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6772849Z /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:27:17.6773859Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6774255Z 2025-03-21T21:27:17.6774428Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6775075Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6775905Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6776535Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6777548Z /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:27:17.6778613Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6779012Z 2025-03-21T21:27:17.6779224Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6779796Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6780449Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6781077Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6782102Z /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:27:17.6783121Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6783519Z 2025-03-21T21:27:17.6783691Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6784260Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6784909Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6785651Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6786667Z /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:27:17.6787729Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6788214Z 2025-03-21T21:27:17.6788483Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6789131Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6789957Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6790813Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6792086Z /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:27:17.6793901Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6794613Z 2025-03-21T21:27:17.6794889Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6795736Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6796775Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6797750Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6799391Z /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:27:17.6801133Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6801781Z 2025-03-21T21:27:17.6802070Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6802987Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6804018Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6805094Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6806882Z /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:27:17.6808747Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6809448Z 2025-03-21T21:27:17.6809738Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6810706Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_tosa_BI 2025-03-21T21:27:17.6811824Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u55_BI 2025-03-21T21:27:17.6812901Z models/test_mobilenet_v2_arm.py::TestMobileNetV2::test_mv2_u85_BI 2025-03-21T21:27:17.6814679Z /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:27:17.6816430Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6816510Z 2025-03-21T21:27:17.6816806Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6817970Z /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:27:17.6818395Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6818403Z 2025-03-21T21:27:17.6818653Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6819652Z /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:27:17.6820045Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6820053Z 2025-03-21T21:27:17.6820331Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6821406Z /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:27:17.6822135Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6822149Z 2025-03-21T21:27:17.6822451Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6823576Z /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:27:17.6824010Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6824019Z 2025-03-21T21:27:17.6824302Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6825456Z /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:27:17.6825855Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6825862Z 2025-03-21T21:27:17.6826132Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6827119Z /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:27:17.6827512Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6827519Z 2025-03-21T21:27:17.6827803Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6828819Z /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:27:17.6829209Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6829215Z 2025-03-21T21:27:17.6829467Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6830542Z /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:27:17.6830967Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6831087Z 2025-03-21T21:27:17.6831375Z models/test_dl3_arm.py::TestDl3::test_dl3_tosa_BI 2025-03-21T21:27:17.6832419Z /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:27:17.6832811Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6832820Z 2025-03-21T21:27:17.6833039Z ops/test_layer_norm.py: 15 warnings 2025-03-21T21:27:17.6834405Z /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:27:17.6834821Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6834829Z 2025-03-21T21:27:17.6835397Z ops/test_layer_norm.py::test_native_layer_norm_tosa_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T21:27:17.6835987Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T21:27:17.6836687Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI[rand_last_two_dims_not_elementwise_affine] 2025-03-21T21:27:17.6837301Z ops/test_layer_norm.py::test_native_layer_norm_u55_BI_on_fvp[rand_last_two_dims_not_elementwise_affine] 2025-03-21T21:27:17.6837903Z ops/test_layer_norm.py::test_native_layer_norm_u85_BI_on_fvp[rand_last_two_dims_not_elementwise_affine] 2025-03-21T21:27:17.6839257Z /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:27:17.6839672Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6839681Z 2025-03-21T21:27:17.6839903Z ops/test_layer_norm.py: 10 warnings 2025-03-21T21:27:17.6841301Z /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:27:17.6841783Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6841793Z 2025-03-21T21:27:17.6842197Z models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-03-21T21:27:17.6842577Z models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-03-21T21:27:17.6842967Z models/test_nn_functional.py::test_nn_functional_MI[grid_sample] 2025-03-21T21:27:17.6843343Z models/test_nn_functional.py::test_nn_functional_BI[grid_sample] 2025-03-21T21:27:17.6843741Z models/test_nn_functional.py::test_nn_functional_BI[grid_sample] 2025-03-21T21:27:17.6846010Z /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:27:17.6846182Z warnings.warn( 2025-03-21T21:27:17.6846209Z 2025-03-21T21:27:17.6846590Z models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-03-21T21:27:17.6846964Z models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-03-21T21:27:17.6847340Z models/test_nn_functional.py::test_nn_functional_MI[affine_grid] 2025-03-21T21:27:17.6847703Z models/test_nn_functional.py::test_nn_functional_BI[affine_grid] 2025-03-21T21:27:17.6848085Z models/test_nn_functional.py::test_nn_functional_BI[affine_grid] 2025-03-21T21:27:17.6850466Z /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:27:17.6850675Z warnings.warn( 2025-03-21T21:27:17.6850685Z 2025-03-21T21:27:17.6851102Z models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-03-21T21:27:17.6851577Z models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-03-21T21:27:17.6851959Z models/test_nn_modules.py::test_nn_Modules_MI[InstanceNorm2d] 2025-03-21T21:27:17.6852338Z models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] 2025-03-21T21:27:17.6852732Z models/test_nn_modules.py::test_nn_Modules_BI[InstanceNorm2d] 2025-03-21T21:27:17.6854712Z /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:27:17.6854897Z warnings.warn( 2025-03-21T21:27:17.6854905Z 2025-03-21T21:27:17.6855244Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:27:17.6856593Z /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:27:17.6857030Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6857043Z 2025-03-21T21:27:17.6857435Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:27:17.6858803Z /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:27:17.6859225Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6859251Z 2025-03-21T21:27:17.6859629Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:27:17.6860785Z /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:27:17.6861055Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6861060Z 2025-03-21T21:27:17.6861335Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:27:17.6862438Z /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:27:17.6862691Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6862697Z 2025-03-21T21:27:17.6862934Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:27:17.6863760Z /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:27:17.6864028Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6864033Z 2025-03-21T21:27:17.6864251Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:27:17.6865106Z /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:27:17.6865456Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6865462Z 2025-03-21T21:27:17.6865684Z models/test_nn_modules.py::test_nn_Modules_BI[Transformer] 2025-03-21T21:27:17.6866536Z /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:27:17.6866784Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6866789Z 2025-03-21T21:27:17.6867009Z ops/test_var.py::TestVar::test_var_correction_tosa_BI_0 2025-03-21T21:27:17.6867212Z ops/test_var.py::TestVar::test_var_correction_tosa_BI_3 2025-03-21T21:27:17.6867427Z ops/test_var.py::TestVar::test_var_correction_u55_BI_0 2025-03-21T21:27:17.6867625Z ops/test_var.py::TestVar::test_var_correction_u55_BI_3 2025-03-21T21:27:17.6867880Z ops/test_var.py::TestVar::test_var_correction_u85_BI_0 2025-03-21T21:27:17.6868074Z ops/test_var.py::TestVar::test_var_correction_u85_BI_3 2025-03-21T21:27:17.6868899Z /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:27:17.6869161Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6869166Z 2025-03-21T21:27:17.6869299Z ops/test_var.py: 28 warnings 2025-03-21T21:27:17.6870128Z /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:27:17.6870378Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6870383Z 2025-03-21T21:27:17.6870612Z passes/test_fold_qdq_pass.py::test_fold_qdq_pass_tosa_BI 2025-03-21T21:27:17.6871470Z /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:27:17.6871765Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T21:27:17.6871770Z 2025-03-21T21:27:17.6872108Z passes/test_fuse_constant_ops_pass.py::test_fuse_batchnorm_tosa_MI[fuse_const_tensor] 2025-03-21T21:27:17.6873482Z /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:27:17.6873602Z warnings.warn( 2025-03-21T21:27:17.6873608Z 2025-03-21T21:27:17.6873910Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2025-03-21T21:27:17.6874405Z =========================== short test summary info ============================ 2025-03-21T21:27:17.6875477Z FAILED backends/arm/test/ops/test_sigmoid_16bit.py::test_sigmoid_add_sigmoid_tosa_BI[rand_4d] - AssertionError: Output 0 does not match reference output. 2025-03-21T21:27:17.6875626Z Given atol: 0.001, rtol: 0.001. 2025-03-21T21:27:17.6875884Z Output tensor shape: torch.Size([1, 1, 5, 10]), dtype: torch.float32 2025-03-21T21:27:17.6876285Z Difference: max: 0.002126455307006836, abs: 0.002126455307006836, mean abs error: 4.846572846872732e-05. 2025-03-21T21:27:17.6876419Z -- Model vs. Reference -- 2025-03-21T21:27:17.6876546Z Numel: 50, 50 2025-03-21T21:27:17.6876694Z Median: 0.7776477932929993, 0.7776477932929993 2025-03-21T21:27:17.6876846Z Mean: 0.7737875580787659, 0.7737469673156738 2025-03-21T21:27:17.6876991Z Max: 0.8101630806922913, 0.810187816619873 2025-03-21T21:27:17.6877123Z Min: 0.7313845157623291, 0.7313845157623291 2025-03-21T21:27:17.6878047Z FAILED backends/arm/test/ops/test_sigmoid_32bit.py::test_sigmoid_add_sigmoid_tosa_u85[rand_4d] - AssertionError: Output 0 does not match reference output. 2025-03-21T21:27:17.6878210Z Given atol: 0.0010001192092895508, rtol: 0.001. 2025-03-21T21:27:17.6878470Z Output tensor shape: torch.Size([1, 10, 10, 10]), dtype: torch.float32 2025-03-21T21:27:17.6878864Z Difference: max: -7.152557373046875e-07, abs: 0.6236457824707031, mean abs error: 0.0006449400098063052. 2025-03-21T21:27:17.6878997Z -- Model vs. Reference -- 2025-03-21T21:27:17.6879126Z Numel: 1000, 1000 2025-03-21T21:27:17.6879272Z Median: 0.7758331298828125, 0.775928258895874 2025-03-21T21:27:17.6879409Z Mean: 0.7739765644073486, 0.7746215462684631 2025-03-21T21:27:17.6879557Z Max: 0.8117713928222656, 0.8118171691894531 2025-03-21T21:27:19.4890173Z Traceback (most recent call last): 2025-03-21T21:27:19.4891836Z File "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py", line 102, in 2025-03-21T21:27:19.4893782Z Min: 0.18817138671875, 0.731421709060669 2025-03-21T21:27:19.4896001Z = 2 failed, 2510 passed, 97 skipped, 223 xfailed, 14989 warnings, 1 rerun in 3109.81s (0:51:49) = 2025-03-21T21:27:19.4897665Z main() 2025-03-21T21:27:19.4899142Z 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:27:19.4901020Z run_cmd_or_die(f"docker exec -t {container_name} /exec") 2025-03-21T21:27:19.4902986Z 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:27:19.4904720Z raise RuntimeError(f"Command {cmd} failed with exit code {exit_code}") 2025-03-21T21:27:19.4906455Z RuntimeError: Command docker exec -t 599e283b1f1253536857a225196532155bb30170ddd57760ae2db47df71ea696 /exec failed with exit code 1 2025-03-21T21:27:19.4973023Z ##[error]Process completed with exit code 1. 2025-03-21T21:27:19.5036504Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T21:27:19.5036960Z with: 2025-03-21T21:27:19.5037332Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:27:19.5037825Z fail-on-empty: false 2025-03-21T21:27:19.5038144Z env: 2025-03-21T21:27:19.5038468Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T21:27:19.5038917Z REPOSITORY: pytorch/executorch 2025-03-21T21:27:19.5039261Z PR_NUMBER: 2025-03-21T21:27:19.5041098Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T21:27:19.5043173Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:27:19.5044062Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:27:19.5044746Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:27:19.5045223Z ##[endgroup] 2025-03-21T21:27:19.5679926Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T21:27:19.5680669Z # Only do these steps if we actually want to upload an artifact 2025-03-21T21:27:19.5681243Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T21:27:19.5681908Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T21:27:19.5682673Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T21:27:19.5683287Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T21:27:19.5683834Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T21:27:19.5684272Z  fi 2025-03-21T21:27:19.5684635Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T21:27:19.5685197Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T21:27:19.5685699Z  fi 2025-03-21T21:27:19.5686047Z fi 2025-03-21T21:27:19.5686326Z  2025-03-21T21:27:19.5686597Z upload_docs=0 2025-03-21T21:27:19.5687109Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T21:27:19.5687699Z # empty folders do not count 2025-03-21T21:27:19.5688269Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T21:27:19.5689012Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T21:27:19.5689627Z  # upload will probably not work correctly 2025-03-21T21:27:19.5690049Z  upload_docs=1 2025-03-21T21:27:19.5690375Z fi 2025-03-21T21:27:19.5690773Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T21:27:19.5699863Z shell: /usr/bin/bash -e {0} 2025-03-21T21:27:19.5700226Z env: 2025-03-21T21:27:19.5700561Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T21:27:19.5701033Z REPOSITORY: pytorch/executorch 2025-03-21T21:27:19.5701400Z PR_NUMBER: 2025-03-21T21:27:19.5703242Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T21:27:19.5705423Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:27:19.5706149Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:27:19.5706941Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:27:19.5707454Z UPLOAD_ARTIFACT_NAME: 2025-03-21T21:27:19.5707790Z ##[endgroup] 2025-03-21T21:27:19.5805426Z Prepare all required actions 2025-03-21T21:27:19.5846371Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T21:27:19.5846826Z with: 2025-03-21T21:27:19.5847069Z env: 2025-03-21T21:27:19.5847395Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T21:27:19.5847845Z REPOSITORY: pytorch/executorch 2025-03-21T21:27:19.5848201Z PR_NUMBER: 2025-03-21T21:27:19.5850029Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T21:27:19.5852105Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:27:19.5852968Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:27:19.5853635Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:27:19.5854113Z ##[endgroup] 2025-03-21T21:27:19.5881225Z ##[group]Run set -eou pipefail 2025-03-21T21:27:19.5881623Z set -eou pipefail 2025-03-21T21:27:19.5881952Z  2025-03-21T21:27:19.5882393Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T21:27:19.5882969Z for _ in $(seq 1440); do 2025-03-21T21:27:19.5883386Z  # Break if no ssh session exists anymore 2025-03-21T21:27:19.5883824Z  if [ "$(who)" = "" ]; then 2025-03-21T21:27:19.5884197Z  break 2025-03-21T21:27:19.5884478Z  fi 2025-03-21T21:27:19.5884766Z  echo "." 2025-03-21T21:27:19.5885074Z  sleep 5 2025-03-21T21:27:19.5885379Z done 2025-03-21T21:27:19.5891845Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:27:19.5892315Z env: 2025-03-21T21:27:19.5892647Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T21:27:19.5893100Z REPOSITORY: pytorch/executorch 2025-03-21T21:27:19.5893464Z PR_NUMBER: 2025-03-21T21:27:19.5895284Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T21:27:19.5897355Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:27:19.5898086Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:27:19.5898748Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:27:19.5899236Z ##[endgroup] 2025-03-21T21:27:19.5925003Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T21:27:19.5984669Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T21:27:19.5985470Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T21:27:19.5986012Z # shellcheck disable=SC2046 2025-03-21T21:27:19.5986426Z docker stop $(docker ps -q) || true 2025-03-21T21:27:19.5986869Z # Prune all of the docker images 2025-03-21T21:27:19.5987288Z docker system prune -af 2025-03-21T21:27:19.5993395Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:27:19.5993868Z env: 2025-03-21T21:27:19.5994199Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T21:27:19.5994636Z REPOSITORY: pytorch/executorch 2025-03-21T21:27:19.5994999Z PR_NUMBER: 2025-03-21T21:27:19.5996993Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T21:27:19.5999133Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:27:19.5999862Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:27:19.6000543Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:27:19.6001033Z ##[endgroup] 2025-03-21T21:27:30.1122618Z 599e283b1f12 2025-03-21T21:27:30.8352448Z Deleted Containers: 2025-03-21T21:27:30.8353034Z 599e283b1f1253536857a225196532155bb30170ddd57760ae2db47df71ea696 2025-03-21T21:27:30.8353524Z 2025-03-21T21:27:34.2357483Z Deleted Images: 2025-03-21T21:27:34.2358954Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T21:27:34.2361562Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-arm-sdk@sha256:073cf913dee2284ff75fa810e9e06ddae9544bc5fdd63e5feeb52a8eac5cb2c8 2025-03-21T21:27:34.2362962Z deleted: sha256:5dd25b8799b1b715b328f6b37661e983e3ab8dd881569ea179bbcaa71e9be426 2025-03-21T21:27:34.2363885Z deleted: sha256:b90bef8edb31122cf1c525f8a213a4dc7ec5af58430e85db66e8b32aa54cec49 2025-03-21T21:27:34.2364756Z deleted: sha256:ef42e5235cb3a111bc3b58fe90e451db4470204398fd0294540d47c69cd07332 2025-03-21T21:27:34.2365627Z deleted: sha256:4e64554cd4e5d4c484fe0fc74dbf8e5f2b2dd1a62c422ae2f64f4fd0f4d1d3b5 2025-03-21T21:27:34.2366482Z deleted: sha256:09527f9b2de508ff8fc78215167627b698d0a240428114a0f5e47156a6fd7e8c 2025-03-21T21:27:34.2367323Z deleted: sha256:f04feff4cd3a0c36630a5c2ed30c4319ead6d3006812bc996a5b9cd915595f90 2025-03-21T21:27:34.2368111Z deleted: sha256:837eea47482c68597a55068a54554405a1e1685523294da0d24050df87d4eef3 2025-03-21T21:27:34.2368891Z deleted: sha256:cc8fea3337e35f0648292f6e25eff2b0bf5070f871a5520c6b4738634e65ef82 2025-03-21T21:27:34.2369663Z deleted: sha256:fe300bebf00bd3c17dac08446312a987a4897e14a15c39dd76919ee5f24d7538 2025-03-21T21:27:34.2370457Z deleted: sha256:120d454245edea479cb9fffdae59ed3eee56fea1ad567d4f32163123e233ba38 2025-03-21T21:27:34.2371464Z deleted: sha256:57a1c7576609cd79e3600cf1dde40f6a8f185f4ea66d2803b96f5dfd2f8b2040 2025-03-21T21:27:34.2372260Z deleted: sha256:e58c4a196a6adc65af53cc771d5f859f91e180379742e55ab46d3f777a95c90e 2025-03-21T21:27:34.2373052Z deleted: sha256:5f900b4d9fc4b1be719c7819139544d2a7fdf3ccb89eb4ce7ab8782359fcf8ea 2025-03-21T21:27:34.2373852Z deleted: sha256:0cb77f4cc0af4e30a9cd47f06e68c7ca37e0bc20e1ad771ef4b8166df1a4aac4 2025-03-21T21:27:34.2374644Z deleted: sha256:aa5efff2579380780a60a3bfabc6ae2ef0e64b33d3d882662760bdb24f0c5fc0 2025-03-21T21:27:34.2375435Z deleted: sha256:80880eb48476e31328110f5a9c3dd82e1bb6a800f54ab94ba83afaca282f70ec 2025-03-21T21:27:34.2376213Z deleted: sha256:9919e13a0254620f59d1e78dc50fc78f6f956549af2257dc017a47d83077b032 2025-03-21T21:27:34.2377003Z deleted: sha256:735a21725630dda40efdb9a9a30c489754dd8701af5febfacb9ffa65c268f7e1 2025-03-21T21:27:34.2377805Z deleted: sha256:1a00ffe649f37ec0dd71714ebbcf6e63f8e7fc67bb4bc09b0de0ac3e9980692d 2025-03-21T21:27:34.2378596Z deleted: sha256:388569c0e3c0527fada5f3e27d4c8c360ab743ef0f76ddfe79f27fd353d4b685 2025-03-21T21:27:34.2379405Z deleted: sha256:e570524e8d86ef8e71378984df79aaab78ea45434c389855ee2d3acbdd4d1eaf 2025-03-21T21:27:34.2380179Z deleted: sha256:4e888856520d88d73838e0073cbe455175e8c726fc980d60a562187aae5c7c1f 2025-03-21T21:27:34.2381028Z deleted: sha256:7af34157785052c338061efcaa02b86ef1fee68e0b71b2d2bdb7ea57c0efd69c 2025-03-21T21:27:34.2382117Z deleted: sha256:b3d17baf68a14155822855f071bbb69eccb10ceb00d8b23e8dfe006c3ce09681 2025-03-21T21:27:34.2383298Z deleted: sha256:84ee3055854be5ed3526c65bd6eb201524085578e160a25e0d1c0d9e55f728a1 2025-03-21T21:27:34.2384409Z deleted: sha256:a30e46f8e72cec66d2f1d7cd6f13811e7bb6e02b217f3ec860ced86b19d48ff0 2025-03-21T21:27:34.2385450Z deleted: sha256:632afb677e8de588dc9172de37418d329f93bbe2b8dbbb011e3581124e5e341f 2025-03-21T21:27:34.2386241Z deleted: sha256:71b9c775ab618e0a867755baa661d392f967e91f403933661ed2ce7d2f394be6 2025-03-21T21:27:34.2387023Z deleted: sha256:0a28b2050907e3dce168856d2dd913acf7344aba7d93f81131bcff0c1e2e31a6 2025-03-21T21:27:34.2387805Z deleted: sha256:ed6e24e87a3528e051ae87231972e5a990564ce74c7adbd722bdaa957136abb0 2025-03-21T21:27:34.2388602Z deleted: sha256:bc7841df3aa81655ec352d4c3a542a4b9dc0d39a4f84bbcbd3bccc11681a82b5 2025-03-21T21:27:34.2389394Z deleted: sha256:014c4967439403bf417fcb794a7cbb74cdb672d590fb3e2f8c51c3784ef9065c 2025-03-21T21:27:34.2390161Z deleted: sha256:0b0589b4ee0aca6cef2333889b0cb50e6dc97ba80231e15a38b105f6678adf60 2025-03-21T21:27:34.2390958Z deleted: sha256:9c811bd36b34c3b8cbfd8ba5911e27ef6e5c69c4fe3a803d21474af5f78852aa 2025-03-21T21:27:34.2391751Z deleted: sha256:358ac05347213bb9b25eb234325e3121d901b7ad65fc56d870b009af74aca7f0 2025-03-21T21:27:34.2392732Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T21:27:34.2393562Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T21:27:34.2394016Z 2025-03-21T21:27:34.2394182Z Total reclaimed space: 16.89GB 2025-03-21T21:27:34.2433974Z ##[group]Run set +e 2025-03-21T21:27:34.2434336Z set +e 2025-03-21T21:27:34.2434655Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T21:27:34.2435146Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T21:27:34.2435590Z else 2025-03-21T21:27:34.2435932Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T21:27:34.2436335Z fi 2025-03-21T21:27:34.2436606Z set -e 2025-03-21T21:27:34.2444149Z shell: /usr/bin/bash -e {0} 2025-03-21T21:27:34.2444493Z env: 2025-03-21T21:27:34.2444824Z DOCKER_IMAGE: executorch-ubuntu-22.04-arm-sdk 2025-03-21T21:27:34.2445262Z REPOSITORY: pytorch/executorch 2025-03-21T21:27:34.2445614Z PR_NUMBER: 2025-03-21T21:27:34.2447489Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" source .ci/scripts/utils.sh install_executorch "--use-pt-pinned-commit" .ci/scripts/setup-arm-baremetal-tools.sh # Run arm unit tests using the simulator backends/arm/test/test_arm_baremetal.sh test_pytest_ethosu_fvp 2025-03-21T21:27:34.2449554Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:27:34.2450273Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:27:34.2450950Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:27:34.2451427Z NO_SUDO: false 2025-03-21T21:27:34.2451708Z ##[endgroup] 2025-03-21T21:27:36.5017538Z Post job cleanup. 2025-03-21T21:27:36.6174173Z Post job cleanup. 2025-03-21T21:27:36.7249210Z [command]/usr/bin/git version 2025-03-21T21:27:36.7293535Z git version 2.47.1 2025-03-21T21:27:36.7342742Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/3ee86959-74b8-4e00-8c94-a41aa11fc58c' before making global git config changes 2025-03-21T21:27:36.7344902Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T21:27:36.7350124Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T21:27:36.7385211Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T21:27:36.7419609Z [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:27:36.7708772Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T21:27:36.7728337Z http.https://github.com/.extraheader 2025-03-21T21:27:36.7738862Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T21:27:36.7766973Z [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:27:36.8111379Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T21:27:36.8142212Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T21:27:36.8148626Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:27:36.8149111Z ##[endgroup] 2025-03-21T21:27:36.8236743Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T21:27:48.9495073Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-21T21:28:07.6506244Z Cleaning up orphan processes